Archive for the 'Rss & Feeds' Category

Automated News Aggregator: PHP RSS Reader

PHP RSS Reader is an application which can crawl an unlimited number of feeds & presents them with an easy-to-use interface. For an organized navigation, It is possible to create categories & place feeds inside them. A handy feature is "keyword-based" categories which can auto-move items with the keywords mentioned into the related categories which is great for anyone who follows multiple feeds but hunts for specific keywords.

Open Source PHP-Based News Aggregator: Lilina

Lilina is an open source PHP application for aggregating feeds from a web-based interface. It supports RSS, Atom & podcasts inside them. It is also possible to import/export feeds with an OPML file .

Advanced, Open Source & Web-Based Feed Reader: rsslounge

rsslounge is an open source, full-featured & web-based RSS feed reader application that is built with PHP-MySQL . It allows you to read your feeds, categorize or filter them, set priorities & more from an Ajax-based slick interface . Besides the standard feed items, rsslounge supports images & photoblogs

Parsing XML With JavaScript: jParse

jParse is a jQuery plugin for parsing XML that was fetched with the jQuery .ajax method. It can select the value of any XML node or a node's parameter & can ouput a totally customized HTML. The plugin is very flexible & offers features like: running callback functions before it starts & after it finishes limitting the number of <items> to be processed excluding XML nodes with certain words, numbers or symbols output the number of <item>'s in a feed anywhere in your document As jQuery .ajax method does not allow cross domain Ajax requests , the XML must be on the same domain

Convert RSS Feeds To PDF Newspapers Via PHP

This is an open source PHP application which can convert any RSS feed into a PDF newspaper . It works flawless with fetching only the text & ,currently, has a partial support for images. The application uses other open source codes like: TCPDF HTML Tidy SimplePie HTML Purifier SmartyPants OPML Parser If a feed shares a part of the original content, the application has an option to fetch the complete content as well