diff options
author | Guido van Rossum <guido@python.org> | 1997-08-28 02:38:01 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-28 02:38:01 (GMT) |
commit | f1ead1a63c879906df346959816337213a11715b (patch) | |
tree | d26833f271a6a10e2b6ade41c606090163b10f9c /Tools/faqwiz/faqconf.py | |
parent | 8a2d216047c475e59f338fff17142b12eab3164c (diff) | |
download | cpython-f1ead1a63c879906df346959816337213a11715b.zip cpython-f1ead1a63c879906df346959816337213a11715b.tar.gz cpython-f1ead1a63c879906df346959816337213a11715b.tar.bz2 |
New installation instructions show how to maintain multiple FAQs.
Removed bootstrap script from end of faqwiz.py module.
Added instructions to bootstrap script, too.
Version bumped to 0.8.
Added <html>...</html> feature suggested by Skip Montanaro.
Added leading text for Roulette, default to 'Hit Reload ...'.
Fix typo in default SRCDIR.
Diffstat (limited to 'Tools/faqwiz/faqconf.py')
-rw-r--r-- | Tools/faqwiz/faqconf.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index 27ddcf9..9a5b000 100644 --- a/Tools/faqwiz/faqconf.py +++ b/Tools/faqwiz/faqconf.py @@ -46,7 +46,7 @@ entries marked with * were changed within the last 7 days.) # Version -- don't change unless you edit faqwiz.py -WIZVERSION = "0.6" # FAQ Wizard version +WIZVERSION = "0.8" # FAQ Wizard version # This parameter is normally overwritten with a dynamic value @@ -472,6 +472,10 @@ ADD_TAIL = """ </UL> """ +ROULETTE = """ +<P>Hit your browser's Reload button to play again.<P> +""" + DELETE = """ At the moment, there's no direct way to delete entries. This is because the entry numbers are also their |