blob: 435d1f2880cd19fb52dcd5a45912ebb564a3cafd [file] [log] [blame]
Guido van Rossumb1d8a251997-05-26 06:14:02 +00001SHORTNAME = "Python"
Guido van Rossum46a160f1997-05-26 06:11:35 +00002PASSWORD = "Spam"
3SECTION_TITLES = {
4 1: "General information and availability",
5 2: "Python in the real world",
6 3: "Building Python and Other Known Bugs",
7 4: "Programming in Python",
8 5: "Extending Python",
9 6: "Python's design",
10 7: "Using Python on non-UNIX platforms",
11}
Guido van Rossum9115eb51997-06-03 22:04:10 +000012
13EPILOGUE = '''
14<HR>
15<A HREF="%(HOMEURL)s">%(HOMENAME)s</A> /
16<A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> /
17Feedback to <A HREF="mailto:%(OWNEREMAIL)s">%(OWNERNAME)s</A>
18<P><A HREF="http://www.python.org/"><IMG
Guido van Rossum9b1718c1997-07-13 03:32:28 +000019SRC="http://www.python.org/pics/PythonPowered.gif"
20ALIGN=top WIDTH=110 HEIGHT=44 ALT="Python Powered" BORDER=0></A><BR>
Guido van Rossum9115eb51997-06-03 22:04:10 +000021</BODY>
22</HTML>
23'''