diff options
author | Guido van Rossum <guido@python.org> | 1997-08-14 20:19:27 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-14 20:19:27 (GMT) |
commit | fee9faa044442aafe64355d16b9bc4b3d0eaf191 (patch) | |
tree | c9ee4b6532e27a5703b3e2c22ae2d408db3589d1 /Tools | |
parent | 193a11e3892133eb4afd7557295e5428e34d001e (diff) | |
download | cpython-fee9faa044442aafe64355d16b9bc4b3d0eaf191.zip cpython-fee9faa044442aafe64355d16b9bc4b3d0eaf191.tar.gz cpython-fee9faa044442aafe64355d16b9bc4b3d0eaf191.tar.bz2 |
Of course, this file should be empty except for an informative comment.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/faqwiz/faqcust.py | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py index 435d1f2..8f16781 100644 --- a/Tools/faqwiz/faqcust.py +++ b/Tools/faqwiz/faqcust.py @@ -1,23 +1 @@ -SHORTNAME = "Python" -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 -SRC="http://www.python.org/pics/PythonPowered.gif" -ALIGN=top WIDTH=110 HEIGHT=44 ALT="Python Powered" BORDER=0></A><BR> -</BODY> -</HTML> -''' +# Add your customizations here -- modified copies of what's in faqconf.py. |