summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Collapse)AuthorAgeFilesLines
* output_body(): For <address> elements, just skip, since they'reFred Drake1999-01-111-0/+4
| | | | always part of the page trailer.
* No longer useful.Fred Drake1999-01-081-55/+0
|
* It's finally gone!Fred Drake1999-01-081-2406/+0
|
* Add a few comments.Fred Drake1999-01-081-1/+8
|
* New support scripts for HTML->info conversion that use Michael Ernst's newFred Drake1999-01-083-5/+58
| | | | conversion tools.
* New conversion tools for HTML->info from Michael ErnstFred Drake1999-01-082-0/+1778
| | | | | | <mernst@cs.washington.edu>. Thanks!
* convert(): Make sure no line has trailing whitespace. (docfixer.pyFred Drake1999-01-071-3/+5
| | | | | checks for \n\n as a paragraph separator, LaTeX allows white space between the newlines.)
* Preliminary code to mark paragraphs. Seems to work, but very slow.Fred Drake1999-01-061-2/+150
|
* Remove obsolete comment.Fred Drake1999-01-051-1/+0
|
* trim_ignored_letters(): Simplify a little.Fred Drake1999-01-041-6/+6
|
* Print a line to the console reporting the number of index nodesFred Drake1998-12-281-2/+6
| | | | processed. This can be interesting to see.
* create_module_info(): New function: Modify a <section> to create aFred Drake1998-12-101-13/+99
| | | | | | | | | <moduleinfo> element based on various meta information, and strip some cruftiness. This is more usable for information extraction, and organizes the information more clearly. cleanup_synopses(): Rewrite to use create_module_info(), so this will work with multi-rooted "documents".
* Don't pass around a list of known empty elements, since the ESISFred Drake1998-12-101-5/+6
| | | | contains "e" events for them. This wasn't used anyway.
* Added a transform to start cleaning up the modulesynopsis stuff aFred Drake1998-12-101-0/+17
| | | | little; more thinking is needed about what we really want.
* Handle SGML variant as well as XML variant. SGML is *much* moreFred Drake1998-12-101-0/+12
| | | | likely to be used.
* General comments on what's here and how to try it out. NoteFred Drake1998-12-021-0/+23
| | | | dependence on the XML package.
* Support conversions to both SGML and XML; SGML is the "default".Fred Drake1998-12-011-14/+20
| | | | Add dependency on esistools.py for the ESIS intermediate files.
* Use esistools.Fred Drake1998-12-011-29/+25
| | | | Lots of changes to the conversion table.
* Use esistools.Fred Drake1998-12-011-15/+66
| | | | | Generate ESIS data instead of XML. Misc. changes to some transforms.
* 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
| | | | | Separate ESIS generation from XML generation. This will evolve a bit more in a couple of days.
* Move nasty cruft from make.rules' $(CUTCRUFT) here, mostly to clean upFred Drake1998-11-301-1/+4
| | | | make.rules.
* l2hoption: Do the "right thing" to quote the right-hand-side of PerlFred Drake1998-11-301-1/+2
| | | | | assignments. This allows '"', '$', and '@' to be included in the values passed to parameters like --address.
* Add a -address parameter to the LaTeX2HTML command line to directFred Drake1998-11-301-0/+1
| | | | | documentation comments appropriately. In response to comment from Martijn Faassen <faassen@vet.uu.nl>.
* 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
| | | | in the LaTeX sources.
* Supplemental rules to convert a .tex file to a .xml file. Both XML andFred Drake1998-11-241-0/+29
| | | | | SGML will be supported soon, probably using an ESIS representation saved in a temp file.
* Script to convert things like <C/> and <Cpp/> to &C; and &Cpp;. This isFred Drake1998-11-241-0/+25
| | | | something that con't be done with the DOM as far as I can tell.
* 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
| | | | different internal indentation levels.
* Script to squirrel around with the DOM tree of document fragments from theFred Drake1998-11-231-0/+193
| | | | | | | LaTeX-based ESIS streams to be a little better structured, and generally perform clean-up. Preliminary.
* Moved into tools/sgmlconv/.Fred Drake1998-11-232-0/+468
|
* Moving to sgmlconv/ subdir.Fred Drake1998-11-232-468/+0
|
* Fix up the extraction of optional parameters a little.Fred Drake1998-11-231-3/+3
| | | | Be more informative in an exception message.
* Some cleanup.Fred Drake1998-11-231-10/+16
| | | | | Don't duplicate the information on what's empty; rely on the input data for that. (This means that the DOM may need more work.)
* Fix some minor problems.Fred Drake1998-11-231-29/+32
| | | | | Make the table of attribute information contain only one kind of entry. Simplifies some stuff in subconvert().
* First cut at a script to generate SGML/XML from an ESIS event stream,Fred Drake1998-11-181-0/+125
| | | | | probably only usable for the Python docs. But also probably more useful than latex2esis.py.
* First cut at a script to generate ESIS events from LaTeX source,Fred Drake1998-11-181-0/+334
| | | | probably only usable for the Python docs.
* Support the use of bibtex. This is transparent to the user.Fred Drake1998-10-271-1/+12
| | | | | Switch from bash to ksh, in the hope that more systems support it (one report of a site without an available bash).
* Added --tools option, to package only the framework (no documents).Fred Drake1998-10-211-3/+21
|
* Reflect new name of index style file.Fred Drake1998-10-192-3/+3
|
* No longer needed since we have nice, contributed navigation buttons.Fred Drake1998-10-191-35/+0
|
* If building HTML and the icons should be served from the sameFred Drake1998-10-191-4/+6
| | | | | | | | directory as the HTML (--iconserver .), copy the icons into place. Clarify that lynx is needed for --text in the usage message. Fix a typo in a comment.
* In build_html(), strip off leading "./" from filename, added byFred Drake1998-10-161-0/+1
| | | | kpsewhich. This caused a problem with the latest latex2html beta.
* Change the default split level to not split on marked \paragraph andFred Drake1998-10-071-2/+2
| | | | \subparagraph sections. Indicate the default in the --help message.
* If --debug was used, don't delete the temporary .perl file used toFred Drake1998-10-071-1/+3
| | | | pass options to latex2html.
* Don't attempt to add paragraph and subparagraph sections to the PDFFred Drake1998-10-071-1/+7
| | | | | | outline. Work around font-long bogosity caused by ' in docstring.