MyWikiBiz, Author Your Legacy — Sunday November 09, 2025
Jump to navigationJump to search
779 bytes added
, 16:29, 18 May 2007
| Line 1: |
Line 1: |
| | __NOTOC__ | | __NOTOC__ |
| − | ==Description==
| + | =Description= |
| | | | |
| | You can create both inbound and outbound RSS feeds within '''[[Centiare:Spaces#Directory_Space|Directory]]''' listings. | | You can create both inbound and outbound RSS feeds within '''[[Centiare:Spaces#Directory_Space|Directory]]''' listings. |
| | | | |
| − | ===Inbound=== | + | ==Inbound== |
| | + | ===SimplePie=== |
| | | | |
| − | To create an inbound feed, just enter the appropriate RSS file location information within the <nowiki><embed> ... </embed></nowiki> tags on the page(s) where you want provide an inbound RSS feed. | + | To create a [[http://simplepie.org/ SimplePie] inbound feed, just enter the appropriate RSS feed parameter information within the <nowiki><feed> ... </feed></nowiki> tags on the page(s) where you want provide an inbound RSS feed. See [[http://www.mediawiki.org/wiki/Extension:SimpleFeed documentation] for further detailed explanations of feed options. |
| | + | |
| | + | ====Code==== |
| | + | Here's an example: |
| | + | |
| | + | <pre> |
| | + | <feed url="http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml"> |
| | + | == [{PERMALINK} {TITLE}] == |
| | + | '''{DATE}, by {AUTHOR}''' |
| | + | {DESCRIPTION} |
| | + | </feed> |
| | + | </pre> |
| | + | |
| | + | In action: |
| | + | <feed url="http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml"> |
| | + | == [{PERMALINK} {TITLE}] == |
| | + | '''{DATE}, by {AUTHOR}''' |
| | + | {DESCRIPTION} |
| | + | </feed> |
| | + | |
| | + | ===Widget=== |
| | + | |
| | + | To create an inbound feed using a widget/gadget, just enter the appropriate RSS file location information within the <nowiki><embed> ... </embed></nowiki> tags on the page(s) where you want provide an inbound RSS feed. |
| | | | |
| | ====Code==== | | ====Code==== |