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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 18 Jun 2002 08:22:37 -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.3
>Status: Closed
>Resolution: Accepted
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(). 

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

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-06-18 11:22

Message:
Logged In: YES 
user_id=3066

The patch as provided is syntactically invalid.  The changes
to end_ifset() add a try/except without indenting the
content of the try clause.  (Easily fixed.)

Commited as Tools/scripts/texi2html.py revision 1.14. 
Included some minor changes to wrap long lines and keep the
style more consistent.

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

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