Projects tagged ‘feeds’ and ‘xml’


[13 total ]

33 Users
   

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 ... [More] feeds. Rome includes a set of parsers and 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]
Created over 3 years ago.

2 Users
 

LambdaFeed generates RSS 2.0 XML feeds and matching HTML files
Created about 1 year ago.

2 Users

A Python library for generating news feeds in RSS and Atom formats.
Created 6 months ago.

1 Users

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 ... [More] mails, at this moment I do not see the point 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]
Created about 1 year ago.

1 Users
 

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 ... [More] feature via FTP is integrated directly into the application. [Less]
Created over 3 years ago.

0 Users

our twcweb project
Created 6 months ago.

0 Users

...coming soon
Created 3 months ago.

0 Users

Parse RSS and Atom feeds in Python.
Created 6 months ago.

0 Users

ZML, the Zeitung Markup Language, is a simple CMS for small newspapers. It was specifically designed to publish a student newspaper in print and on the Web. It uses LaTeX and XHTML. So far, it is documented in German only.
Created over 2 years ago.

0 Users

OverviewSpinn3r is a web service for indexing the blogosphere. We provide raw access to every post being published in real time. We provide the data and you can focus on building your application. ... [More] Spinn3r handles all the difficult tasks of running a spider/crawler including spam prevention, language categorization, ping indexing, and trust ranking. You can read more about spinn3r at http://spinn3r.com Reference ClientThis projects implements client bindings to access the Spinn3r web service. Right now this just provides Java bindings but we plan porting this implementation to Python, Perl, Ruby, etc (and we'd love help from the Open Source community). All of our drivers will be released under the Apache 2.0 license. The APL is a very liberal license and basically allows customers and researchers using the Spinn3r API to build whatever type of application they want on top of our platform without having to worry about legal and licensing implications. Another interesting property of this implementation is that it's very small and clean. This means ports to other languages should be very easy. DocumentationSee the permalink API or our source API or our wire protocol and Javadoc BasicsEach API represents a top level object collection and supports the following methods: getDelta() - Find all new items based on after and/or before parameters which are ISO 8601 timestamps. entry() - Fetch HTML for a unique item based on URL or a unique identifier. history() - Fetch the history of items for a given source or feed. Permalink APISpinn3r fetches the full HTML of every post published in the blogosphere. Supports getDelta(), entry(), and history() methods. Feed APIIndex of all RSS and Atom content included within Spinn3r. The Permalink API also includes this content so the feed API is only valuable for customers who specifically want to index RSS and might want slightly faster resolution and a bit higher performance. Supports getDelta(), entry(), and history() methods. Comment APIWe are currently beta testing an API for indexing comments published in the blogosphere. Supports getDelta(), entry(), and history() methods. Link APIIndexes new links as they are published throughout the blogosphere. Supports getDelta(), entry(), and history() methods. Other ImplementationsThere is an unofficial native Perl client. The API design differs slightly from the official reference client but is compatible with the Spinn3r API. [Less]
Created about 1 year ago.