]> granicus.if.org Git - python/commitdiff
Add a pointer back to the wizard in the "compat" output.
authorGuido van Rossum <guido@python.org>
Fri, 21 Nov 1997 16:37:54 +0000 (16:37 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 21 Nov 1997 16:37:54 +0000 (16:37 +0000)
Tools/faqwiz/faqconf.py

index 81d933f259ead7caf48c2fccd1f2e58f63cdc72b..d282589b488e8c7c9efd2d006c980f7254299647 100644 (file)
@@ -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.8.1"                   # FAQ Wizard version
+WIZVERSION = "0.8.2"                   # FAQ Wizard version
 
 # This parameter is normally overwritten with a dynamic value
 
@@ -311,6 +311,8 @@ LAST_CHANGED = "Last changed on %c %Z"
 # "Compat" command prologue (this has no <BODY> tag)
 COMPAT = """
 <H1>The whole %(FAQNAME)s</H1>
+See also the <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard</A>.
+<P>
 """
 
 # Editing