mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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.
This commit is contained in:
parent
8a2d216047
commit
f1ead1a63c
4 changed files with 60 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue