Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfeba07f

Browse files
committed
Add guidelines section.
1 parent908e2c7 commitfeba07f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

‎doc/src/sgml/README.links

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/README.links,v 1.1 2009/01/1004:40:08 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/README.links,v 1.2 2009/01/1016:03:15 momjian Exp $ -->
22

33
Linking within SGML documents can be confusing, so here is a summary:
44

55

66
Intra-document Linking
77
----------------------
8+
89
<xref>
910
used to link to a section without supplying text for the link;
1011
text comes from the link target; has no close tag
@@ -23,12 +24,22 @@ endterm=
2324
link target; endterm in a <link> overrides the supplied text
2425

2526

27+
2628
External Linking
2729
----------------
30+
2831
<ulink>
2932
like <link>, but uses a URL (not a document target); requires
3033
</ulink>; if no text is specified, the URL appears as the link text
3134
http://www.oasis-open.org/docbook/documentation/reference/html/ulink.html
3235

3336
url=
3437
used by <ulink> to specify the URL
38+
39+
40+
Guidelines
41+
----------
42+
43+
o Do not use endterm with <link> because the supplied text is ignored; use
44+
<xref>
45+
o Do not use text with <ulink> so the URL appears in printed output

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp