Wed, 10 Jun 2009 23:15:14 +0300fix html to have a separate Container type, but also special-case tuples, lists and genexps
Tero Marttila <terom@fixme.fi> [Wed, 10 Jun 2009 23:15:14 +0300] rev 80
fix html to have a separate Container type, but also special-case tuples, lists and genexps

Wed, 10 Jun 2009 23:14:37 +0300fix filesystem.Path.path_segments and add some doctests
Tero Marttila <terom@fixme.fi> [Wed, 10 Jun 2009 23:14:37 +0300] rev 79
fix filesystem.Path.path_segments and add some doctests

Wed, 10 Jun 2009 21:59:49 +0300fix html/templates to use a Container type (inherited by Tag) for flat lists of tags
Tero Marttila <terom@fixme.fi> [Wed, 10 Jun 2009 21:59:49 +0300] rev 78
fix html/templates to use a Container type (inherited by Tag) for flat lists of tags

Fri, 05 Jun 2009 23:59:14 +0300misc. fixes, it runs now, but HTML output is corrupt (no flattening)
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:59:14 +0300] rev 77
misc. fixes, it runs now, but HTML output is corrupt (no flattening)

Fri, 05 Jun 2009 23:42:03 +0300misc. fixes
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:42:03 +0300] rev 76
misc. fixes

Fri, 05 Jun 2009 23:41:57 +0300fix utils.LazyProperty
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:41:57 +0300] rev 75
fix utils.LazyProperty

Fri, 05 Jun 2009 23:06:13 +0300remove old templates
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:06:13 +0300] rev 74
remove old templates

Fri, 05 Jun 2009 23:06:06 +0300misc. stuff in gallery.py utils.py
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:06:06 +0300] rev 73
misc. stuff in gallery.py utils.py

Fri, 05 Jun 2009 23:05:49 +0300use new command/gallery stuff in main.py
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:05:49 +0300] rev 72
use new command/gallery stuff in main.py

Fri, 05 Jun 2009 23:05:23 +0300remove old log.py module
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:05:23 +0300] rev 71
remove old log.py module

Fri, 05 Jun 2009 23:05:11 +0300remove old Folder, Image code, wrap up both
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:05:11 +0300] rev 70
remove old Folder, Image code, wrap up both

Fri, 05 Jun 2009 23:03:35 +0300add render_file method for html.IRenderable
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:03:35 +0300] rev 69
add render_file method for html.IRenderable

Fri, 05 Jun 2009 23:02:47 +0300add open_write method for filesystem.File
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:02:47 +0300] rev 68
add open_write method for filesystem.File

Fri, 05 Jun 2009 23:02:30 +0300add log_level config setting
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:02:30 +0300] rev 67
add log_level config setting

Fri, 05 Jun 2009 23:00:38 +0300implement new main() command, remove old one
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:00:38 +0300] rev 66
implement new main() command, remove old one

Fri, 05 Jun 2009 23:00:21 +0300initial commands infrastructure
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 23:00:21 +0300] rev 65
initial commands infrastructure

Fri, 05 Jun 2009 21:50:49 +0300begin implementation of folder, gallery
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 21:50:49 +0300] rev 64
begin implementation of folder, gallery

Fri, 05 Jun 2009 21:50:33 +0300update resources.py
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 21:50:33 +0300] rev 63
update resources.py

Fri, 05 Jun 2009 21:48:56 +0300write new templates using html, replacing old mako stuff
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 21:48:56 +0300] rev 62
write new templates using html, replacing old mako stuff

Fri, 05 Jun 2009 21:47:45 +0300rework html a bit to move the render_* funcs to IRenderable, add XHTMLDocument (ugh), missing flatten
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 21:47:45 +0300] rev 61
rework html a bit to move the render_* funcs to IRenderable, add XHTMLDocument (ugh), missing flatten

Fri, 05 Jun 2009 21:46:43 +0300do some filesystem.Path stuff, and read_only mode
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 21:46:43 +0300] rev 60
do some filesystem.Path stuff, and read_only mode

Fri, 05 Jun 2009 19:30:53 +0300remove old utils and write some new ones
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 19:30:53 +0300] rev 59
remove old utils and write some new ones

Fri, 05 Jun 2009 19:30:28 +0300remove unused dexif.py
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 19:30:28 +0300] rev 58
remove unused dexif.py

Fri, 05 Jun 2009 19:30:15 +0300start implementing new Image stuff, tie in RenderMachine into the new Image class, assoicated config stuff
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 19:30:15 +0300] rev 57
start implementing new Image stuff, tie in RenderMachine into the new Image class, assoicated config stuff

Fri, 05 Jun 2009 19:29:04 +0300add format.py module with filesize/filetime, replaces helpers.py and formatbytes
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 19:29:04 +0300] rev 56
add format.py module with filesize/filetime, replaces helpers.py and formatbytes

Fri, 05 Jun 2009 19:28:11 +0300further work on filesystem.py (path_from proto, stat, open, subdir-create, mkdir, subnodes
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 19:28:11 +0300] rev 55
further work on filesystem.py (path_from proto, stat, open, subdir-create, mkdir, subnodes

Fri, 05 Jun 2009 19:27:09 +0300add external lib/EXIF module
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 19:27:09 +0300] rev 54
add external lib/EXIF module

Fri, 05 Jun 2009 17:25:58 +0300expressive HTML-rendering module with doctests
Tero Marttila <terom@fixme.fi> [Fri, 05 Jun 2009 17:25:58 +0300] rev 53
expressive HTML-rendering module with doctests

Thu, 04 Jun 2009 11:23:28 +0300start writing some kind of nested-HTML-tag-generators magic to use instead of templates :)
Tero Marttila <terom@fixme.fi> [Thu, 04 Jun 2009 11:23:28 +0300] rev 52
start writing some kind of nested-HTML-tag-generators magic to use instead of templates :)

Thu, 04 Jun 2009 11:22:52 +0300start writing new structure, with config, render, filesystem modules
Tero Marttila <terom@fixme.fi> [Thu, 04 Jun 2009 11:22:52 +0300] rev 51
start writing new structure, with config, render, filesystem modules