[Zope-Checkins] CVS: Packages/StructuredText - StructuredText.py:1.18
klm@digicool.com
klm@digicool.com
Tue, 23 Mar 1999 19:03:22 -0500
Update of /cvs-repository/Packages/StructuredText
In directory aldous:/projects/users/klm/lib/python/StructuredText
Modified Files:
StructuredText.py
Log Message:
Provide for relative links, eg <a href="file_in_same_dir">whatever</a>,
as:
"whatever", :file_in_same_dir
or
"whatever"::file_in_same_dir
.__init__(): relax the second gsub, using a '*' instead of a '+', so
the stuff before the ':' can be missing, and also do postprocessing so
any resulting '<a href=":file_in_same_dir">'s have the superfluous ':'
removed. *Seems* good!