Updates and bug fixes to numerous parts of the website, courtesy of

Mark Linimon.  I added a couple of update to the DocProj page as well.

Submitted by:	mcl
This commit is contained in:
Warren Block 2015-11-25 01:53:10 +00:00
parent 1d828300e0
commit 16ec2b5832
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47800
10 changed files with 62 additions and 40 deletions

View file

@ -84,7 +84,7 @@
task is highly encouraged to carefully read through the existing
(print-output) index, and to have read the Chicago Manual of
Style or other style books that deal with indexing. Please see
the CVS history of some of the chapter.xml files to see some of
the SVN history of some of the chapter.xml files to see some of
the indexing errors that have been corrected in the past.
It is imperative to view the PostScript version of the Handbook
after making any changes to indexterms as many errors, such as

View file

@ -18,16 +18,14 @@
<ol>
<li><p><a href="&cgibase;/man.cgi"><b>The manual pages</b></a></p>
<p>The Project does not really concern itself with these, since
they are a part of the base system. The exception to this is the
Japanese team, who are translating them. There is no reason other
volunteers could not step in to translate the manual pages to other
languages as well.</p>
<p>The manual pages are part of the base system, but are also
an important component of the documentation. Both the
Documentation project and source committers update and
maintain manual pages.</p>
<p>That is not to say that the manual pages are unimportant, far from
it. It is just that they are intimately tied to specific systems of
FreeBSD, and most of the time the best person to write the manual
page is the person that wrote that part of FreeBSD.</p></li>
<p>At present, the Japanese team has translated many of the
manual pages. Other volunteers could pitch in to translate
the manual pages to other languages as well.</p></li>
<li><p><a href="../docs/books.html"><b>The Books</b></a></p>

View file

@ -14,25 +14,25 @@
<body class="navinclude.docs">
<p>The project is a fairly loosely knit group of people, and the only thing
we have got in common is that we are subscribed to the mailing list
we have in common is that we are subscribed to the mailing list
<a href="mailto:FreeBSD-doc@FreeBSD.org">FreeBSD-doc@FreeBSD.org</a>.</p>
<p>Some of us can commit changes directly to the FreeBSD
documentation tree. You can view a complete list of <a
documentation tree. There is a complete list of <a
href="../doc/en_US.ISO8859-1/articles/contributors/staff-committers.html">
all FreeBSD developers with commit privileges</a>, as well as a
list of the <a
href="../administration.html#t-doceng">
principal committers for the FreeBSD Documentation Project</a>.</p>
<p>Others do not have commit privileges, but they write and submit
<p>Others do not have commit privileges, but write and submit
documentation nonetheless. Once the documentation has been
submitted according to the <a href="submitting.html">Submit
Documentation</a> page, one of the committers will then
review it and include it in the documentation set.</p>
<p>If you want to help out with the documentation project (and I fervently
hope you do) all you have to do is subscribe to the mailing list and
<p>To help with the documentation project (and we fervently
hope you do), just subscribe to the mailing list and
participate. As soon as you have done that, you're a member of the
project.</p>

View file

@ -48,23 +48,19 @@ FreeBSD Porter's Handbook</a></h2>
How to build the FreeBSD Web Pages</a>.</h2>
<p>This document describes how to build and update
the FreeBSD Web pages from the CVS repository by hand.</p>
the FreeBSD Web pages from the SVN repository by hand.</p>
<h2>FreeBSD Projects</h2>
<ul>
<li><a href="../docproj/docproj.html">FreeBSD Documentation Project</a></li>
<li><a href="../releng/index.html">FreeBSD Release Engineering</a></li>
<li><a href="../platforms/alpha.html">FreeBSD/Alpha Project</a></li>
<li><a href="../platforms/ia64/index.html">FreeBSD/IA-64 Project</a></li>
<li><a href="../platforms/ppc.html">FreeBSD/PPC Project</a></li>
<li><a href="../platforms/sparc.html">FreeBSD/SPARC Project</a></li>
<li><a href="http://www.TrustedBSD.org/">TrustedBSD Project</a></li>
<li><a href="../platforms/index.html">FreeBSD Hardware Platforms Projects</a></li>
<li><a href="../projects/index.html">FreeBSD Development Projects</a></li>
</ul>
<h2>Other Resources</h2>
<ul>
<li><a href="&base;/developers/cvs.html">CVS Repository</a></li>
<li><a href="&base;/developers/cvs.html">Source Code Repositories</a></li>
<li><a href="../support.html">Bug Reports</a></li>
<li><a href="../security/index.html">FreeBSD Security Information</a></li>
<li><a href="../copyright/copyright.html">Copyright</a></li>
@ -72,6 +68,11 @@ the FreeBSD Web pages from the CVS repository by hand.</p>
<li><a href="http://perforce.FreeBSD.org">Perforce Repository for works in progress</a></li>
</ul>
<h2>Related Projects</h2>
<ul>
<li><a href="http://www.TrustedBSD.org/">TrustedBSD Project</a> (external link)</li>
</ul>
<p><a href="internal.html">FreeBSD Internal Home</a></p>
</body>

