1. 50d1fcf Add an option allowing the user to determine where the output HTML is built. by Fred Drake · 24 years ago
  2. e4f1c32 Be more careful to avoid spurious output from the shell script that by Fred Drake · 24 years ago
  3. 498cb15 Jon Nelson <jnelson@users.sourceforge.net>: by Fred Drake · 24 years ago
  4. b258bed Jon Nelson <jnelson@users.sourceforge.net>: by Fred Drake · 24 years ago
  5. 4e3f275 Improve diagnostic output when an external command returns a non-zero exit by Fred Drake · 24 years ago
  6. 24da477 Do not pass names of individual files to shutil.rmtree(); use os.unlink() by Fred Drake · 24 years ago
  7. 5599441 Make HTML the default output format, since that is what people actually by Fred Drake · 24 years ago
  8. bc3974c When generating the source package, copy in the LICENSE file from the main by Fred Drake · 24 years ago
  9. 42181db Added a --global-module-index option to specify a (possibly relative) URL by Fred Drake · 24 years ago
  10. 827bb9f Adjust to allow an explanation of the changes to be included in the by Fred Drake · 24 years ago
  11. 0a0ef86 Use a subclass of buildindex.Node to clean up the HTML and get the by Fred Drake · 24 years ago
  12. fed0d09 Conversion.write_ordinal(): Not used, remove it. by Fred Drake · 24 years ago
  13. 691a5a7 Convert the LaTeX "tie" (~) to a simple space. by Fred Drake · 24 years ago
  14. 382a75d Update to reflect the process changes. by Fred Drake · 24 years ago
  15. 97be740 Update the rules to separate the two phases for the ESIS generation, by Fred Drake · 24 years ago
  16. d397f23 Add support for (relatively) recent additions and changes to python.sty, by Fred Drake · 24 years ago
  17. 2ed27d3 Note that readframes() returns data in linear format, even if the original by Fred Drake · 24 years ago
  18. 9dce7b3 Make sure we clean up the index data each time it is written by LaTeX. by Fred Drake · 24 years ago
  19. d34cfcb Revise the message to be a little nicer. by Fred Drake · 24 years ago
  20. 7ceab73 Make this actually work now that the tool is checked in here instead of by Fred Drake · 24 years ago
  21. 692565c Helper scripts used in published the "development" snapshots of the by Fred Drake · 24 years ago
  22. 77b76b6 Substantially revise to handle the fact that Python CVS is no longer in a by Fred Drake · 24 years ago
  23. 7787841 Hush the nanny. by Fred Drake · 24 years ago
  24. 4764913 Use the cvsinfo module instead of a module stuff off in my personal collection. by Fred Drake · 24 years ago
  25. 72fbd82 Support module to help work with checked-out CVS trees. by Fred Drake · 24 years ago
  26. 85788ed Better add at least a short docstring to the module! by Fred Drake · 24 years ago
  27. f23431d New script to convert the ACKS file to a nicely formatted HTML file. by Fred Drake · 24 years ago
  28. 01a110b Use the new support module instead of including all the getopt by Fred Drake · 24 years ago
  29. ca2b2e0 Factor out some of the presentation and shared code from mkmodindex and by Fred Drake · 24 years ago
  30. 63eb630 Remove styling information that conflicts with or duplicates the stylesheet; by Fred Drake · 24 years ago
  31. 1654b43 Preliminary tool to troll through the CVS logs and LaTeX sources for by Fred Drake · 24 years ago
  32. 3764b6b Fix the way we found relevant cfuncdesc lines; PREFIX was not a regular by Fred Drake · 24 years ago
  33. df84fac .use_latex(): Make this a little smarter so that it only runs pdflatex by Fred Drake · 24 years ago
  34. f3d4127 Before running LaTeX2HTML, remove all the HTML files from the output by Fred Drake · 24 years ago
  35. 0b25053 Make this script handle PyVarObject* functions as well as PyObject* functions. by Fred Drake · 24 years ago
  36. ae3a15c Make the HTML more XHTML-friendly. by Fred Drake · 24 years ago
  37. 239e1d5 Fix mkhowto so that the bookmarks for the PDF work for both "howto" and by Fred Drake · 24 years ago
  38. dfa539d Add --up-link and --up-title parameters to allow linking the top level by Fred Drake · 24 years ago
  39. 0154fea Remove obsolete scripts. by Fred Drake · 24 years ago
  40. 8bc627a Add --l2h-init option, which can augment the standard LaTeX2HTML by Fred Drake · 24 years ago
  41. fcb8725 Add a --style option to allow specifying an alternate CSS style sheet for by Fred Drake · 24 years ago
  42. 1915754 Small changes to reflect changes in LaTeX2HTML support for newer versions by Fred Drake · 24 years ago
  43. 498c18f Only use one initialization file for LaTeX2HTML; more recent versions only by Fred Drake · 24 years ago
  44. d95f4e1 Martin von Loewis <loewis@informatik.hu-berlin.de>: by Fred Drake · 24 years ago
  45. cc7371c Removed --l2h-config option; it introduced unnecessary complexity and by Fred Drake · 24 years ago
  46. 51060be Remove unused "import curses". by Guido van Rossum · 24 years ago
  47. 3abb104 Added the Distutils manuals. by Greg Ward · 24 years ago
  48. 5e872de If the refcount field is "null", that's ok; the value will be None. by Fred Drake · 24 years ago
  49. 729eca1 For functions which return a PyObject* but use "null" for the by Fred Drake · 24 years ago
  50. ba82878 Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  51. 9a257b4 Added --numeric option, similar to mkhtml.sh. by Fred Drake · 24 years ago
  52. dee86c6 Script to annotate api.tex with reference count information. by Fred Drake · 25 years ago
  53. c29e41d Script to help locate markup that LaTeX2HTML has a problem with. by Fred Drake · 25 years ago
  54. ecb84f8 Don't insert extra indentation before <title> elements. by Fred Drake · 25 years ago
  55. 645af9f rewrite_descriptor(): Fixup conversion of arguments (simpler). by Fred Drake · 25 years ago
  56. 8a3b449 Don't rename \var to <varname>; DocBook is too verbose here. by Fred Drake · 25 years ago
  57. 91f31ea Added citetitle and programopt. by Fred Drake · 25 years ago
  58. 5bd608d Change the suggestions pointer at the bottom of generated HTML pages. by Fred Drake · 25 years ago
  59. d651280 Module/script to parse the reference count data file and make the by Fred Drake · 25 years ago
  60. cf1b06e Added --about option to specify the file to load "About this by Fred Drake · 25 years ago
  61. 52ea0ce Added --image-type option to allow use of either GIF or PNG images. by Fred Drake · 25 years ago
  62. 0ee4891 Update the instructions slightly. by Fred Drake · 25 years ago
  63. 4f0279f Removed; no longer needed now that the other tools can handle entity by Fred Drake · 25 years ago
  64. abb158f feed(): Added support for ESIS '&' lines. by Fred Drake · 25 years ago
  65. 1f33292 Remove use of fixgenents.sh; no longer needed. by Fred Drake · 25 years ago
  66. 3cf4eb4 Specify: \geq --> &geq; by Fred Drake · 25 years ago
  67. f6199ed Conversion.subconvert(): Added support for "entityref" parameters by Fred Drake · 25 years ago
  68. a20581c write_esis(): Added support for ENTITY_REFERENCE nodes. by Fred Drake · 25 years ago
  69. 53eae8e convert(): Add support for ESIS '&' lines, and make sure we don't by Fred Drake · 25 years ago
  70. abf8a1d rewrite_descriptor(): Fix bug that dropped the first TEXT node from by Fred Drake · 25 years ago
  71. 46ab6df Re-write in Python for portability. About 30% slower, but who cares?! by Fred Drake · 25 years ago
  72. 82ebc27 remap_element_names(): Only used for things that the new conversion by Fred Drake · 25 years ago
  73. 2f6ec9c The new conversion engine supports more of the table re-writing than by Fred Drake · 25 years ago
  74. 9ff3a6a Remove obsolete version of script. by Fred Drake · 25 years ago
  75. 9f2b420 Re-implementation of mktarball.sh as a more portable Python script; by Fred Drake · 25 years ago
  76. 080c1b5 bwrite(), ewrite(): Helpers for diagnostic output; essentially the by Fred Drake · 25 years ago
  77. 4fbdf97 Mostly minor changes. Removed some obsolete commented-out code. by Fred Drake · 25 years ago
  78. d158b85 This doesn't need to do nearly as much for the new conversion, so simplify. by Fred Drake · 25 years ago
  79. 031e222 A few small improvements to the conversion. by Fred Drake · 25 years ago
  80. eac8abe Ripped out the old conversion. by Fred Drake · 25 years ago
  81. 865e9ff Added a few more passes through the document fragment. Not actually by Fred Drake · 25 years ago
  82. 96e4a06 Massive changes. by Fred Drake · 25 years ago
  83. 2394c98 Minor updates. by Fred Drake · 25 years ago
  84. ada2de6 Use the (new) buildFragment() method of the EsisBuilder rather than by Fred Drake · 25 years ago
  85. f032cdb Some minor cleanup. by Fred Drake · 25 years ago
  86. bc2285e Conversion specification, used by a new path through latex2esis.py. by Fred Drake · 25 years ago
  87. 478a265 Minor update. by Fred Drake · 25 years ago
  88. 5772f33 Add support for bzip2 using --bzip2. by Fred Drake · 25 years ago
  89. 8ea15f3 Add --zip parameter; make this able to produce .zip files as well as .tgz files. by Fred Drake · 25 years ago
  90. 06c5a8b Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  91. 7dbde51 Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  92. 924b42d When looking for things that might be modules, include *module.c from by Fred Drake · 25 years ago
  93. 0eb7b2a Enhanced docstring and some comments. by Fred Drake · 25 years ago
  94. c4811d8 Modify to perform "---" to "&mdash;" conversion outside of by Fred Drake · 25 years ago
  95. c41e1e5 Remove the "---" to "&mdash;" conversion; this is wrong in verbatim by Fred Drake · 25 years ago
  96. e779d4f Lots of adjustments to deal with the document content now being stored by Fred Drake · 25 years ago
  97. 54fb7fb Some more fixes. by Fred Drake · 25 years ago
  98. 2697694 ExtendedEsisBuilder.push(): Override inherited definition. We don't by Fred Drake · 25 years ago
  99. f79acbd Fix some bugs introduced in the previous checkin. by Fred Drake · 25 years ago
  100. 96c00b0 Define & use a Conversion object. It's still really ugly, but at by Fred Drake · 25 years ago