1 Jul 2005 18:39
r3644 - in trunk/docutils: docs/user/config.txt docutils/transforms/universal.py docutils/writers/html4css1.py test/functional/expected/pep_html.html
<felixwiemann <at> users.berlios.de>
2005-07-01 16:39:57 GMT
2005-07-01 16:39:57 GMT
Author: felixwiemann
Date: 2005-07-01 18:39:51 +0200 (Fri, 01 Jul 2005)
New Revision: 3644
Modified:
trunk/docutils/docs/user/config.txt
trunk/docutils/docutils/transforms/universal.py
trunk/docutils/docutils/writers/html4css1.py
trunk/docutils/test/functional/expected/pep_html.html
Log:
improved cloaking mechanism
Modified: trunk/docutils/docs/user/config.txt
===================================================================
--- trunk/docutils/docs/user/config.txt 2005-06-30 17:53:17 UTC (rev 3643)
+++ trunk/docutils/docs/user/config.txt 2005-07-01 16:39:51 UTC (rev 3644)
<at> <at> -565,14 +565,14 <at> <at>
_`cloak_email_addresses`
Scramble email addresses to confuse harvesters. In the visible
- text of an email address, the " <at> " will be replaced by "at", and
- all periods (".") will be replaced by "dot", with spaces added.
- In the reference URI, the address will be replaced by %-escapes.
- For example, "abc <at> example.org" will be output as::
+ text of an email address, the " <at> " and all periods (".") will be
+ surrounded by ``<span>`` tags. In the reference URI, the address
+ will be replaced by %-escapes. For example, "abc <at> example.org"
+ will be output as::
<a class="reference"
(Continue reading)
RSS Feed