July 2005

Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31            

2005.04.08

Manila 9.5 to include Atom support

Pre-release announcement on Scott Young's Radio Weblog.

2005.03.22

Blogmarks Atom API

Blogmarks.net is a free & open bookmarks manager based on keywords (aka Tags) and sharing. ... Blogmarks.net comes with an implementation of the Atom Publishing Protocol.
Blogmarks Wiki.

2005.03.13

Atom API Documentation for Blogger

Link: Blogger: Atom API Documentation.

2005.02.21

XML::Atom::SimpleFeed

XML-Atom-SimpleFeed (CPAN) is a general-purpose Perl module for quickly generating valid Atom feeds, in the style of XML::RSS for RSS. You can see it in action at Iowa Student Computer Association BBS (ISCABBS Est.1989), providing the most recent 30 posts for all public forums, updated every 5 minutes.

2005.02.02

Autogenerated Atom/RDF Java

Mark Woodman:


I thought it would be a fun experiment to take an OWL schema for Atom, run it through Kazuki, and generate some easy-to-use classes for Atom in Jena.

(source etc provided)

Henry Story's AtomOWL schema/ontology on the Atom Wiki is the most current (the docs at semtext.org will be updated soon). Henry's also done an RDF Reactor-build set of classes, here.

2005.01.03

Raptor 1.4.3

A free software / Open Source C library, the Raptor RDF Parser Toolkit features:


A parser for the multiple XML RSS formats that use the elements such as channel, item, title, description in different ways. Attempts to turn the input into RSS 1.0 RDF triples. True RSS 1.0, as a full RDF vocabulary, is best parsed by the RDF/XML parser. It also generates triples for RSS enclosures.

This parser also handles the Atom 0.3 syndication format currently being standardised by the IETF Atom Publishing Format and Protocol working group.


Also includes serializers for RDF/XML, N-Triples and RSS 1.0.

2004.10.15

GMail Atom Feeds

Your client needs to support HTTPS and HTTP Basic Authentication. The feed URI is:
https://gmail.google.com/gmail/feed/atom

(via P@, thanks Brian)

2004.09.28

MobileAtom

A J2ME implementation of the Atom Publishing Protocol from Robert Sayre, complete with tutorial explanation (and nifty screenshots).

MobileAtom J2ME

2004.09.20

Atomic Triples

Raptor is a free software / Open Source C library that provides a set of Resource Description Framework (RDF) parsers generating RDF triples from RDF/XML, N-Triples, Turtle, several XML RSS tag soup formats and Atom 0.3.

Raptor was designed to work closely with the Redland RDF library (RDF Parser Toolkit for Redland) but is entirely separate. It is a portable library that works across many POSIX systems (Unix, GNU/Linux, BSDs, OSX, cygwin, win32). Raptor has no memory leaks and is fast.


2004.09.17

mod_speedyfeed

Garrett Rooney:


mod_speedyfeed [for Apache 2] allows you to only send new entries in your Atom feeds down to the clients. The client program adds a few HTTP headers (a If-Modified-Since to tell you what the last time they got was and an A-IM that indicates you support the 'feed' IM) and things just magically work.

Some discussion at Sam's

In case anyone missed it, there's a $5,000
bounty available too...