The header entity takes care of writing the title of a page in a h1, so
we don't need to do it again.
This commit is contained in:
parent
f7b0c4b32f
commit
4b02ae1f8b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26959
1 changed files with 4 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/community/mailinglists.sgml,v 1.6 2005/12/17 07:22:00 delphij Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/community/mailinglists.sgml,v 1.7 2006/01/24 21:45:09 ceri Exp $">
|
||||
<!ENTITY title "Mailing Lists">
|
||||
<!ENTITY % navincludes SYSTEM "../includes.navcommunity.sgml"> %navincludes;
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -9,12 +9,10 @@
|
|||
<html>
|
||||
&header;
|
||||
|
||||
<h2>Mailing lists</h2>
|
||||
|
||||
<p>Mailing lists are the primary communication channels for the FreeBSD
|
||||
community, and cover many topic areas.</p>
|
||||
|
||||
<h3>Mailing list archives</h3>
|
||||
<h2>Mailing list archives</h2>
|
||||
|
||||
<p>You can
|
||||
<a href="&base;/search/search.html#mailinglists">search</a>
|
||||
|
@ -25,13 +23,13 @@
|
|||
<a href="http://lists.FreeBSD.org/mailman/listinfo">browse</a>
|
||||
the mailing lists via Mailman webinterface.</p>
|
||||
|
||||
<h3>English Mailing lists</h3>
|
||||
<h2>English Mailing lists</h2>
|
||||
|
||||
<p>The English speaking mailing lists are <a
|
||||
href="&base;/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL">listed
|
||||
in the FreeBSD Handbook</a>.</p>
|
||||
|
||||
<h3>Non-English Mailing lists</h3>
|
||||
<h2>Non-English Mailing lists</h2>
|
||||
|
||||
<p>Several non-English mailing lists are also available:</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue