purina feeds
CGIFeed
CGIFeed is a CGI based feed reader. more>>
You can enter new feeds through the Web page, and edit the name and update interval for each feed.
MySpace Feed 1.01
MySpace Feed tool lets you important headlines from your blog, LiveJournal, a news feed, or other source into your MySpace. more>>
MySpace Feed converts the headline text into an image. We have a script that updates the images once a day.
SVNFeed 0.1
SVNFeed project is a Python script that creates RSS feeds of Subversion repository logs. more>>
Beware that SVNFeed is still in alpha stage, and that it probably contains bugs.
PHP feed finder 2
PHP feed finder is a PHP class that finds all the URLs for all RSS and ATOM feeds. more>>
The project will convert any relative links that are found into absolute links. The only required input is the URL of the Web page to be scanned for links.
Enhancements:
- ATOM feed links and OPML outline documents are now retrieved by the class, in addition to RSS links.
Hyperfeeder 0.6.1
Hyperfeeder is an RSS/RDF news reader which prints the output of aggregated feeds in HTML format. more>>
Main features:
- view images (cartoon strips, image of the day, etc.) inline
- RSS fields like "textInput" result in elegant forms
- the output is portable and all you need is a web browser
- can run periodically on your machine via crontab
Content Feeder 2.0
Content Feeder is a library used for assembling content feeds. more>>
ContentFeeder_RSS2 is the class name to instantiate to create RSS 2.0 feeds.
Example:
require(ContentFeeder.class.php);
$rss =& new ContentFeeder_RSS2;
Enhancements:
- change default character set to UTF-8
- change default escapement to none
- add escape type of none
- add setDefaultEscapeType()
FeedBite Feed Me 0.1
FeedBite Feed Me is a Firefox extension that adds Feed Me to the right-click and Tools menu. more>>
OpenGuides::Feed 0.57
OpenGuides::Feed is a Perl module to generate data feeds for OpenGuides in various formats. more>>
Produces RSS 1.0 and Atom 1.0 feeds for OpenGuides. Distributed and installed as part of the OpenGuides project, not intended for independent installation. This documentation is probably only useful to OpenGuides developers.
SYNOPSIS
use Wiki::Toolkit;
use OpenGuides::Config;
use OpenGuides::Feed;
my $wiki = Wiki::Toolkit->new( ... );
my $config = OpenGuides::Config->new( file => "wiki.conf" );
my $feed = OpenGuides::Feed->new( wiki => $wiki,
config => $config,
og_version => 1.0, );
# Ten most recent changes in RSS format.
my %args = ( items => 10,
feed_type => rss,
also_return_timestamp => 1 );
my ($feed_output,$feed_timestamp) = $feed->make_feed( %args );
print "Content-Type: application/rdf+xmln";
print "Last-Modified: " . $feed_timestamp . "nn";
print $feed_output;

Feed Sidebar 4.1
Feed Sidebar is a Firefox extension for the that displays the new items from your Live Bookmarks in the sidebar. more>>
Feed Sidebar 4.1 will make you feel pleasant because it is used as an extension for the Mozilla Firefox Web browser that displays the new items from your Live Bookmarks in the sidebar.
It is intended to be a lightweight extension of the RSS capabilities already included in Firefox, not a completely new feed management system.
Installing the Feed Sidebar will add a new sidebar to Firefox that, when opened, will load the feeds that you have bookmarked in Firefox and display any unread items from those feeds. Clicking on an item will show a preview in the bottom of the sidebar, and double- or middle-clicking will open the item in the browser and remove it from the sidebar. The Feed Sidebar will also notify you of broken or unavailable feeds.
Major Features:
- You can choose to show items that you've already read:
- You can filter your feeds with the search bar:
- The toolbar buttons perform the following tasks:
- Open All in Tabs
- Mark All as Read
- Set maximum age for feed items
- Stop current update
- Reload feeds
- Change update interval (reload button dropdown)
- You can access the options from the context menu:
3D RSS Feeds Icon for Linux -
1 Free Rss Feed icon designed with 3D look. more>> Description:
1 Free Rss Feed icon designed with 3D look.
Content:
RSS feeds<<less
FeedBag 1.1
FeedBag is an extension which allows you to subscribe to feeds in Liferea. more>>
FeedBag disables the LiveBookmarks feature of Firefox.
When you click the LiveBookmarks icon in the location bar the current feed will be directly added to the Liferea feed list.
gfeed 2.5.0
gfeed is an RSS/RDF feed reader. more>>
Main features:
- Customizable "feed" files that describe a feed
- Full support for transparency(native to the app) under X.org >= 6.8
- Automatic updating of feeds based on an interval defined in the feed file
- Customizeable Background and Foreground colors
zFeeder 1.6
zFeeder provides a RSS feed reader (aggregator) to integrate news on a Website. more>>
zFeeder is a simple, customizable, RSS feed reader (aggregator) to integrate news from syndication pages on your Website, wapsite, or intranet.
It can be integrated with other CMS or weblog management systems and is template driven. It supports all versions of RSS (0.9, 0.9x, 1.0 and 2. 0).
It caches XML files, and features an administration panel, the ability to import/export OPML subscriptions lists, online/offline refreshing of feeds via a browser or cron, and multiple categories.
Enhancements:
- simple to include on any php page
- uses only flat-text-files, and works without SQL database
- simple to install and configure
- remote RSS files are cached for better performance and to prevent IP banning from certain sites which has protection for their RSS files
- you can configure it to show what RSS remote file you want
- stores feed configuration in OPML file for easy exporting to other aggregators
- supports importing subscriptions from other aggregators
- supports autodiscovery of feeds (thanks to Keith Devens)
- bookmarklet for browser to easy add a site to your page while you browse the net
- administration panel for easy configure of subscriptions
- template driven so that you can make your own appearance of the content
- supports CSS templates
- recognizing RSS versions 0.9, 0.9x, 1.0, 2.0 (does not validate them though)
- online/offline refreshing of feeds via browser or cron
- multiple categories (subscriptions files)
- WAP (wml) output
Enhancements:
- added WAP (wml) support outputing wml for wap enabled devices;
- fixed a bug when deleting feeds from admin panel, thanks to Felix Rabinovich;
- added alternative login mechanism to admin panel with PHP sessions, thanks to Nicholas from xenomorph.net;
- added a user-agent string for identification when retriving feeds from websites;
- added support for feeds which contain content:encoded items;
Feed Me Links 1.0
Feed Me Links is a Web application for managing and sharing links. more>>
Feed Me Links provides many interesting features such as tagging, comments, RSS feeds, tag clouds, friend lists, a REST API for exporting, a browser sidebar, and Firefox and IE favorites import.

Liferea 1.6.0
Liferea (Linux Feed Reader) is a fast, easy to use, and easy to install GNOME news aggregator for online news feeds. more>>
Liferea 1.6.0 won't make you disappointed because it is an aggregator for online news feeds.
There are many other news readers available, but these others are not available for Linux or require many extra libraries to be installed. Liferea tries to fill this gap by creating a fast, easy to use, easy to install news aggregator for Gtk/Gnome.
Enhancements:
- Fixes Debian #538250: Revert item_set_description() to the 1.4 code since the HTML detection created too many false negatives.
- Update of Swedish translation. (Daniel Nylander)
<<less