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

Wed, 03 Jun 2009 20:41:52 +0300merge use-distutils changes, untested, as a basis for more development
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 20:41:52 +0300] rev 50
merge use-distutils changes, untested, as a basis for more development

Wed, 03 Jun 2009 20:41:10 +0300xyz
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 20:41:10 +0300] rev 49
xyz

Wed, 03 Jun 2009 20:33:15 +0300new structure for bin/degal, adding degal/commands, degal/main use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 20:33:15 +0300] rev 48
new structure for bin/degal, adding degal/commands, degal/main

Wed, 03 Jun 2009 19:40:35 +0300fix template to use pkg_resources, bin/degal does now run use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:40:35 +0300] rev 47
fix template to use pkg_resources, bin/degal does now run

Wed, 03 Jun 2009 19:26:26 +0300add a .hgignore use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:26:26 +0300] rev 46
add a .hgignore

Wed, 03 Jun 2009 19:25:23 +0300move scripts/degal to bin/degal, update setup.py to include bin/cgi-bin/scripts as scripts use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:25:23 +0300] rev 45
move scripts/degal to bin/degal, update setup.py to include bin/cgi-bin/scripts as scripts

Wed, 03 Jun 2009 19:23:10 +0300strip copyright/license boilerplate from modules, except dexif and formatbytes use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:23:10 +0300] rev 44
strip copyright/license boilerplate from modules, except dexif and formatbytes

Wed, 03 Jun 2009 19:22:41 +0300add GPLv3 license in COPYING for interim use use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:22:41 +0300] rev 43
add GPLv3 license in COPYING for interim use

Wed, 03 Jun 2009 19:12:39 +0300setup.py sdist works now use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:12:39 +0300] rev 42
setup.py sdist works now

Wed, 03 Jun 2009 19:03:28 +0300reorganize files to move lib, templates, www into 'degal' package, keep separate 'cgi-bin' for now use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 19:03:28 +0300] rev 41
reorganize files to move lib, templates, www into 'degal' package, keep separate 'cgi-bin' for now

Wed, 03 Jun 2009 18:59:46 +0300write the setup.py and move executables to 'scripts/' (for now, 'bin' might be better) use-distutils
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 18:59:46 +0300] rev 40
write the setup.py and move executables to 'scripts/' (for now, 'bin' might be better)

Wed, 03 Jun 2009 18:39:43 +0300move example lighttpd config to 'docs' subdir
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 18:39:43 +0300] rev 39
move example lighttpd config to 'docs' subdir

Wed, 03 Jun 2009 18:39:32 +0300rename executable scripts to remove .py extension
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 18:39:32 +0300] rev 38
rename executable scripts to remove .py extension

Wed, 03 Jun 2009 18:37:12 +0300Old taggr code, never finished old-taggr
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 18:37:12 +0300] rev 37
Old taggr code, never finished

Wed, 03 Jun 2009 18:36:26 +0300temporarily remove old taggr stuff that was never finished
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 18:36:26 +0300] rev 36
temporarily remove old taggr stuff that was never finished

Wed, 03 Jun 2009 18:36:17 +0300make detool.py executable
Tero Marttila <terom@fixme.fi> [Wed, 03 Jun 2009 18:36:17 +0300] rev 35
make detool.py executable

Sun, 04 May 2008 18:24:02 +0000...and add lib/dexif.py as well
terom [Sun, 04 May 2008 18:24:02 +0000] rev 34
...and add lib/dexif.py as well

Sun, 04 May 2008 18:23:03 +0000merged http://pajukanta.fi/temp/degal_exif_r33.tar.bz2 patch from Japsu
terom [Sun, 04 May 2008 18:23:03 +0000] rev 33
merged http://pajukanta.fi/temp/degal_exif_r33.tar.bz2 patch from Japsu

Tue, 18 Mar 2008 00:04:02 +0000database dir and schema
terom [Tue, 18 Mar 2008 00:04:02 +0000] rev 32
database dir and schema

Mon, 17 Mar 2008 23:39:03 +0000skip folders that result in exceptions, forgotten style.css
terom [Mon, 17 Mar 2008 23:39:03 +0000] rev 31
skip folders that result in exceptions, forgotten style.css