Really Simple Blogging with the Atom API
Danny Ayers has created a “totally minimal blogging system” based on
the Atom API.
All it does is post entries from a HTML form and add them to a file containing all the entries on the server side (as in section 5.2 in the API). The code’s not for the purists, but it pretty much follows the spec and really is simple!
I’d love to see a Blosxom type of blogging tool that used Atom/Pie files instead of text files for the entries. You’d have your HTML formatted text, metadata (author, date created and modified, etc.) and syndication all wrapped up in one simple file.