[Patches] [ python-Patches-552837 ] texi2html.py - add support for HTML Help

noreply@sourceforge.net noreply@sourceforge.net
Mon, 17 Jun 2002 07:50:31 -0700


Patches item #552837, was opened at 2002-05-06 07:26
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=552837&group_id=5470

>Category: Documentation
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert Pyron (rpyron)
>Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: texi2html.py - add support for HTML Help

Initial Comment:
Patch for Tools\Scripts\text2html.py ...

New command-line option, "-H htmlbase", to specify HTML
Help output. This will cause three files to be created
in the current directory, which can be used as input to
HTML Help Workshop.

Support a few more tags: @uref, @image, @multitable,
@vtable, misc accents.

A few bug fixes:
1. In function makefile(), strip blanks from the
nodename. This is necessary to match behavior of
TexinfoParser.makeref() and TexinfoParser.do_node().
2. Allow @menu and menu items inside @ifset or @ifclear.
3. Catch KeyError in end_ifset() and end_ifclear(). 

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=552837&group_id=5470