Correct some trivial style fixes.
(From the PR): - There is not any reason to have "in the" directly in the FreeBSD Handbook link, so move it outside from the link. - First <dt>...</dt> has ":" at the end, so the other two should be in the same style. - Add one empty line after one of <dt>s. Note that i did not comply to the FDP wrt. the long a href lines. It might break them and it is consistent with the rest of the document. PR: www/94297 Submitted by: Rudolf Cejka <cejkar at fit dot vutbr dot cz>
This commit is contained in:
parent
7de0b996a4
commit
f0595c69e8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27301
1 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/cvsweb.sgml,v 1.33 2006/01/03 17:51:03 scop Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/cvsweb.sgml,v 1.34 2006/03/11 14:11:06 remko Exp $">
|
||||
<!ENTITY title 'FreeBSD CVSweb Project'>
|
||||
<!ENTITY email 'freebsd-cvsweb'>
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
|
||||
|
@ -97,12 +97,13 @@
|
|||
<dd><a href="mailto:freebsd-cvsweb@FreeBSD.org">freebsd-cvsweb@FreeBSD.org</a>
|
||||
is the mailing list for people discussing the development of
|
||||
FreeBSD-CVSweb. Patches, bug reports and feature requests
|
||||
are welcome. To join the list, follow the instructions
|
||||
<a href="../doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-SUBSCRIBE">in the FreeBSD Handbook</a>.
|
||||
are welcome. To join the list, follow the instructions in the
|
||||
<a href="../doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-SUBSCRIBE">FreeBSD Handbook</a>.
|
||||
<a href="http://lists.FreeBSD.org/pipermail/freebsd-cvsweb/">List archives</a>
|
||||
are also available.</dd>
|
||||
|
||||
<dt>CVS repository</dt>
|
||||
<dt>CVS repository:</dt>
|
||||
|
||||
<dd>FreeBSD-CVSweb is available through
|
||||
<a href="../doc/en_US.ISO8859-1/books/handbook/anoncvs.html">anonymous
|
||||
CVS pserver</a>.
|
||||
|
@ -111,7 +112,7 @@
|
|||
<code>rel-2_0-branch</code> contains the legacy version.
|
||||
</dd>
|
||||
|
||||
<dt>CVSweb on CVSweb</dt>
|
||||
<dt>CVSweb on CVSweb:</dt>
|
||||
|
||||
<dd>You can browse the FreeBSD-CVSweb source via itself at
|
||||
<a href="http://www.FreeBSD.org/cgi/cvsweb.cgi/projects/cvsweb/">http://www.FreeBSD.org/cgi/cvsweb.cgi/projects/cvsweb/</a>.
|
||||
|
|
Loading…
Reference in a new issue