Coding Frenzy

Warning: techtalk follows, you may freely skip this if your eyes glaze over at the word "XML".

I've been in a coding frenzy for the past couple of days. JSPWiki has had some considerable additions, here being the relevant part of the ~ChangeLog:

2004-05-14  Janne Jalkanen  <Janne.Jalkanen@nospam.ecyrd.com>

        * v2.1.97.

        * Added preliminary support for the Atom blog API.  It still does
        not yet completely work, however.

I'll be a non-productive member of the society for the next three-four days (another wedding? Don't people get tired of these things already?), so nothing much may happen. But yeah, I nearly got ecto working with JSPWiki.

There is still however a question on how the blog and wiki apis should interact. You see, the page Main on this site is both a weblog and a wiki page. I'm having trouble, you see:

  • GET to /atom/ lists all wiki pages (which means that even on this site, there are a lot of them) - not just the weblogs (since every page can be a weblog, even the weblog entry pages)
  • GET to /atom/Main... Should it list all of the blog entries, or should it GET the Wiki page content? Both are valid interpretations...

I'm confused... Which is the correct way to handle this? Should a WikiWeblog combination have separate URIs for Wiki and Weblog functionality? Isn't that kinda redundant?




Comments

"nearly" isn't good enough ;)

--Adriaan, 14-May-2004


Oh man, I just hacked it together for one evening, give me time :)

--JanneJalkanen, 15-May-2004


More info...     Comments?   Back to weblog
"Main_blogentry_140504_1" last changed on 14-May-2004 16:19:15 EEST by JanneJalkanen.