| Commit message (Expand) | Author | Age | Files | Lines |
* | switch to PNG navigation icons by default | Fred Drake | 2004-04-08 | 1 | -2/+2 |
|
|
* | no longer assign into sys; "print chevron" is the way to go | Fred Drake | 2003-10-01 | 1 | -7/+6 |
|
|
* | We're long past worrying about Python versions older than 1.5.2; | Fred Drake | 2003-10-01 | 1 | -11/+0 |
|
|
* | re.sub expands escape sequences in it's second argument. | Thomas Heller | 2003-09-27 | 1 | -1/+1 |
|
|
* | - use string methods | Fred Drake | 2003-09-27 | 1 | -12/+16 |
|
|
* | When an external application we use exits normally, exit with the same | Fred Drake | 2003-05-14 | 1 | -2/+4 |
|
|
* | Clean up some files that LaTeX2HTML drops in the HTML output directory | Fred Drake | 2003-01-17 | 1 | -0/+5 |
|
|
* | Added support for --favicon. | Fred Drake | 2002-10-30 | 1 | -1/+7 |
|
|
* | build(): Use self.builddir, not self.doc when copying the icons, so | Barry Warsaw | 2002-10-01 | 1 | -1/+1 |
|
|
* | When the HTML output dir is specified using --dir=~/foo, the tilde | Fred Drake | 2002-10-01 | 1 | -1/+1 |
|
|
* | Include the --dir argument in the help text. | Fred Drake | 2002-10-01 | 1 | -0/+1 |
|
|
* | Change the default path to icons so that "mkhowto" does the "right thing" by | Fred Drake | 2002-10-01 | 1 | -2/+2 |
|
|
* | Don't use tempfile.mktemp(), since it produces annoying warnings, and | Fred Drake | 2002-08-27 | 1 | -5/+6 |
|
|
* | Remove meaningless comment. | Fred Drake | 2001-12-04 | 1 | -3/+0 |
|
|
* | Add a new option, --dvips-safe, which sets the $DVIPS_SAFE option in | Fred Drake | 2001-10-30 | 1 | -1/+30 |
|
|
* | Do more to be compatible with Windows/CygWin. Make error messages more | Fred Drake | 2001-08-10 | 1 | -2/+14 |
|
|
* | Job.__init__(): Only create the builddir directory if it will be used (by | Fred Drake | 2001-07-17 | 1 | -6/+7 |
|
|
* | Miscellaneous code cleanups. | Fred Drake | 2001-06-23 | 1 | -4/+10 |
|
|
* | Hack to make this play nicer with *old* versions of Python: os.path.abspath() | Fred Drake | 2001-05-29 | 1 | -0/+10 |
|
|
* | Job.build_html(): Be more robust in ensuring about.html exists; copying | Fred Drake | 2001-05-09 | 1 | -17/+16 |
|
|
* | Job.build_html(): When formatting HTML into more than one HTML page, and | Fred Drake | 2001-03-02 | 1 | -7/+25 |
|
|
* | Add an option allowing the user to determine where the output HTML is built. | Fred Drake | 2001-02-19 | 1 | -3/+8 |
|
|
* | Jon Nelson <jnelson@users.sourceforge.net>: | Fred Drake | 2001-02-12 | 1 | -2/+2 |
|
|
* | Improve diagnostic output when an external command returns a non-zero exit | Fred Drake | 2001-02-04 | 1 | -0/+19 |
|
|
* | Make HTML the default output format, since that is what people actually | Fred Drake | 2001-01-30 | 1 | -3/+3 |
|
|
* | Added a --global-module-index option to specify a (possibly relative) URL | Fred Drake | 2001-01-09 | 1 | -1/+6 |
|
|
* | Make sure we clean up the index data each time it is written by LaTeX. | Fred Drake | 2000-11-03 | 1 | -1/+4 |
|
|
* | .use_latex(): Make this a little smarter so that it only runs pdflatex | Fred Drake | 2000-09-20 | 1 | -31/+24 |
|
|
* | Before running LaTeX2HTML, remove all the HTML files from the output | Fred Drake | 2000-09-14 | 1 | -0/+3 |
|
|
* | Fix mkhowto so that the bookmarks for the PDF work for both "howto" and | Fred Drake | 2000-09-05 | 1 | -1/+5 |
|
|
* | Add --up-link and --up-title parameters to allow linking the top level | Fred Drake | 2000-08-31 | 1 | -1/+12 |
|
|
* | Add --l2h-init option, which can augment the standard LaTeX2HTML | Fred Drake | 2000-08-31 | 1 | -3/+11 |
|
|
* | Add a --style option to allow specifying an alternate CSS style sheet for | Fred Drake | 2000-08-29 | 1 | -4/+8 |
|
|
* | Small changes to reflect changes in LaTeX2HTML support for newer versions | Fred Drake | 2000-07-31 | 1 | -2/+5 |
|
|
* | Only use one initialization file for LaTeX2HTML; more recent versions only | Fred Drake | 2000-07-24 | 1 | -4/+5 |
|
|
* | Removed --l2h-config option; it introduced unnecessary complexity and | Fred Drake | 2000-06-29 | 1 | -10/+1 |
|
|
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -0/+2 |
|
|
* | Added --numeric option, similar to mkhtml.sh. | Fred Drake | 2000-03-31 | 1 | -2/+7 |
|
|
* | Added --about option to specify the file to load "About this | Fred Drake | 1999-09-23 | 1 | -1/+8 |
|
|
* | Added --image-type option to allow use of either GIF or PNG images. | Fred Drake | 1999-09-22 | 1 | -11/+38 |
|
|
* | Make it work for "manual" documents as well as "howto" documents. | Fred Drake | 1999-05-06 | 1 | -17/+53 |
|
|
* | Make sure latex2html doesn't produce a hard link between foo/foo.html | Fred Drake | 1999-05-03 | 1 | -0/+3 |
|
|
* | Record the value of $TEXINPUTS in the transcript. | Fred Drake | 1999-03-03 | 1 | -6/+12 |
|
|
* | Re-written mkhowto in Python; this should be at least a little more | Fred Drake | 1999-03-03 | 1 | -0/+444 |
|
|