Use url entities for links between docs

This commit is contained in:
Denis Peplin 2004-08-05 10:04:31 +00:00
parent 2f69cd65ee
commit c12c11040e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21827
50 changed files with 222 additions and 162 deletions

View file

@ -7,6 +7,8 @@
%trademarks;
<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
%freebsd;
<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
%urls;
]>
<article>
@ -149,22 +151,22 @@
<itemizedlist>
<listitem>
<para>The &os;
<ulink URL="../../books/faq/index.html">Frequently Asked
<ulink URL="&url.books.faq;/index.html">Frequently Asked
Questions</ulink> (FAQ) list.
The FAQ attempts to provide answers for a wide range of questions,
such as those concerning
<ulink URL="../../books/faq/hardware.html">hardware
<ulink URL="&url.books.faq;/hardware.html">hardware
compatibility</ulink>,
<ulink URL="../../books/faq/applications.html">user
<ulink URL="&url.books.faq;/applications.html">user
applications</ulink>,
and <ulink URL="../../books/faq/kernelconfig.html">kernel
and <ulink URL="&url.books.faq;/kernelconfig.html">kernel
configuration</ulink>.</para>
</listitem>
<listitem>
<para>The
<ulink
URL="../../books/handbook/eresources.html#ERESOURCES-MAIL">mailing
URL="&url.books.handbook;/eresources.html#ERESOURCES-MAIL">mailing
lists</ulink>&mdash;if you are not subscribed, use
<ulink
URL="http://www.FreeBSD.org/search/search.html#mailinglists">the
@ -875,7 +877,7 @@
</listitem>
<listitem>
<para><ulink
url="../../articles/pr-guidelines/article.html">Problem
url="&url.articles.pr-guidelines;/article.html">Problem
Report Handling Guidelines</ulink>&mdash;valuable insight
into how problem reports are handled by the &os;
developers.</para>