+ Post New Thread
Results 1 to 6 of 6
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 ...
  1. #1
    ajbritton's Avatar
    Join Date
    Jul 2005
    Location
    Wandsworth
    Posts
    1,641
    Thank Post
    23
    Thanked 75 Times in 45 Posts
    Rep Power
    31

    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.

  2. IDG Tech News
  3. #2

    tmcd35's Avatar
    Join Date
    Jul 2005
    Location
    Norfolk
    Posts
    4,040
    Blog Entries
    9
    Thank Post
    623
    Thanked 599 Times in 506 Posts
    Rep Power
    166
    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.

  4. Thanks to tmcd35 from:

    ajbritton (24th September 2008)

  5. #3
    ESXi_2008's Avatar
    Join Date
    Sep 2008
    Posts
    22
    Thank Post
    1
    Thanked 2 Times in 2 Posts
    Rep Power
    10
    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.

  6. Thanks to ESXi_2008 from:

    ajbritton (24th September 2008)

  7. #4
    SteveBentley's Avatar
    Join Date
    Jun 2007
    Location
    Yorkshire
    Posts
    1,363
    Thank Post
    113
    Thanked 248 Times in 179 Posts
    Rep Power
    65
    How about a best of both worlds situation - set up a blog script that can generate RSS feeds?

  8. #5
    bizzel's Avatar
    Join Date
    Jul 2007
    Location
    Cambridge
    Posts
    654
    Thank Post
    102
    Thanked 204 Times in 72 Posts
    Rep Power
    48
    Quote Originally Posted by SteveBentley View Post
    How about a best of both worlds situation - set up a blog script that can generate RSS feeds?
    Wordpress is nice for this.

  9. #6

    powdarrmonkey's Avatar
    Join Date
    Feb 2008
    Location
    Alcester, Warwickshire
    Posts
    4,856
    Thank Post
    412
    Thanked 776 Times in 649 Posts
    Rep Power
    170
    I used to use a Blogger blog and feed and CoffeeCup RSS News Flash - Add Headlines and News to your Website Fast! presentation framework.

SHARE:
+ Post New Thread

Similar Threads

  1. [CLOSED] Misc: RSS
    By Edu-IT in forum EduGeek.net Site Problems
    Replies: 3
    Last Post: 30th September 2008, 01:13 PM
  2. Distributing WDS images via DFS
    By Michael_84 in forum Wireless Networks
    Replies: 10
    Last Post: 13th August 2008, 09:51 AM
  3. [CLOSED] Misc: RSS Bot
    By plexer in forum EduGeek.net Site Problems
    Replies: 3
    Last Post: 25th April 2008, 04:21 PM
  4. RSS for News on front page?
    By Kyle in forum Comments and Suggestions
    Replies: 13
    Last Post: 17th February 2006, 08:37 PM
  5. kb and rss
    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
  •