An updated version of the HyperText Converter is out now. It includes a simplified php export filter as well as well as an optimized html library. Furthermore, a full documentation in French was added.
Added archive creation (tar, tar.gz, tar.bz2, tar.zip, zip) - so the generated files can be stored in an archive, automatically.
Added php export (extended test version). Updated XML reader interface (works with newer Python releases > 2.2). Uses xml.minidom instead of PyXML that is no longer needed.
Code optimization in contents module which follows in better html output. Added content type headline. Updated examples.
Code optimization in html and standard module. Added html frame support. Fixed bug in standard module (indentation for content type index_unlinked) and htc module (style of content type text).
Code optimization in htc module. Indentation of subchapters/headlines for better readability. Use colour for navigation bar. Layout optimization for documentation readability.
Extended documentation about the file formats used by htc-py. Available in English and German.
Fixed I/O bugs in contents module and htc main module. Optimized code. Added targets for outer frames.
Added css support. Fixed bugs in content module and html module.
Added numbering for chapters and headlines - simple numbers, alphanumeric and paragraphs.
I added some more output formats for three and four frames as well as quite a few examples.
Added frame contents (empty, text, text with headline, index list, unlinked index list). Added output layouts (single frame, frames divided horizontal and vertical). Fixed bugs.
I extended verifying the given xml settings file. Wrong data will be corrected and replaced by standard values.
New version contains several modules containing functions which belong to a certain task/topic (xml, html, standard functions). Added a xml based settings file.
Converting XML data into linked web pages is made easier using htc-py. See homepage for information.