Wordpress 2.3 ships, with APP support.
Great to see Wordpress 2.3 shipping with support for Atom 1.0 and APP (draft 17 compliant I’m guessing). I haven’t updated this blog yet (for fear of borking plugins/themes that I have enabled) but from playing with a local test install this afternoon I see Wordpress now publishes the following feed URLs out of the box:
<wordpress-root-URL>/?feed=atom- Atom 0.3 format feed<wordpress-root-URL>/?feed=rss- RSS 0.92 format feed<wordpress-root-URL>/wp-app.php/service- APP Service<wordpress-root-URL>/wp-app.php/posts- “Wordpress Posts” APP collection feed<wordpress-root-URL>/wp-app.php/categories- “Wordpress Posts” APP category document<wordpress-root-URL>/wp-app.php/attachments- “Wordpress Media” (attachments?) APP Collection
I am a little curious about why the HTML doesn’t contain a <link> for 4 though - its absence makes it kind of difficult to auto discover the collection feed URL. I’m also curious why both 1. and 4. exist. I always assumed that the APP collections would just point to the real Atom feed URL, with APP clients authenticating to send HTTP POST, PUT and DELETE requests. Was this necessary because of bad feed readers/aggregators or was my assumption just plain wrong?
Update: Sam Ruby has some good commentary, doesn’t answer my question though…
1 Comment to Wordpress 2.3 ships, with APP support.
Leave a comment
What I'm Doing...
- Smartest Guys in the Room (the Enron documentary) is astonishing. I wonder if there are more Enrons out there (outside banking that is!) 10 hrs ago
- @paulca if the service and your id provider both support the OpenID Simple Registration Extension then it should work - http://url.ie/r4y 4 days ago
- @paulca I've been to the recent meetups, good couchdb talk btw, will be at the next one too. Not yet taken getexceptional for a real spin... 4 days ago
- @topgold Try Nassau St (3rd or 4th bus stop down) or outside Budget Travel on O'Connell St, routes 46*, 10*, 145)... 4 days ago
- @desdublin Des, save yourself! I'll go for some pints+nosh with you! Or else promise to drive wherever you were jogging to! 5 days ago
- More updates...
Posting tweet...
Blogroll
LinkRoll
Category Cloud
amazon api app apple atom atompub australia banks beacon berlin blogging blosxom capeclear content copyright data dev drm dublin eclipse economy facebook firefox food football fowa future games google hardware identity internet ireland irish java junk linux mac media microsoft mobile movies music n800 net oauth openid opensocial opml osgi oss patents politics polls process rails railsconf rest rss ruby search soa social software spam sport tech travel trip tv uk us vodafone wayoutthere web2.0 web services why xml yahoo youtube
Recent Posts
Recent Comments
Archives
Photos
|


There are a few reasons to separate an AtomPub collection from the public feed. Mostly, the collection will contain information that feed readers don’t care about or that you don’t want them to see; eg. an entry’s edit URL or draft entries that haven’t been published yet.
There’s nothing wrong with doing it either way.