Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9115eb5

Browse files
committed
Added a variant of the epilogue that has the PythonPowered logo.
1 parent 5bf4d00 commit 9115eb5

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Tools/faqwiz/faqcust.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@
99
6: "Python's design",
1010
7: "Using Python on non-UNIX platforms",
1111
}
12+
13+
EPILOGUE = '''
14+
<HR>
15+
<A HREF="%(HOMEURL)s">%(HOMENAME)s</A> /
16+
<A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> /
17+
Feedback to <A HREF="mailto:%(OWNEREMAIL)s">%(OWNERNAME)s</A>
18+
<P><A HREF="http://www.python.org/"><IMG
19+
SRC="http://www.python.org/pics/PythonPowered1.gif"
20+
ALIGN=top WIDTH=100 HEIGHT=40 ALT="Python Powered" BORDER=0></A><BR>
21+
</BODY>
22+
</HTML>
23+
'''

0 commit comments

Comments
 (0)