Commit Graph

20 Commits

Author SHA1 Message Date
David Goodger 75a2ec6bd9 create destdir & ancestors 2006-05-02 18:34:22 +00:00
David Goodger 0fa66025fa default args to None 2006-03-28 01:35:11 +00:00
David Goodger d9e8adefa6 added -k/--keep-going option 2006-03-28 01:27:28 +00:00
David Goodger ed52c133d3 added -f/--force; replaced global destDirBase with default SERVER_DEST_DIR_BASE; added settings object; extracted build_peps() from main() 2006-03-28 01:20:51 +00:00
Anthony Baxter db65e33fef skip pyramid generation if output is up-to-date. 2006-03-27 05:46:54 +00:00
David Goodger df4634ce75 fixed accidental deletion 2006-03-24 12:39:25 +00:00
David Goodger d1970bfedf changes from Martin Thomas: Added PEPANCHOR expression, removed trailing .html; shuffled around PEPURL etc.; removed http://www.python.org/ from URL (for mirrors) 2006-03-24 03:14:52 +00:00
David Goodger 4d324e8108 removed RCS keyword cruft from Last-Modified & Version headers of plaintext PEPs; added copy_aux_files() for graphics etc.; fixed reST output to include template (which contains a warning in a comment); removed unused code from main() 2006-03-24 03:06:11 +00:00
David Goodger e47a6dbcd4 fixed encoding error by replacing all open() calls with codecs.open(), both on input and output (sheesh -- I shoulda known better) 2006-03-23 18:45:55 +00:00
David Goodger 1f72554078 fixed references to PEP template; restored warning comment to HTML output 2006-03-23 14:28:55 +00:00
David Goodger 36689a02a8 fixed PEPURL (removed .html) 2006-03-23 12:38:33 +00:00
David Goodger ac7800d419 fixed PEP references; removed unused options; updated Docutils support 2006-03-23 04:23:24 +00:00
Martin v. Löwis f4a88d02a7 Move PEP directory to dev (patch by Tim Parkin). 2006-03-21 14:41:48 +00:00
Martin v. Löwis 7378c9f909 Compile PEPs into doc directory. 2006-03-21 03:04:55 +00:00
Martin v. Löwis 025708e2c8 Remove svn integration.
Generate to the current directory.
2006-03-21 00:57:13 +00:00
Sean Reifscheider 5e30b2c0ca Adding in header for text PEPs. 2006-03-02 18:24:48 +00:00
Sean Reifscheider 038c86ca74 Removing some extra HTML markup, adding a closing pre. 2006-03-02 18:12:44 +00:00
Sean Reifscheider 5c2eb31022 New version of pep2pyramid, removes HTML headers from text files. 2006-03-02 17:57:41 +00:00
Sean Reifscheider 70a59129df Nearly working. 2006-03-02 17:40:56 +00:00
Sean Reifscheider c1340af281 Kludged version. 2006-03-02 16:45:09 +00:00