summaryrefslogtreecommitdiffstats
path: root/Doc/perl/l2hinit.perl
Commit message (Expand)AuthorAgeFilesLines
* Still more magical <link> elements.Fred Drake2002-10-301-1/+18
* Minor rearranging.Fred Drake2002-10-301-3/+5
* Add support for using a "favicon".Fred Drake2002-10-301-16/+20
* Clean up some really minor Perl warnings.Fred Drake2002-10-241-8/+8
* Change the default path to icons so that "mkhowto" does the "right thing" byFred Drake2002-10-011-1/+1
* Use Perl function prototypes to help avoid definition/usage mismatchesFred Drake2002-05-231-20/+20
* Clean up the application of style to verbatim text.Fred Drake2002-04-151-1/+1
* Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea,Fred Drake2002-04-051-0/+4
* The <link> to the stylesheet should include the type attribute.Fred Drake2002-03-261-1/+1
* Fix broken HTML in the head; this was reported by a user as causing Opera 6.01Fred Drake2002-03-221-1/+1
* Fix SF bug #479967: Appearantly I broke something that made the indexFred Drake2001-12-041-2/+10
* Clean up the tables of child links generated by stock LaTeX2HTML so we getFred Drake2001-10-261-0/+8
* Add better support for Mozilla's use of <link> elements.Fred Drake2001-10-221-10/+41
* Remove the use of the "cat" program. This improves portability to non-UnixFred Drake2001-08-101-1/+5
* Update to use the newly separated values $PACKAGE_VERSION and $RELEASE_INFO.Fred Drake2001-06-201-5/+5
* Added a --global-module-index option to specify a (possibly relative) URLFred Drake2001-01-091-0/+10
* Fix the bugfix for SF bug #127151 -- make sure we map "previous_page" toFred Drake2001-01-041-0/+7
* Do not cache <img> tags for navigation icons as agressively; this fixesFred Drake2001-01-021-31/+36
* Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number forFred Drake2000-10-251-7/+27
* make_nav_sectref(): Create more minimal HTML, hanging the class attributeFred Drake2000-09-191-2/+7
* 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
* Be a little more careful to avoid including style information in theFred Drake2000-08-311-13/+12
* Change as suggested by Peter Funk <pf@artcom-gmbh.de>:Fred Drake2000-07-311-4/+5
* Many changes to work with newer versions of LaTeX2HTML. This has beenFred Drake2000-07-311-208/+129
* 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
* img_tag(): Tighten up the generated SRC attribute a bit; if the imageFred Drake1999-09-231-3/+6
* Some updates to allow ../tools/mkhowto to add various bits to theFred Drake1999-09-221-46/+86
* make_index_entry(): Remove. This is overridden in python.perl andFred Drake1999-05-131-12/+0
* make_nav_panel(): Remove the spurious NAME="tex2html\d+" attributesFred Drake1999-04-291-16/+18
* Be more stylesheet friendly.Fred Drake1999-03-251-1/+2
* add_module_idx(): If \ignorePlatformAnnotation is used, only ignoreFred Drake1999-03-041-1/+1
* Be a little more friendly for the generation of the text version: forFred Drake1999-03-031-1/+5
* Improve handling of module index, to deal with platform annotations a littleFred Drake1999-03-021-7/+43
* do_cmd_arabic(): Override the l2h-provided version to remove thatFred Drake1999-02-191-0/+7
* Make navigation panels more CSS-friendly.Fred Drake1999-02-161-15/+26
* Adjust cellspacing attribute of the navigation bar tables to get someFred Drake1999-02-161-1/+1
* 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
* add_module_idx(), add_idx_hook():Fred Drake1999-01-191-2/+2
* do_cmd_textohtmlinfopage(): Rip out most of the boilerplate and moveFred Drake1998-11-301-12/+13
* add_link(): Fix to use $section_info instead of $toc_section_info,Fred Drake1998-10-201-1/+3
* img_tag(): For \n to be interpreted as a newline, the string must use doubleFred Drake1998-08-141-1/+1
* Do the magic to use the new buttons (with shorter names!) instead of the oldFred Drake1998-08-131-20/+32
* 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
* insert_index(): Take two additional parameters: $columns and $letters. CallFred Drake1998-08-071-5/+13