Spotlight | Reviews | Current Issue | Academy | Newsletter | Subscribe | Shop |
Departments

Partner Links
Make your own website
WinWeb OnlineOffice
Comparing prices of hardware is worth it.
Price Comparison
UK Linux Jobs
What:
Where:
Country:
vacatures Netherlands njobs Linux vacatures
arbeit Deutschland njobs Linux arbeit
work United Kingdom njobs Linux jobs
Lavoro Italia njobs Linux lavoro
Emploi France njobs Linux emploi
trabajo Espana njobs Linux trabajo

user friendly

Admin Magazine

ADMIN Network & Security

Subscribe now and save!

ADMIN - Explore the new world of system administration! Special introductory offer! Order by September 30th to save 10% off the regular subscription price! Each issue delivers technical solutions to the real-world problems you face every day. Learn the latest techniques for better:

  • network security
  • system management
  • troubleshooting
  • performance tuning
  • virtualization
  • cloud computing

 

on Windows, Linux, Solaris, and popular varieties of Unix.

http://www.admin-magazine.com/

  linux-magazine.com » Online » Blogs » Productivity Sauce » Turn DokuWiki into a Simple RSS Aggregator  

Productivity Sauce
Productivity Sauce

Turn DokuWiki into a Simple RSS Aggregator

One of Dokuwiki's less-known features is the ability to parse and display RSS feeds. Using this feature, you can turn your DokuWiki installation into a no-frills RSS feed aggregator. Adding a RSS feed to a DokuWiki page is as easy as specifying the feed's link using the {{rss}} command. For example, the following code displays the headline from the Productivity Sauce feed:

{{rss>http://www.linux-magazine.com/rss/feed/productivity_sauce}}

The {{rss}} command supports a few parameters which allow you to control the feed's settings. For example, you can decide how many headlines to display by specifying the number you want:

{{rss>http://www.linux-magazine.com/rss/feed/productivity_sauce 11}}

You can also display the author and date of each feed item using the author and date parameters:

{{rss>http://www.linux-magazine.com/rss/feed/productivity_sauce 11 author date}}

Finally, you can specify a refresh period. The default value is 4 hours, but you can go as low as 10 minutes:

{{rss>http://www.linux-magazine.com/rss/feed/productivity_sauce 11 date 10m}}

Of course, embedding your favorite RSS feeds into a DokuWiki page won't replace a dedicated feed reader, but it makes a nice backup solution. For example, I use Netvibes and Google Reader as my primary RSS aggregators. But when I'm on the move or in a hurry, I use my own DokuWiki RSS page to quickly check my favorite feeds. This solution is much faster and works better on my netbook's small screen.

Comments


Print this page. Recommend
Share