Results 1 to 3 of 3
  1. #1

    How to create RSS Feeds

    What i want to do is create a one RSS feed, displaying news from various websites.

    But i haven't a clue where to start. So what's the best program to use, any tuturials?


  2. #2
    Join Date
    Apr 2002
    Location
    Las Vegas
    Posts
    799
    here are a few docs you may like to view

    http://www.google.com/search?hl=en&q...=Google+Search

  3. #3
    Join Date
    Feb 2004
    Posts
    772
    hai marklcfc,

    If you have a site that contains content, such as articles or stories, and you frequently update the site, then you may want an RSS feed to help your customers keep up with your updates.

    An easy way to distribute your news? Then you need an RSS news feed. To start all you need is content you want broadcast, and one RSS text file.

    the syntax for creating an rss file is(for ur info)

    RSS Syntax
    ------------------

    RSS defines an XML grammar (a set of HTML-like tags) for sharing news. Each RSS text file contains both static information about your site, plus dynamic information about your new stories, all surrounded by matching start and end tags.

    Each story is defined by an <item> tag, which contains a headline TITLE, URL, and DESCRIPTION. Here's an example:

    ...
    <item>
    <title>RSS Resources</title>
    <link>http://www.webreference.com/authorin...uages/xml/rss/</link>
    <description>Defined in XML, the Rich Site Summary (RSS) format has
    quietly become a dominant format for distributing headlines on the Web.
    Our list of links gives you the tools, tips and tutorials you need to get
    started using RSS. 0323</description>
    </item>

    for further info,plz check out this links.....

    http://www.rss-specifications.com/cr...-rss-feeds.htm

    http://www.downes.ca/cgi-bin/website...key=1059503386

    http://www.mnot.net/rss/tutorial/

    thanks
    Bright Info Solutions

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •