1. d95f4e1 Martin von Loewis <loewis@informatik.hu-berlin.de>: by Fred Drake · 24 years ago
  2. 51060be Remove unused "import curses". by Guido van Rossum · 24 years ago
  3. ecb84f8 Don't insert extra indentation before <title> elements. by Fred Drake · 25 years ago
  4. 645af9f rewrite_descriptor(): Fixup conversion of arguments (simpler). by Fred Drake · 25 years ago
  5. 8a3b449 Don't rename \var to <varname>; DocBook is too verbose here. by Fred Drake · 25 years ago
  6. 91f31ea Added citetitle and programopt. by Fred Drake · 25 years ago
  7. 0ee4891 Update the instructions slightly. by Fred Drake · 25 years ago
  8. 4f0279f Removed; no longer needed now that the other tools can handle entity by Fred Drake · 25 years ago
  9. abb158f feed(): Added support for ESIS '&' lines. by Fred Drake · 25 years ago
  10. 1f33292 Remove use of fixgenents.sh; no longer needed. by Fred Drake · 25 years ago
  11. 3cf4eb4 Specify: \geq --> &geq; by Fred Drake · 25 years ago
  12. f6199ed Conversion.subconvert(): Added support for "entityref" parameters by Fred Drake · 25 years ago
  13. a20581c write_esis(): Added support for ENTITY_REFERENCE nodes. by Fred Drake · 25 years ago
  14. 53eae8e convert(): Add support for ESIS '&' lines, and make sure we don't by Fred Drake · 25 years ago
  15. abf8a1d rewrite_descriptor(): Fix bug that dropped the first TEXT node from by Fred Drake · 25 years ago
  16. 82ebc27 remap_element_names(): Only used for things that the new conversion by Fred Drake · 25 years ago
  17. 2f6ec9c The new conversion engine supports more of the table re-writing than by Fred Drake · 25 years ago
  18. 080c1b5 bwrite(), ewrite(): Helpers for diagnostic output; essentially the by Fred Drake · 25 years ago
  19. 4fbdf97 Mostly minor changes. Removed some obsolete commented-out code. by Fred Drake · 25 years ago
  20. d158b85 This doesn't need to do nearly as much for the new conversion, so simplify. by Fred Drake · 25 years ago
  21. 031e222 A few small improvements to the conversion. by Fred Drake · 25 years ago
  22. eac8abe Ripped out the old conversion. by Fred Drake · 25 years ago
  23. 865e9ff Added a few more passes through the document fragment. Not actually by Fred Drake · 25 years ago
  24. 96e4a06 Massive changes. by Fred Drake · 25 years ago
  25. 2394c98 Minor updates. by Fred Drake · 25 years ago
  26. ada2de6 Use the (new) buildFragment() method of the EsisBuilder rather than by Fred Drake · 25 years ago
  27. f032cdb Some minor cleanup. by Fred Drake · 25 years ago
  28. bc2285e Conversion specification, used by a new path through latex2esis.py. by Fred Drake · 25 years ago
  29. 478a265 Minor update. by Fred Drake · 25 years ago
  30. 06c5a8b Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  31. 7dbde51 Make the default target xml instead of sgml. by Fred Drake · 25 years ago
  32. 0eb7b2a Enhanced docstring and some comments. by Fred Drake · 25 years ago
  33. c4811d8 Modify to perform "---" to "&mdash;" conversion outside of by Fred Drake · 25 years ago
  34. c41e1e5 Remove the "---" to "&mdash;" conversion; this is wrong in verbatim by Fred Drake · 25 years ago
  35. e779d4f Lots of adjustments to deal with the document content now being stored by Fred Drake · 25 years ago
  36. 54fb7fb Some more fixes. by Fred Drake · 25 years ago
  37. 2697694 ExtendedEsisBuilder.push(): Override inherited definition. We don't by Fred Drake · 25 years ago
  38. f79acbd Fix some bugs introduced in the previous checkin. by Fred Drake · 25 years ago
  39. 96c00b0 Define & use a Conversion object. It's still really ugly, but at by Fred Drake · 25 years ago
  40. 87a42cd Add support for <platform>, some cleanup of module section after by Fred Drake · 25 years ago
  41. 93d762f Mark <verbatim> elements that represent interactive sessions; these by Fred Drake · 25 years ago
  42. 997eec7 Minor adjustments to reflect esis2sgml.py changes. by Fred Drake · 25 years ago
  43. 607aed7 Some adjustments, mostly to make it more general. by Fred Drake · 25 years ago
  44. 3618c14 Use a common definition for $(SUBMAKE) instead of repeating everything by Fred Drake · 25 years ago
  45. 7281b3b Updated comments on version of XML package needed. by Fred Drake · 26 years ago
  46. 1dd152d Added support to handle \versionadded in a reasonable way. by Fred Drake · 26 years ago
  47. 279ca75 Be a little smarter on some attribute values, making an assumption about by Fred Drake · 26 years ago
  48. 3a7ff99 fixup_descriptors(): Change the way we look for descriptor nodes; by Fred Drake · 26 years ago
  49. 666e600 Added the Doc/sgml/ directory to the tarball. by Fred Drake · 26 years ago
  50. cb65781 Rewrite code that converts the little descriptor environments to build by Fred Drake · 26 years ago
  51. 75930b3 Added table entries for \funcline and \funclineni. by Fred Drake · 26 years ago
  52. fdfd50f Convert <version> to &version;. by Fred Drake · 26 years ago
  53. 7dab6af Update the docstring. by Fred Drake · 26 years ago
  54. 3f3b096 Added table entries for \methodline, \methodlineni. by Fred Drake · 26 years ago
  55. 1453a8c Constructor arguments for classes should be called <args>. by Fred Drake · 26 years ago
  56. a49a4ea Add "term" to AUTOCLOSE. by Fred Drake · 26 years ago
  57. 43278f0 convert(): Added parameter "autoclose", which should be a sequence of by Fred Drake · 26 years ago
  58. 0a5b8de Modified the "sgml" and "xml" targets to stop if the sub-makes fail in by Fred Drake · 26 years ago
  59. 4259f0d create_module_info(): If there's a \moduleauthor, move it to an by Fred Drake · 26 years ago
  60. 36dfe58 isnmtoken(), istoken(): Fix to ensure the regex has to match the by Fred Drake · 26 years ago
  61. 2664db9 handle_labels(): Fix problem for document fragments containing more by Fred Drake · 26 years ago
  62. d6ced7d convert(): Change the element name remapping to convert <refmodule> by Fred Drake · 26 years ago
  63. f82e4ab format_attrs(): Attempt a bit more minimization for SGML output. by Fred Drake · 26 years ago
  64. 589bc63 Add a "tarball" target. by Fred Drake · 26 years ago
  65. 6038f54 Adjust so that we are no longer using special entities for well-known by Fred Drake · 26 years ago
  66. 3effeed Shorten the name of the <rfc> "number" attribute to "num". by Fred Drake · 26 years ago
  67. d24167b Make <rfc> no longer an empty element but a container. The text by Fred Drake · 26 years ago
  68. f8ebb55 Several new functions to re-write tables to be at least partly by Fred Drake · 26 years ago
  69. a50a1df Added clean and clobber targets. by Fred Drake · 26 years ago
  70. 3a7a3d7 "Driver" makefile to convert all documents to SGML or XML at once. by Fred Drake · 26 years ago
  71. 7727416 Add usage of the "driver" Makefile. by Fred Drake · 26 years ago
  72. 9d1c3b5 Elaborate a comment on the format of the table that drives the conversion. by Fred Drake · 26 years ago
  73. d7acf02 Adjustments to allow elements with subelements as parameters. This is by Fred Drake · 26 years ago
  74. 79ad1f1 Escape special characters on output. by Fred Drake · 26 years ago
  75. 637ad47 convert(): Make sure no line has trailing whitespace. (docfixer.py by Fred Drake · 26 years ago
  76. fcc5910 Preliminary code to mark paragraphs. Seems to work, but very slow. by Fred Drake · 26 years ago
  77. aaed971 create_module_info(): New function: Modify a <section> to create a by Fred Drake · 26 years ago
  78. 4abcffb Don't pass around a list of known empty elements, since the ESIS by Fred Drake · 26 years ago
  79. fba0ba2 Added a transform to start cleaning up the modulesynopsis stuff a by Fred Drake · 26 years ago
  80. c166331 Handle SGML variant as well as XML variant. SGML is *much* more by Fred Drake · 26 years ago
  81. 86bc7b0 General comments on what's here and how to try it out. Note by Fred Drake · 26 years ago
  82. 3695b12 Support conversions to both SGML and XML; SGML is the "default". by Fred Drake · 26 years ago
  83. aeea981 Use esistools. Lots of changes to the conversion table. by Fred Drake · 26 years ago
  84. 4db5b46 Use esistools. by Fred Drake · 26 years ago
  85. f077b9d Use esistools, getopt. by Fred Drake · 26 years ago
  86. 3843bae Utility functions and misc. classes used in handling ESIS data. by Fred Drake · 26 years ago
  87. f954b65 Remove $(CUTCRUFT) garbage; now in fixgenents.sh. by Fred Drake · 26 years ago
  88. 3d5e2c0 Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean up by Fred Drake · 26 years ago
  89. 42f5298 Several small adjustments. by Fred Drake · 26 years ago
  90. 87dfd3c Handle output of \geq and \leq. by Fred Drake · 26 years ago
  91. 4c5e533 Do the right stuff to convert what was originally \e, \ldots, and --- by Fred Drake · 26 years ago
  92. d8faf85 Supplemental rules to convert a .tex file to a .xml file. Both XML and by Fred Drake · 26 years ago
  93. 6942e57 Script to convert things like <C/> and <Cpp/> to &C; and &Cpp;. This is by Fred Drake · 26 years ago
  94. 1cb330c The & character is also escaped using \. by Fred Drake · 26 years ago
  95. 1ff6db4 Add some additional cleanup transformations. by Fred Drake · 26 years ago
  96. 5701482 Fix comment regex so we don't screw up structured comments with by Fred Drake · 26 years ago
  97. 0320473 Script to squirrel around with the DOM tree of document fragments from the by Fred Drake · 26 years ago
  98. 30a68c7 Moved into tools/sgmlconv/. by Fred Drake · 26 years ago