* Cleanup index.cgi so separation between config and code more clear.
0.9.29
* Deal with bag openid servers more appropriately. * Encode \n in header strings in the text serialization.
0.9.28
* Enable slashes in tiddler titles (except for at start) * UTF-8 related refactorings.
0.9.27
* Update default css to look like http://tiddlyweb.peermore.com/ * Make some HTTP error messages more verbose. * Redirect query strings correctly during the challenger phase. * Support HEAD requests. * Add support for a "since" filter: [since[20090410160800]]
0.9.26
* Adjust from_svn to work correctly with .js files that have no corresponding .meta file. * Adjust from_svn to accept 'plugin:' indicator in recipes. * Properly handle file extensions in from_svn (don't use rstrip!).
0.9.25
* Generate a more correctly unique Etag when sending a list of tiddlers. * Respect server_prefix when setting tiddlyweb_redirect in challengers. * Have twanager sys.exit non zero when there are errors. * Use proper signature when calling handle_recipe in from_svn.