This Space for Rent

New Code!

Annotations has been pushed up to version 1.0.3.4 with some portability revisions that make portability somewhat less of a grim and horrible joke. (Note that by portability I mean "the code will compile" -- interaction with webservers other than thttpd is still, um, not well tested.)

The changelog gives the whole horrible story:

  1. Tweak the makefile so if -luncgi can't be found we'll just use our own copy of the uncgi library
  2. Tweak the nrposts detection so that the weblog will never truncate an index page in the middle of a day
  3. Use html response code 401 if REMOTE_USER is not set
  4. Make the art/dydir/mo buffers larger, call strftime() at the start of the article grabber loop instead of once before the start of the loop and once at the end
  5. Correct the slightly broken argument parsing for reindexing a particular year/month/day
  6. A putchar? In format.c?