P2P Foundation RSS Feeds: Difference between revisions

From P2P Foundation
Jump to navigation Jump to search
m (Created page with '=From the Wiki= * Default Feeds ** ** *** Check out http://meta.wikimedia.org/wiki/Syndication_feeds for more information ==Feeds Available from MediaWiki== Formats: [[en:RSS ...')
 
No edit summary
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
=From the Wiki=
==From the P2P Foundation Blog==
* Default Feeds
**
**
*** Check out http://meta.wikimedia.org/wiki/Syndication_feeds for more information


==Feeds Available from MediaWiki==
*Follow the feeds from the P2P Foundation's Main Blog
**[http://feeds.feedburner.com/P2pFoundation RSS]


Formats: [[en:RSS (protocol)|RSS]], [[en:Atom (standard)|Atom (0.3)]]
==RSS Feeds from the P2P Foundation Community Site==


===Recent changes===
*All latest activity
**[http://p2pfoundation.ning.com/activity/log/list?fmt=rss RSS]
*All forum entries
**[http://p2pfoundation.ning.com/forum?feed=yes&xn_auth=no RSS]
*All blog entries
**[http://p2pfoundation.ning.com/profiles/blog/feed?xn_auth=no RSS]
*Latest Video
**[http://p2pfoundation.ning.com/video/video/rss?xn_auth=no RSS]


*[http://meta.wikimedia.org/w/index.php?title=Special:Recentchanges&feed=rss rss]:
==From the P2P Foundation Wiki==
<nowiki>{{SERVER}}{{localurl:Special:Recentchanges|feed=rss}}</nowiki>
*[http://meta.wikimedia.org/w/index.php?title=Special:Recentchanges&feed=atom atom]:
<nowiki>{{SERVER}}{{localurl:Special:Recentchanges|feed=atom}}</nowiki>


===New Pages===
*Recent changes
**[http://p2pfoundation.net/w/index.php?title=Special:Recentchanges&feed=rss RSS]:
**[http://p2pfoundation.net/w/index.php?title=Special:Recentchanges&feed=atom Atom]:
*New Pages
**[http://p2pfoundation.net/w/index.php?title=Special:Newpages&feed=rss RSS]:
**[http://p2pfoundation.net/w/index.php?title=Special:Newpages&feed=atom Atom]:


*[http://meta.wikimedia.org/w/index.php?title=Special:Newpages&feed=rss rss]:
*For advanced users
<nowiki>{{SERVER}}{{localurl:Special:Newpages|feed=rss}}</nowiki>
**History of a page
**DIY - This is possible for every page.   The link below gives you the changes for this page. Use the code on the next line in your page to give you a link especially for that page.
**[{{SERVER}}{{localurl:{{FULLPAGENAME}}|action=history&feed=atom}} Atom]:
**<nowiki>{{SERVER}}{{localurl:{{FULLPAGENAME}}|action=history&feed=atom}}</nowiki>


*[http://meta.wikimedia.org/w/index.php?title=Special:Newpages&feed=atom atom]:
==Creating Category Feeds==
<nowiki>{{SERVER}}{{localurl:Special:Newpages|feed=atom}}</nowiki>
We use [http://www.mediawiki.org/wiki/Extension:GoogleNewsSitemap GoogleNewsSitemap] to create category feeds on the site.  Edit this page to see examples of how they are created.


===History of a page===
===Examples===
This is possible for every page. '''[MW1.7+]'''
====P2PCC Category RSS Feed====
*[{{SERVER}}{{localurl:{{FULLPAGENAME}}|action=history&feed=atom}} atom]:
This feed shows the most recent 10 articles that were added to the P2PCC category in an RSS feed.  It hides errors, and also includes redirected pages.
<nowiki>{{SERVER}}{{localurl:{{FULLPAGENAME}}|action=history&feed=atom}}</nowiki>
  *[[Special:GoogleNewsSitemap/&category=P2PCC | P2PCC RSS Feed]]
 
Code for example:
<pre><nowiki>
*[[Special:GoogleNewsSitemap/&category=P2PCC | P2PCC]]
</nowiki></pre>
 
===Options for Category Feeds===
You can use the following options to create a feed.  These are not necessary though and simply posted here for reference.  I fyou need to override the defaults you can do so with the following parameters.  All of these should be in a single line with no spaces.  Check the examples below if you have questions.  Parameters in [ ] are optional, stuff in ( ) means potential choices.  The extension uses (basically) the same parameters as [http://www.mediawiki.org/wiki/Extension:DynamicPageList_(Wikimedia) DPL] so that's a good place to look for clarification.
<pre><nowiki>
*[/(rss|atom|sitemap)]
*[&category=Catname]
*[&notcategory=OtherCatName]
*[&namespace=0][&count=10]
*[&ordermethod=lastedit]
*[&order=ascending]
*[&redirects=only]
*[&stablepages=only]
*[&qualitypages=only]
*[&supresserrors=true]
*[&usenamespace=true]
*[&usecurid=true]
</nowiki></pre>
 
<pre><nowiki>
 
</nowiki></pre>
[[Category:P2P Foundation Publishing]]

Latest revision as of 13:49, 10 August 2010

From the P2P Foundation Blog

  • Follow the feeds from the P2P Foundation's Main Blog

RSS Feeds from the P2P Foundation Community Site

  • All latest activity
  • All forum entries
  • All blog entries
  • Latest Video

From the P2P Foundation Wiki

  • For advanced users
    • History of a page
    • DIY - This is possible for every page. The link below gives you the changes for this page. Use the code on the next line in your page to give you a link especially for that page.
    • Atom:
    • {{SERVER}}{{localurl:{{FULLPAGENAME}}|action=history&feed=atom}}

Creating Category Feeds

We use GoogleNewsSitemap to create category feeds on the site. Edit this page to see examples of how they are created.

Examples

P2PCC Category RSS Feed

This feed shows the most recent 10 articles that were added to the P2PCC category in an RSS feed. It hides errors, and also includes redirected pages.

 * P2PCC RSS Feed

Code for example:

*[[Special:GoogleNewsSitemap/&category=P2PCC | P2PCC]]

Options for Category Feeds

You can use the following options to create a feed. These are not necessary though and simply posted here for reference. I fyou need to override the defaults you can do so with the following parameters. All of these should be in a single line with no spaces. Check the examples below if you have questions. Parameters in [ ] are optional, stuff in ( ) means potential choices. The extension uses (basically) the same parameters as DPL so that's a good place to look for clarification.

*[/(rss|atom|sitemap)]
*[&category=Catname]
*[&notcategory=OtherCatName]
*[&namespace=0][&count=10]
*[&ordermethod=lastedit]
*[&order=ascending]
*[&redirects=only]
*[&stablepages=only]
*[&qualitypages=only]
*[&supresserrors=true]
*[&usenamespace=true]
*[&usecurid=true]