How To Build A Server Side RSS Reader
How To Build A Server Side RSS Reader: Play Now | Play in Popup | Download
How To Build A Server Side RSS Reader [.mov]: Download
How To Build A Server Side RSS Reader [.wmv]: Download
How To Build A Server Side RSS Reader [.mp4 - HD]: DownloadRSS readers are a dime a dozen. My personal favorite is Google Reader. It’s got great integration and support which makes keeping up on news all the more easy. But to me, that’s a whole lot of data that I could use more efficiently if it was on my own server!
Today, we’re going to show you how to set up your very own server-side RSS reader. It’s going to poll the feed list every 30 minutes and display the new items in a nice, ajax style list so you can get through them quickly and efficiently. It will also have a search function so if you forget a piece of news, you can search for it.
The open source software that we’re going to use is Rnews. Its a feed aggregator that works really, really well. There is a Firefox plugin available at Sourceforge so you can post any blog or RSS feed directly to your server.
The concept is relatively simple through the web installation wizard… Here’s the install instructions:
- Untar (unzip) rnews into a folder on your web-server. (E.g., /somedir/rnews)
- Browse to install.php in that folder on your web-server. (E.g., http://your.site/somedir/rnews/install.php)
- Enter the database and configuration information as prompted and follow the instructions.
- After successful installation, two files must be protected:
- install.php
— remove read permissions from this file, since it exposes your
database and add-user information. You can remove it completely, remove
world read permissions, or deny access to it using Apache’s .htaccess
file. - inc/config_user.php — remove write permissions from this file, which holds your configuration data.
- install.php
- Add a user account and you’re ready to add/import feeds!
If you have any thoughts or questions, please let me know!
JD

- Web 2.0 Basics Page 2
Consider for example, Wikipedia.org. This is an ideal example of how the Web is transforming. This modern-day encyclopedia of information is...

FYI, we just released a new version of Rnews with UTF-8 support and several other new features.
–Anthony
Hey Anthony! Thanks for the heads up!