Upgrading

wordpress 2.2 is out. Easy upgrading is still a ways off. unless you're me, and you've moved to SVN. then it's just svn switch http://svn.automattic.com/wordpress/branches/2.2/ :D

the latest undocumented features include atom API support. all that coding in app.php does little good if you don't reference it. going off of what my wordpress.com blog looks like, you should add this to the head of your blog:

<link rel="introspection" type="application/atomserv+xml" title="Atom api" href="<?php bloginfo('url') ?>/wp-app.php" />

you can implement that as a plugin, or in your theme. i'd love to see XML support moved to the core, but that might just be me.

3 Comments

  1. Posted 16 May 2007 at 10:39 |
    Permalink Quote

    I had to have a look at what the hell rel="introspection" meant. That’s semantic.

    Don’t you mean wp-app.php in the link above?

  2. Posted 16 May 2007 at 10:47 |
    Permalink Quote

    good catch, thanks.
    the need for unique names leads to some interesting semantics indeed ;)

  3. Posted 16 May 2007 at 2:13 |
    Permalink Quote

    Hmm. Would like to add this to the Sandbox, but am adverse to introducing yet another conditional function. Let’s see.

Post a Comment

Your email is never published nor shared. Comments that do not follow the guidelines may be removed. By submitting a comment here you grant this site a perpetual license to reproduce your words and name/web site in attribution. Required fields are marked *
↓ Preview