degal/html.py
Thu, 02 Jul 2009 21:59:01 +0300 Tero Marttila reorganize/rename the commands and their options stuff, options like --force-html are now split out from main.py into commands/update.py
Wed, 10 Jun 2009 23:15:14 +0300 Tero Marttila fix html to have a separate Container type, but also special-case tuples, lists and genexps
Wed, 10 Jun 2009 21:59:49 +0300 Tero Marttila fix html/templates to use a Container type (inherited by Tag) for flat lists of tags
Fri, 05 Jun 2009 23:59:14 +0300 Tero Marttila misc. fixes, it runs now, but HTML output is corrupt (no flattening)
Fri, 05 Jun 2009 23:42:03 +0300 Tero Marttila misc. fixes
Fri, 05 Jun 2009 23:03:35 +0300 Tero Marttila add render_file method for html.IRenderable
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 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 :)