Remove cumbersome font tags made redundant by CSS.
This commit is contained in:
parent
d798b55854
commit
7642155ad7
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24814
2 changed files with 10 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/internal.sgml,v 1.27 2004/03/10 09:09:18 linimon Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/internal.sgml,v 1.28 2004/06/12 23:19:00 marcus Exp $">
|
||||
<!ENTITY title "FreeBSD Internal Pages">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -13,7 +13,7 @@
|
|||
<p>This page contains pointers to pages documenting aspects of
|
||||
the FreeBSD project itself, as viewed separately from the codebase.</p>
|
||||
|
||||
<h2><font color="#990000"><b>Projects</b></font></h2>
|
||||
<h2><b>Projects</b></h2>
|
||||
|
||||
<p>There are various
|
||||
<a href="../projects/projects.html">
|
||||
|
@ -33,12 +33,12 @@ package building procedures</a>.</p>
|
|||
<a href="../releng/index.html">schedules for upcoming official releases
|
||||
of FreeBSD.</a></p>
|
||||
|
||||
<h2><font color="#990000"><b>Policies</b></font></h2>
|
||||
<h2><b>Policies</b></h2>
|
||||
<p>To avoid chaos with a project this large spread out all over
|
||||
the globe, there have to be some
|
||||
<a href="policies.html">Policies for FreeBSD Committers</a>.</p>
|
||||
|
||||
<h2><font color="#990000"><b>People</b></font></h2>
|
||||
<h2><b>People</b></h2>
|
||||
|
||||
<p>The
|
||||
<a href="../doc/en/articles/contributors/index.html">FreeBSD Project Staff</a>
|
||||
|
@ -51,7 +51,7 @@ for what.</p>
|
|||
hosted at FreeBSD.org, as well as some
|
||||
<a href="photos.html">photos from social events</a>.</p>
|
||||
|
||||
<h2><font color="#990000"><b>Resources</b></font></h2>
|
||||
<h2><b>Resources</b></h2>
|
||||
|
||||
<p>Here is a list of some
|
||||
<a href="developer.html">technical resources for FreeBSD committers</a>.</p>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY date "$FreeBSD: www/en/internal/policies.sgml,v 1.1 2004/03/10 08:47:48 linimon Exp $">
|
||||
<!ENTITY title "Policies for FreeBSD Committers">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -8,7 +8,7 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<h2><font color="#990000"><b>Committer's Guide</b></font></h2>
|
||||
<h2><b>Committer's Guide</b></h2>
|
||||
|
||||
<p>The
|
||||
<a href="../doc/en_US.ISO8859-1/articles/committers-guide/">Committer's Guide</a>
|
||||
|
@ -27,7 +27,7 @@ The FreeBSD Committers' Big List Of Rules</a>.</p>
|
|||
needs to know. See the Documentation Project Primer and the Ports Guide,
|
||||
below, for more info.</p>
|
||||
|
||||
<h2><font color="#990000"><b>General Policies</b></font></h2>
|
||||
<h2><b>General Policies</b></h2>
|
||||
|
||||
<p>Here you will find various things such as the
|
||||
<a href="new-account.html">New Account Creation Procedure</a>,
|
||||
|
@ -39,7 +39,7 @@ the
|
|||
and the
|
||||
<a href="../doc/en_US.ISO8859-1/articles/pr-guidelines/">Problem Report Handling Guidelines</a>.</p>
|
||||
|
||||
<h2><font color="#990000"><b>The FreeBSD Documentation Project</b></font></h2>
|
||||
<h2><b>The FreeBSD Documentation Project</b></h2>
|
||||
|
||||
<p>The
|
||||
<a href="../doc/en_US.ISO8859-1/books/fdp-primer/">FreeBSD Documentation Project Primer for New Contributors</a>
|
||||
|
@ -48,7 +48,7 @@ contributing to the FreeBSD Documentation Project, from the tools and
|
|||
software you will be using (both mandatory and recommended) to the
|
||||
philosophy behind the Documentation Project.</p>
|
||||
|
||||
<h2><font color="#990000"><b>The FreeBSD Ports Guidelines</b></font></h2>
|
||||
<h2><b>The FreeBSD Ports Guidelines</b></h2>
|
||||
|
||||
<p>The
|
||||
<a href="../doc/en_US.ISO8859-1/books/porters-handbook/index.html">
|
||||
|
|
Loading…
Reference in a new issue