Thursday, 25. May 2006 20:17.
I moved the printer information part from diag to a new script sysinfo which creates html output. diag's purpose is to show relevant settings of the terminal in an interactive way. sysinfo is rather for indirect evaluation: my customers run this tool and then send me the report.This is the first time I really use gendoc.html, and as expected, it started to evolve. For the moment it is broken because I am trying to make use of HyperText (I was doing almost the same).
OTOH still stick to the gendoc language specification (Gendoc interface). Gendoc is still a level above HyperText, pyweb or XIST because it isn't limited to HTML/XML.
Refering articles:
- diag.py shows information about Windows default printer (code changes 25.05.06) — diag.py now shows printer information as returned by win32print.GetPrinter(). more