Win32 documentation in CHM?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Robin Becker

    Win32 documentation in CHM?

    It seems the Gods are proposing to distribute the documentation and help
    for Python-2.3.1 in .chm form. I particularly detest .chm and much
    prefer .html as it works across all platforms. Additionally by having a
    single index.html for all of the various bits of Python help I can link
    in things like Pmw, PIL and Quick Guide etc with a simple text editor.

    The argument is made that .chm is a better mechanism (more searchable
    indexable etc) for help/documentation than html. Is that really so? HTML
    is at least an open standard.
    --
    Robin Becker
  • Michael Peuser

    #2
    Re: Win32 documentation in CHM?


    "Robin Becker" <robin@jessikat .fsnet.co.uk> schrieb im Newsbeitrag
    news:CDURXJA3QH U$EwUz@jessikat .fsnet.co.uk...[color=blue]
    > It seems the Gods are proposing to distribute the documentation and help
    > for Python-2.3.1 in .chm form. I particularly detest .chm and much
    > prefer .html as it works across all platforms. Additionally by having a
    > single index.html for all of the various bits of Python help I can link
    > in things like Pmw, PIL and Quick Guide etc with a simple text editor.
    >
    > The argument is made that .chm is a better mechanism (more searchable
    > indexable etc) for help/documentation than html. Is that really so? HTML
    > is at least an open standard.[/color]

    chm is more compact and nicely packaged. It in fact is basically nothing but
    html and you can unpack it if you want. There are lots of tools - look for
    arCHMage e.g. which is a Unix chm viewer and decompiler...

    Kindly
    Michael P


    Comment

    • James Kew

      #3
      Re: Win32 documentation in CHM?

      "Robin Becker" <robin@jessikat .fsnet.co.uk> wrote in message
      news:CDURXJA3QH U$EwUz@jessikat .fsnet.co.uk...[color=blue]
      > The argument is made that .chm is a better mechanism (more searchable
      > indexable etc) for help/documentation than html. Is that really so?[/color]

      I've certainly found it so in the ActiveState distribution, which packages
      the Python docs, plus selected third-party docs -- win32all, Dive Into
      Python -- into a unified HTML Help package. Very, very handy to be able to
      quickly look things up in a common index, or search across the whole lot.

      (Still waiting for a 2.3 ActiveState distro, though...)

      James


      Comment

      • Robin Becker

        #4
        Re: Win32 documentation in CHM?

        In article <biq4e9$bad2i$1 @ID-71831.news.uni-berlin.de>, James Kew
        <james.kew@btin ternet.com> writes[color=blue]
        >"Robin Becker" <robin@jessikat .fsnet.co.uk> wrote in message
        >news:CDURXJA3Q HU$EwUz@jessika t.fsnet.co.uk.. .[color=green]
        >> The argument is made that .chm is a better mechanism (more searchable
        >> indexable etc) for help/documentation than html. Is that really so?[/color]
        >
        >I've certainly found it so in the ActiveState distribution, which packages
        >the Python docs, plus selected third-party docs -- win32all, Dive Into
        >Python -- into a unified HTML Help package. Very, very handy to be able to
        >quickly look things up in a common index, or search across the whole lot.
        >
        >(Still waiting for a 2.3 ActiveState distro, though...)
        >
        >James
        >
        >[/color]
        the previous poster mentioned decompilers, can one then add other links
        and then recompile with such beasts?

        I like being able to down load someone's pdf slides on meta classes
        into python/doc/xtras and then add a link to them to the main help
        index. I am also fairly religious about not using IE.
        --
        Robin Becker

        Comment

        • Bernard Delmée

          #5
          Re: Win32 documentation in CHM?

          > the previous poster mentioned decompilers, can one then add other links[color=blue]
          > and then recompile with such beasts?[/color]

          On Windows, just use the MS HTML Help Workshop:



          Comment

          • Bernard Delmée

            #6
            Re: Win32 documentation in CHM?

            > I've certainly found it so in the ActiveState distribution, which packages[color=blue]
            > the Python docs, plus selected third-party docs -- win32all, Dive Into
            > Python -- into a unified HTML Help package. Very, very handy to be able to
            > quickly look things up in a common index, or search across the whole lot.
            >
            > (Still waiting for a 2.3 ActiveState distro, though...)[/color]

            The pythlp.py script, available at:



            still seems to work fine for python 2.3
            It'll create an HTM Help project for you, incorporating all std docs,
            which you then need to compile to CHM using the HTML Help Workshop:



            Cheers,

            Bernard.

            Comment

            • logistix at cathoderaymission.net

              #7
              Re: Win32 documentation in CHM?

              Robin Becker <robin@jessikat .fsnet.co.uk> wrote in message news:<CDURXJA3Q HU$EwUz@jessika t.fsnet.co.uk>. ..[color=blue]
              > It seems the Gods are proposing to distribute the documentation and help
              > for Python-2.3.1 in .chm form. I particularly detest .chm and much
              > prefer .html as it works across all platforms. Additionally by having a
              > single index.html for all of the various bits of Python help I can link
              > in things like Pmw, PIL and Quick Guide etc with a simple text editor.
              >
              > The argument is made that .chm is a better mechanism (more searchable
              > indexable etc) for help/documentation than html. Is that really so? HTML
              > is at least an open standard.[/color]

              I don't think there is any intention to discontinue generation of
              HTML, PDF, and other formats of the documentation. You can currently
              get it here:



              and presumably http://www.python.org/ftp/python/doc/2.3.1/ once it's
              released.

              They are just changing the Windows default install to provide standard
              Windows help files.

              Windows is currently the only platform where documentation is
              installed by default. A standard 'make && make install' on ohter
              doesn't do anything with the documentation. Everyone else has to
              download it anyways, or use the magical incantations necessary to
              generate it from the LaTeX source.

              Comment

              • Robin Becker

                #8
                Re: Win32 documentation in CHM?

                In article <mailman.106228 5905.31279.pyth on-list@python.org >, Tim Peters
                <tim.one@comcas t.net> writes
                ......[color=blue]
                >You cannot have used a properly constructed .chm file and seriously question
                >whether it's more searchable. Of course it is, including seemingly
                >instantaneou s Boolean, proximity, wildcard, and similarity searches, across
                >the entire doc set with one query. I don't know of any way to search thru
                >more than a thousand .html files that's even arguably comparable; e.g., grep
                >is a slow & painful joke in comparison.
                >
                >[/color]
                amazingly I still disagree, somehow I still prefer the html files.
                Perhaps I just hate IE.
                --
                Robin Becker

                Comment

                • Jussi Jumppanen

                  #9
                  Re: Win32 documentation in CHM?

                  Robin Becker wrote:[color=blue]
                  >
                  > In article Tim Peters writes
                  > .....[color=green]
                  > > You cannot have used a properly constructed .chm file and seriously
                  > > question whether it's more searchable. Of course it is, including
                  > > seemingly instantaneous Boolean, proximity, wildcard, and similarity
                  > > searches, across the entire doc set with one query.[/color]
                  >
                  > amazingly I still disagree, somehow I still prefer the html files.
                  > Perhaps I just hate IE.[/color]

                  The CHM search-abilty is definitely a plus, but I am also have my
                  resivations. In fact I think the WinHelp file format was a much
                  better help system. The WinHelp view was much faster loading, less
                  likely to crash and also just as easily searched. The original
                  HtmlHelp viewer was a real step backwards in comparison.

                  Grnated, the newer versions of the HTML viewer are more stable, but
                  they are still very demanding in terms of system memory. Try using
                  the Microsoft MSDN and watch your system grind to a halt :(

                  Even today the Zeus Quick Help keywords searching is still a lot
                  faster if the source of the keyword is a WinHelp file compared to
                  a HtmlHelp file.

                  Jussi Jumppanen
                  Author of: Zeus for Windows (All new version 3.90 out now)
                  "The C/C++, Cobol, Java, HTML, Python, PHP, Perl programmer's editor"
                  Home Page: http://www.zeusedit.com

                  Comment

                  Working...