Projects tagged ‘atom’ and ‘syndication’


Jump to tag:

Projects tagged ‘atom’ and ‘syndication’

Filtered by Project Tags atom syndication

Refine results Project Tags rss (25) feed (18) aggregator (15) feedreader (12) web (11) news (10) reader (9) xml (8) rdf (7) opml (7) feeds (7) parser (7)

[25 total ]

107USERS
   

Akregator is a news feed reader for the KDE desktop. It enables you to follow news sites, blogs and other RSS/Atom-enabled websites without the need to manually check for updates using a web browser. Akregator is designed to be both easy to use and ... [More] to be powerful enough to read hundreds of news sources conveniently. It comes with Konqueror integration for adding news feeds and with an internal browser for easy news reading. [Less]

74USERS
   

Liferea (Linux Feed Reader) is a fast, easy to use, and easy to install GNOME news aggregator for online news feeds. It supports a number of different feed formats including RSS/RDF, CDF, Atom, OCS, and OPML.

30USERS
   

Rome is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. Today it accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and Atom 0.3 feeds. Rome includes a set of parsers and ... [More] generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format. [Less]

20USERS
   

RSSOwl is a wise SWT-based news aggregator. Its search feature lets you hunt down the best RSS/RDF/Atom feeds on the Web, and then organize and share your feeds with agility. Other features include an integrated browser; AmphetaRate, for acquiring ... [More] news tailored to your tastes; full-text searching through headlines and descriptions; export feed summaries to PDF, RTF, and HTML; the ability to import or export OPML; the ability to exchange collections with others by importing or exporting subscriptions; the ability to import or export user data to and from other machines; automatic newsfeed updating; and much more. [Less]

17USERS
   

Vienna is an open-source Mac OSX RSS/Atom newsreader written entirely in Cocoa for Mac OSX 10.3.9 or later.

16USERS
 

Parse RSS and Atom feeds in Python

12USERS
 

SimplePie puts the 'simple' back into 'really simple syndication'. Flexible enough to suit newbies and veterans alike, SimplePie's focus has been two-fold: speed and ease of use. By thinking about the most useful ways to handle blogs, news sites, and podcasts, we've come up with an API that makes it easy to do cool things with your feeds.

11USERS
 

Dotclear is a blogging platform in PHP. It has an easy to use web interface and a big French community.

7USERS
   

DotClear is a blogging platform in PHP. It has an easy to use web interface and a big French community. This new version permits multiblog configurations.

4USERS
   

Gregarius is a web-based RSS/RDF/ATOM feed aggregator, designed to run on your web server, allowing you to access your news sources from wherever you want.

3USERS
 

Planet is an awesome 'river of news' feed reader. It downloads news feeds published by web sites and aggregates their content together into a single combined feed, latest news first. It uses Mark Pilgrim's Universal Feed Parser to read from RDF ... [More] , RSS and Atom feeds; and Tomas Styblo's templating engine to output static files in any format you can dream up. [Less]

2USERS
   

Lilina News Aggregator is a simple aggregator written in PHP. It can parse Atom and RSS feeds and uses the SimplePie library. It is XSS-safe thanks to the HTML Purifier library. It is designed to be simple and easy to use for beginners, although it does require a web server and FTP access to upload the files.

1USERS

This plugin adds RSS Feeds support for evolution mail. RSS support was built upon the somewhat existing RSS support in evolution-1.4 branch. The motivation behind this was to have RSS in same place as mails, at this moment I do not see the point ... [More] having a separate RSS reader since a RSS Article is like an email message. Probably that's the same reason for NNTP support in evolution. Evolution RSS can display article using summary view or HTML view. [Less]

1USERS

Syndication feed parser/replicator for Django. Provides a standardized interface to feeds of all types in a set of simple Django template tags with default templates. Feed entry summaries are the same no matter if they come from an Atom 2.0 ... [More] feed or the options on that feed. Feeds are sanitized to prevent injection, etc. This allows for very simple feed replication for your django website. [Less]

1USERS
 

A Python based, highly extensible ncurses RSS/Atom feed reader, based on feedparser.

1USERS
 

Feed Launch .NET is an open-source feed creator for both RSS 2.0 and ATOM 1.0 Feeds. A clean gui interface makes feed creation intuitive. Preview your Feeds or save them on your hard disk. Upload feature via FTP is integrated directly into the application.

1USERS

rss2email converts news feeds (RSS and Atom) to emails.

1USERS

Web feed aggregator and planet builder.

1USERS

SFeed is an RSS and Atom feed reader, with extensive support for searching the archive of feed entries. It is written in python, using the Xapian search engine, the Storm ORM, and Mark Pilgrim's feedparser module.

0USERS

Use the syndication library to parse Atom and all versions of RSS easily. This library hides the differences between the formats so you can parse any type of feed without having to know what kind of feed it is. For the latest and greatest version of this library, we recommend pulling the source using SVN.

0USERS

RailsReader is a feed reader similar to Google Reader, built with Ruby on Rails. RailsReader was initially created as a project for the University of Applied Sciences "Hochschule für Technik und Wirtschaft des Saarlandes".

0USERS

This is a validator for syndicated feeds. It works with RSS 0.90, 0.91, 0.92, 0.93, 0.94, 1.0, 1.1, and 2.0. It also validates Atom feeds.

0USERS

* Wraps various RSS and Atom parsers, and returns a single unified object graph, regardless of the underlying feed format. * Attempts to parse a given feed using all available configured parsers. * Is useful when the representation of the ... [More] data of an underlying RSS/Atom feed should be the same regardless of the underlying format and its terminology. [Less]

0USERS

This project plans to implement ruby library for generating RSS and/or Atom feeds for youtube search results.

0USERS

URGENTPlease update your plugin version. I was make several changes to make work better. Thanks. Features:Creates tables to store data feeds Provides templates for: Add/delete/update_entries feed, show entries by feeds, list feeds. Support RSS 0.9 ... [More] , RSS1.0 , RSS2.0 and ATOM REQUIRE: open-uri feed-normalizer hpricot Current Version: 0.1HOW TO USE 07/26/07Generator: script/generate feeder rake db:migrate (To create the tables) Class Mehods: is_feed? (url , option = :only_verify) option: :feed_url (return the feed url or false) :only_verify (return true if is a feed or contains a feed, else return false) :xml (return a hash with the xml feed and the feed url {:file => xml_file , :feed_url => feed_url}) Instance Methods: parse_feed (feed_url , option = :feed_url , want_save = false) Parse the feed_url and return the feed model option: :feed_url (set with this value when you pass the feed url) :xml (set with this value when you pass the hash with the xml feed file and feed url) want_save: If is set to true saves the model returned get_entries (option = :update) Get the entries for the feed option: :new (get entries for a new feed without entries) :update (update the entries for a feed) Please see the Changelog in the wiki page [Less]