]> granicus.if.org Git - python/commit
SF patch #552837, submitted by Robert Pyron:
authorFred Drake <fdrake@acm.org>
Tue, 18 Jun 2002 15:21:21 +0000 (15:21 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 18 Jun 2002 15:21:21 +0000 (15:21 +0000)
commitef5864ed718f5261a00bf695aae3b38b624408c2
treeee48026277e5814dfb23662f1844e13028d2e8e9
parent28bdc624a84d9da7b486a992db967db78023cf8c
SF patch #552837, submitted by Robert Pyron:

1. BUGFIX: In function makefile(), strip blanks from the nodename.
   This is necesary to match the behavior of parser.makeref() and
   parser.do_node().
2. BUGFIX fixed KeyError in end_ifset (well, I may have just made
   it go away, rather than fix it)
3. BUGFIX allow @menu and menu items inside @ifset or @ifclear
4. Support added for:
      @uref        URL reference
      @image       image file reference (see note below)
      @multitable  output an HTML table
      @vtable
5. Partial support for accents, to match MAKEINFO output
6. I added a new command-line option, '-H basename', to specify
   HTML Help output. This will cause three files to be created
   in the current directory:
      `basename`.hhp  HTML Help Workshop project file
      `basename`.hhc  Contents file for the project
      `basename`.hhk  Index file for the project
   When fed into HTML Help Workshop, the resulting file will be
   named `basename`.chm.
7. A new class, HTMLHelp, to accomplish item 6.
8. Various calls to HTMLHelp functions.
A NOTE ON IMAGES: Just as 'outputdirectory' must exist before
running this program, all referenced images must already exist
in outputdirectory.

FLD: wrapped some long lines.
Tools/scripts/texi2html.py