Type: Python module or package
File:lino:src/lino/gendoc/html.py
- SimpleHtmlDocument (Class)
Refering articles:
- MemoParser and nested tables (Fixed bugs 23.09.06) — MemoParser now supports nested tables. (But PdfMaker cannot yet render them.) more
- markup.py 1.5 - a lightweight HTML/XML generator (surf notes 07.09.06) — markup is another potential concurrent for gendoc.html. But I continue with my gendoc because markup cannot be used to create PDF documents. ↑groups.google.com/group/comp.lang.python/browse_thread/thread/5049614dea04334f/
- New script sysinfo.py (code changes 25.05.06) — 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. more
- Working on HtmlDocument (13.10.05) — gendoc.html is broken until I find time to make some important decisions there. more
- Working on HtmlDocument (24.09.05) — Working on module html (static html), testcase 42 and Timings. more