- text2pdf versus prn2pdf (31.12.05) — In 2003, Anand Pillai posted a recipe of the ASPN cookbook where he published PyText2Pdf.py, a Python implementation of text2pdf. Lino's prn2pdf.py does something similar in another way. more
- new option useWorldTransform for prnprint (16.12.05) — prnprint users who want to print in landscape and whose printer doesn't have the «Hebrew transformation» problem can now specify this via a command-line parameter -u or --useWorldTransform. Until now they had to use version 0.6.10 which is getting old. more
- sync now supports multiple projects (25.11.05) — If sync gets only 1 command-line argument, then this is supposed to be a text file with one source target couple per line... not tested.
- sync no longer recurses into subdirs (24.11.05) — sync no longer recurses into subdirs by default. Users must now specify the new command-line option -r or --recurse to get the old behaviour.
- change table definition syntax (12.08.05) — Bad news: a lot of source code must still be changed. Good news: it becomes more beautiful. more
- Jobs, Tasks and Toolkits (08.07.05) — Yesterday and today I fiddled a lot in these concepts. more
- system console and system session (01.07.05) — syscon holds again a real singleton _session, which is a Session instance. runtests.py uses syscon.setToolkit() (instead of setSystemConsole()) to install its CaptureConsole.