diff options
author | Guido van Rossum <guido@python.org> | 1997-06-03 22:04:10 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-06-03 22:04:10 (GMT) |
commit | 9115eb522e1227c3b31483a4bcf4cdfb4d63ec8a (patch) | |
tree | d3032fd5d0423816e00033639da3edf5c3f918e8 /Tools | |
parent | 5bf4d0088707fc1065dd8d31d5d1ced52c95e5f5 (diff) | |
download | cpython-9115eb522e1227c3b31483a4bcf4cdfb4d63ec8a.zip cpython-9115eb522e1227c3b31483a4bcf4cdfb4d63ec8a.tar.gz cpython-9115eb522e1227c3b31483a4bcf4cdfb4d63ec8a.tar.bz2 |
Added a variant of the epilogue that has the PythonPowered logo.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/faqwiz/faqcust.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py index 51c3383..302d5ab 100644 --- a/Tools/faqwiz/faqcust.py +++ b/Tools/faqwiz/faqcust.py @@ -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> +''' |