summaryrefslogtreecommitdiffstats
path: root/Doc/tools/sgmlconv
Commit message (Expand)AuthorAgeFilesLines
* Handle SGML variant as well as XML variant. SGML is *much* moreFred Drake1998-12-101-0/+12
* General comments on what's here and how to try it out. NoteFred Drake1998-12-021-0/+23
* Support conversions to both SGML and XML; SGML is the "default".Fred Drake1998-12-011-14/+20
* Use esistools.Fred Drake1998-12-011-29/+25
* Use esistools.Fred Drake1998-12-011-15/+66
* Use esistools, getopt.Fred Drake1998-12-011-31/+27
* Utility functions and misc. classes used in handling ESIS data.Fred Drake1998-12-011-0/+80
* Remove $(CUTCRUFT) garbage; now in fixgenents.sh.Fred Drake1998-11-301-6/+8
* Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean upFred Drake1998-11-301-1/+4
* Several small adjustments.Fred Drake1998-11-301-60/+88
* Handle output of \geq and \leq.Fred Drake1998-11-301-0/+2
* Do the right stuff to convert what was originally \e, \ldots, and ---Fred Drake1998-11-251-0/+3
* Supplemental rules to convert a .tex file to a .xml file. Both XML andFred Drake1998-11-241-0/+29
* Script to convert things like <C/> and <Cpp/> to &C; and &Cpp;. This isFred Drake1998-11-241-0/+25
* The & character is also escaped using \.Fred Drake1998-11-231-1/+1
* Add some additional cleanup transformations.Fred Drake1998-11-231-0/+67
* Fix comment regex so we don't screw up structured comments withFred Drake1998-11-231-1/+1
* Script to squirrel around with the DOM tree of document fragments from theFred Drake1998-11-231-0/+193
* Moved into tools/sgmlconv/.Fred Drake1998-11-232-0/+468