Difference between revisions of "RSS"

MyWikiBiz, Author Your Legacy — Friday March 29, 2024
Jump to navigationJump to search
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
RSS stands for Really Simple Syndication or in some circles Rich Site Summary. RSS is an acronym for Really Simple Syndication and  Rich Site Summary. RSS is an XML-based format for content distribution. Webmasters create an RSS file containing headlines and descriptions of specific information. While the majority of RSS feeds currently contain news headlines or breaking information the long term uses of RSS are broad.
 +
 
==Inbound==
 
==Inbound==
 +
===SimplePie===
 +
<feed url="http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml">
 +
== [{PERMALINK} {TITLE}] ==
 +
'''{DATE}, by {AUTHOR}'''
 +
{DESCRIPTION}
 +
</feed>
 +
 +
===Widget===
 
<embed>
 
<embed>
 
<script language="javascript" src="http://www.rss-info.com/rss2.php?integration=js&windowopen=1&rss=http%3A%2F%2Frss.news.yahoo.com%2Frss%2Finternet&number=10&width=300&ifbgcol=FFFFFF&bordercol=D0D0D0&textbgcol=F0F0F0&rssbgcol=F0F0F0&showrsstitle=1&showtext=1"> </script>  
 
<script language="javascript" src="http://www.rss-info.com/rss2.php?integration=js&windowopen=1&rss=http%3A%2F%2Frss.news.yahoo.com%2Frss%2Finternet&number=10&width=300&ifbgcol=FFFFFF&bordercol=D0D0D0&textbgcol=F0F0F0&rssbgcol=F0F0F0&showrsstitle=1&showtext=1"> </script>  
 
</embed>
 
</embed>
  
==Outbound==
+
==External Links==
<startFeed />
+
*[http://www.rss-specifications.com RSS Specifications]
This is a test. See [http://www.mediawiki.org/wiki/Extension:WikiArticleFeeds documentation] for further options.
+
*[http://www.feedforall.com/rss-videos.htm RSS Video Tutorials]
<endFeed />
+
*[http://www.feedforall.com/rss-education-center.htm RSS Education Center]
 +
*[http://cyber.law.harvard.edu/rss/rss.html RSS Specification at Harvard]
 +
----
 +
Notes: Click on the RSS feed icon in your browser bar to see results. See [http://www.mediawiki.org/wiki/Extension:WikiArticleFeeds documentation] for further options.

Latest revision as of 20:03, 16 November 2009

RSS stands for Really Simple Syndication or in some circles Rich Site Summary. RSS is an acronym for Really Simple Syndication and Rich Site Summary. RSS is an XML-based format for content distribution. Webmasters create an RSS file containing headlines and descriptions of specific information. While the majority of RSS feeds currently contain news headlines or breaking information the long term uses of RSS are broad.

Inbound

SimplePie

<feed url="http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml">

[{PERMALINK} {TITLE}]

{DATE}, by {AUTHOR} {DESCRIPTION} </feed>

Widget

<embed> <script language="javascript" src="http://www.rss-info.com/rss2.php?integration=js&windowopen=1&rss=http%3A%2F%2Frss.news.yahoo.com%2Frss%2Finternet&number=10&width=300&ifbgcol=FFFFFF&bordercol=D0D0D0&textbgcol=F0F0F0&rssbgcol=F0F0F0&showrsstitle=1&showtext=1"> </script> </embed>

External Links


Notes: Click on the RSS feed icon in your browser bar to see results. See documentation for further options.