summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sgmlconv
Commit message (Expand)AuthorAgeFilesLines
* 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 "—" conversion outside ofFred Drake1999-05-181-7/+16
* Remove the "---" to "—" conversion; this is wrong in verbatimFred Drake1999-05-181-1/+0
* Lots of adjustments to deal with the document content now being storedFred Drake1999-05-101-91/+94
* Some more fixes.Fred Drake1999-05-101-11/+16
* ExtendedEsisBuilder.push(): Override inherited definition. We don'tFred Drake1999-05-071-3/+17
* Fix some bugs introduced in the previous checkin.Fred Drake1999-05-071-9/+13
* Define & use a Conversion object. It's still really ugly, but atFred Drake1999-05-071-227/+255
* Add support for <platform>, some cleanup of module section afterFred Drake1999-03-111-0/+20
* Mark <verbatim> elements that represent interactive sessions; theseFred Drake1999-02-181-0/+11
* Minor adjustments to reflect esis2sgml.py changes.Fred Drake1999-02-181-1/+2
* Some adjustments, mostly to make it more general.Fred Drake1999-02-181-21/+97
* Use a common definition for $(SUBMAKE) instead of repeating everythingFred Drake1999-02-151-19/+16
* Updated comments on version of XML package needed.Fred Drake1999-01-291-1/+2
* Added support to handle \versionadded in a reasonable way.Fred Drake1999-01-291-9/+19
* Be a little smarter on some attribute values, making an assumption aboutFred Drake1999-01-291-1/+4
* fixup_descriptors(): Change the way we look for descriptor nodes;Fred Drake1999-01-291-4/+15
* Added the Doc/sgml/ directory to the tarball.Fred Drake1999-01-291-1/+1
* Rewrite code that converts the little descriptor environments to buildFred Drake1999-01-291-53/+114
* Added table entries for \funcline and \funclineni.Fred Drake1999-01-291-0/+2
* Convert <version> to &version;.Fred Drake1999-01-291-0/+2
* Update the docstring.Fred Drake1999-01-281-101/+159
* Added table entries for \methodline, \methodlineni.Fred Drake1999-01-281-0/+2
* Constructor arguments for classes should be called <args>.Fred Drake1999-01-281-1/+1
* Add "term" to AUTOCLOSE.Fred Drake1999-01-221-1/+1
* convert(): Added parameter "autoclose", which should be a sequence ofFred Drake1999-01-201-8/+19
* Modified the "sgml" and "xml" targets to stop if the sub-makes fail inFred Drake1999-01-201-3/+22
* create_module_info(): If there's a \moduleauthor, move it to anFred Drake1999-01-191-20/+18
* isnmtoken(), istoken(): Fix to ensure the regex has to match theFred Drake1999-01-191-2/+17
* handle_labels(): Fix problem for document fragments containing moreFred Drake1999-01-191-12/+14
* convert(): Change the element name remapping to convert <refmodule>Fred Drake1999-01-191-0/+1
* format_attrs(): Attempt a bit more minimization for SGML output.Fred Drake1999-01-191-4/+22
* Add a "tarball" target.Fred Drake1999-01-141-0/+3
* Adjust so that we are no longer using special entities for well-knownFred Drake1999-01-141-19/+21
* Shorten the name of the <rfc> "number" attribute to "num".Fred Drake1999-01-141-1/+1
* Make <rfc> no longer an empty element but a container. The textFred Drake1999-01-141-0/+44