From: Michael Smith Date: Mon, 11 Jul 2005 10:03:48 +0000 (+0000) Subject: Updated doc for link-related params. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cb4e3ceae6381b57c413b3ee12270598417a5c8a;p=docbook-dsssl Updated doc for link-related params. Renamed man.links.section.heading to man.links.list.heading. --- diff --git a/xsl/params/man.links.are.numbered.xml b/xsl/params/man.links.are.numbered.xml index 0e71119a5..dc6faa92e 100644 --- a/xsl/params/man.links.are.numbered.xml +++ b/xsl/params/man.links.are.numbered.xml @@ -31,20 +31,27 @@ an empty link is on that looks like this: ulinks. -If you set man.links.are.numbered to zero -(disabled), then you should probably also set +If you set man.links.are.numbered and/or +man.links.list.enabled to zero (disabled), then +you should probably also set man.links.are.underlined to zero. But if man.links.are.numbered is non-zero (enabled), you should probably set a non-zero value for man.links.are.underlined alsoIf the main purpose of underlining of links in most output formats it to indicate that the underlined text is clickable, given that links rendered in man pages are not real hyperlinks that users can click on, it might seem like there is never a good reason to have link contents -underlined in man output. - In fact, if you suppress the display of URLs for links (by - setting man.links.are.numbered to zero), - there is no good reason to have links underlined. However, if - man.links.are.numbered is non-zero, having - links underlined may (arguably) serve a purpose: It provides - context information about exactly what part of the - text is being annotated by the link. Depending on how - you use mark up your content, that context information may or may - not have value.. +underlined in man output. In fact, if you suppress the +display of inline link references (by setting +man.links.are.numbered to zero), there is no +good reason to have links underlined. However, if +man.links.are.numbered is non-zero, having +links underlined may (arguably) serve a purpose: It provides +context information about exactly what part of the text +is being annotated by the link. Depending on how you +use mark up your content, that context information may or may not have +value.. diff --git a/xsl/params/man.links.list.heading.xml b/xsl/params/man.links.list.heading.xml new file mode 100644 index 000000000..1b3e45239 --- /dev/null +++ b/xsl/params/man.links.list.heading.xml @@ -0,0 +1,30 @@ + + +man.links.list.heading +string + + +man.links.list.heading +Specifies an alternate name for links list + + + + + + + + +Description + +If the value of the +man.links.are.numbered parameter and/or the +man.links.list.enabled parameter is non-zero +(the defaults for both are non-zero), a numbered list of URLs is +generated near the end of each man page. The default section heading +for the list of links is the equivalent of the English word +REFERENCES in the current locale. To cause an +alternate heading to be displayed, set a non-empty value for the +man.links.list.heading parameter -- for +example, LINKS. + + diff --git a/xsl/params/man.links.section.heading.xml b/xsl/params/man.links.section.heading.xml deleted file mode 100644 index efb5c5211..000000000 --- a/xsl/params/man.links.section.heading.xml +++ /dev/null @@ -1,29 +0,0 @@ - - -man.links.section.heading -string - - -man.links.section.heading -Specifies an alternate name for LINKS section - - - - - - - - -Description - -If the value of the -man.links.are.numbered parameter is non-zero -(the default), a numbered list of URLs is generated at the end of each -man page. The default heading for the section containing the list of -links is the equivalent of the English word LINKS -in the current locale. To cause an alternate heading to be displayed, -set a non-empty value for the -man.links.section.heading, for example, -REFERENCES. - -