Thread: Documentation distribution

Documentation distribution

From
Andreas Pflug
Date:
In preparation for future updates, I created an updates directory, which
will be accessible as www.pgadmin.org/pgadmin3/updates. Currently, it
contains the latest version of the documentation, which should be used
in distributions.

Under *ix, we should stop distributing the documentation as separate
files, but use pgadmin3.zip instead only to avoid confusion between the
zipped and the multi-file version after automatic updates.

The filename pgadmin3.zip is a consequence of the help system entry
filename pgadmin3.hhp; if anybody thinks this name is a problem, please
shout.

Regards,
Andreas

Re: Documentation distribution

From
blacknoz@club-internet.fr
Date:
HI ANDREAS (you told to shout isn't it ?) ;)

----Message d'origine----
>Date: Wed, 24 Nov 2004 15:08:14 +0000
>De: Andreas Pflug <pgadmin@pse-consulting.de>
>A: pgadmin-hackers <pgadmin-hackers@postgresql.org>
>Sujet: [pgadmin-hackers] Documentation distribution
>
>In preparation for future updates, I created an updates directory, which
>will be accessible as www.pgadmin.org/pgadmin3/updates. Currently, it
>contains the latest version of the documentation, which should be used
>in distributions.
>
>Under *ix, we should stop distributing the documentation as separate
>files, but use pgadmin3.zip instead only to avoid confusion between the
>zipped and the multi-file version after automatic updates.
>
>The filename pgadmin3.zip is a consequence of the help system entry
>filename pgadmin3.hhp; if anybody thinks this name is a problem, please
>shout.

Can you detail a little more please ? I don't measure the changes you described in your last mail.
Does it mean we won't package anymore the PG doc & pga3 doc as flat files and will just include a .zip ? Why not a tgz
orwhatever is closer to *nix ? 

Regards,
Raphaël


Re: Documentation distribution

From
Andreas Pflug
Date:
blacknoz@club-internet.fr wrote:
> HI ANDREAS (you told to shout isn't it ?) ;)

got it!

> Can you detail a little more please ? I don't measure the changes you described in your last mail.
> Does it mean we won't package anymore the PG doc & pga3 doc as flat files and will just include a .zip ?

Right. doc/en_US includes pgadmin3.zip and tips.txt only.

> Why not a tgz or whatever is closer to *nix ?

Because the zip is read using wxFileSystem with wxZipFSHandler, i.e. as
a "zip file system". There' no such beast as a tgzFileSystem. The file
is *not* extracted on the target system.

Regards,
Andreas