Changes

no edit summary
Line 25: Line 25:  
===Outbound===
 
===Outbound===
    +
To create an outbound feed, just enter the appropriate page information within the <nowiki><startFeed /> ... <endFeed /></nowiki> tags on the page(s) where you want provide an outbound RSS feed. See [http://www.mediawiki.org/wiki/Extension:WikiArticleFeeds documentation] for further options.
    +
====Code====
 +
Here's an example:
 +
 +
<pre>
 +
<startFeed />
 +
Description of my feed.
 +
 +
=== Second Feed Item ===
 +
 +
Brand New! I just made a new Item!
 +
 +
~~~~
 +
 +
=== First Feed Item ===
 +
 +
Here is the content for my first item ever.
 +
 +
~~~~
 +
</pre>
 +
 +
In action (click on the RSS feed icon in your browser bar to see results).
 +
 +
<startFeed />
 +
Description of my feed.
 +
 +
=== Second Feed Item ===
 +
 +
Brand New! I just made a new Item!
 +
 +
[[[User:Snerfling|Snerfling]] 08:06, 14 May 2007 (PDT)
 +
=== First Feed Item ===
 +
 +
Here is the content for my first item ever.
 +
 +
[[User:Snerfling|Snerfling]] 08:06, 14 May 2007 (PDT)
 +
<endFeed />
    
<br><br>
 
<br><br>
2,646

edits