aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer
diff options
context:
space:
mode:
authorDenis Peplin <den@FreeBSD.org>2004-05-11 13:29:48 +0000
committerDenis Peplin <den@FreeBSD.org>2004-05-11 13:29:48 +0000
commitbf2a771582e2208cb7b1921a328e10110c523117 (patch)
tree9b179c5462e9218be0a316c623922bf4a5a47479 /en_US.ISO8859-1/books/fdp-primer
parentb9123d1bef30b8c4a3f6187bb5370126dbb66f20 (diff)
downloaddoc-bf2a771582e2208cb7b1921a328e10110c523117.tar.gz
doc-bf2a771582e2208cb7b1921a328e10110c523117.zip
Use &url.main; for references to main FreeBSD website
Ihis entity auto-replaced with ../../../.. by default and with http://www.FreeBSD.org/ when URLS_ABSOLUTE is set (used for mirrors and for release building accordingly)
Notes
Notes: svn path=/head/; revision=20889
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer')
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/book.sgml2
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml2
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/see-also/chapter.sgml2
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml6
4 files changed, 7 insertions, 5 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/book.sgml b/en_US.ISO8859-1/books/fdp-primer/book.sgml
index 3fb3f086fa..d26fde693a 100644
--- a/en_US.ISO8859-1/books/fdp-primer/book.sgml
+++ b/en_US.ISO8859-1/books/fdp-primer/book.sgml
@@ -38,6 +38,8 @@
%mailing-lists;
<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
%man;
+<!ENTITY % urls PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
+%urls;
<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
<!ENTITY % not.published "INCLUDE">
diff --git a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml
index 4ca7dfa1ed..8674617514 100644
--- a/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml
+++ b/en_US.ISO8859-1/books/fdp-primer/overview/chapter.sgml
@@ -122,7 +122,7 @@
<listitem>
<para>This is the main FreeBSD presence on the World Wide Web,
visible at <ulink
- url="../../../../index.html">http://www.FreeBSD.org/</ulink>
+ url="&url.main;/index.html">http://www.FreeBSD.org/</ulink>
and many mirrors around the world. The web site is many people's
first exposure to FreeBSD.</para>
</listitem>
diff --git a/en_US.ISO8859-1/books/fdp-primer/see-also/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/see-also/chapter.sgml
index 7c5a57b981..0ecf44a66c 100644
--- a/en_US.ISO8859-1/books/fdp-primer/see-also/chapter.sgml
+++ b/en_US.ISO8859-1/books/fdp-primer/see-also/chapter.sgml
@@ -43,7 +43,7 @@
<itemizedlist>
<listitem>
- <para><ulink url="../../../../docproj/index.html">The FreeBSD
+ <para><ulink url="&url.main;/docproj/index.html">The FreeBSD
Documentation Project web pages</ulink></para>
</listitem>
diff --git a/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml
index c62e3a8338..4b53522b6b 100644
--- a/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml
+++ b/en_US.ISO8859-1/books/fdp-primer/sgml-markup/chapter.sgml
@@ -755,7 +755,7 @@
best suited to information that can be broken up into several
chapters, possibly with appendices and similar content as well.</para>
- <para>The <ulink url="../../../../docs.html">FreeBSD
+ <para>The <ulink url="&url.main;/docs.html">FreeBSD
tutorials</ulink> are all marked up as articles, while this
document, the <ulink url="../faq/index.html">FreeBSD
FAQ</ulink>, and the <ulink
@@ -2664,13 +2664,13 @@ IMAGES= chapter1/fig1.png
<para>Use:</para>
<programlisting><![ CDATA [<para>Of course, you could stop reading this document and
- go to the <ulink url="../../../../index.html">FreeBSD
+ go to the <ulink url="&url.main;/index.html">FreeBSD
home page</ulink> instead.</para>]]></programlisting>
<para>Appearance:</para>
<para>Of course, you could stop reading this document and go to the
- <ulink url="../../../../index.html">FreeBSD home page</ulink>
+ <ulink url="&url.main;/index.html">FreeBSD home page</ulink>
instead.</para>
</example>
</sect3>