[XML-SIG] ANN: quotation-tools 0.0.3 released
A.M. Kuchling
akuchlin@mems-exchange.org
Sat, 17 Mar 2001 00:51:42 -0500
I've made a new release of quotation-tools, a package for processing
QEL. With this release, I'm finished with hacking on the command-line
for the moment; the next task is going to be a Tkinter GUI.
The package is available from http://www.amk.ca/qel/software.html .
--amk
Changes in version 0.0.3 and version 0.0.2:
* New scripts: qtmerge for merging several QEL files into one,
and fortune2qel to convert fortune's files into QEL.
* Implemented the QELdb class, which acts as a fast cache for a
(potentially large) QEL file.
* Added docstrings so pydoc can produce some helpful output.
* Added XML output format to qtformat; this now pretty-prints QEL.
* Added -c option to qtgrep, to cause it to just print the number
of matching quotations for each file searched.
* Added a CSS1 stylesheet, xml/qel.css, for formatting QEL.
* Fixed bugs in dealing with the <pre/> element.
* Fixed bugs in dealing with the <br/> element.