1. 2e1094e Use #!/usr/bin/env python instead of #!/usr/local/bin/python. by Fred Drake · 25 years ago
  2. e3fd106 Make this simpler; don't care about the paper size. Require that the by Fred Drake · 25 years ago
  3. 87a42cd Add support for <platform>, some cleanup of module section after by Fred Drake · 26 years ago
  4. 1acb874 Oops, missed a couple of substitutions in the templates. by Fred Drake · 26 years ago
  5. 5f7832d Allow many more aspects of the generated page to be parameterized, and by Fred Drake · 26 years ago
  6. aaa0d9a Record the value of $TEXINPUTS in the transcript. by Fred Drake · 26 years ago
  7. b1d8398 Obsolete; use the Python version instead. by Fred Drake · 26 years ago
  8. 8b88093 Re-written mkhowto in Python; this should be at least a little more portable. by Fred Drake · 26 years ago
  9. 749f943 process(): New function that contains the "orchestration" of the by Fred Drake · 26 years ago
  10. 7c8754f process(): New function that contains the "orchestration" of the by Fred Drake · 26 years ago
  11. 7f492ad Be more flexible to support platform annotations. by Fred Drake · 26 years ago
  12. 75ab7a6 Clean up *.pla files -- platform annotation information. by Fred Drake · 26 years ago
  13. 093c97a ignore_from_idx(): Fixed bug in regular expression. by Fred Drake · 26 years ago
  14. 2ef38a7 Script to combine module index files. Given a list of files that look by Fred Drake · 26 years ago
  15. 711fe02 process_nodes(): New function. by Fred Drake · 26 years ago
  16. b6cf9a4 Script to help identify undocumented modules. Use -h or --help for by Fred Drake · 26 years ago
  17. 93d762f Mark <verbatim> elements that represent interactive sessions; these by Fred Drake · 26 years ago
  18. 997eec7 Minor adjustments to reflect esis2sgml.py changes. by Fred Drake · 26 years ago
  19. 607aed7 Some adjustments, mostly to make it more general. by Fred Drake · 26 years ago
  20. 4cc902f Make the _rmtt regular expression deal with the new CSS-friendly by Fred Drake · 26 years ago
  21. f6838c0 Copy in the stylesheet after latex2html is done. by Fred Drake · 26 years ago
  22. fcf57ad Copy in the stylesheet after latex2html is done. by Fred Drake · 26 years ago
  23. f43ce00 Make sure errors get propogated. by Fred Drake · 26 years ago
  24. efa641c Add an optional parameter to make the script run latex only once to by Fred Drake · 26 years ago
  25. 3618c14 Use a common definition for $(SUBMAKE) instead of repeating everything by Fred Drake · 26 years ago
  26. 5d59d3d Added --l2h-config option to add additional initialization files for by Fred Drake · 26 years ago
  27. ec5c0b4 Revert previous change; there's a better way to do it. by Fred Drake · 26 years ago
  28. dfb4e24 Respond to suggestion from "Albert" <hat@se-46.wpa.wtb.tue.nl> to add by Fred Drake · 26 years ago
  29. bb79438 This seems to fix a problem with targeting from the indexes. by Fred Drake · 26 years ago
  30. 7281b3b Updated comments on version of XML package needed. by Fred Drake · 26 years ago
  31. 1dd152d Added support to handle \versionadded in a reasonable way. by Fred Drake · 26 years ago
  32. 279ca75 Be a little smarter on some attribute values, making an assumption about by Fred Drake · 26 years ago
  33. 3a7ff99 fixup_descriptors(): Change the way we look for descriptor nodes; by Fred Drake · 26 years ago
  34. 666e600 Added the Doc/sgml/ directory to the tarball. by Fred Drake · 26 years ago
  35. cb65781 Rewrite code that converts the little descriptor environments to build by Fred Drake · 26 years ago
  36. 75930b3 Added table entries for \funcline and \funclineni. by Fred Drake · 26 years ago
  37. fdfd50f Convert <version> to &version;. by Fred Drake · 26 years ago
  38. 7dab6af Update the docstring. by Fred Drake · 26 years ago
  39. 3f3b096 Added table entries for \methodline, \methodlineni. by Fred Drake · 26 years ago
  40. 1453a8c Constructor arguments for classes should be called <args>. by Fred Drake · 26 years ago
  41. ffc4811 Simplify slightly. by Fred Drake · 26 years ago
  42. a49a4ea Add "term" to AUTOCLOSE. by Fred Drake · 26 years ago
  43. 43278f0 convert(): Added parameter "autoclose", which should be a sequence of by Fred Drake · 26 years ago
  44. 0a5b8de Modified the "sgml" and "xml" targets to stop if the sub-makes fail in by Fred Drake · 26 years ago
  45. 4259f0d create_module_info(): If there's a \moduleauthor, move it to an by Fred Drake · 26 years ago
  46. 36dfe58 isnmtoken(), istoken(): Fix to ensure the regex has to match the by Fred Drake · 26 years ago
  47. 2664db9 handle_labels(): Fix problem for document fragments containing more by Fred Drake · 26 years ago
  48. d6ced7d convert(): Change the element name remapping to convert <refmodule> by Fred Drake · 26 years ago
  49. f82e4ab format_attrs(): Attempt a bit more minimization for SGML output. by Fred Drake · 26 years ago
  50. 589bc63 Add a "tarball" target. by Fred Drake · 26 years ago
  51. 6038f54 Adjust so that we are no longer using special entities for well-known by Fred Drake · 26 years ago
  52. 3effeed Shorten the name of the <rfc> "number" attribute to "num". by Fred Drake · 26 years ago
  53. d24167b Make <rfc> no longer an empty element but a container. The text by Fred Drake · 26 years ago
  54. f8ebb55 Several new functions to re-write tables to be at least partly by Fred Drake · 26 years ago
  55. a50a1df Added clean and clobber targets. by Fred Drake · 26 years ago
  56. 54bad44 Update to the latest version of Michael Ernst's script. by Fred Drake · 26 years ago
  57. 3a7a3d7 "Driver" makefile to convert all documents to SGML or XML at once. by Fred Drake · 26 years ago
  58. 7727416 Add usage of the "driver" Makefile. by Fred Drake · 26 years ago
  59. 9d1c3b5 Elaborate a comment on the format of the table that drives the conversion. by Fred Drake · 26 years ago
  60. d7acf02 Adjustments to allow elements with subelements as parameters. This is by Fred Drake · 26 years ago
  61. 79ad1f1 Escape special characters on output. by Fred Drake · 26 years ago
  62. 701f10f Simplify command that extracts the number of pages from a PostScript by Fred Drake · 26 years ago
  63. 8e2c945 output_body(): For <address> elements, just skip, since they're by Fred Drake · 26 years ago
  64. ed94dde No longer useful. by Fred Drake · 26 years ago
  65. dd21c32 It's finally gone! by Fred Drake · 26 years ago
  66. c4e9263 Add a few comments. by Fred Drake · 26 years ago
  67. c58f346 New support scripts for HTML->info conversion that use Michael Ernst's new by Fred Drake · 26 years ago
  68. 3fe1d32 New conversion tools for HTML->info from Michael Ernst by Fred Drake · 26 years ago
  69. 637ad47 convert(): Make sure no line has trailing whitespace. (docfixer.py by Fred Drake · 26 years ago
  70. fcc5910 Preliminary code to mark paragraphs. Seems to work, but very slow. by Fred Drake · 26 years ago
  71. 26f0f65 Remove obsolete comment. by Fred Drake · 26 years ago
  72. 3b07480 trim_ignored_letters(): Simplify a little. by Fred Drake · 26 years ago
  73. 03a0235 Print a line to the console reporting the number of index nodes by Fred Drake · 26 years ago
  74. aaed971 create_module_info(): New function: Modify a <section> to create a by Fred Drake · 26 years ago
  75. 4abcffb Don't pass around a list of known empty elements, since the ESIS by Fred Drake · 26 years ago
  76. fba0ba2 Added a transform to start cleaning up the modulesynopsis stuff a by Fred Drake · 26 years ago
  77. c166331 Handle SGML variant as well as XML variant. SGML is *much* more by Fred Drake · 26 years ago
  78. 86bc7b0 General comments on what's here and how to try it out. Note by Fred Drake · 26 years ago
  79. 3695b12 Support conversions to both SGML and XML; SGML is the "default". by Fred Drake · 26 years ago
  80. aeea981 Use esistools. Lots of changes to the conversion table. by Fred Drake · 26 years ago
  81. 4db5b46 Use esistools. by Fred Drake · 26 years ago
  82. f077b9d Use esistools, getopt. by Fred Drake · 26 years ago
  83. 3843bae Utility functions and misc. classes used in handling ESIS data. by Fred Drake · 26 years ago
  84. f954b65 Remove $(CUTCRUFT) garbage; now in fixgenents.sh. by Fred Drake · 26 years ago
  85. 3d5e2c0 Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up by Fred Drake · 26 years ago
  86. ca6d635 l2hoption: Do the "right thing" to quote the right-hand-side of Perl by Fred Drake · 26 years ago
  87. 7777e36 Add a -address parameter to the LaTeX2HTML command line to direct by Fred Drake · 26 years ago
  88. 42f5298 Several small adjustments. by Fred Drake · 26 years ago
  89. 87dfd3c Handle output of \geq and \leq. by Fred Drake · 26 years ago
  90. 4c5e533 Do the right stuff to convert what was originally \e, \ldots, and --- by Fred Drake · 26 years ago
  91. d8faf85 Supplemental rules to convert a .tex file to a .xml file. Both XML and by Fred Drake · 26 years ago
  92. 6942e57 Script to convert things like <C/> and <Cpp/> to &C; and &Cpp;. This is by Fred Drake · 26 years ago
  93. 1cb330c The & character is also escaped using \. by Fred Drake · 26 years ago
  94. 1ff6db4 Add some additional cleanup transformations. by Fred Drake · 26 years ago
  95. 5701482 Fix comment regex so we don't screw up structured comments with by Fred Drake · 26 years ago
  96. 0320473 Script to squirrel around with the DOM tree of document fragments from the by Fred Drake · 26 years ago
  97. 30a68c7 Moved into tools/sgmlconv/. by Fred Drake · 26 years ago
  98. 63de8f6 Moving to sgmlconv/ subdir. by Fred Drake · 26 years ago
  99. bbd7509 Fix up the extraction of optional parameters a little. by Fred Drake · 26 years ago
  100. c16149b Some cleanup. by Fred Drake · 26 years ago