Re: [GENERAL] Website Documentation

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Russell Smith" <mr-russ(at)pws(dot)com(dot)au>, <pgsql-www(at)postgresql(dot)org>
Subject: Re: [GENERAL] Website Documentation
Date: 2005-02-14 08:19:19
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4528AE0@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

> -----Original Message-----
> From: Bruce Momjian [mailto:pgman(at)candle(dot)pha(dot)pa(dot)us]
> Sent: 13 February 2005 20:11
> To: Marc G. Fournier
> Cc: Dave Page; Tom Lane; Russell Smith; pgsql-www(at)postgresql(dot)org
> Subject: Re: [pgsql-www] [GENERAL] Website Documentation
>
> > Namely, I somehow need to add in a procedure to take the
> postgres.tar.gz
> > file that gets auto-generated by the release packaging, and
> have it update
> > the online docs ... looking at
> http://www.postgresql.org/docs, the only
> > time that the web site itself is on a major release, so ...
> >
> > What do I need to checkout, and from where, to do the updates?
>
> I think you just need to take the postgres HTML tarball and
> dump it into
> the 8.0 directory for every 8.0.X release. You don't need to
> update the
> web page itself because it is really the 8.0.X docs, not the
> 8.0.0 docs
> listed on that page.

Eh? Whatever gave you that idea? :-)

1) Unpack the docs someplace.
2) Build the incredibly nasty code hack at
http://gborg.postgresql.org/project/pgweb/cvs/cvs.php/portal/tools/docs
3) DELETE FROM docs WHERE version = major.minor; -- on 186_www @
borg.postgresql.org
4) ./archive <Major.Minor version> <DB Server IP (Not hostname)> <DB
Name> <DB User>

Everything will then regenerate with the new version of the docs.

Regards, Dave.

Browse pgsql-www by date

  From Date Subject
Next Message Dave Page 2005-02-14 11:55:33 Re: [GENERAL] Website Documentation
Previous Message Bruce Momjian 2005-02-13 20:10:45 Re: [GENERAL] Website Documentation