summaryrefslogtreecommitdiffstats
path: root/Doc/perl/l2hinit.perl
Commit message (Collapse)AuthorAgeFilesLines
* override a bit of LaTeX2HTML so empty table cells don't disappear fromFred Drake2004-11-101-0/+43
| | | | the output
* - remove some bogus <meta> tags from the document headFred Drake2004-11-051-11/+4
| | | | - clean up some of the generated markup
* generate the "type" attribute on the favicon linkFred Drake2004-11-051-3/+13
|
* add xml:id attributes wherever we generate the IDs (old patch saved up)Fred Drake2004-10-291-1/+1
|
* make_nav_panel(): Don't cause side-effects on the input variables;Fred Drake2004-09-091-10/+10
| | | | | | this caused duplicate attributes for the bottom navigation panel. (closes SF patch #1013055; backport candidate)
* fix SF bug #1008690: Incorrect <link rel="index"> href in TutorialFred Drake2004-08-191-5/+8
| | | | | | | The make_head_and_body() function used a hardcoded value for the <link> element for the index; this patch causes the proper output filename to be captured during the transformation phase so it can be used during the page assembly phase.
* - add comment about $CUSTOM_BUTTONSFred Drake2004-01-131-1/+2
| | | | | - use_icon(): fix the check for whether a supplemental link is being used
* Make sure LaTeX2HTML's $TEXINPUTS variable is initialized to includeFred Drake2003-09-271-1/+13
| | | | | | directories identified in the TEXINPUTS environment variable. I think this is the last part of the fix for the version number problems seen in the documentation for the 2.3.1 release.
* remove useless <br/> from the top navigation panelFred Drake2003-09-111-1/+1
|
* normalize whitespaceFred Drake2003-09-041-81/+81
|
* Suppress more online-only navigation in the printed HTML.Fred Drake2003-09-041-8/+14
|
* Make the redundent portion of the lower navigation area disappear from theFred Drake2003-09-041-3/+5
| | | | printed version for browsers that support "@media print" in CSS.
* make the portions of the generated HTML produced by these styles betterFred Drake2003-08-051-29/+41
| | | | conform to XHTML rules.
* Don't assume the name of the table of contents will be contents.html;Fred Drake2003-06-271-1/+4
| | | | | | | | | that won't be right when mkhowto is called with --numeric (as it is for the Python Tutorial). Save the actual name we use when we build the table of contents, then use that in the page head metadata. The node2label.pl script will munge this properly when --numeric isn't given, so this works in both cases. Closes SF bug #761830.
* - add title attributes to the navigation icons on the navigation bars;Fred Drake2003-05-031-15/+27
| | | | | | this causes some browsers to offer descriptive tooltips when the mouse hovers over the linked icon - clean up the code in this area
* add link types for the remaining links in the navigation panelsFred Drake2003-05-021-7/+9
|
* - add link relationships to some of the links in the navigation panelsFred Drake2003-05-021-7/+16
| | | | | | - implement custom_REL_hook() so LaTeX2HTML uses currently recommended link types; those work fine with tools like the Mozilla Site Navigation Bar
* Avoid extraneous blank line generated in the middle of the documentFred Drake2003-05-021-16/+15
| | | | head.
* Remove section number from the title for use in theFred Drake2003-05-021-1/+6
| | | | <meta name='description' ...> element in the document head.
* 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
| | | | make_head_and_body(): Re-arranged to do (slightly) less work for each page.
* 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
| | | | | | default when used for 3rd-party docs. This requires the standard Python docs to specify a location, but they are a bit of a special case in sharing one set of icons among several documents.
* Use Perl function prototypes to help avoid definition/usage mismatchesFred Drake2002-05-231-20/+20
| | | | | while modifying these files. Minor style changes to make the use of "my" with arrays more consistent.
* Clean up the application of style to verbatim text.Fred Drake2002-04-151-1/+1
| | | | | | | This moves styling to the stylesheet; the use of <dl> structures to control style sometimes produced improper indentation of subsequent text in many browsers when the text was already part of the <dl> structure (as in a function or class description).
* Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea,Fred Drake2002-04-051-0/+4
| | | | either.
* 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
| | | | | to crash. The user has reported the problem to Opera, but we still should generate something that passes for HTML.
* Fix SF bug #479967: Appearantly I broke something that made the indexFred Drake2001-12-041-2/+10
| | | | | | insertion work. This fix makes things at least somewhat more explicit, and adds a little sanity checking (and verbosity!) to add_bbl_and_idx_dummy_commands().
* Clean up the tables of child links generated by stock LaTeX2HTML so we getFred Drake2001-10-261-0/+8
| | | | | | consistent (lack of) vertical space between sections, and remove some of the unnecessary cruft that was added in (finally we get to *remove* something that got generated!).
* 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
| | | | | | platforms. This is part the response to SF patch #429611.
* 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.