Fri, 05 Jun 2009 21:50:33 +0300 Tero Marttila update resources.py
Fri, 05 Jun 2009 21:48:56 +0300 Tero Marttila write new templates using html, replacing old mako stuff
Fri, 05 Jun 2009 21:47:45 +0300 Tero Marttila rework html a bit to move the render_* funcs to IRenderable, add XHTMLDocument (ugh), missing flatten
Fri, 05 Jun 2009 21:46:43 +0300 Tero Marttila do some filesystem.Path stuff, and read_only mode
Fri, 05 Jun 2009 19:30:53 +0300 Tero Marttila remove old utils and write some new ones
Fri, 05 Jun 2009 19:30:28 +0300 Tero Marttila remove unused dexif.py
Fri, 05 Jun 2009 19:30:15 +0300 Tero Marttila start implementing new Image stuff, tie in RenderMachine into the new Image class, assoicated config stuff
Fri, 05 Jun 2009 19:29:04 +0300 Tero Marttila add format.py module with filesize/filetime, replaces helpers.py and formatbytes
Fri, 05 Jun 2009 19:28:11 +0300 Tero Marttila further work on filesystem.py (path_from proto, stat, open, subdir-create, mkdir, subnodes
Fri, 05 Jun 2009 19:27:09 +0300 Tero Marttila add external lib/EXIF module
Fri, 05 Jun 2009 17:25:58 +0300 Tero Marttila expressive HTML-rendering module with doctests
Thu, 04 Jun 2009 11:23:28 +0300 Tero Marttila start writing some kind of nested-HTML-tag-generators magic to use instead of templates :)
Thu, 04 Jun 2009 11:22:52 +0300 Tero Marttila start writing new structure, with config, render, filesystem modules
Wed, 03 Jun 2009 20:41:52 +0300 Tero Marttila merge use-distutils changes, untested, as a basis for more development
Wed, 03 Jun 2009 20:41:10 +0300 Tero Marttila xyz
Wed, 03 Jun 2009 20:33:15 +0300 Tero Marttila new structure for bin/degal, adding degal/commands, degal/main use-distutils
Wed, 03 Jun 2009 19:40:35 +0300 Tero Marttila fix template to use pkg_resources, bin/degal does now run use-distutils
Wed, 03 Jun 2009 19:26:26 +0300 Tero Marttila add a .hgignore use-distutils
Wed, 03 Jun 2009 19:25:23 +0300 Tero Marttila move scripts/degal to bin/degal, update setup.py to include bin/cgi-bin/scripts as scripts use-distutils
Wed, 03 Jun 2009 19:23:10 +0300 Tero Marttila strip copyright/license boilerplate from modules, except dexif and formatbytes use-distutils
Wed, 03 Jun 2009 19:22:41 +0300 Tero Marttila add GPLv3 license in COPYING for interim use use-distutils
Wed, 03 Jun 2009 19:12:39 +0300 Tero Marttila setup.py sdist works now use-distutils
Wed, 03 Jun 2009 19:03:28 +0300 Tero Marttila reorganize files to move lib, templates, www into 'degal' package, keep separate 'cgi-bin' for now use-distutils
Wed, 03 Jun 2009 18:59:46 +0300 Tero Marttila write the setup.py and move executables to 'scripts/' (for now, 'bin' might be better) use-distutils
Wed, 03 Jun 2009 18:39:43 +0300 Tero Marttila move example lighttpd config to 'docs' subdir
Wed, 03 Jun 2009 18:39:32 +0300 Tero Marttila rename executable scripts to remove .py extension
Wed, 03 Jun 2009 18:37:12 +0300 Tero Marttila Old taggr code, never finished old-taggr
Wed, 03 Jun 2009 18:36:26 +0300 Tero Marttila temporarily remove old taggr stuff that was never finished
Wed, 03 Jun 2009 18:36:17 +0300 Tero Marttila make detool.py executable
Sun, 04 May 2008 18:24:02 +0000 terom ...and add lib/dexif.py as well