]> granicus.if.org Git - python/commitdiff
Added a variant of the epilogue that has the PythonPowered logo.
authorGuido van Rossum <guido@python.org>
Tue, 3 Jun 1997 22:04:10 +0000 (22:04 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Jun 1997 22:04:10 +0000 (22:04 +0000)
Tools/faqwiz/faqcust.py

index 51c33832eafa8874cc0076a9c973968b75da4f71..302d5ab04321288eaac7573dd6e8d8fcf5a432ab 100644 (file)
@@ -9,3 +9,15 @@ SECTION_TITLES = {
     6: "Python's design",
     7: "Using Python on non-UNIX platforms",
 }
+
+EPILOGUE = '''
+<HR>
+<A HREF="%(HOMEURL)s">%(HOMENAME)s</A> /
+<A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> /
+Feedback to <A HREF="mailto:%(OWNEREMAIL)s">%(OWNERNAME)s</A>
+<P><A HREF="http://www.python.org/"><IMG
+SRC="http://www.python.org/pics/PythonPowered1.gif" 
+ALIGN=top WIDTH=100 HEIGHT=40 ALT="Python Powered" BORDER=0></A><BR>
+</BODY>
+</HTML>
+'''