Fred Drake
181d3e68ea
push_html(): New function; handles the mechanics of actually pushing the
...
generated HTML to SourceForge.
main(): Adjust to use push_html(), and simplify the logic so it only
gets called from one place.
2000-09-08 15:31:36 +00:00
Fred Drake
f07c9e76b0
Added a -q/--quiet option to suppress the per-file progress message.
...
Fixed the branch for files specified from the command line to only update
the Web server if the -u/--update option was used.
2000-09-07 01:26:46 +00:00
Jeremy Hylton
020ce8ad4b
new usage to support conversion of only specified PEPs
...
Usage: %(PROGRAM)s [options] [peps]
Notes:
The optional argument peps can be either pep numbers or .txt files.
Options:
-u/--user
SF username
[rest is the same]
2000-08-28 16:00:49 +00:00
Barry Warsaw
a9248810dc
Linkify the Author: fields with mailto urls.
2000-08-17 04:27:04 +00:00
Peter Schneider-Kamp
d5840d43dd
remove superfluous special casing for lines beginning with '[*]'
2000-08-15 10:35:17 +00:00
Barry Warsaw
436c8543f6
Changed the sense of the default behavior. No longer installs the
...
.html files in SF by default; you must explicitly include the
-i/--install option in order to upload.
Also, added -h/--help and migrated to getopt for switch parsing.
Included a usage() function.
Some cosmetic changes.
2000-08-15 05:53:19 +00:00
Peter Schneider-Kamp
5feb78f32b
special case lines beginning with "[*]" as non-header
...
add optical sugar
2000-08-11 22:18:04 +00:00
Barry Warsaw
4762067d68
Moved "Local Variables:" string farther away from the end of the file,
...
so Emacs doesn't think this actually indicates the beginning of a
local variable section!
2000-07-28 06:40:10 +00:00
Fred Drake
ebc3175f87
Handle RFC822-style continuation lines. One of these appeared in PEP-0001.
2000-07-27 19:18:59 +00:00
Fred Drake
7896bf218d
Further presentation adjustments, use a style sheet for some things.
2000-07-27 18:44:44 +00:00
Fred Drake
f30b9ed129
If form-feeds are not going to be used to indicate what can be marked as
...
a header, use a non-white character in the first column. This looks a
little cleaner.
2000-07-26 04:14:30 +00:00
Peter Schneider-Kamp
638555dec7
try to change rights of peps to rw-rw-r--
2000-07-25 04:12:28 +00:00
Fred Drake
cc3cb98680
Revise the generated HTML to be a little nicer, but still pretty simple.
...
Also add a -n option to suppress installing the generated HTML at
SourceForge to allow local use.
2000-07-25 03:51:44 +00:00
Peter Schneider-Kamp
d96183f255
incorporating changes from /F
...
not including pep-0000.txt -> index.html (a symbolic link does just fine)
2000-07-20 22:44:36 +00:00
Peter Schneider-Kamp
8f14080fb1
converts pep-*.txt to pep-*.html and loads them up with the help of scp
...
it would be nice if you could call it after committing changes on a pep
Syntax: python pep2html [sf_username]
2000-07-20 22:29:24 +00:00