Add missing word and re-fill (quixote/doc/PTL.txt)
Andrew Kuchling <akuchlin-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Thu, 09 Jan 2003 09:16:03 -0500
| Newsgroups | gmane.comp.web.quixote.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/cvs/quixote/doc In directory hewson:/tmp/cvs-serv21514 Modified Files: PTL.txt Log Message: Add missing word and re-fill Index: PTL.txt =================================================================== RCS file: /home/cvs/quixote/doc/PTL.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- PTL.txt 9 Jan 2003 14:11:02 -0000 1.20 +++ PTL.txt 9 Jan 2003 14:16:01 -0000 1.21 @@ -218,13 +218,12 @@ ``htmltext`` instances to regular Python strings; just be sure the resulting string isn't HTML-escaped again. -The default implementation of ``htmltext`` is written in Python, +The default implementation of ``htmltext`` is written in Python, and is currently in production use on our web site. Quixote also contains -an experimental C implementation of the 'htmltext' type -that should be faster than the Python version, but -hasn't yet seen production use. To try the C implementation, -edit Quixote's setup.py and uncomment the appropriate line -to build the extension. +an experimental C implementation of the 'htmltext' type that should be +faster than the Python version, but hasn't yet seen production use. +To try the C implementation, edit Quixote's setup.py and uncomment the +appropriate line to build the extension. PTL modules