Rss

Discussion in 'General Chat' started by rvitgroup, Mar 22, 2011.

  1. #1
    Can anyone show me what is RSS and how it works? Its applications etc.,
     
    rvitgroup, Mar 22, 2011 IP
  2. RamCity

    RamCity Peon

    Messages:
    732
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    RamCity, Mar 22, 2011 IP
  3. vinoth.t

    vinoth.t Peon

    Messages:
    156
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    RSS (Really Simple Syndication) is a family of web feed formats used to publish frequently updated works in XML format such as blog entries, news headlines, website update.
    
    <?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0">
    <channel>
            <title>RSS Title</title>
            <description>This is an example of an RSS feed</description>
            <link>http://www.someexamplerssdomain.com/main.html</link>
            <lastBuildDate>Mon, 06 Sep 2010 00:01:00 +0000 </lastBuildDate>
            <pubDate>Mon, 06 Sep 2009 16:45:00 +0000 </pubDate>
     
            <item>
                    <title>Example entry</title>
                    <description>Here is some text containing an interesting description.</description>
                    <link>http://www.wikipedia.org/</link>
                    <guid>unique string per item</guid>
                    <pubDate>Mon, 06 Sep 2009 16:45:00 +0000 </pubDate>
            </item>
     
    </channel>
    </rss>
    
    
    
    Code (markup):
    Here the steps to Generate RSS Feed for Website.
     
    vinoth.t, Mar 22, 2011 IP
  4. rvitgroup

    rvitgroup Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I dont know What is Indian Rss or web . What are applications of it?
     
    rvitgroup, Mar 23, 2011 IP
  5. rvitgroup

    rvitgroup Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    So some sites require the rss feed for publishing our updation
     
    rvitgroup, Mar 23, 2011 IP