Change references to the Handbook so they use url entities. Unfortunately,
&url.doc.books.handbook; contains index.html at the end, but I hesitate to introduce new entities (though I thinks they would be very useful).
This commit is contained in:
parent
ac4cfafe28
commit
c48faf2289
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27073
1 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/mirror.sgml,v 1.18 2006/01/11 13:59:11 marck Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/mirror.sgml,v 1.19 2006/01/11 14:03:48 marck Exp $">
|
||||
<!ENTITY title "Mirroring the FreeBSD Web Pages">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdocs.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
To do this, you need to obtain and install
|
||||
a program called <em>cvsup</em> on your web server.
|
||||
|
||||
<a href="../doc/en_US.ISO8859-1/books/handbook/cvsup.html#CVSUP-INSTALL">CVSup</a> is a software package for
|
||||
<a href="&url.doc.base;/books/handbook/cvsup.html#CVSUP-INSTALL">CVSup</a> is a software package for
|
||||
distributing and updating collections of files across a network.</p>
|
||||
|
||||
<H2>Installing CVSup</H2>
|
||||
|
|
@ -28,7 +28,7 @@ distributing and updating collections of files across a network.</p>
|
|||
</pre>
|
||||
|
||||
<p>However, installing precompiled package from the FreeBSD
|
||||
<a href="../doc/en_US.ISO8859-1/books/handbook/packages-using.html">packages
|
||||
<a href="&url.doc.base;/books/handbook/packages-using.html">packages
|
||||
collection</a> may be much easier.
|
||||
Refer to the chapter mentioned for the details.</p>
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ updated daily at about 4:30am California time.</p>
|
|||
|
||||
<H2>More Information on CVSup</H2>
|
||||
|
||||
See the <a href="../doc/en_US.ISO8859-1/books/handbook/synching.html#CVSUP">CVSup introduction</a> in the
|
||||
See the <a href="&url.doc.base;/books/handbook/synching.html#CVSUP">CVSup introduction</a> in the
|
||||
handbook.
|
||||
|
||||
<p></p><A HREF="internal.html">FreeBSD Internal Home</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue