Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to use the newly separated values $PACKAGE_VERSION and $RELEASE_INFO. | Fred Drake | 2001-06-20 | 1 | -5/+5 |
| | | | | | Normalize all HTML attributes to be written as name="value" instead of name='value'. | ||||
* | Added a --global-module-index option to specify a (possibly relative) URL | Fred Drake | 2001-01-09 | 1 | -0/+10 |
| | | | | | | | | | to the Global Module Index for a set of documents. This is used to include a reference to the global index from the per-document module indexes, so that it is just a little easier to find. (Someone suggested this, but I do not remember who. Please let me know if it was you -- thanks!) | ||||
* | Fix the bugfix for SF bug #127151 -- make sure we map "previous_page" to | Fred Drake | 2001-01-04 | 1 | -0/+7 |
| | | | | "previous" and "next_page" to "next". This way the proper icons are found. | ||||
* | Do not cache <img> tags for navigation icons as agressively; this fixes | Fred Drake | 2001-01-02 | 1 | -31/+36 |
| | | | | bug #127151. | ||||
* | Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for | Fred Drake | 2000-10-25 | 1 | -7/+27 |
| | | | | | | | | | | | | whatever is being documented, not necessarily Python. (These tools are also used for the How-To documents, etc.) get_version_text(): New function. Returns HTML fragment describing the software version and documentation date. bot_navigation_panel(): Include the result of get_version_text() at the end, so the information is available on every page. | ||||
* | make_nav_sectref(): Create more minimal HTML, hanging the class attribute | Fred Drake | 2000-09-19 | 1 | -2/+7 |
| | | | | | off an existing anchor tag if available (I think it always is, but am not completely sure). | ||||
* | Push more of the display control into the style sheet. | Fred Drake | 2000-09-16 | 1 | -3/+3 |
| | |||||
* | When there is a Module Index, make sure the icon actually links to it. | Fred Drake | 2000-09-14 | 1 | -1/+3 |
| | |||||
* | Re-wrapped some wide comments. | Fred Drake | 2000-09-12 | 1 | -28/+43 |
| | | | | Fixed Module Index generation. | ||||
* | Be a little more careful to avoid including style information in the | Fred Drake | 2000-08-31 | 1 | -13/+12 |
| | | | | | | | | generated markup. Don't be careless with the navigation icons! We should use the blank icon where there is not anyplace to go for a particular position in the navigation bar. | ||||
* | Change as suggested by Peter Funk <pf@artcom-gmbh.de>: | Fred Drake | 2000-07-31 | 1 | -4/+5 |
| | | | | | Move around the navigational links on the left-hand side of the navigation bar to be more like the cursor keys. | ||||
* | Many changes to work with newer versions of LaTeX2HTML. This has been | Fred Drake | 2000-07-31 | 1 | -208/+129 |
| | | | | tested with version 99.2beta8. | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -13/+58 |
| | |||||
* | Remove some <SPAN> elements that were used only to carry a CLASS | Fred Drake | 1999-09-23 | 1 | -6/+14 |
| | | | | | | | attribute; stick the CLASS on an existing element. Use a variable for the name of the file to get "About this document..." text from. | ||||
* | img_tag(): Tighten up the generated SRC attribute a bit; if the image | Fred Drake | 1999-09-23 | 1 | -3/+6 |
| | | | | relative URL starts with "./", remove "./". | ||||
* | Some updates to allow ../tools/mkhowto to add various bits to the | Fred Drake | 1999-09-22 | 1 | -46/+86 |
| | | | | | | | | | | | | supplemental l2h initialization file it creates and still get all the right behavior. In particular, it can change the image type and icon location and not get inconsistent results. Some code to help suppress various navigational pages; this might be interesting when generating HTML to create HTML Help documents, since the navigation support creates confusing hits in the full text search. HTML Help also provides a lot of the navigational infrastructure, so duplicating it makes it more tedious to use. | ||||
* | make_index_entry(): Remove. This is overridden in python.perl and | Fred Drake | 1999-05-13 | 1 | -12/+0 |
| | | | | | was never called in this incarnation. The other version is simpler as well. | ||||
* | make_nav_panel(): Remove the spurious NAME="tex2html\d+" attributes | Fred Drake | 1999-04-29 | 1 | -16/+18 |
| | | | | | added to the anchors in the navigation bars. These are added somewhere deep with l2h, and are stupid. | ||||
* | Be more stylesheet friendly. | Fred Drake | 1999-03-25 | 1 | -1/+2 |
| | |||||
* | add_module_idx(): If \ignorePlatformAnnotation is used, only ignore | Fred Drake | 1999-03-04 | 1 | -1/+1 |
| | | | | the specified annotation, not any annotation. | ||||
* | Be a little more friendly for the generation of the text version: for | Fred Drake | 1999-03-03 | 1 | -1/+5 |
| | | | | | | | "blank" navigation icons, use ALT="" instead of ALT="blank"; also add ALIGN=CENTER for the table, to get a slightly better affect in the text (the table is full-width, so this doesn't change the appearance when browsing the HTML). | ||||
* | Improve handling of module index, to deal with platform annotations a little | Fred Drake | 1999-03-02 | 1 | -7/+43 |
| | | | | better. | ||||
* | do_cmd_arabic(): Override the l2h-provided version to remove that | Fred Drake | 1999-02-19 | 1 | -0/+7 |
| | | | | obnoxious <SPAN CLASS="arabic">...</SPAN> markup. | ||||
* | Make navigation panels more CSS-friendly. | Fred Drake | 1999-02-16 | 1 | -15/+26 |
| | | | | | | | Make sure the contents page always has the "table of child links" turned off; this wasn't being handled properly by latex2html for "howto" ("article") documents, so just do it ourselves for all document types. | ||||
* | Adjust cellspacing attribute of the navigation bar tables to get some | Fred Drake | 1999-02-16 | 1 | -1/+1 |
| | | | | space between cells on all (major) browsers. | ||||
* | Moved the navigation-bar background color to a variable. | Fred Drake | 1999-02-12 | 1 | -1/+2 |
| | |||||
* | Remove unnecessary <p> from top navigation bar. | Fred Drake | 1999-02-10 | 1 | -1/+1 |
| | |||||
* | Change the navigation bar to be a little prettier and more consistent | Fred Drake | 1999-02-09 | 1 | -13/+19 |
| | | | | with the python.org style. | ||||
* | add_module_idx(), add_idx_hook(): | Fred Drake | 1999-01-19 | 1 | -2/+2 |
| | | | | | | Change the message printed before running buildindex.py; "Doing the index..." wasn't clear and could be misinterpreted with an inappropriate mindset. ;-) | ||||
* | do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and move | Fred Drake | 1998-11-30 | 1 | -12/+13 |
| | | | | | | it to the about.dat file. Only what really needs to be generated is, and the remainder is easier to maintain than Perl code. | ||||
* | add_link(): Fix to use $section_info instead of $toc_section_info, | Fred Drake | 1998-10-20 | 1 | -1/+3 |
| | | | | | | | based on email from Ross Moore <ross@mpce.mq.edu.au>. Set $HTML_VERSION to 4.0, since that's what we really generate (well, 4.0 "transitional"). | ||||
* | img_tag(): For \n to be interpreted as a newline, the string must use double | Fred Drake | 1998-08-14 | 1 | -1/+1 |
| | | | | quote, not single quotes. Ugh. | ||||
* | Do the magic to use the new buttons (with shorter names!) instead of the old | Fred Drake | 1998-08-13 | 1 | -20/+32 |
| | | | | | ones. Get the <IMG> width & height right. New design for the navigation bars, including the document title as well as the navigation links/buttons. | ||||
* | Get the <IMG> sizes right for the navigation buttons. | Fred Drake | 1998-08-11 | 1 | -1/+7 |
| | |||||
* | Control when/where navigation bars will appear: top & bottom of each page. | Fred Drake | 1998-08-11 | 1 | -3/+14 |
| | | | | | | Include an additional button to the module index in the nav. bars if we generate a module index. Still need a button image, but the ALT text should do for now. | ||||
* | insert_index(): Take two additional parameters: $columns and $letters. Call | Fred Drake | 1998-08-07 | 1 | -5/+13 |
| | | | | | | | | buildindex.py appropriately. add_idx(), add_module_idx(): Add the appropriate parameters to the calls to insert_index(). | ||||
* | By default, use a two-column index. | Fred Drake | 1998-08-07 | 1 | -1/+4 |
| | |||||
* | Guido's white background. | Fred Drake | 1998-08-07 | 1 | -0/+1 |
| | |||||
* | Update @INC so we can 'require' modules in Doc/perl/. | Fred Drake | 1998-07-24 | 1 | -2/+4 |
| | | | | | Call the localmoduletable handling once the document is complete & synopses have been collected. | ||||
* | Don't use a separate node for footnotes; see if people scream. ;-) | Fred Drake | 1998-05-19 | 1 | -0/+1 |
| | |||||
* | Update to use latex2html 98.1p5. | Fred Drake | 1998-05-15 | 1 | -34/+29 |
| | |||||
* | In package Override, use the getcwd() function from the Cwd module instead of | Fred Drake | 1998-05-11 | 1 | -0/+22 |
| | | | | | | | | the one from Override.pm (part of latex2html). Absolutize the TEXINPUTS environment variable, since we can't count on latex2html doing it for us (even though I sent in a patch, and it really should). | ||||
* | Set $TEXINPUTS='' to make l2h pick up the right thing from the environment. | Fred Drake | 1998-04-29 | 1 | -0/+2 |
| | |||||
* | Change the default $ADDRESS. | Fred Drake | 1998-04-23 | 1 | -0/+1 |
| | |||||
* | Code cleanup, some syntax modernization. | Fred Drake | 1998-04-17 | 1 | -46/+115 |
| | |||||
* | Added a simpler, working {verbatim} support that generates legitimate HTML. | Fred Drake | 1998-04-12 | 1 | -0/+11 |
| | | | | (2 lines, explained by 6 lines of comments....) | ||||
* | Update the module index support to use the changed field separator for the | Fred Drake | 1998-04-11 | 1 | -2/+2 |
| | | | | input file to buildindex.py. | ||||
* | add_idx(): Restore message to stdout when formatting the general index. | Fred Drake | 1998-04-02 | 1 | -0/+1 |
| | |||||
* | Lots of little nits. | Fred Drake | 1998-04-02 | 1 | -26/+35 |
| | | | | | Big fix: the module index for the Python Library Reference is once more in a separate file! Yeah! | ||||
* | Some cleanup. | Fred Drake | 1998-03-27 | 1 | -97/+35 |
| | | | | Remove index generation from Perl; use an external script instead. |