summaryrefslogtreecommitdiffstats
path: root/Doc/perl/l2hinit.perl
Commit message (Collapse)AuthorAgeFilesLines
* Update to use the newly separated values $PACKAGE_VERSION and $RELEASE_INFO.Fred Drake2001-06-201-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) URLFred Drake2001-01-091-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" toFred Drake2001-01-041-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 fixesFred Drake2001-01-021-31/+36
| | | | bug #127151.
* Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number forFred Drake2000-10-251-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 attributeFred Drake2000-09-191-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 Drake2000-09-161-3/+3
|
* When there is a Module Index, make sure the icon actually links to it.Fred Drake2000-09-141-1/+3
|
* Re-wrapped some wide comments.Fred Drake2000-09-121-28/+43
| | | | Fixed Module Index generation.
* Be a little more careful to avoid including style information in theFred Drake2000-08-311-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 Drake2000-07-311-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 beenFred Drake2000-07-311-208/+129
| | | | tested with version 99.2beta8.
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-031-13/+58
|
* Remove some <SPAN> elements that were used only to carry a CLASSFred Drake1999-09-231-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 imageFred Drake1999-09-231-3/+6
| | | | relative URL starts with "./", remove "./".
* Some updates to allow ../tools/mkhowto to add various bits to theFred Drake1999-09-221-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 andFred Drake1999-05-131-12/+0
| | | | | was never called in this incarnation. The other version is simpler as well.
* make_nav_panel(): Remove the spurious NAME="tex2html\d+" attributesFred Drake1999-04-291-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 Drake1999-03-251-1/+2
|
* add_module_idx(): If \ignorePlatformAnnotation is used, only ignoreFred Drake1999-03-041-1/+1
| | | | the specified annotation, not any annotation.
* Be a little more friendly for the generation of the text version: forFred Drake1999-03-031-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 littleFred Drake1999-03-021-7/+43
| | | | better.
* do_cmd_arabic(): Override the l2h-provided version to remove thatFred Drake1999-02-191-0/+7
| | | | obnoxious <SPAN CLASS="arabic">...</SPAN> markup.
* Make navigation panels more CSS-friendly.Fred Drake1999-02-161-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 someFred Drake1999-02-161-1/+1
| | | | space between cells on all (major) browsers.
* Moved the navigation-bar background color to a variable.Fred Drake1999-02-121-1/+2
|
* Remove unnecessary <p> from top navigation bar.Fred Drake1999-02-101-1/+1
|
* Change the navigation bar to be a little prettier and more consistentFred Drake1999-02-091-13/+19
| | | | with the python.org style.
* add_module_idx(), add_idx_hook():Fred Drake1999-01-191-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 moveFred Drake1998-11-301-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 Drake1998-10-201-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 doubleFred Drake1998-08-141-1/+1
| | | | quote, not single quotes. Ugh.
* Do the magic to use the new buttons (with shorter names!) instead of the oldFred Drake1998-08-131-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 Drake1998-08-111-1/+7
|
* Control when/where navigation bars will appear: top & bottom of each page.Fred Drake1998-08-111-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. CallFred Drake1998-08-071-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 Drake1998-08-071-1/+4
|
* Guido's white background.Fred Drake1998-08-071-0/+1
|
* Update @INC so we can 'require' modules in Doc/perl/.Fred Drake1998-07-241-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 Drake1998-05-191-0/+1
|
* Update to use latex2html 98.1p5.Fred Drake1998-05-151-34/+29
|
* In package Override, use the getcwd() function from the Cwd module instead ofFred Drake1998-05-111-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 Drake1998-04-291-0/+2
|
* Change the default $ADDRESS.Fred Drake1998-04-231-0/+1
|
* Code cleanup, some syntax modernization.Fred Drake1998-04-171-46/+115
|
* Added a simpler, working {verbatim} support that generates legitimate HTML.Fred Drake1998-04-121-0/+11
| | | | (2 lines, explained by 6 lines of comments....)
* Update the module index support to use the changed field separator for theFred Drake1998-04-111-2/+2
| | | | input file to buildindex.py.
* add_idx(): Restore message to stdout when formatting the general index.Fred Drake1998-04-021-0/+1
|
* Lots of little nits.Fred Drake1998-04-021-26/+35
| | | | | Big fix: the module index for the Python Library Reference is once more in a separate file! Yeah!
* Some cleanup.Fred Drake1998-03-271-97/+35
| | | | Remove index generation from Perl; use an external script instead.