[CMF-checkins] CVS: CMF/CMFCollector - util.py:1.13
Ken Manheimer
klm@zope.com
Thu, 8 Nov 2001 00:48:31 -0500
Update of /cvs-repository/CMF/CMFCollector
In directory cvs.zope.org:/tmp/cvs-serv6779
Modified Files:
util.py
Log Message:
Slight correction to webtext formatting description.
=== CMF/CMFCollector/util.py 1.12 => 1.13 ===
"""Transform web text for browser presentation.
- - HTML quote everything
+ - HTML quote everything except URLs (which can't contain '<', so are safe)
- Terminate all lines with <br>s.
- Whitespace-quote indented and '>' cited lines
- Whitespace-quote lines within <pre>/</pre> pairs