Обсуждение: Make targets of doc links used by phpPgAdmin static

Поиск
Список
Период
Сортировка

Make targets of doc links used by phpPgAdmin static

От
"Karl O. Pinc"
Дата:
Hi,

Attached is a documentation patch against head which makes
static the targets of the on-line PG html documentation that
are referenced by the phpPgAdmin help system.

Apply with "patch -p1" at the top of the pg code tree.

The phpPgAdmin project is a web interface into PG.  It
contains help links which reference the PG on-line docs.  At
present, each time there's a new PG release many of the
internal ids within PGs html doc pages change, and the
phpPgAdmin code must track such changes.  This
patch makes static those ids referenced by phpPgAdmin.

Of course phpPgAdmin will always need to adjust to changes
in the PG docs but this patch will eliminate periodic
annoying scutwork.

Regards,

Karl <kop@meme.com>
Free Software:  "You don't pay back, you pay forward."
                 -- Robert A. Heinlein


Вложения

Re: Make targets of doc links used by phpPgAdmin static

От
Peter Eisentraut
Дата:
On Tue, 2013-05-07 at 00:32 -0500, Karl O. Pinc wrote:
> Attached is a documentation patch against head which makes
> static the targets of the on-line PG html documentation that
> are referenced by the phpPgAdmin help system.e

done





Re: Make targets of doc links used by phpPgAdmin static

От
Alvaro Herrera
Дата:
Peter Eisentraut wrote:
> On Tue, 2013-05-07 at 00:32 -0500, Karl O. Pinc wrote:
> > Attached is a documentation patch against head which makes
> > static the targets of the on-line PG html documentation that
> > are referenced by the phpPgAdmin help system.e
>
> done

I wonder about backpatching this to 9.2 ?

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



Re: Make targets of doc links used by phpPgAdmin static

От
Peter Eisentraut
Дата:
On Tue, 2013-05-07 at 23:18 -0400, Alvaro Herrera wrote:
> Peter Eisentraut wrote:
> > On Tue, 2013-05-07 at 00:32 -0500, Karl O. Pinc wrote:
> > > Attached is a documentation patch against head which makes
> > > static the targets of the on-line PG html documentation that
> > > are referenced by the phpPgAdmin help system.e
> > 
> > done
> 
> I wonder about backpatching this to 9.2 ?

done




Re: Make targets of doc links used by phpPgAdmin static

От
"Karl O. Pinc"
Дата:
On 06/04/2013 10:16:20 PM, Peter Eisentraut wrote:
> On Tue, 2013-05-07 at 23:18 -0400, Alvaro Herrera wrote:
> > Peter Eisentraut wrote:
> > > On Tue, 2013-05-07 at 00:32 -0500, Karl O. Pinc wrote:
> > > > Attached is a documentation patch against head which makes
> > > > static the targets of the on-line PG html documentation that
> > > > are referenced by the phpPgAdmin help system.e
> > >
> > > done
> >
> > I wonder about backpatching this to 9.2 ?
>
> done

Will this be in the next point release?  Or just when
will it go live?

This is not a huge problem but it does break some
existing links into the 9.2 PG docs.

Regards,

Karl <kop@meme.com>
Free Software:  "You don't pay back, you pay forward."                -- Robert A. Heinlein




Re: Make targets of doc links used by phpPgAdmin static

От
Peter Eisentraut
Дата:
On Tue, 2013-06-04 at 22:27 -0500, Karl O. Pinc wrote:
> On 06/04/2013 10:16:20 PM, Peter Eisentraut wrote:
> > On Tue, 2013-05-07 at 23:18 -0400, Alvaro Herrera wrote:
> > > Peter Eisentraut wrote:
> > > > On Tue, 2013-05-07 at 00:32 -0500, Karl O. Pinc wrote:
> > > > > Attached is a documentation patch against head which makes
> > > > > static the targets of the on-line PG html documentation that
> > > > > are referenced by the phpPgAdmin help system.e
> > > > 
> > > > done
> > > 
> > > I wonder about backpatching this to 9.2 ?
> > 
> > done
> 
> Will this be in the next point release?  Or just when
> will it go live?

I don't know when it goes to the web site, but it will be in the next
point release.

> This is not a huge problem but it does break some
> existing links into the 9.2 PG docs.

Well, if it doesn't help you, I can back it out again.




Re: Make targets of doc links used by phpPgAdmin static

От
Magnus Hagander
Дата:
<p dir="ltr"><br /> On Jun 6, 2013 4:14 AM, "Peter Eisentraut" <<a
href="mailto:peter_e@gmx.net">peter_e@gmx.net</a>>wrote:<br /> ><br /> > On Tue, 2013-06-04 at 22:27 -0500,
KarlO. Pinc wrote:<br /> > > On 06/04/2013 10:16:20 PM, Peter Eisentraut wrote:<br /> > > > On Tue,
2013-05-07at 23:18 -0400, Alvaro Herrera wrote:<br /> > > > > Peter Eisentraut wrote:<br /> > > >
>> On Tue, 2013-05-07 at 00:32 -0500, Karl O. Pinc wrote:<br /> > > > > > > Attached is a
documentationpatch against head which makes<br /> > > > > > > static the targets of the on-line PG
htmldocumentation that<br /> > > > > > > are referenced by the phpPgAdmin help system.e<br /> >
>> > ><br /> > > > > > done<br /> > > > ><br /> > > > > I wonder
aboutbackpatching this to 9.2 ?<br /> > > ><br /> > > > done<br /> > ><br /> > > Will
thisbe in the next point release?  Or just when<br /> > > will it go live?<br /> ><br /> > I don't know
whenit goes to the web site, but it will be in the next<br /> > point release.<p dir="ltr">Website doc updates for
backbranches are loaded at the same time as the release is pushed. The "developer docs" are loaded every few hours from
git,but release docs are only loaded on release day. <br /><p dir="ltr">/Magnus  

Re: Make targets of doc links used by phpPgAdmin static

От
"Karl O. Pinc"
Дата:
On 06/05/2013 09:13:45 PM, Peter Eisentraut wrote:
> On Tue, 2013-06-04 at 22:27 -0500, Karl O. Pinc wrote:
> > On 06/04/2013 10:16:20 PM, Peter Eisentraut wrote:
> > > On Tue, 2013-05-07 at 23:18 -0400, Alvaro Herrera wrote:
> > > > Peter Eisentraut wrote:
> > > > > On Tue, 2013-05-07 at 00:32 -0500, Karl O. Pinc wrote:
> > > > > > Attached is a documentation patch against head which makes
> > > > > > static the targets of the on-line PG html documentation
> that
> > > > > > are referenced by the phpPgAdmin help system.e
> > > > >
> > > > > done
> > > >
> > > > I wonder about backpatching this to 9.2 ?
> > >
> > > done
> >
> > Will this be in the next point release?  Or just when
> > will it go live?
>
> I don't know when it goes to the web site, but it will be in the next
> point release.

Ok.  Thanks.

>
> > This is not a huge problem but it does break some
> > existing links into the 9.2 PG docs.
>
> Well, if it doesn't help you, I can back it out again.

It doesn't make me miserable and it sounds like
other people want it.  In theory the automatically
generated anchors could change and break things
anyway.  I'm happy to let somebody
else decide what to do.

Karl <kop@meme.com>
Free Software:  "You don't pay back, you pay forward."                -- Robert A. Heinlein