diff options
author | Guido van Rossum <guido@python.org> | 1997-12-09 16:04:46 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-09 16:04:46 (GMT) |
commit | b1823ad83f4dad74eb13b470f2878d23b9fa7f3b (patch) | |
tree | 41599b9bedb6a4c261447df9ffecaa18ae64ea18 /Tools/faqwiz/faqconf.py | |
parent | fc5d8b198aa6e406102e06067fa0e86b2d600a49 (diff) | |
download | cpython-b1823ad83f4dad74eb13b470f2878d23b9fa7f3b.zip cpython-b1823ad83f4dad74eb13b470f2878d23b9fa7f3b.tar.gz cpython-b1823ad83f4dad74eb13b470f2878d23b9fa7f3b.tar.bz2 |
v 0.8.3 -- add an option to suppress URL processing inside <PRE>,
by Scott <scott@chronis.icgroup.com>
Diffstat (limited to 'Tools/faqwiz/faqconf.py')
-rw-r--r-- | Tools/faqwiz/faqconf.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index d282589..7845c0e 100644 --- a/Tools/faqwiz/faqconf.py +++ b/Tools/faqwiz/faqconf.py @@ -29,6 +29,9 @@ RCSBINDIR = "/depot/gnu/plat/bin/" # Directory containing RCS commands MAXHITS = 10 # Max #hits to be shown directly COOKIE_LIFETIME = 28*24*3600 # Cookie expiration in seconds # (28*24*3600 = 28 days = 4 weeks) +PROCESS_PREFORMAT = 1 # toggle whether preformatted text + # will replace urls and emails with + # HTML links # Markers appended to title to indicate recently change # (may contain HTML, e.g. <IMG>); and corresponding @@ -46,7 +49,7 @@ entries marked with * were changed within the last 7 days.) # Version -- don't change unless you edit faqwiz.py -WIZVERSION = "0.8.2" # FAQ Wizard version +WIZVERSION = "0.8.3" # FAQ Wizard version # This parameter is normally overwritten with a dynamic value |