Remove redundant tags (IE. this commit does not change how the page

looks, at least not for me):
- Remove <p></p> which are removed by tidy anyway.
- Remove <b> inside <h?> tags since CSS should handle layout, and our
  current CSS makes all the <h?> tags bold anyway.
This commit is contained in:
Simon L. B. Nielsen 2007-02-18 14:03:02 +00:00
parent caf03a34d0
commit 6c72c3b5ac
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=29593

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/internal.sgml,v 1.33 2006/08/19 21:20:35 hrs Exp $">
<!ENTITY date "$FreeBSD: www/en/internal/internal.sgml,v 1.34 2007/02/18 12:40:45 simon Exp $">
<!ENTITY title "FreeBSD Internal Pages">
<!ENTITY % navinclude.docs "INCLUDE">
]>
@ -8,12 +8,10 @@
<html>
&header;
<p></p>
<p>This page contains pointers to pages documenting aspects of
the FreeBSD project itself, as viewed separately from the codebase.</p>
<h2><b>Projects</b></h2>
<h2>Projects</h2>
<p>There are various
<a href="../projects/projects.html">
@ -33,12 +31,12 @@ package building procedures</a>.</p>
<a href="../releng/index.html">schedules for upcoming official releases
of FreeBSD.</a></p>
<h2><b>Policies</b></h2>
<h2>Policies</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><b>People</b></h2>
<h2>People</h2>
<p>The
<a href="../doc/en/articles/contributors/index.html">FreeBSD Project Staff</a>
@ -51,7 +49,7 @@ for what.</p>
hosted at FreeBSD.org, as well as some
<a href="photos.html">photos from social events</a>.</p>
<h2><b>Resources</b></h2>
<h2>Resources</h2>
<p>Here is a list of some
<a href="developer.html">technical resources for FreeBSD committers</a>.</p>