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

@ -715,11 +715,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
</itemizedlist>
<para>You will almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.203 2004-08-02 04:15:08 murray Exp $</literal> (or in FreeBSD's case,
of the <literal>$Id: article.sgml,v 1.204 2004-08-05 10:04:26 den Exp $</literal> (or in FreeBSD's case,
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
lines, so you will have to edit the file to resolve the conflict
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.203 2004-08-02 04:15:08 murray Exp $</literal> line,
leaving the original <literal>$Id: article.sgml,v 1.203 2004-08-02 04:15:08 murray Exp $</literal> line intact).</para>
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.204 2004-08-05 10:04:26 den Exp $</literal> line,
leaving the original <literal>$Id: article.sgml,v 1.204 2004-08-05 10:04:26 den Exp $</literal> line intact).</para>
</listitem>
<listitem>
@ -1029,7 +1029,7 @@ checkout -P</programlisting>
<listitem>
<para>Add yourself to the <quote>Developers</quote> section of
the <ulink url="../contributors/index.html">Contributors List</ulink>
the <ulink url="&url.articles.contributors;/index.html">Contributors List</ulink>
and remove yourself from the <quote>Additional
Contributors</quote> section.</para>
</listitem>
@ -1424,7 +1424,7 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
related discussion takes place on the &a.doc;. Committers
interested in contributing to the documentation should familiarize
themselves with the <ulink
url="../../books/fdp-primer/index.html">Documentation Project
url="&url.books.fdp-primer;/index.html">Documentation Project
Primer</ulink>.</para>
</listitem>
</varlistentry>
@ -1873,7 +1873,7 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
<filename>Makefile</filename> for any package or subtree
which is being actively maintained by one or more people;
see <ulink
url="../../books/developers-handbook/policies.html"></ulink>
url="&url.books.developers-handbook;/policies.html"></ulink>
for documentation on this. Where sections of code have
several maintainers, commits to affected areas by one
maintainer need to be reviewed by at least one other
@ -1887,7 +1887,7 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
someone who manages an overall category of FreeBSD
evolution, such as internationalization or networking.
See <ulink
url="../contributors/staff-who.html">
url="&url.articles.contributors;/staff-who.html">
http://www.FreeBSD.org/doc/en_US.ISO8859-1/articles/contributors/staff-who.html</ulink>
for more information on this.</para>
</listitem>
@ -2357,7 +2357,7 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
</screen>
<para>The
<ulink url="../../books/porters-handbook/index.html">Porters
<ulink url="&url.books.porters-handbook;/index.html">Porters
Handbook</ulink> contains more detailed
instructions.</para>
@ -2368,7 +2368,7 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
<para>If the port came from a submitter who has not
contributed to the project before, add that person's
name to the <ulink
url="../contributors/contrib-additional.html">Additional
url="&url.articles.contributors;/contrib-additional.html">Additional
Contributors</ulink> section of the FreeBSD Contributors
List.</para>
@ -2763,7 +2763,7 @@ docs:Documentation Bug:freebsd-doc:</programlisting>
<step>
<para>Submit a docs PR to add the new category to both the
<ulink url="../../books/porters-handbook/makefile-categories.html#PORTING-CATEGORIES">
<ulink url="&url.books.porters-handbook;/makefile-categories.html#PORTING-CATEGORIES">
Porter's Handbook</ulink> and to
<filename>www/en/ports/categories</filename>.</para>
</step>