diff options
-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> +''' |