| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Mark <verbatim> elements that represent interactive sessions; these | Fred Drake | 1999-02-18 | 1 | -0/+11 |
| | | | | | become <interpreter-session> elements. | ||||
| * | Minor adjustments to reflect esis2sgml.py changes. | Fred Drake | 1999-02-18 | 1 | -1/+2 |
| | | | | | Added "esis" target to only generate the ESIS data. | ||||
| * | Some adjustments, mostly to make it more general. | Fred Drake | 1999-02-18 | 1 | -21/+97 |
| | | |||||
| * | Make the _rmtt regular expression deal with the new CSS-friendly | Fred Drake | 1999-02-18 | 1 | -1/+2 |
| | | | | | changes to the HTML documentation. | ||||
| * | Copy in the stylesheet after latex2html is done. | Fred Drake | 1999-02-16 | 1 | -0/+1 |
| | | |||||
| * | Copy in the stylesheet after latex2html is done. | Fred Drake | 1999-02-16 | 1 | -0/+4 |
| | | |||||
| * | Make sure errors get propogated. | Fred Drake | 1999-02-16 | 1 | -4/+5 |
| | | |||||
| * | Add an optional parameter to make the script run latex only once to | Fred Drake | 1999-02-15 | 1 | -15/+38 |
| | | | | | | | | generate an .aux file. This can make HTML generation a bit faster when print formats aren't needed. Explained parameters in a comment. | ||||
| * | Use a common definition for $(SUBMAKE) instead of repeating everything | Fred Drake | 1999-02-15 | 1 | -19/+16 |
| | | | | | all over the place. | ||||
| * | Added --l2h-config option to add additional initialization files for | Fred Drake | 1999-02-15 | 1 | -0/+14 |
| | | | | | | latex2html. Can be useful in setting up things like the upward external link for the top of the documents. | ||||
| * | Revert previous change; there's a better way to do it. | Fred Drake | 1999-02-10 | 1 | -1/+1 |
| | | |||||
| * | Respond to suggestion from "Albert" <hat@se-46.wpa.wtb.tue.nl> to add | Fred Drake | 1999-02-05 | 1 | -6/+23 |
| | | | | | | | | document titles to the list of files. Also added total page count and a note that comments should be directed to python-docs@python.org. | ||||
| * | This seems to fix a problem with targeting from the indexes. | Fred Drake | 1999-02-02 | 1 | -1/+1 |
| | | |||||
| * | Updated comments on version of XML package needed. | Fred Drake | 1999-01-29 | 1 | -1/+2 |
| | | |||||
| * | Added support to handle \versionadded in a reasonable way. | Fred Drake | 1999-01-29 | 1 | -9/+19 |
| | | |||||
| * | Be a little smarter on some attribute values, making an assumption about | Fred Drake | 1999-01-29 | 1 | -1/+4 |
| | | | | | the DTD. | ||||
| * | fixup_descriptors(): Change the way we look for descriptor nodes; | Fred Drake | 1999-01-29 | 1 | -4/+15 |
| | | | | | | this takes 5 minutes off the conversion of the whole tree by reducing the number of tree-traversals from 14 to 1. | ||||
| * | Added the Doc/sgml/ directory to the tarball. | Fred Drake | 1999-01-29 | 1 | -1/+1 |
| | | |||||
| * | Rewrite code that converts the little descriptor environments to build | Fred Drake | 1999-01-29 | 1 | -53/+114 |
| | | | | | | the right <signature>s and <description>. This seems to work a lot better now! | ||||
| * | Added table entries for \funcline and \funclineni. | Fred Drake | 1999-01-29 | 1 | -0/+2 |
| | | |||||
| * | Convert <version> to &version;. | Fred Drake | 1999-01-29 | 1 | -0/+2 |
| | | |||||
| * | Update the docstring. | Fred Drake | 1999-01-28 | 1 | -101/+159 |
| | | | | | | | | | | | | | | | Lots of changes to get the paragraph marking to work, and not go into an infinite recursion. Start to rationalize markup of method signatures; not complete. find_all_elements(): similar to getElementsByTagName(), but operates on the not-quite-legal fragments we deal with here. Simplifies several individual transforms. fixup_sectionauthors(): Convert \sectionauthor items to <author> just after the <section>'s <title>. | ||||
| * | Added table entries for \methodline, \methodlineni. | Fred Drake | 1999-01-28 | 1 | -0/+2 |
| | | |||||
| * | Constructor arguments for classes should be called <args>. | Fred Drake | 1999-01-28 | 1 | -1/+1 |
| | | |||||
| * | Simplify slightly. | Fred Drake | 1999-01-27 | 1 | -4/+2 |
| | | |||||
| * | Add "term" to AUTOCLOSE. | Fred Drake | 1999-01-22 | 1 | -1/+1 |
| | | |||||
| * | convert(): Added parameter "autoclose", which should be a sequence of | Fred Drake | 1999-01-20 | 1 | -8/+19 |
| | | | | | | | | | | | | | | | general identifiers for which closing tags will be omitted when SGML is generated. This can be used to tell the markup generator to drop stuff like </para>. Note that it needs to be possible for the closing tag to *always* be omitted for it to be included in "autoclose". main(): Added command-line option "-a" / "--autoclose" to set the list of general identifiers passed to the convert() function as the "autoclose" parameter. The list may only be specified once (not additive) and GIs should be comma-separated. The default list includes only "para". | ||||
| * | Modified the "sgml" and "xml" targets to stop if the sub-makes fail in | Fred Drake | 1999-01-20 | 1 | -3/+22 |
| | | | | | | | | | any subdirectory; don't continue with remaining subdirs. Added "api", "ext", "lib", "mac", "ref", and "tut" targets to only do submakes in those directories. This is just a lot easier to use than to cd into the subdir and use make.rules directly. | ||||
| * | create_module_info(): If there's a \moduleauthor, move it to an | Fred Drake | 1999-01-19 | 1 | -20/+18 |
| | | | | | | | <author> inside the <moduleinfo> element. Fix problems with paragraph identification. | ||||
| * | isnmtoken(), istoken(): Fix to ensure the regex has to match the | Fred Drake | 1999-01-19 | 1 | -2/+17 |
| | | | | | | | | entire attribute value. Add ability to save list of "empty" elements to a file -- enabled by constant in the code. | ||||
| * | handle_labels(): Fix problem for document fragments containing more | Fred Drake | 1999-01-19 | 1 | -12/+14 |
| | | | | | | | than one "root" that prevented all the <label id=...> items from being promoted to id attributes on the enclosing chapter/ section/... properly. | ||||
| * | convert(): Change the element name remapping to convert <refmodule> | Fred Drake | 1999-01-19 | 1 | -0/+1 |
| | | | | | to <module link>. | ||||
| * | format_attrs(): Attempt a bit more minimization for SGML output. | Fred Drake | 1999-01-19 | 1 | -4/+22 |
| | | |||||
| * | Add a "tarball" target. | Fred Drake | 1999-01-14 | 1 | -0/+3 |
| | | |||||
| * | Adjust so that we are no longer using special entities for well-known | Fred Drake | 1999-01-14 | 1 | -19/+21 |
| | | | | | names. These are too much of a pain for occaissional authors. | ||||
| * | Shorten the name of the <rfc> "number" attribute to "num". | Fred Drake | 1999-01-14 | 1 | -1/+1 |
| | | |||||
| * | Make <rfc> no longer an empty element but a container. The text | Fred Drake | 1999-01-14 | 1 | -0/+44 |
| | | | | | | | | | | | | | currently generated by the LaTeX and LaTeX2HTML processes is generated here as well, making it more flexible in the SGML version. Reduce the <args> element so that <optional> goes away; just use square brackets to indicate what's optional. This makes it easier to read than the LaTeX, and the processor can do any checking it needs to in order to make sure it's legit. Possible shortcoming: DSSSL processors may need more explicit markup. Can probably hack around it for this case, but we'll see. | ||||
| * | Several new functions to re-write tables to be at least partly | Fred Drake | 1999-01-14 | 1 | -0/+112 |
| | | | | | | conformant with the OASIS Exchange model. There's a little more massage left to do, but not much. | ||||
| * | Added clean and clobber targets. | Fred Drake | 1999-01-14 | 2 | -0/+19 |
| | | |||||
| * | Update to the latest version of Michael Ernst's script. | Fred Drake | 1999-01-14 | 1 | -24/+104 |
| | | |||||
| * | "Driver" makefile to convert all documents to SGML or XML at once. | Fred Drake | 1999-01-14 | 1 | -0/+29 |
| | | |||||
| * | Add usage of the "driver" Makefile. | Fred Drake | 1999-01-14 | 1 | -2/+8 |
| | | |||||
| * | Elaborate a comment on the format of the table that drives the | Fred Drake | 1999-01-14 | 1 | -1/+5 |
| | | | | | conversion. | ||||
| * | Adjustments to allow elements with subelements as parameters. This is | Fred Drake | 1999-01-14 | 1 | -95/+145 |
| | | | | | | | | | | used to deal with the table headings and entries. An additional flag in the element table is used to indicate elements which have no "general" content, but which do have subelement content. These must be flagged distinctly from empty elements. Currently used for \lineii, \lineiii, and \lineiv. | ||||
| * | Escape special characters on output. | Fred Drake | 1999-01-14 | 1 | -2/+4 |
| | | |||||
| * | Simplify command that extracts the number of pages from a PostScript | Fred Drake | 1999-01-12 | 1 | -1/+1 |
| | | | | | file; use "grep -c" instead of "grep | wc -l | cut ... | tr ...". | ||||
| * | output_body(): For <address> elements, just skip, since they're | Fred Drake | 1999-01-11 | 1 | -0/+4 |
| | | | | | always part of the page trailer. | ||||
| * | No longer useful. | Fred Drake | 1999-01-08 | 1 | -55/+0 |
| | | |||||
| * | It's finally gone! | Fred Drake | 1999-01-08 | 1 | -2406/+0 |
| | | |||||
| * | Add a few comments. | Fred Drake | 1999-01-08 | 1 | -1/+8 |
| | | |||||