View file

@ -19,9 +19,9 @@ the FreeBSD project itself, as viewed separately from the codebase.</p>
<h2>Projects</h2>
<p>There are various
<a href="../projects/projects.html">
projects which lie outside the mainstream development path</a>,
in which a number of groups are working on the 'cutting edge'
projects which lie
<a href="../projects/projects.html">outside the mainstream development path</a>.
A number of groups are working on the 'cutting edge'
to expand FreeBSD's range of capabilities in new directions.</p>
<p>Here is an overview of the

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "FreeBSD Press Releases">
<!ENTITY title "FreeBSD Historical Press Releases">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
@ -18,7 +18,8 @@
<p></p>
-->
<p>Most press releases are now handled by the <a href="http://www.FreeBSDFoundation.org/press/">FreeBSD Foundation</a>.</p>
<p>These are historical FreeBSD press releases. For press releases since 2005, please see
<a href="http://www.FreeBSDFoundation.org/press/">FreeBSD Foundation</a>'s archive.</p>
<dl>

View file

@ -66,7 +66,7 @@ Yoyodyne's range Frobnicator of network interfaces.</pre>
knows what exciting new features the T800 brings. This is unlikely.
It is far more likely that they have vaguely heard of whatever you
have imported (especially into the ports tree: remember that there
are 20,000 other things there too...). List some of the new
are over 20,000 other things there too...). List some of the new
features, or bug fixes. Tell them why it is a good thing that we
have the new version.</p>

View file

@ -2,7 +2,7 @@
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY email 'freebsd-www'>
<!ENTITY title "Supported Platforms">
<!ENTITY title "Platforms">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
@ -13,14 +13,13 @@
<body class="navinclude.developers">
<h2>Introduction</h2>
<p>Here is a list of platforms that FreeBSD currently
supports along with platforms currently being ported to.</p>
<p>If you have comments about a port, or wish to provide feedback to
the developers, send it to the relevant mailing list.</p>
<h2>Supported Platforms</h2>
<p>Here is a list of platforms that FreeBSD currently supports.</p>
<table>
<thead>
<tr>
@ -46,11 +45,6 @@
<td><a href="mailto:freebsd-current@FreeBSD.org">freebsd-current@FreeBSD.org</a></td>
<td>Tier 1</td>
</tr>
<tr>
<td><a href="ia64/index.html">FreeBSD/ia64 Project</a></td>
<td><a href="mailto:freebsd-ia64@FreeBSD.org">freebsd-ia64@FreeBSD.org</a></td>
<td>Tier 2 through FreeBSD 10. Unsupported after.</td>
</tr>
<tr>
<td><a href="mips.html">FreeBSD/MIPS Project</a></td>
<td><a href="mailto:freebsd-mips@FreeBSD.org">freebsd-mips@FreeBSD.org</a></td>
@ -78,6 +72,32 @@
</tr>
</tbody>
</table>
<h2>Unsupported Platforms</h2>
<table>
<thead>
<tr>
<td>Project Page</td>
<td>Mailing List</td>
<td><a href="https://www.freebsd.org/doc/en_US.ISO8859-1/articles/committers-guide/archs.html">Support Tier</a></td>
</tr>
</thead>
<tbody>
<tr>
<td><a href="alpha.html">FreeBSD/alpha Project</a></td>
<td><a href="mailto:freebsd-alpha@FreeBSD.org">freebsd-alpha@FreeBSD.org</a></td>
<td>Tier 4 (support discontinued as of 7.0R)</td>
</tr>
<tr>
<td><a href="ia64/index.html">FreeBSD/ia64 Project</a></td>
<td><a href="mailto:freebsd-ia64@FreeBSD.org">freebsd-ia64@FreeBSD.org</a></td>
<td>Tier 2 through FreeBSD 10. Unsupported after.</td>
</tr>
</tbody>
</table>
<p>For general architecture questions, mail <a href="mailto:freebsd-arch@FreeBSD.org">freebsd-arch@FreeBSD.org</a></p>
</body>
</html>

View file

@ -63,7 +63,7 @@ application and register it with the package system.</p>
<p>For most ports, a precompiled <tt>package</tt> also exists, saving
the user the work and time of having to compile anything at all. Use
<a href="&base;/cgi/man.cgi?query=pkg-install"><tt>pkg
<a href="&base;/cgi/man.cgi?query=pkg"><tt>pkg
install</tt></a> to securely download and install the precompiled
version of a port. For more information see <a
href="&base;/doc/en_US.ISO8859-1/books/handbook/pkgng-intro.html">Using

View file

@ -100,6 +100,7 @@
<li><a href="&base;/relnotes/9-STABLE/errata/index.html">Errata</a></li>
</ul>
<!-- note: not found as of 20151112
<h2>Other Sites</h2>
<p>Single-file HTML, PDF, and text renderings of the release
@ -108,6 +109,7 @@
href="http://people.FreeBSD.org/~bmah/relnotes/">Release
Documentation Snapshot Site</a>. The renderings on this page
are updated at irregular, but frequent intervals.</p>
-->
</body>
</html>