Re: [HACKERS] Questionable tag usage

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] Questionable tag usage
Дата
Msg-id 3022c5b6-b5cd-de3f-7255-26d1633394c6@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Questionable tag usage  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On 1/6/17 8:56 AM, Magnus Hagander wrote:
>     You could argue that nobody reads the PG docs on dead trees anymore
>     and we should embrace the hyperlink style with enthusiasm.  I wouldn't
>     be against that personally, but there are a lot of places to change if
>     we decide that parenthetical "(see Section M.N)" hotlinks are pass
>     ,Ai (B.

> I don't think there are a lto of people who use dead tree editions
> anymore, but they certainly do exist. A lot of people use the PDFs
> though, particularly for offline reading or loading them in ebook
> readers. So it still has to be workable there.

And there are man pages as the canonical example of why environments
without full hyperlinking are still useful.

Also, I'm not fond of the style of writing where random words are
hyperlinks, because then there is no context of what the link is for.
Is it more information, is it the canonical definition, is a glossary
entry, a link to Wikipedia, is it essential that I read the linked-to
material to be able to understand the current material, etc.  And for
mostly technical reasons, the links sometimes point into the middle of a
section, so it's hard to find what the link was supposed to help you
with, even more so if the target section was rewritten since the link
was placed.  The xref style of linking makes the relationship between
both ends of the link more explicit and keeps up with changes in either
side of the link better.

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Vladimir Rusinov
Дата:
Сообщение: Re: [HACKERS] [PATCH] Rename pg_switch_xlog to pg_switch_wal
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] merging some features from plpgsql2 project