what are feeds
Aero AIO: RSS News Feed 0.1d
Aero AIO: RSS News Feed is a plugin for Aero AIO. more>>
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.
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>>
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
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.
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.
Habari Xenu 1.0.2
Habari Xenu is a News Aggregator / Reader that can deal with almost all versions of RSS, RDF and Atom syndication feeds. more>>
Habari Xenu is a news aggregator built on top of the powerful Mozilla platform capable of handing RSS and Atom feeds. Simple and intuitive to use.
A new version with support for Mozilla Suite trunk (1.8x), Firefox 1.5rc2, Bulgarian and French localization and timeout when fetching feeds is available at http://habarixenu.mozdev.org/installation.html
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
XML::Atom::SimpleFeed 0.8
XML::Atom::SimpleFeed is a Perl module with no-fuss generation of Atom syndication feeds. more>>
SYNOPSIS
use XML::Atom::SimpleFeed;
my $feed = XML::Atom::SimpleFeed->new(
title => Example Feed,
link => http://example.org/,
link => { rel => self, href => http://example.org/atom, },
updated => 2003-12-13T18:30:02Z,
author => John Doe,
id => urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6,
);
$feed->add_entry(
title => Atom-Powered Robots Run Amok,
link => http://example.org/2003/12/13/atom03,
id => urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a,
summary => Some text.,
updated => 2003-12-13T18:30:02Z,
category => Atom,
category => Miscellaneous,
);
$feed->print;
This module provides a minimal API for generating Atom syndication feeds quickly and easily. It supports all aspects of the Atom format, but it has no provisions for generating feeds with extension elements.
You can supply strings for most things, and the module will provide useful defaults. When you want more control, you can provide data structures, as documented, to specify more particulars.

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:
BottomFeeder 4.4
BottomFeeder is a viewer for RSS feeds. more>>
Main features:
- Full support for CSS, including user defined CSS
- View news in 3 pane or 2 pane modes
- Subscribe to any RSS or Atom format in use
- View items in a summary Newspaper View
- Synchronize 2 or more BottomFeeders via HTTP or file import
- Subscribe to feeds or feedlists
- Supports HTTPS, HTTP Authentication, and HTTP Digest Authentication
- Plugins for blogging, IRC, and MSN Messenger contacts
- Easy to update or upgrade from within BottomFeeder
- Save as many or as few feed items for as long as you want
- Import or Export in common OPML format
- Binary compatible on every platform. No need to recompile
Enhancements:
- The Feedlists folder has been eliminated.
- Importing a feedlist now adds feeds directly to your subscription list.
- The separate "Searches" folder has been eliminated.
- Search feeds are now part of your subscription list, and are marked with a new icon.
- Tabs now open empty and remember their previous state.
- There are many other changes and enhancements.
Atomibulator 1.1
Atomibulator is a script that monitors arbitrary Web sites for changes and reports these updates through Atom and RSS feeds. more>>
RSS/Atom feeds are great, but theyre far from pervasive. How many pages do you check regularly, just to see whether anythings new? For example, how many researchers do you know who provide feeds for their list of publications? Using the Atomibulator, you can monitor any webpage out there for changes and be notified by a custom Atom (or RSS, for the old schoolers out there) feed when the page has been updated.
Better yet, you dont have to install anything. You just edit the Atomibulator watchlist at Wikipedia. Anyone can do this. Heres how it works:
Add the page you would like to have monitored in standard Mediawiki shorthand for external links, i.e. [ ]. Multiple URLs can be tagged with the same description.
Sometimes you will want to ignore parts of the HTML markup of a page. For example, advertisements often result in changing links or images in every download of a page. To do this, the Atomibulator provides filter tags. You add them to the URL description in the Wiki markup. The following filters exist:
nolinks: strips all links from the document.
noimgs: strips all images from the document.
nohtml: strips all HTML tags from the document.
For example, to remove all images from the document located at http://www.foobar.com, tagged with "foobar", you would use [http://www.foobar.com foobar noimgs]. It doesnt matter where in the URL description you put the filter. You can use multiple filters in a single description.
The Atomibulator periodically grabs the listed URLs, applies any tag filtering configured, and runs a cryptographic hash function over the result. If an update is detected, it updates a feed named after the description found on in the watchlist: the feeds address is
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/ .xml.
The description you provide gets converted into lower case, any filter tags are removed, and whitespace becomes "_": "My Page" would be turned into "my_page", "My page nohtml" would still result in "my_page". You can see all currently available tags here. The feed for the page youre looking at, for example, is at
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/atomibulator.xml.
Since a lot of feed readers still struggle with supporting Atom 1.o, the Atomibulator actually goes beyond what its name implies and creates RSS 2.o as well:
http://www.cl.cam.ac.uk/~cpk25/atomibulator/feeds/atomibulator.rss.
NOTE: the Atomibulator is not a feed replacement. Do not use it on pages that provide feeds serving the same purpose anyway. Also please note that the Atomibulator checks the watchlist once per hour. Kindly dont request the feeds more often than that. It wont make any difference.
ALSO NOTE: Some people have said this service is like FeedTier. Its not. According to their page, their code "performs content analysis, picks-up the most prominent cluster of hyperlinks and automatically generates RSS web feeds." In short, it focuses on hyperlinks and tries to extract some RSS-able structure. The Atomibulator notices any kind of page update, subject to the HTML tag filtering you configure for a URL.
Enhancements:
- HTML tag filters and download timeouts were added.
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.
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.