X-Original-To: pgsql-docs@postgresql.org Received: from localhost (postgresql.org [64.49.215.8]) by postgresql.org (Postfix) with ESMTP id EEFFB4758FE for ; Mon, 17 Feb 2003 16:59:31 -0500 (EST) Received: from mail2.microsoft.com (mail2.microsoft.com [131.107.3.124]) by postgresql.org (Postfix) with ESMTP id 11199475843 for ; Mon, 17 Feb 2003 16:59:31 -0500 (EST) Received: from INET-VRS-02.redmond.corp.microsoft.com ([157.54.8.110]) by mail2.microsoft.com with Microsoft SMTPSVC(5.0.2195.6624); Mon, 17 Feb 2003 13:59:33 -0800 Received: from 157.54.8.155 by INET-VRS-02.redmond.corp.microsoft.com (InterScan E-Mail VirusWall NT); Mon, 17 Feb 2003 13:59:32 -0800 Received: from RED-IMC-04.redmond.corp.microsoft.com ([157.54.2.168]) by inet-hub-04.redmond.corp.microsoft.com with Microsoft SMTPSVC(5.0.2195.6624); Mon, 17 Feb 2003 13:59:32 -0800 Received: from WIN-IMC-02.wingroup.windeploy.ntdev.microsoft.com ([157.54.0.84]) by RED-IMC-04.redmond.corp.microsoft.com with Microsoft SMTPSVC(5.0.2195.5600); Mon, 17 Feb 2003 13:59:32 -0800 Received: from WIN-MSG-10.wingroup.windeploy.ntdev.microsoft.com ([157.54.12.81]) by WIN-IMC-02.wingroup.windeploy.ntdev.microsoft.com with Microsoft SMTPSVC(6.0.3765.0); Mon, 17 Feb 2003 13:59:31 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5.6851.8 MIME-Version: 1.0 Subject: CHM help format Date: Mon, 17 Feb 2003 13:59:30 -0800 Message-ID: <91D7F2CEE3425A4A9D11311D09FCE246C1A66E@WIN-MSG-10.wingroup.windeploy.ntdev.microsoft.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: CHM help format Thread-Index: AcLWd7VyV5gaQdrtTxWJY5iXu+0DqQ== From: "Doug Cook" To: X-OriginalArrivalTime: 17 Feb 2003 21:59:31.0784 (UTC) FILETIME=[D9A50480:01C2D6CF] X-Virus-Scanned: by AMaViS new-20020517 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2D6CF.D89FA626" X-Archive-Number: 200302/23 X-Sequence-Number: 1657 ------_=_NextPart_001_01C2D6CF.D89FA626 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Is there any plan to support the Microsoft "Compiled HTML Help" format? For me, it is always the most convenient way to access the docs. =20 I've made a CHM file that I use personally. http://www.cookiemonsters.org/MS_Help.zip. Perhaps it would be of use to other developers. It lacks an index, and the table of contents is incomplete (you have to browse to the deep pages instead of using the table of contents to go there directly), but it has full-text search and has been useful for me. =20 Postgresql-7.3.chm - This is the redistributed file containing all of the HTML files + the full-text search index. Table of Contents.hhc - This is the Table of Contents file. It is a text file that could potentially be generated from the sgml docs with a Perl script. It is currently incomplete - it only has the top two or three levels. PostgreSQL.hhp - This is a Microsoft HTML Help Workshop project file, containing settings for regenerating the CHM file. It is also a text file, and could also be generated by a Perl script after documentation updates. Words.stp - This is a stop list of words that should not be indexed by the full-text search index. =20 To regenerate the CHM file (after updates to the documentation files, for example): The hhp and hhc files expect the HTML to have been extracted to a subdirectory called "HTML" and that the FAQs are in src/FAQ. ------_=_NextPart_001_01C2D6CF.D89FA626 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Is there any plan to support the Microsoft "Compiled HTML Help" format?  For me, it is always= the most convenient way to access the docs.

 

I've made a CHM file that I use personally.  http://www.cookiemonster= s.org/MS_Help.zip.   Perhaps it would be of use to other developers.  It lacks an in= dex, and the table of contents is incomplete (you have to browse to the deep pag= es instead of using the table of contents to go there directly), but it has full-text search and has been useful for me.

 

Postgresql-7.3.chm – This is the redistributed file containing all of the HTML files + the full-text search index.

Table of Contents.hhc – This is the Table of Conte= nts file.  It is a text file that could potentially be generated from the = sgml docs with a Perl script.  It is currently incomplete – it only h= as the top two or three levels.

PostgreSQL.hhp – This is a Microsoft HTML Help Workshop project file, containing settings for regenerating the CHM file.&n= bsp; It is also a text file, and could also be generated by a Perl script after documentation updates.

Words.stp – This is a stop list of words that shou= ld not be indexed by the full-text search index.

 

To regenerate the CHM file (after updates to the documen= tation files, for example):  The hhp and hhc files expect the HTML to have be= en extracted to a subdirectory called “HTML” and that the FAQs are= in src/FAQ.

=00 ------_=_NextPart_001_01C2D6CF.D89FA626--