X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [64.117.224.130]) by svr1.postgresql.org (Postfix) with ESMTP id 3CB23D1B52D for ; Sat, 13 Sep 2003 16:57:09 +0000 (GMT) Received: from svr1.postgresql.org ([64.117.224.193]) by localhost (neptune.hub.org [64.117.224.130]) (amavisd-new, port 10024) with ESMTP id 41016-07 for ; Sat, 13 Sep 2003 13:56:38 -0300 (ADT) Received: from mxout.iskon.hr (mxout.iskon.hr [213.191.128.10]) by svr1.postgresql.org (Postfix) with SMTP id 04786D1B4EE for ; Sat, 13 Sep 2003 13:56:35 -0300 (ADT) Received: (qmail 2973 invoked from network); 13 Sep 2003 18:56:35 +0200 Received: from mx.iskon.hr (qmailr@213.191.128.11) by mxout.iskon.hr with SMTP; 13 Sep 2003 18:56:35 +0200 Received: (qmail 27843 invoked from network); 13 Sep 2003 18:56:34 +0200 Received: from zg04-207.dialin.iskon.hr (HELO darko) (213.191.137.208) by mx.iskon.hr with SMTP; 13 Sep 2003 18:56:34 +0200 Message-ID: <008201c37a18$e751b000$d089bfd5@darko> From: "Darko Prenosil" To: "Bruce Momjian" , "Dave Page" Cc: , , "PostgreSQL Win32 port list" References: <200309131632.h8DGWhv07291@candle.pha.pa.us> Subject: Re: [pgsql-hackers-win32] Windows CHM format for the documents Date: Sat, 13 Sep 2003 19:03:03 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200309/45 X-Sequence-Number: 2001 ----- Original Message ----- From: "Bruce Momjian" To: "Dave Page" Cc: ; ; "PostgreSQL Win32 port list" Sent: Saturday, September 13, 2003 6:32 PM Subject: Re: [pgsql-hackers-win32] [DOCS] Windows CHM format for the documents > Dave Page wrote: > > > I have added that to the Win32 project page: > > > > > > > pgAdmin already has the complete document set in chm format. The > > contents files etc can be found at > > http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/pgadmin3/docs/en_US/. > > Where is the actual CHM file at that URL? http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/pgadmin3/docs/en_US/pgadmin3.hhp http://cvs.pgadmin.org/cgi-bin/viewcvs.cgi/pgadmin3/docs/en_US/pgadmin3.hhc Are CHM project files. There is no CHM file, because it is compiled in Make process. You'll have to remove few pages that are actually pgadmin's help, but it is much easier then write it again. Pgadmin's help is organized in the way that postgresql pages are under "pg" subdirectory, but this is nothing that simple "find-replace" cant solve. If You wish, I'll do that, and send You the clear postgresql project files. Regards !