pgsql: doc: Make HTML ids discoverable

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: doc: Make HTML ids discoverable
Дата
Msg-id E1pmsHm-002pTN-Mf@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Make HTML ids discoverable

In the HTML output, this decorates section headers and variable list
terms with a marker ("#") that is a link to the same section/term.
That way, links inside a page can be discovered for easier sharing.
The marker only appears when hovering.

This now requires that all elements that are candidates for such a
link have an id attribute.  Otherwise, an error will be generated.
All previously missing ids have been added prior to this patch.

Author: Brar Piening <brar@gmx.de>
Reviewed-by: Karl O. Pinc <kop@karlpinc.com>
Discussion:
https://www.postgresql.org/message-id/flat/CAB8KJ=jpuQU9QJe4+RgWENrK5g9jhoysMw2nvTN_esoOU0=a_w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e2922702a3027945f139f9b0c7b4686423304e21

Modified Files
--------------
doc/src/sgml/stylesheet-html-common.xsl | 127 ++++++++++++++++++++++++++++++++
doc/src/sgml/stylesheet.css             |  11 +++
2 files changed, 138 insertions(+)


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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: pgsql: Allow logical decoding on standbys
Следующее
От: Stephen Frost
Дата:
Сообщение: pgsql: Explicitly require MIT Kerberos for GSSAPI