summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sgmlconv
Commit message (Expand)AuthorAgeFilesLines
* encode(): Handle Latin-1 input characters better.Fred Drake2001-04-211-3/+7
* Add support for <memberline/> (needs markup improvement!).Fred Drake2001-04-211-1/+5
* Update the XML conversion specification.Fred Drake2001-04-101-0/+2
* Allow the <author/> element to appear before a paragraph without beingFred Drake2001-03-291-1/+1
* Remove the annoying __version__ definitions.Fred Drake2001-03-233-4/+0
* Lots of small changes to make this work with the Python DOM bindingsFred Drake2001-03-231-91/+95
* Pick up the "encode" function from esistools instead of defining our ownFred Drake2001-03-231-15/+9
* Re-write to no longer depend on an old version of PyXML. This nowFred Drake2001-03-231-46/+273
* Pick the "escape" function from the standard library instead of from PyXML.Fred Drake2001-03-231-1/+1
* Add conversions for more of the markup -- not all of this was around whenFred Drake2001-03-231-1/+32
* Conversion.write_ordinal(): Not used, remove it.Fred Drake2000-11-221-4/+0
* Convert the LaTeX "tie" (~) to a simple space.Fred Drake2000-11-221-4/+40
* Update to reflect the process changes.Fred Drake2000-11-221-21/+6
* Update the rules to separate the two phases for the ESIS generation,Fred Drake2000-11-222-22/+27
* Add support for (relatively) recent additions and changes to python.sty,Fred Drake2000-11-221-2/+30
* Note that readframes() returns data in linear format, even if the originalFred Drake2000-11-171-0/+38
* Martin von Loewis <loewis@informatik.hu-berlin.de>:Fred Drake2000-07-011-1/+1
* Remove unused "import curses".Guido van Rossum2000-05-241-1/+0
* Don't insert extra indentation before <title> elements.Fred Drake2000-01-201-12/+12
* rewrite_descriptor(): Fixup conversion of arguments (simpler).Fred Drake1999-11-231-12/+35
* Don't rename \var to <varname>; DocBook is too verbose here.Fred Drake1999-11-231-4/+9
* Added citetitle and programopt.Fred Drake1999-11-091-1/+8
* Update the instructions slightly.Fred Drake1999-08-261-4/+44
* Removed; no longer needed now that the other tools can handle entityFred Drake1999-08-261-24/+0
* feed(): Added support for ESIS '&' lines.Fred Drake1999-08-261-1/+4
* Remove use of fixgenents.sh; no longer needed.Fred Drake1999-08-261-5/+4
* Specify: \geq --> &geq;Fred Drake1999-08-261-4/+12
* Conversion.subconvert(): Added support for "entityref" parametersFred Drake1999-08-261-0/+7
* write_esis(): Added support for ENTITY_REFERENCE nodes.Fred Drake1999-08-261-40/+44
* convert(): Add support for ESIS '&' lines, and make sure we don'tFred Drake1999-08-261-0/+5
* rewrite_descriptor(): Fix bug that dropped the first TEXT node fromFred Drake1999-08-201-45/+36
* remap_element_names(): Only used for things that the new conversionFred Drake1999-08-031-32/+6
* The new conversion engine supports more of the table re-writing thanFred Drake1999-08-031-6/+9
* bwrite(), ewrite(): Helpers for diagnostic output; essentially theFred Drake1999-08-021-30/+61
* Mostly minor changes.Fred Drake1999-08-021-52/+23
* This doesn't need to do nearly as much for the new conversion, soFred Drake1999-08-021-24/+0
* A few small improvements to the conversion.Fred Drake1999-08-021-3/+7
* Ripped out the old conversion.Fred Drake1999-07-291-367/+7
* Added a few more passes through the document fragment. Not actuallyFred Drake1999-07-291-11/+126
* Massive changes.Fred Drake1999-07-291-38/+478
* Minor updates.Fred Drake1999-07-291-4/+8
* Use the (new) buildFragment() method of the EsisBuilder rather thanFred Drake1999-07-291-15/+1
* Some minor cleanup.Fred Drake1999-07-291-20/+18
* Conversion specification, used by a new path through latex2esis.py.Fred Drake1999-07-291-0/+631
* Minor update.Fred Drake1999-07-291-3/+6
* Make the default target xml instead of sgml.Fred Drake1999-07-221-2/+2
* Make the default target xml instead of sgml.Fred Drake1999-07-221-2/+4
* Enhanced docstring and some comments.Fred Drake1999-05-191-8/+21
* Modify to perform "---" to "&mdash;" conversion outside ofFred Drake1999-05-181-7/+16
* Remove the "---" to "&mdash;" conversion; this is wrong in verbatimFred Drake1999-05-181-1/+0