public inbox for [email protected]
help / color / mirror / Atom feedWebsite "Up" link
7+ messages / 3 participants
[nested] [flat]
* Website "Up" link
@ 2018-12-31 23:58 Bruce Momjian <[email protected]>
2019-01-01 00:37 ` Re: Website "Up" link Jonathan S. Katz <[email protected]>
0 siblings, 1 reply; 7+ messages in thread
From: Bruce Momjian @ 2018-12-31 23:58 UTC (permalink / raw)
To: pgsql-www
I don't see an "Up" link when I am on the first level submenu, e.g.:
https://www.postgresql.org/docs/11/appendixes.html
If I am pressing "Up" from a sub-submenu, it would be good to have an
"Up" link here too.
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Website "Up" link
2018-12-31 23:58 Website "Up" link Bruce Momjian <[email protected]>
@ 2019-01-01 00:37 ` Jonathan S. Katz <[email protected]>
2019-01-02 14:45 ` Re: Website "Up" link Bruce Momjian <[email protected]>
0 siblings, 1 reply; 7+ messages in thread
From: Jonathan S. Katz @ 2019-01-01 00:37 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; pgsql-www
On 12/31/18 6:58 PM, Bruce Momjian wrote:
> I don't see an "Up" link when I am on the first level submenu, e.g.:
>
> https://www.postgresql.org/docs/11/appendixes.html
>
> If I am pressing "Up" from a sub-submenu, it would be good to have an
> "Up" link here too.
That section of the documentation is loaded in from the source SGML/XML
files - it would have to be added in there.
If I were to take a guess as to why it is that way, it is because that
"Up" from that section is in actuality the same thing as home "Home."
That said, perhaps the better UX is to keep it consistent, and have "Up"
available as long as you can navigate up the doc tree.
Thanks!
Jonathan
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Website "Up" link
2018-12-31 23:58 Website "Up" link Bruce Momjian <[email protected]>
2019-01-01 00:37 ` Re: Website "Up" link Jonathan S. Katz <[email protected]>
@ 2019-01-02 14:45 ` Bruce Momjian <[email protected]>
2020-09-08 19:10 ` Re: Website "Up" link Bruce Momjian <[email protected]>
0 siblings, 1 reply; 7+ messages in thread
From: Bruce Momjian @ 2019-01-02 14:45 UTC (permalink / raw)
To: Jonathan S. Katz <[email protected]>; +Cc: pgsql-www
On Mon, Dec 31, 2018 at 07:37:54PM -0500, Jonathan Katz wrote:
> On 12/31/18 6:58 PM, Bruce Momjian wrote:
> > I don't see an "Up" link when I am on the first level submenu, e.g.:
> >
> > https://www.postgresql.org/docs/11/appendixes.html
> >
> > If I am pressing "Up" from a sub-submenu, it would be good to have an
> > "Up" link here too.
>
> That section of the documentation is loaded in from the source SGML/XML
> files - it would have to be added in there.
>
> If I were to take a guess as to why it is that way, it is because that
> "Up" from that section is in actuality the same thing as home "Home."
> That said, perhaps the better UX is to keep it consistent, and have "Up"
> available as long as you can navigate up the doc tree.
Yes, that was my conclusion as well. We had this issue with the old
style sheets too, and I think it was fixed.
--
Bruce Momjian <[email protected]> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Website "Up" link
2018-12-31 23:58 Website "Up" link Bruce Momjian <[email protected]>
2019-01-01 00:37 ` Re: Website "Up" link Jonathan S. Katz <[email protected]>
2019-01-02 14:45 ` Re: Website "Up" link Bruce Momjian <[email protected]>
@ 2020-09-08 19:10 ` Bruce Momjian <[email protected]>
2020-09-08 19:34 ` Re: Website "Up" link Jonathan S. Katz <[email protected]>
0 siblings, 1 reply; 7+ messages in thread
From: Bruce Momjian @ 2020-09-08 19:10 UTC (permalink / raw)
To: Jonathan S. Katz <[email protected]>; +Cc: pgsql-www
On Wed, Jan 2, 2019 at 09:45:52AM -0500, Bruce Momjian wrote:
> On Mon, Dec 31, 2018 at 07:37:54PM -0500, Jonathan Katz wrote:
> > On 12/31/18 6:58 PM, Bruce Momjian wrote:
> > > I don't see an "Up" link when I am on the first level submenu, e.g.:
> > >
> > > https://www.postgresql.org/docs/11/appendixes.html
> > >
> > > If I am pressing "Up" from a sub-submenu, it would be good to have an
> > > "Up" link here too.
> >
> > That section of the documentation is loaded in from the source SGML/XML
> > files - it would have to be added in there.
> >
> > If I were to take a guess as to why it is that way, it is because that
> > "Up" from that section is in actuality the same thing as home "Home."
> > That said, perhaps the better UX is to keep it consistent, and have "Up"
> > available as long as you can navigate up the doc tree.
>
> Yes, that was my conclusion as well. We had this issue with the old
> style sheets too, and I think it was fixed.
FYI, Peter Eisentraut has fixed this.
--
Bruce Momjian <[email protected]> https://momjian.us
EnterpriseDB https://enterprisedb.com
The usefulness of a cup is in its emptiness, Bruce Lee
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Website "Up" link
2018-12-31 23:58 Website "Up" link Bruce Momjian <[email protected]>
2019-01-01 00:37 ` Re: Website "Up" link Jonathan S. Katz <[email protected]>
2019-01-02 14:45 ` Re: Website "Up" link Bruce Momjian <[email protected]>
2020-09-08 19:10 ` Re: Website "Up" link Bruce Momjian <[email protected]>
@ 2020-09-08 19:34 ` Jonathan S. Katz <[email protected]>
2020-09-08 20:06 ` Re: Website "Up" link Magnus Hagander <[email protected]>
0 siblings, 1 reply; 7+ messages in thread
From: Jonathan S. Katz @ 2020-09-08 19:34 UTC (permalink / raw)
To: Bruce Momjian <[email protected]>; +Cc: pgsql-www
On 9/8/20 3:10 PM, Bruce Momjian wrote:
> On Wed, Jan 2, 2019 at 09:45:52AM -0500, Bruce Momjian wrote:
>> On Mon, Dec 31, 2018 at 07:37:54PM -0500, Jonathan Katz wrote:
>>> On 12/31/18 6:58 PM, Bruce Momjian wrote:
>>>> I don't see an "Up" link when I am on the first level submenu, e.g.:
>>>>
>>>> https://www.postgresql.org/docs/11/appendixes.html
>>>>
>>>> If I am pressing "Up" from a sub-submenu, it would be good to have an
>>>> "Up" link here too.
>>>
>>> That section of the documentation is loaded in from the source SGML/XML
>>> files - it would have to be added in there.
>>>
>>> If I were to take a guess as to why it is that way, it is because that
>>> "Up" from that section is in actuality the same thing as home "Home."
>>> That said, perhaps the better UX is to keep it consistent, and have "Up"
>>> available as long as you can navigate up the doc tree.
>>
>> Yes, that was my conclusion as well. We had this issue with the old
>> style sheets too, and I think it was fixed.
>
> FYI, Peter Eisentraut has fixed this.
Excellent. So that will become available on the pgweb side for supported
releases the next time the docs are loaded, which will be at the next
scheduled update in November.
Thanks!
Jonathan
Attachments:
[application/pgp-signature] signature.asc (833B, 2-signature.asc)
download
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Website "Up" link
2018-12-31 23:58 Website "Up" link Bruce Momjian <[email protected]>
2019-01-01 00:37 ` Re: Website "Up" link Jonathan S. Katz <[email protected]>
2019-01-02 14:45 ` Re: Website "Up" link Bruce Momjian <[email protected]>
2020-09-08 19:10 ` Re: Website "Up" link Bruce Momjian <[email protected]>
2020-09-08 19:34 ` Re: Website "Up" link Jonathan S. Katz <[email protected]>
@ 2020-09-08 20:06 ` Magnus Hagander <[email protected]>
2020-09-20 03:04 ` Re: Website "Up" link Bruce Momjian <[email protected]>
0 siblings, 1 reply; 7+ messages in thread
From: Magnus Hagander @ 2020-09-08 20:06 UTC (permalink / raw)
To: Jonathan S. Katz <[email protected]>; +Cc: Bruce Momjian <[email protected]>; pgsql-www
On Tue, Sep 8, 2020 at 9:35 PM Jonathan S. Katz <[email protected]>
wrote:
> On 9/8/20 3:10 PM, Bruce Momjian wrote:
> > On Wed, Jan 2, 2019 at 09:45:52AM -0500, Bruce Momjian wrote:
> >> On Mon, Dec 31, 2018 at 07:37:54PM -0500, Jonathan Katz wrote:
> >>> On 12/31/18 6:58 PM, Bruce Momjian wrote:
> >>>> I don't see an "Up" link when I am on the first level submenu, e.g.:
> >>>>
> >>>> https://www.postgresql.org/docs/11/appendixes.html
> >>>>
> >>>> If I am pressing "Up" from a sub-submenu, it would be good to have an
> >>>> "Up" link here too.
> >>>
> >>> That section of the documentation is loaded in from the source SGML/XML
> >>> files - it would have to be added in there.
> >>>
> >>> If I were to take a guess as to why it is that way, it is because that
> >>> "Up" from that section is in actuality the same thing as home "Home."
> >>> That said, perhaps the better UX is to keep it consistent, and have
> "Up"
> >>> available as long as you can navigate up the doc tree.
> >>
> >> Yes, that was my conclusion as well. We had this issue with the old
> >> style sheets too, and I think it was fixed.
> >
> > FYI, Peter Eisentraut has fixed this.
>
> Excellent. So that will become available on the pgweb side for supported
> releases the next time the docs are loaded, which will be at the next
> scheduled update in November.
>
AFAICT it's only been fixed in the master branch, so unless you're looking
at the devel docs you'll be waiting a year longer. And if you're looking at
the devel docs, it should already be visible.
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/;
^ permalink raw reply [nested|flat] 7+ messages in thread
* Re: Website "Up" link
2018-12-31 23:58 Website "Up" link Bruce Momjian <[email protected]>
2019-01-01 00:37 ` Re: Website "Up" link Jonathan S. Katz <[email protected]>
2019-01-02 14:45 ` Re: Website "Up" link Bruce Momjian <[email protected]>
2020-09-08 19:10 ` Re: Website "Up" link Bruce Momjian <[email protected]>
2020-09-08 19:34 ` Re: Website "Up" link Jonathan S. Katz <[email protected]>
2020-09-08 20:06 ` Re: Website "Up" link Magnus Hagander <[email protected]>
@ 2020-09-20 03:04 ` Bruce Momjian <[email protected]>
0 siblings, 0 replies; 7+ messages in thread
From: Bruce Momjian @ 2020-09-20 03:04 UTC (permalink / raw)
To: Magnus Hagander <[email protected]>; +Cc: Jonathan S. Katz <[email protected]>; pgsql-www
On Tue, Sep 8, 2020 at 10:06:32PM +0200, Magnus Hagander wrote:
> On Tue, Sep 8, 2020 at 9:35 PM Jonathan S. Katz <[email protected]> wrote:
> Excellent. So that will become available on the pgweb side for supported
> releases the next time the docs are loaded, which will be at the next
> scheduled update in November.
>
> AFAICT it's only been fixed in the master branch, so unless you're looking at
> the devel docs you'll be waiting a year longer. And if you're looking at the
> devel docs, it should already be visible.
It was later backpatched to all supported releases.
--
Bruce Momjian <[email protected]> https://momjian.us
EnterpriseDB https://enterprisedb.com
The usefulness of a cup is in its emptiness, Bruce Lee
^ permalink raw reply [nested|flat] 7+ messages in thread
end of thread, other threads:[~2020-09-20 03:04 UTC | newest]
Thread overview: 7+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2018-12-31 23:58 Website "Up" link Bruce Momjian <[email protected]>
2019-01-01 00:37 ` Jonathan S. Katz <[email protected]>
2019-01-02 14:45 ` Bruce Momjian <[email protected]>
2020-09-08 19:10 ` Bruce Momjian <[email protected]>
2020-09-08 19:34 ` Jonathan S. Katz <[email protected]>
2020-09-08 20:06 ` Magnus Hagander <[email protected]>
2020-09-20 03:04 ` Bruce Momjian <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox