How do you do....it? Thread, Distributing news via RSS in Technical; Over the past couple of days I have spent too long updating an Intranet site with notices relating to network ...
-
24th September 2008, 02:16 PM #1 Distributing news via RSS
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.
-
-
IDG Tech News
-
24th September 2008, 02:33 PM #2 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:
<?xml version="1.0"?>
<rss version="2.0"
<channel>
<title>name of feed</title>
<link>link to website</link>
<description>description of feed contents</description>
<language>en-us</language>
<pubDate>Date feed published</pubDate>
<item>
<title>title for news item</title>
<link>link to web version of news item</item>
<description>The contents, news story or summary</description>
<item>
</channel>
</rss>
Obviously you can add as many item as you need.
-
Thanks to tmcd35 from:
ajbritton (24th September 2008)
-
24th September 2008, 02:34 PM #3 I would seriously think about hosting locally one of the reason being if the system is down people won’t be able to see the Feeds. What I have done previously use free external website to host the feeds and give the link in internet Brower and hyper link in website.
check the link below and let me knw wht u think
Create, Manage, and Host RSS | MyST Technology Partners, Inc.
-
Thanks to ESXi_2008 from:
ajbritton (24th September 2008)
-
25th September 2008, 01:49 PM #4 How about a best of both worlds situation - set up a blog script that can generate RSS feeds?
-
-
25th September 2008, 02:02 PM #5 
Originally Posted by
SteveBentley
How about a best of both worlds situation - set up a blog script that can generate RSS feeds?
Wordpress is nice for this.
-
-
25th September 2008, 02:17 PM #6
-
SHARE:
Similar Threads
-
[CLOSED] Misc:
RSS
By Edu-IT in forum EduGeek.net Site Problems
Replies: 3
Last Post: 30th September 2008, 01:13 PM
-
By Michael_84 in forum Networks
Replies: 10
Last Post: 13th August 2008, 09:51 AM
-
[CLOSED] Misc:
RSS Bot
By plexer in forum EduGeek.net Site Problems
Replies: 3
Last Post: 25th April 2008, 04:21 PM
-
By Kyle in forum Comments and Suggestions
Replies: 13
Last Post: 17th February 2006, 09:37 PM
-
By russdev in forum Windows
Replies: 0
Last Post: 21st June 2005, 10:19 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules