Menu

#2670 Fix MS HTML Help toc

Branch_+_Trunk
closed-accepted
nobody
Docs (328)
5
2008-08-24
2008-08-24
denisb
No

Set params in htmlhelp.xsl to fix problems with HTML Help TOC noted by Kimmo.

Discussion

  • Kimmo Varis

    Kimmo Varis - 2008-08-24

    Logged In: YES
    user_id=631874
    Originator: NO

    No files attached?

     
  • denisb

    denisb - 2008-08-24

    Logged In: YES
    user_id=431345
    Originator: YES

    !!!!

     
  • denisb

    denisb - 2008-08-24

    Logged In: YES
    user_id=431345
    Originator: YES

    Having trouble attaching patch, trying again.

     
  • Kimmo Varis

    Kimmo Varis - 2008-08-24

    Logged In: YES
    user_id=631874
    Originator: NO

    Seems attaching files is broken in sourceforge.net trackers at the moment, there is a support request about it:
    #2070259 Error trying to attach file to tracker item
    http://sourceforge.net/tracker/index.php?func=detail&aid=2070259&group_id=1&atid=200001

     
  • denisb

    denisb - 2008-08-24

    Logged In: YES
    user_id=431345
    Originator: YES

    I select a file and click Submit, but just get this error:

    File Upload: ArtifactFile: Could not open file for writing.

    I'm looking around SourceForge for what this means & what to do.

    Meanwhile, here's the contents of the WinMerge patch I was trying to upload:

    diff U5 C:/svnwksp/winmerge/Docs/Users/Manual/build/build_htmlhelp.xsl C:/self/winmerge/tests/fixTOC/build_htmlhelp.xsl
    --- C:/svnwksp/winmerge/Docs/Users/Manual/build/build_htmlhelp.xsl Sun Aug 24 10:41:26 2008
    +++ C:/self/winmerge/tests/fixTOC/build_htmlhelp.xsl Sun Aug 24 10:28:20 2008
    @@ -21,10 +21,12 @@
    <!-- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    html/param.xsl parameters
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
    <xsl:param name="suppress.navigation" select="1"/>
    <xsl:param name="generate.toc">set nop</xsl:param>
    +<xsl:param name="use.id.as.filename" select="1"/>
    <xsl:param name="html.stylesheet">css/help.css</xsl:param>
    <xsl:param name="htmlhelp.use.hhk" select="1"/>
    -<xsl:param name="htmlhelp.hhc.show.root" select="0"/>
    -
    +<xsl:param name="htmlhelp.default.topic">htmlhelp/AboutDoc.html</xsl:param>
    +<xsl:param name="htmlhelp.title">WinMerge Help</xsl:param>
    +<xsl:param name="htmlhelp.show.menu" select="1"/>
    </xsl:stylesheet>

     
  • Kimmo Varis

    Kimmo Varis - 2008-08-24
    • labels: --> Docs
    • milestone: --> Branch_+_Trunk
    • status: open --> closed-accepted
     
  • Kimmo Varis

    Kimmo Varis - 2008-08-24

    Logged In: YES
    user_id=631874
    Originator: NO

    I copy/pasted those changes and committed them. Thanks for the fast fix!

    Committed to SVN trunk:
    Completed: At revision: 5857
    Committed to 2.10 branch:
    Completed: At revision: 5856

     

Log in to post a comment.