log

age author description
2012-08-29 Jeff Hammel error and bump
2012-08-24 Jeff Hammel introduce templated 404s; works, just doesnt do anything yet
2012-08-24 Jeff Hammel stub for 404 page
2012-08-09 Jeff Hammel fix rss bug
2012-08-04 Jeff Hammel make template loading lenient and other fixes; bump version
2012-08-04 Jeff Hammel whitespace cleanup
2012-08-04 Jeff Hammel quick cleanup
2011-11-19 Jeff Hammel make sort formatter more extensible and add a random method
2011-10-28 Jeff Hammel improvements to the inclusion template
2011-10-27 Jeff Hammel add inclusion template
2010-12-15 Jeff Hammel return exceptions rather than just raise them; needed for wsgiref and who knows what other servers
2010-12-15 Jeff Hammel move app_conf parsing logic to factory.py
2010-11-30 Jeff Hammel include head.html in the master template
2010-11-25 Jeff Hammel remove previous hacks
2010-11-22 Jeff Hammel add some RSS
2010-11-21 Jeff Hammel make formats classes that can take arguments
2010-11-18 Jeff Hammel depend on py2rssgen; not hooked up yet
2010-11-18 Jeff Hammel more stubbing for RSS
2010-11-18 Jeff Hammel dont show size for directories
2010-11-18 Jeff Hammel merge commit
2010-11-18 Jeff Hammel add documentation for formats and a stub
2010-11-05 Jeff Hammel dont capitalize unimportant words
2010-11-17 Jeff Hammel work towards refactor letting links (and maybe other things in the future) dwell in a decoupage namespace
2010-11-04 Jeff Hammel add "-" to list of FilenameDescription separators
2010-11-04 Jeff Hammel add size of file to metadata
2010-11-03 Jeff Hammel add idea of formats and json format
2010-11-03 Jeff Hammel add more metadata to files: modification time, type
2010-10-27 Jeff Hammel * make head.html actually be correct;