To Do List

I just did another commit on the WordUp! codebase, so the todo list as it stands right now is as follows:
  • Implement a more efficient way to store and query posts, see ideas here
  • Implement a way to display categories.
  • Implement a way to do navigation in the atom feed (using <atom:link>
  • Implement a way to store related posts along with a post, sort of "attribution by inspiration" and for threading internally, as well as annotation after the fact, when I find related posts that I want to bookmark to my post.
  • Implement security on ATOM API, probably using Mark Pilgrim's method
  • Implement the rest of the ATOM API http://bitworking.org/projects/atom/draft-gregorio-09.html
    • GET
    • UPDATE
    • DELETE
  • Implement Trackback Server Side API
  • Test the Pingback Server Side API
  • Implement Trackback & Pingback client API for newly created posts
  • Implement Comment Preview (Continuations!)
  • Implement some kind of support for markup in comments.
  • Make HTML rendering more flexible, i.e. templatized. Right now, the layout is hardcoded to what I use on eighty-twenty.net

— Gordon Weakliem at permanent link