Beyond blogging: Atom format and protocol. Like XML-RPC and SOAP before, feeds and publishing protocols were born in the blogopshere and quickly moved beyond blogging. Nowadays, web service providers are using RSS/Atom feeds and REST-based publishing protocols as lightweight alternatives to SOAP. And developers are finding new ways to combine web services from different sites into new applications, known as "mash-ups" in the lingo of Web 2.0. If you'd like to do the same, then attend this talk to learn about the new IETF Atom feed format (RFC-4287) and the soon-to-be-finalized Atom protocol, which together form a strong foundation for REST-based web services development.Check it out!
If your have a blogger-generated but independently hosted weblog, and your host supports PHP, you too can be on this list.
Install the script
Download the script, and upload as atom.php
. This file should go in the same directory as your weblog.
Promote the new feed
This can be done in one of two ways:
Redirect
This is the most complete and comprehensive approach, however not all hosting providers allow users this level of control over the web server. If yours does, try adding the following to a file named .htaccess
to the same directory that you placed the atom.php
:
Redirect atom.xml http://your.host.name/path-to-blog/atom.php
Notes: these instructions are for the Apache Web Server. Instructions for other web servers, including Microsoft's IIS will differ. You will need to tailor your.host.name and path-to-blog.
Advertise
The other approach is to direct your existing and new subscribers to this new feed. Mention the change on your weblog. Update your auto-discovery and other links. To update your links, go into Settings / Site Feed (pictured below)
Once you have navigated to that page, change the Site Feed URL to read:
http://your.host.name/path-to-blog/atom.php
Notes: You will need to tailor your.host.name and path-to-blog. You may also have other references on your template that need to be updated. Once complete, republish your blog via the Posting / Status tab.
If you have another Blogger produced site that has upgraded to Atom 1.0, feel free to leave a pointer to your site on the Atom wiki. Once your feed has been verified, this weblog post will be updated.