atom
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 121
Atomic 0.6
Atomic provides an Atom protocol client for creating and manipulating Atom feeds. more>>
Atomic provides an Atom protocol client for creating and manipulating Atom feeds.
An Atom protocol client for creating and manipulating Atom feeds (e.g. blogs).
Ive added a new statusbar based interface for quick posts. There are still some unfinished bits there but it does function.
The big news is that it now supports blogspot!
While this plugin has a sidebar inteface, once youve setup your services, you can use the statusbar interface all by itself.
Look on the status bar for the Explore button. That will open the sidebar. From the sidebar you can add services.
At startup, it should prompt you for preferences and have you pick a file for the service list. The default is inside the extensions directory in your mozilla folder.
Afterwards, you need to have access to an Atom Protocol server. That may be the hardest one as the protocol is still a draft RFC
<<lessAn Atom protocol client for creating and manipulating Atom feeds (e.g. blogs).
Ive added a new statusbar based interface for quick posts. There are still some unfinished bits there but it does function.
The big news is that it now supports blogspot!
While this plugin has a sidebar inteface, once youve setup your services, you can use the statusbar interface all by itself.
Look on the status bar for the Explore button. That will open the sidebar. From the sidebar you can add services.
At startup, it should prompt you for preferences and have you pick a file for the service list. The default is inside the extensions directory in your mozilla folder.
Afterwards, you need to have access to an Atom Protocol server. That may be the hardest one as the protocol is still a draft RFC
Download (0.66MB)
Added: 2007-04-05 License: MPL (Mozilla Public License) Price:
1044 downloads
XML::Atom 0.19
XML::Atom is an Atom feed and API implementation. more>>
XML::Atom is an Atom feed and API implementation.
SYNOPSIS
use XML::Atom;
Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API.
<<lessSYNOPSIS
use XML::Atom;
Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API.
Download (0.058MB)
Added: 2006-06-30 License: Perl Artistic License Price:
1211 downloads
PloneAtom 0.1.3
PloneAtom provides Atom support for Plone. more>>
PloneAtom provides Atom support for Plone.
This is a Plone product (that could probably be trivially modified for the CMF itself) which provides Atom support for Plone. Currently it provides the Atom syndication format for folderish objects, in the same way as RSS syndication is implemented.
Enabling Atom syndication
Atom syndication is enabled in exactly the same way as RSS syndication. To enable syndication on the site in general:
.Login as an admin user.
.Go to Plone Setup and choose Zope Management Interface
.Select the Properties tab in the portal_syndication tool.
.Click enable syndication. Then, to enable syndication support for a particular folderish object:
.Login as a user who has Owner/Manager permission for the folder.
.Surf to that folder and select the syndication tab.
.Click Enable syndication. Dont worry about the syndication options it gives you -- they are not used by atom (and ignored in most RSS clients, from what Ive seen).
<<lessThis is a Plone product (that could probably be trivially modified for the CMF itself) which provides Atom support for Plone. Currently it provides the Atom syndication format for folderish objects, in the same way as RSS syndication is implemented.
Enabling Atom syndication
Atom syndication is enabled in exactly the same way as RSS syndication. To enable syndication on the site in general:
.Login as an admin user.
.Go to Plone Setup and choose Zope Management Interface
.Select the Properties tab in the portal_syndication tool.
.Click enable syndication. Then, to enable syndication support for a particular folderish object:
.Login as a user who has Owner/Manager permission for the folder.
.Surf to that folder and select the syndication tab.
.Click Enable syndication. Dont worry about the syndication options it gives you -- they are not used by atom (and ignored in most RSS clients, from what Ive seen).
Download (0.004MB)
Added: 2007-02-16 License: MIT/X Consortium License Price:
982 downloads
Audio::M4P::Atom 0.33
Audio::M4P::Atom is an M4P/MP4/M4A QuickTime audio music format atoms. more>>
Audio::M4P::Atom is an M4P/MP4/M4A QuickTime audio music format atoms.
M4P is a QuickTime protected audio file format. It is composed of a linear stream of bytes which are segmented into units called atoms.
Some atoms may contain other atoms. This module has methods for handling atoms which are delegated by the QuickTime and other modules in the Audio::M4P hierarchy.
<<lessM4P is a QuickTime protected audio file format. It is composed of a linear stream of bytes which are segmented into units called atoms.
Some atoms may contain other atoms. This module has methods for handling atoms which are delegated by the QuickTime and other modules in the Audio::M4P hierarchy.
Download (1.5MB)
Added: 2006-11-16 License: Perl Artistic License Price:
1075 downloads
Atomibulator 1.1
Atomibulator is a script that monitors arbitrary Web sites for changes and reports these updates through Atom and RSS feeds. more>>
Atomibulator is a script that monitors arbitrary Web sites for changes and reports these updates through Atom and RSS feeds.
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.
<<lessRSS/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.
Download (0.011MB)
Added: 2006-01-09 License: BSD License Price:
1383 downloads
Atomsphere 1.0.2.0
Atomsphere is a Java library for creating and modifying Atom 1.0 compliant feed documents. more>>
Atomsphere is a Java library for creating and modifying Atom 1.0 compliant feed documents. Atomsphere is also bundled with a servlet-based Web interface for front-end manipulation of atom feeds.
<<less Download (0.069MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
961 downloads
XML::Atom::SimpleFeed 0.8
XML::Atom::SimpleFeed is a Perl module with no-fuss generation of Atom syndication feeds. more>>
XML::Atom::SimpleFeed is a Perl module with no-fuss generation of Atom syndication feeds.
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.
<<lessSYNOPSIS
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.
Download (0.010MB)
Added: 2007-01-11 License: Perl Artistic License Price:
1016 downloads
Log::Dispatch::Atom 0.03
Log::Dispatch::Atom is a Perl module to log to an atom feed. more>>
Log::Dispatch::Atom is a Perl module to log to an atom feed.
SYNOPSIS
use Log::Dispatch::Atom;
my $log = Log::Dispatch::Atom->new(
name => foo,
min_level => debug,
file => file.atom
);
$log->log_message( level => error, message => A problem happened );
$log->log_message( level => debug, message => Got Here );
This class implements logging backed by an Atom feed so that you can subscribe to the errors produced by your application.
You should not use this object directly, but should manage it via a Log::Dispatch object.
IMPLEMENTATION NOTES
In order to safely write to the log file, the entire file must be locked each time that an entry is logged. This probably makes it unsuitable for high volume log files.
The log file is opened and closed on each call to log_message().
METHODS
new()
Takes a hash of arguments. Returns a new Log::Dispatch::Atom object. The following parameters are used:
name [mandatory]
The name of the logging object.
min_level [mandatory]
The minimum logging level this object will accept. See Log::Dispatch for more information.
max_level [optional]
The maximum logging level this object will accept. See Log::Dispatch for more information. The default is the highest possible level (ie: no maximum).
file [mandatory]
Specifies the location of the file to read/write the feed from.
feed_id [optional]
Specifies the identity of the feed itself. Normally, this should be set to the published URI of the feed.
If not specified, it will be omitted, which is in violation of the Atom specification. For more information, see http://www.atomenabled.org/developers/syndication/#requiredFeedElements.
feed_title [optional]
The title of the feed. This should probably be set to the name of your application.
If not specified, it will be omitted, which is in violation of the Atom specification. For more information, see http://www.atomenabled.org/developers/syndication/#requiredFeedElements.
XXX This should probably just use the name parameter. What do you think? Let me know.
feed_author [optional]
The author details of a feed. This is specified as a hash reference, which must contain one or more of the three keys name, email and uri.
In order to create a valid Atom feed, you must either supply an author in every single entry (log message), or ensure that the feed itself has an author. The latter is probably the easier solution, so I recommend this parameter be supplied.
NB: The feed_* parameters will only be used when a new feed is being created. If you are creating a new object for an existing feed, they will be ignored.
log_message()
Takes a hash of arguments. Has no return value. The following parameters are used.
message [mandatory]
The actual log message.
level [mandatory]
The level of the message. See Log::Dispatch for a full list.
id [optional]
Each entry requires an id in order for the feed as a whole to be a valid Atom document. Its used by readers of Atom documents to determine whether or not an entry has been seen previously.
If not specified, this will default to an URL comprising the current time plus the pid plus the hostname plus a monotonically increasing integer. eg: tag:fred.example.com,2005-12-07:1133946771/20827/2. This should be good enough for a uniqueness test.
author [optional]
You can specify author details for an individual entry if desired. The author parameter is expected to be a hash reference, which must contain one or more of the keys name, email or uri.
<<lessSYNOPSIS
use Log::Dispatch::Atom;
my $log = Log::Dispatch::Atom->new(
name => foo,
min_level => debug,
file => file.atom
);
$log->log_message( level => error, message => A problem happened );
$log->log_message( level => debug, message => Got Here );
This class implements logging backed by an Atom feed so that you can subscribe to the errors produced by your application.
You should not use this object directly, but should manage it via a Log::Dispatch object.
IMPLEMENTATION NOTES
In order to safely write to the log file, the entire file must be locked each time that an entry is logged. This probably makes it unsuitable for high volume log files.
The log file is opened and closed on each call to log_message().
METHODS
new()
Takes a hash of arguments. Returns a new Log::Dispatch::Atom object. The following parameters are used:
name [mandatory]
The name of the logging object.
min_level [mandatory]
The minimum logging level this object will accept. See Log::Dispatch for more information.
max_level [optional]
The maximum logging level this object will accept. See Log::Dispatch for more information. The default is the highest possible level (ie: no maximum).
file [mandatory]
Specifies the location of the file to read/write the feed from.
feed_id [optional]
Specifies the identity of the feed itself. Normally, this should be set to the published URI of the feed.
If not specified, it will be omitted, which is in violation of the Atom specification. For more information, see http://www.atomenabled.org/developers/syndication/#requiredFeedElements.
feed_title [optional]
The title of the feed. This should probably be set to the name of your application.
If not specified, it will be omitted, which is in violation of the Atom specification. For more information, see http://www.atomenabled.org/developers/syndication/#requiredFeedElements.
XXX This should probably just use the name parameter. What do you think? Let me know.
feed_author [optional]
The author details of a feed. This is specified as a hash reference, which must contain one or more of the three keys name, email and uri.
In order to create a valid Atom feed, you must either supply an author in every single entry (log message), or ensure that the feed itself has an author. The latter is probably the easier solution, so I recommend this parameter be supplied.
NB: The feed_* parameters will only be used when a new feed is being created. If you are creating a new object for an existing feed, they will be ignored.
log_message()
Takes a hash of arguments. Has no return value. The following parameters are used.
message [mandatory]
The actual log message.
level [mandatory]
The level of the message. See Log::Dispatch for a full list.
id [optional]
Each entry requires an id in order for the feed as a whole to be a valid Atom document. Its used by readers of Atom documents to determine whether or not an entry has been seen previously.
If not specified, this will default to an URL comprising the current time plus the pid plus the hostname plus a monotonically increasing integer. eg: tag:fred.example.com,2005-12-07:1133946771/20827/2. This should be good enough for a uniqueness test.
author [optional]
You can specify author details for an individual entry if desired. The author parameter is expected to be a hash reference, which must contain one or more of the keys name, email or uri.
Download (0.007MB)
Added: 2007-02-09 License: Perl Artistic License Price:
987 downloads
Amarok Atom Syndication 0.1.0
Amarok Atom Syndication is a Amarok script for syndicating your currently playing music to the net. more>>
Amarok Atom Syndication is a Amarok script for syndicating your currently playing music to the net (store an Atom file on you Google Pages account).
You need to have previously signed for Google Pages service before using this script, and have cookies enable for Google Pages service as well.
<<lessYou need to have previously signed for Google Pages service before using this script, and have cookies enable for Google Pages service as well.
Download (0.030MB)
Added: 2007-08-10 License: GPL (GNU General Public License) Price:
805 downloads
RSSOwl | RSS / RDF / Atom Newsreader 1.2.4
RSSOwl is a free RSS / RDF / Atom Newsreader written in Java using SWT as graphic library. RSS ("Really Simple Syndication" or "Rich Site Summary") is... more>> <<less
Download (5000KB)
Added: 2009-04-28 License: Freeware Price: Free
423 downloads
Other version of RSSOwl | RSS / RDF / Atom Newsreader
License:Free
Atom Publishing Protocol framework for Ruby 0.5.0
Atom Publishing Protocol framework for Rubys goal is to make adopting Atom Publishing Protocol(APP) support in web applications more>>
Atom Publishing Protocol framework for Rubys goal is to make adopting Atom Publishing Protocol(APP) support in web applications as easy as it can be. This is to be reached by implementing a framework that handles the protocol-level duties for the programmer, while not making any requirements for the site design. Details of the project are laid down in a roadmap.
The way that this framework realizes this functionality is by implementing a base class for each back-end. At the moment there is only one back-end, for Ruby on Rails. The base classes then expect that the users application responds to a certain interface that makes the content information storing the responsibility of the application.
While implementing the framework Im going to follow two principles, simplicity and generality. Simplicity in that sense that the framework only does what it needs to do, nothing else, thus staying out of the way of the developer, laying down as few constraints on the application as possible.
Generality principle follows on the same track. As the overhead from using the framework is in the minimum, the field of application gets wider. From technical point of view the generality will be helped by multiple back-ends that enable the use of framework in many different environments.
The APP is currently an Internet-Draft and hence most likely will change in near future. For this, it is better to keep the framework as simple as possible so that it can be refactored with minimum effort.
The work for this project is freely available(MIT licensed) from this website. I am writing this framework as a part of my final thesis at the Tampere University of Technology, Finland.
<<lessThe way that this framework realizes this functionality is by implementing a base class for each back-end. At the moment there is only one back-end, for Ruby on Rails. The base classes then expect that the users application responds to a certain interface that makes the content information storing the responsibility of the application.
While implementing the framework Im going to follow two principles, simplicity and generality. Simplicity in that sense that the framework only does what it needs to do, nothing else, thus staying out of the way of the developer, laying down as few constraints on the application as possible.
Generality principle follows on the same track. As the overhead from using the framework is in the minimum, the field of application gets wider. From technical point of view the generality will be helped by multiple back-ends that enable the use of framework in many different environments.
The APP is currently an Internet-Draft and hence most likely will change in near future. For this, it is better to keep the framework as simple as possible so that it can be refactored with minimum effort.
The work for this project is freely available(MIT licensed) from this website. I am writing this framework as a part of my final thesis at the Tampere University of Technology, Finland.
Download (0.008MB)
Added: 2006-05-05 License: MIT/X Consortium License Price:
1267 downloads
Alligator 0.5.0
Alligator is an RSS aggregator. more>>
Alligator is a new RSS aggregator [newsreader] developed on Mono (in C# language) platform with GTK#-based user interface.
Main features:
- support for all RSS (Rich Site Summary, RDF Site Summary, Really Simple Syndication) versions:
- 0.90 [netscape]
- 0.91 [netscape, userland]
- 0.92 [rss-dev, userland]
- 0.93 [userland]
- 0.94 [userland]
- 1.0 [rss-dev]
- 2.0x [userland]
- support for Atom version 0.3
- simple, clean, user-friendly, Gnome-style interface based on GTK
- platform-independency - designed to work for all platforms supported by Mono and GTK#
- embedded Gecko-based browser
Enhancements:
- organizing feeds in a tree of folders, with drag and drop support
- brand new toolbar
- keeping selection of feeds/items on right mouse click
- error dialogs after unsuccessful feed load are now hidden to statusbar
- a lot of little fixes
<<lessMain features:
- support for all RSS (Rich Site Summary, RDF Site Summary, Really Simple Syndication) versions:
- 0.90 [netscape]
- 0.91 [netscape, userland]
- 0.92 [rss-dev, userland]
- 0.93 [userland]
- 0.94 [userland]
- 1.0 [rss-dev]
- 2.0x [userland]
- support for Atom version 0.3
- simple, clean, user-friendly, Gnome-style interface based on GTK
- platform-independency - designed to work for all platforms supported by Mono and GTK#
- embedded Gecko-based browser
Enhancements:
- organizing feeds in a tree of folders, with drag and drop support
- brand new toolbar
- keeping selection of feeds/items on right mouse click
- error dialogs after unsuccessful feed load are now hidden to statusbar
- a lot of little fixes
Download (0.031MB)
Added: 2006-07-11 License: Common Public License Price:
1209 downloads
Aggrevator 0.7.6
Aggrevator is a cross-platform RSS/Atom aggregator that uses a MySQL 4.1 database for storage. more>>
Aggrevator is a cross-platform RSS/Atom aggregator that uses a MySQL 4.1 database for storage. It is designed to make life easier for people who want to subscribe to large numbers of blogs by using scoring, sophisticated search, filtering and sorting.
Its designed for people who are subscribed to many RSS and blog sites and is capable for advanced search, filtering and sorting.
Aggrevators chief distinguishing factor is its use of a MySql database to permanently store every entry fetched from every blog you subscribe to. This means that the user can read offline any of the several thousand blogs theyre interested in. Since Aggrevator is written in Java using the SWT library for its GUI the user can use it on multiple platforms (I have tested it using Linux and Windows) with a single remote database or on one machine with a local database.
Aggrevator offers the user search functionality which lets them track down entries they have read in the past even if theyre offline. The user also has the option of using the filters as a means of finding a particular blog by typing a minimal set of characters and seeing the list of candidates shrink as they type each character.
Main features:
- easy to find in large number of blogs
- filtering capabilities of blogs
<<lessIts designed for people who are subscribed to many RSS and blog sites and is capable for advanced search, filtering and sorting.
Aggrevators chief distinguishing factor is its use of a MySql database to permanently store every entry fetched from every blog you subscribe to. This means that the user can read offline any of the several thousand blogs theyre interested in. Since Aggrevator is written in Java using the SWT library for its GUI the user can use it on multiple platforms (I have tested it using Linux and Windows) with a single remote database or on one machine with a local database.
Aggrevator offers the user search functionality which lets them track down entries they have read in the past even if theyre offline. The user also has the option of using the filters as a means of finding a particular blog by typing a minimal set of characters and seeing the list of candidates shrink as they type each character.
Main features:
- easy to find in large number of blogs
- filtering capabilities of blogs
Download (5.4MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1236 downloads
BottomFeeder 4.4
BottomFeeder is a viewer for RSS feeds. more>>
BottomFeeder is a news aggregator client for RSS and Atom feeds, written in VisualWorks Smalltalk. BottomFeeder runs on x86 Linux (also FreeBSD), PowerPC linux, Sparc Linux, Windows (98/ME/NT/2000/XP), Mac OS8/9, Mac OS X, AIX, SGI Irix, Compaq UNIX, HP-UX, and Solaris.
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.
<<lessMain 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.
Download (2.3MB)
Added: 2007-07-10 License: Artistic License Price:
2046 downloads
rawdog 2.9
rawdog is an RSS aggregator without delusions of grandeur. more>>
rawdog is an RSS Aggregator Without Delusions Of Grandeur. Written in Python, it uses Mark Pilgrims feed parser to read RSS 0.9, 1.0, 2.0, CDF and Atom feeds.
rawdog project runs from cron, collects articles from a number of feeds, and generates a static HTML page listing the newest articles in date order. It supports per-feed customizable update times, and uses ETags, Last-Modified, and gzip compression to minimize network bandwidth usage.
rawdogs output format is similar to that of PyDS and Hep.
Enhancements:
- This release handles "A-IM: feed" encoding in a more sensible way.
- Several other small bugs have been fixed.
<<lessrawdog project runs from cron, collects articles from a number of feeds, and generates a static HTML page listing the newest articles in date order. It supports per-feed customizable update times, and uses ETags, Last-Modified, and gzip compression to minimize network bandwidth usage.
rawdogs output format is similar to that of PyDS and Hep.
Enhancements:
- This release handles "A-IM: feed" encoding in a more sensible way.
- Several other small bugs have been fixed.
Download (0.085MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1226 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above atom search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed