Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

texi2html.py - add support for HTML Help #36563

Closed
rpyron mannequin opened this issue May 6, 2002 · 2 comments
Closed

texi2html.py - add support for HTML Help #36563

rpyron mannequin opened this issue May 6, 2002 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir

Comments

@rpyron
Copy link
Mannequin

rpyron mannequin commented May 6, 2002

BPO 552837
Nosy @freddrake
Files
  • cdiff.txt: context diff for texi2html.py
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/freddrake'
    closed_at = <Date 2002-06-18.15:22:36.000>
    created_at = <Date 2002-05-06.11:26:03.000>
    labels = ['docs']
    title = 'texi2html.py - add support for HTML Help'
    updated_at = <Date 2002-06-18.15:22:36.000>
    user = 'https://bugs.python.org/rpyron'

    bugs.python.org fields:

    activity = <Date 2002-06-18.15:22:36.000>
    actor = 'fdrake'
    assignee = 'fdrake'
    closed = True
    closed_date = None
    closer = None
    components = ['Documentation']
    creation = <Date 2002-05-06.11:26:03.000>
    creator = 'rpyron'
    dependencies = []
    files = ['4243']
    hgrepos = []
    issue_num = 552837
    keywords = ['patch']
    message_count = 2.0
    messages = ['39906', '39907']
    nosy_count = 2.0
    nosy_names = ['fdrake', 'rpyron']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue552837'
    versions = ['Python 2.3']

    @rpyron
    Copy link
    Mannequin Author

    rpyron mannequin commented May 6, 2002

    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().

    @rpyron rpyron mannequin closed this as completed May 6, 2002
    @rpyron rpyron mannequin assigned freddrake May 6, 2002
    @rpyron rpyron mannequin added the docs Documentation in the Doc dir label May 6, 2002
    @freddrake
    Copy link
    Member

    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.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant