Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | at least comment on why curly-quotes are not enabled | Fred Drake | 2006-05-03 | 1 | -0/+3 |
| | |||||
* | tell LaTeX2HTML to: | Fred Drake | 2006-05-03 | 1 | -1/+15 |
| | | | | | - use UTF-8 output - not mess with the >>> prompt! | ||||
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
| | |||||
* | override a bit of LaTeX2HTML so empty table cells don't disappear from | Fred Drake | 2004-11-10 | 1 | -0/+43 |
| | | | | the output | ||||
* | - remove some bogus <meta> tags from the document head | Fred Drake | 2004-11-05 | 1 | -11/+4 |
| | | | | - clean up some of the generated markup | ||||
* | generate the "type" attribute on the favicon link | Fred Drake | 2004-11-05 | 1 | -3/+13 |
| | |||||
* | add xml:id attributes wherever we generate the IDs (old patch saved up) | Fred Drake | 2004-10-29 | 1 | -1/+1 |
| | |||||
* | make_nav_panel(): Don't cause side-effects on the input variables; | Fred Drake | 2004-09-09 | 1 | -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 Tutorial | Fred Drake | 2004-08-19 | 1 | -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_BUTTONS | Fred Drake | 2004-01-13 | 1 | -1/+2 |
| | | | | | - use_icon(): fix the check for whether a supplemental link is being used | ||||
* | Make sure LaTeX2HTML's $TEXINPUTS variable is initialized to include | Fred Drake | 2003-09-27 | 1 | -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 panel | Fred Drake | 2003-09-11 | 1 | -1/+1 |
| | |||||
* | normalize whitespace | Fred Drake | 2003-09-04 | 1 | -81/+81 |
| | |||||
* | Suppress more online-only navigation in the printed HTML. | Fred Drake | 2003-09-04 | 1 | -8/+14 |
| | |||||
* | Make the redundent portion of the lower navigation area disappear from the | Fred Drake | 2003-09-04 | 1 | -3/+5 |
| | | | | printed version for browsers that support "@media print" in CSS. | ||||
* | make the portions of the generated HTML produced by these styles better | Fred Drake | 2003-08-05 | 1 | -29/+41 |
| | | | | conform to XHTML rules. | ||||
* | Don't assume the name of the table of contents will be contents.html; | Fred Drake | 2003-06-27 | 1 | -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 Drake | 2003-05-03 | 1 | -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 panels | Fred Drake | 2003-05-02 | 1 | -7/+9 |
| | |||||
* | - add link relationships to some of the links in the navigation panels | Fred Drake | 2003-05-02 | 1 | -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 document | Fred Drake | 2003-05-02 | 1 | -16/+15 |
| | | | | head. | ||||
* | Remove section number from the title for use in the | Fred Drake | 2003-05-02 | 1 | -1/+6 |
| | | | | <meta name='description' ...> element in the document head. | ||||
* | Still more magical <link> elements. | Fred Drake | 2002-10-30 | 1 | -1/+18 |
| | |||||
* | Minor rearranging. | Fred Drake | 2002-10-30 | 1 | -3/+5 |
| | |||||
* | Add support for using a "favicon". | Fred Drake | 2002-10-30 | 1 | -16/+20 |
| | | | | make_head_and_body(): Re-arranged to do (slightly) less work for each page. | ||||
* | Clean up some really minor Perl warnings. | Fred Drake | 2002-10-24 | 1 | -8/+8 |
| | |||||
* | Change the default path to icons so that "mkhowto" does the "right thing" by | Fred Drake | 2002-10-01 | 1 | -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 mismatches | Fred Drake | 2002-05-23 | 1 | -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 Drake | 2002-04-15 | 1 | -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 Drake | 2002-04-05 | 1 | -0/+4 |
| | | | | either. | ||||
* | The <link> to the stylesheet should include the type attribute. | Fred Drake | 2002-03-26 | 1 | -1/+1 |
| | |||||
* | Fix broken HTML in the head; this was reported by a user as causing Opera 6.01 | Fred Drake | 2002-03-22 | 1 | -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 index | Fred Drake | 2001-12-04 | 1 | -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 get | Fred Drake | 2001-10-26 | 1 | -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 Drake | 2001-10-22 | 1 | -10/+41 |
| | |||||
* | Remove the use of the "cat" program. This improves portability to non-Unix | Fred Drake | 2001-08-10 | 1 | -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 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. |