0
0
mirror of https://github.com/python/cpython.git synced 2024-11-29 00:56:12 +01:00
cpython/Tools/faqwiz/faqcust.py

24 lines
695 B
Python
Raw Normal View History

SHORTNAME = "Python"
1997-05-26 08:11:35 +02:00
PASSWORD = "Spam"
SECTION_TITLES = {
1: "General information and availability",
2: "Python in the real world",
3: "Building Python and Other Known Bugs",
4: "Programming in Python",
5: "Extending Python",
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
1997-07-13 05:32:28 +02:00
SRC="http://www.python.org/pics/PythonPowered.gif"
ALIGN=top WIDTH=110 HEIGHT=44 ALT="Python Powered" BORDER=0></A><BR>
</BODY>
</HTML>
'''