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 A8652D1B540 for ; Mon, 8 Sep 2003 11:13:24 +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 15911-07 for ; Mon, 8 Sep 2003 08:12:55 -0300 (ADT) Received: from mx.iskon.hr (mx.iskon.hr [213.191.128.14]) by svr1.postgresql.org (Postfix) with SMTP id 2C05BD1B528 for ; Mon, 8 Sep 2003 08:12:50 -0300 (ADT) Received: (qmail 11932 invoked from network); 8 Sep 2003 13:12:46 +0200 Received: from zg02-142.dialin.iskon.hr (HELO lisa.finteh.hr) (213.191.130.143) by mx.iskon.hr with SMTP; 8 Sep 2003 13:12:46 +0200 From: Darko Prenosil To: Andreas Pflug Subject: Re: [pgsql-hackers-win32] Windows CHM format for the documents Date: Mon, 8 Sep 2003 13:12:45 +0200 User-Agent: KMail/1.5 Cc: Bruce Momjian , pgsql-docs@postgresql.org, PostgreSQL Win32 port list References: <200309080300.h88305423501@candle.pha.pa.us> <200309080926.43872.darko.prenosil@finteh.hr> <3F5C5477.4090707@pse-consulting.de> In-Reply-To: <3F5C5477.4090707@pse-consulting.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309081312.45959.darko.prenosil@finteh.hr> X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200309/32 X-Sequence-Number: 1988 On Monday 08 September 2003 12:05, Andreas Pflug wrote: > Darko Prenosil wrote: > >On Monday 08 September 2003 05:00, Bruce Momjian wrote: > >>ilkka@visiomode.com wrote: > >>>Hello, > >>> > >>>As Postgres is now going native to Windows platform, many people will > >>>probably want a CHM format (HTML Help) of the manuals. > > > >Bruce, we have done that before a month for pgAdmin for entire postgresql > >documentation. Please contact Andreas - no need to do it again ! > > What we *not* have done so far is extracting keywords from the doc. It's > not easy for us pgadminers keeping up-to-date with the doc, but it's > doable (we need to notice added/deleted pages to update the contents), > but maintaining the keywords is probably beyond our capabilities. > Extracting words from docs would be difficult, but if keywords from "bookindex.html" are god enough - it can be done. Regards !