- Move includes.nav*.sgml to share/sgml/navibar.ent and <lang>/share/sgml/nabibar.l10n.ent. - Move includes.sgml and includes.xsl to share/sgml/common.ent, share/sgml/header.ent, <lang>/share/sgml/l10n.ent, and <lang>?share/sgml/header.l10n.ent. - Move most of XSLT libraries to share/sgml/*.xsl and <lang>/share/sgml/*.xsl. - Move news.xml and other *.xml files for the similar purpose to share/sgml/*.xml and <lang>/share/sgml/*.xml. - Switch to use a custom DTD for HTML document. Now we use "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension", which is HTML 4.01 + some entities previously pulled via "<!ENTITY % includes SYSTEM "includes.sgml"> %includes;" line. The location of entity file will be resolved by using catalog file. - Add DOCTYPE declearation to XML documents. This makes the followings possible: * Use of &foo; entities for SGML in an XML file instead of defining {$foo} as the same content. * &symbolic; entities for Latin characters. - Duplicated information between SGML and XML, or English and translated doc, has been removed as much as possible.
80 lines
2.6 KiB
Text
80 lines
2.6 KiB
Text
<!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.32 2006/02/22 13:28:14 joel Exp $">
|
|
<!ENTITY title "FreeBSD Internal Pages">
|
|
<!ENTITY % navinclude.docs "INCLUDE">
|
|
]>
|
|
|
|
<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>
|
|
|
|
<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'
|
|
to expand FreeBSD's range of capabilities in new directions.</p>
|
|
|
|
<p>Here is an overview of the
|
|
<a href="../doc/en_US.ISO8859-1/articles/releng/article.html">
|
|
FreeBSD Release Engineering Process</a>.</p>
|
|
|
|
<p>Here are the official
|
|
<a href="../doc/en_US.ISO8859-1/articles/portbuild/article.html">
|
|
package building procedures</a>.</p>
|
|
|
|
<p>And here you will find the
|
|
<a href="../releng/index.html">schedules for upcoming official releases
|
|
of FreeBSD.</a></p>
|
|
|
|
<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><b>People</b></h2>
|
|
|
|
<p>The
|
|
<a href="../doc/en/articles/contributors/index.html">FreeBSD Project Staff</a>
|
|
consists of the FreeBSD Core Team and the FreeBSD Developers; this document
|
|
contains a list of them, as well as explanations of who is responsible
|
|
for what.</p>
|
|
|
|
<p>Here are some
|
|
<a href="http://www.FreeBSD.org/internal/homepage.html">personal homepages</a>
|
|
hosted at FreeBSD.org, as well as some
|
|
<a href="photos.html">photos from social events</a>.</p>
|
|
|
|
<h2><b>Resources</b></h2>
|
|
|
|
<p>Here is a list of some
|
|
<a href="developer.html">technical resources for FreeBSD committers</a>.</p>
|
|
|
|
<p>For those with accounts on
|
|
<a href="machines.html">the main FreeBSD.org network</a>,
|
|
here are the machine resources that are available and the
|
|
sorts of work they are intended for.</p>
|
|
|
|
<p>For those with accounts on
|
|
<a href="rtp.html">the rtp.FreeBSD.org network</a>,
|
|
here are the machine resources that are available and the
|
|
sorts of work they are intended for.</p>
|
|
|
|
<p>You can learn more
|
|
<a href="about.html">about the FreeBSD WWW server</a>, including
|
|
the machine, the software, mirroring the FreeBSD web pages, and
|
|
usage statistics.</p>
|
|
|
|
<p>Here is a list of various
|
|
<a href="statistic.html">FreeBSD Statistics</a>
|
|
such as web and FTP traffic, and release usage by release version.</p>
|
|
|
|
&footer;
|
|
</body>
|
|
</html>
|