Jump to content

Recommended Posts

Posted
Over the past couple of days I have spent too long updating an Intranet site with notices relating to network or system maintenance. I want to use an RSS feed that people can subscribe too if they are interested. Does anyone do this and if so what tools do they use. I will need to host these myself and I have no *nix servers so something running of IIS would be preferable.
Posted

I used to write some feeds for our old website, alas no more replaced by a CMS. I pretty much just used notepad and wrote the feed by hand. As I recall it was just an XML file called feed.xml that was stored in the root of our web server.

 

The contents took the format:

 

name of feed

link to website

description of feed contents

en-us

Date feed published

 

title for news item

link to web version of news item

The contents, news story or summary

 

 

Obviously you can add as many item as you need.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...