- 239e1d5 Fix mkhowto so that the bookmarks for the PDF work for both "howto" and by Fred Drake · 24 years ago
- dfa539d Add --up-link and --up-title parameters to allow linking the top level by Fred Drake · 24 years ago
- 0154fea Remove obsolete scripts. by Fred Drake · 24 years ago
- 8bc627a Add --l2h-init option, which can augment the standard LaTeX2HTML by Fred Drake · 24 years ago
- fcb8725 Add a --style option to allow specifying an alternate CSS style sheet for by Fred Drake · 24 years ago
- 1915754 Small changes to reflect changes in LaTeX2HTML support for newer versions by Fred Drake · 24 years ago
- 498c18f Only use one initialization file for LaTeX2HTML; more recent versions only by Fred Drake · 24 years ago
- d95f4e1 Martin von Loewis <loewis@informatik.hu-berlin.de>: by Fred Drake · 24 years ago
- cc7371c Removed --l2h-config option; it introduced unnecessary complexity and by Fred Drake · 24 years ago
- 51060be Remove unused "import curses". by Guido van Rossum · 24 years ago
- 3abb104 Added the Distutils manuals. by Greg Ward · 25 years ago
- 5e872de If the refcount field is "null", that's ok; the value will be None. by Fred Drake · 25 years ago
- 729eca1 For functions which return a PyObject* but use "null" for the by Fred Drake · 25 years ago
- ba82878 Merged changes from the 1.5.2p2 release. by Fred Drake · 25 years ago
- 9a257b4 Added --numeric option, similar to mkhtml.sh. by Fred Drake · 25 years ago
- dee86c6 Script to annotate api.tex with reference count information. by Fred Drake · 25 years ago
- c29e41d Script to help locate markup that LaTeX2HTML has a problem with. by Fred Drake · 25 years ago
- ecb84f8 Don't insert extra indentation before <title> elements. by Fred Drake · 25 years ago
- 645af9f rewrite_descriptor(): Fixup conversion of arguments (simpler). by Fred Drake · 25 years ago
- 8a3b449 Don't rename \var to <varname>; DocBook is too verbose here. by Fred Drake · 25 years ago
- 91f31ea Added citetitle and programopt. by Fred Drake · 25 years ago
- 5bd608d Change the suggestions pointer at the bottom of generated HTML pages. by Fred Drake · 25 years ago
- d651280 Module/script to parse the reference count data file and make the by Fred Drake · 25 years ago
- cf1b06e Added --about option to specify the file to load "About this by Fred Drake · 25 years ago
- 52ea0ce Added --image-type option to allow use of either GIF or PNG images. by Fred Drake · 25 years ago
- 0ee4891 Update the instructions slightly. by Fred Drake · 25 years ago
- 4f0279f Removed; no longer needed now that the other tools can handle entity by Fred Drake · 25 years ago
- abb158f feed(): Added support for ESIS '&' lines. by Fred Drake · 25 years ago
- 1f33292 Remove use of fixgenents.sh; no longer needed. by Fred Drake · 25 years ago
- 3cf4eb4 Specify: \geq --> ≥ by Fred Drake · 25 years ago
- f6199ed Conversion.subconvert(): Added support for "entityref" parameters by Fred Drake · 25 years ago
- a20581c write_esis(): Added support for ENTITY_REFERENCE nodes. by Fred Drake · 25 years ago
- 53eae8e convert(): Add support for ESIS '&' lines, and make sure we don't by Fred Drake · 25 years ago
- abf8a1d rewrite_descriptor(): Fix bug that dropped the first TEXT node from by Fred Drake · 25 years ago
- 46ab6df Re-write in Python for portability. About 30% slower, but who cares?! by Fred Drake · 25 years ago
- 82ebc27 remap_element_names(): Only used for things that the new conversion by Fred Drake · 25 years ago
- 2f6ec9c The new conversion engine supports more of the table re-writing than by Fred Drake · 25 years ago
- 9ff3a6a Remove obsolete version of script. by Fred Drake · 25 years ago
- 9f2b420 Re-implementation of mktarball.sh as a more portable Python script; by Fred Drake · 25 years ago
- 080c1b5 bwrite(), ewrite(): Helpers for diagnostic output; essentially the by Fred Drake · 25 years ago
- 4fbdf97 Mostly minor changes. Removed some obsolete commented-out code. by Fred Drake · 25 years ago
- d158b85 This doesn't need to do nearly as much for the new conversion, so simplify. by Fred Drake · 25 years ago
- 031e222 A few small improvements to the conversion. by Fred Drake · 25 years ago
- eac8abe Ripped out the old conversion. by Fred Drake · 25 years ago
- 865e9ff Added a few more passes through the document fragment. Not actually by Fred Drake · 25 years ago
- 96e4a06 Massive changes. by Fred Drake · 25 years ago
- 2394c98 Minor updates. by Fred Drake · 25 years ago
- ada2de6 Use the (new) buildFragment() method of the EsisBuilder rather than by Fred Drake · 25 years ago
- f032cdb Some minor cleanup. by Fred Drake · 25 years ago
- bc2285e Conversion specification, used by a new path through latex2esis.py. by Fred Drake · 25 years ago
- 478a265 Minor update. by Fred Drake · 25 years ago
- 5772f33 Add support for bzip2 using --bzip2. by Fred Drake · 25 years ago
- 8ea15f3 Add --zip parameter; make this able to produce .zip files as well as .tgz files. by Fred Drake · 25 years ago
- 06c5a8b Make the default target xml instead of sgml. by Fred Drake · 25 years ago
- 7dbde51 Make the default target xml instead of sgml. by Fred Drake · 25 years ago
- 924b42d When looking for things that might be modules, include *module.c from by Fred Drake · 25 years ago
- 0eb7b2a Enhanced docstring and some comments. by Fred Drake · 25 years ago
- c4811d8 Modify to perform "---" to "—" conversion outside of by Fred Drake · 25 years ago
- c41e1e5 Remove the "---" to "—" conversion; this is wrong in verbatim by Fred Drake · 25 years ago
- e779d4f Lots of adjustments to deal with the document content now being stored by Fred Drake · 26 years ago
- 54fb7fb Some more fixes. by Fred Drake · 26 years ago
- 2697694 ExtendedEsisBuilder.push(): Override inherited definition. We don't by Fred Drake · 26 years ago
- f79acbd Fix some bugs introduced in the previous checkin. by Fred Drake · 26 years ago
- 96c00b0 Define & use a Conversion object. It's still really ugly, but at by Fred Drake · 26 years ago
- a871c2e Make it work for "manual" documents as well as "howto" documents. by Fred Drake · 26 years ago
- 4437fdf Make sure latex2html doesn't produce a hard link between foo/foo.html by Fred Drake · 26 years ago
- d2d1eef Make sure latex2html doesn't produce a hard link from $part/$part.html by Fred Drake · 26 years ago
- c1db512 Nasty hack to add a --numeric parameter to skip the use of "logical" names. by Fred Drake · 26 years ago
- c4a623e Add command line flags to just list the files that contain the by Fred Drake · 26 years ago
- 693a2c6 Script to locate uses of \module where the module referred to is not by Fred Drake · 26 years ago
- c260c0b Further refinement, to allow this to handle the library reference as by Fred Drake · 26 years ago
- 79d41cc Add some support for the module index, so this can be used to build by Fred Drake · 26 years ago
- 2e1094e Use #!/usr/bin/env python instead of #!/usr/local/bin/python. by Fred Drake · 26 years ago
- e3fd106 Make this simpler; don't care about the paper size. Require that the by Fred Drake · 26 years ago
- 87a42cd Add support for <platform>, some cleanup of module section after by Fred Drake · 26 years ago
- 1acb874 Oops, missed a couple of substitutions in the templates. by Fred Drake · 26 years ago
- 5f7832d Allow many more aspects of the generated page to be parameterized, and by Fred Drake · 26 years ago
- aaa0d9a Record the value of $TEXINPUTS in the transcript. by Fred Drake · 26 years ago
- b1d8398 Obsolete; use the Python version instead. by Fred Drake · 26 years ago
- 8b88093 Re-written mkhowto in Python; this should be at least a little more portable. by Fred Drake · 26 years ago
- 749f943 process(): New function that contains the "orchestration" of the by Fred Drake · 26 years ago
- 7c8754f process(): New function that contains the "orchestration" of the by Fred Drake · 26 years ago
- 7f492ad Be more flexible to support platform annotations. by Fred Drake · 26 years ago
- 75ab7a6 Clean up *.pla files -- platform annotation information. by Fred Drake · 26 years ago
- 093c97a ignore_from_idx(): Fixed bug in regular expression. by Fred Drake · 26 years ago
- 2ef38a7 Script to combine module index files. Given a list of files that look by Fred Drake · 26 years ago
- 711fe02 process_nodes(): New function. by Fred Drake · 26 years ago
- b6cf9a4 Script to help identify undocumented modules. Use -h or --help for by Fred Drake · 26 years ago
- 93d762f Mark <verbatim> elements that represent interactive sessions; these by Fred Drake · 26 years ago
- 997eec7 Minor adjustments to reflect esis2sgml.py changes. by Fred Drake · 26 years ago
- 607aed7 Some adjustments, mostly to make it more general. by Fred Drake · 26 years ago
- 4cc902f Make the _rmtt regular expression deal with the new CSS-friendly by Fred Drake · 26 years ago
- f6838c0 Copy in the stylesheet after latex2html is done. by Fred Drake · 26 years ago
- fcf57ad Copy in the stylesheet after latex2html is done. by Fred Drake · 26 years ago
- f43ce00 Make sure errors get propogated. by Fred Drake · 26 years ago
- efa641c Add an optional parameter to make the script run latex only once to by Fred Drake · 26 years ago
- 3618c14 Use a common definition for $(SUBMAKE) instead of repeating everything by Fred Drake · 26 years ago
- 5d59d3d Added --l2h-config option to add additional initialization files for by Fred Drake · 26 years ago
- ec5c0b4 Revert previous change; there's a better way to do it. by Fred Drake · 26 years ago
- dfb4e24 Respond to suggestion from "Albert" <hat@se-46.wpa.wtb.tue.nl> to add by Fred Drake · 26 years ago