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