doc/en/internal/about.sgml
Hiroki Sato cfd9e12239 www cleanup mega commit:
- 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.
2006-08-19 21:20:54 +00:00

134 lines
4.5 KiB
Text

<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/internal/about.sgml,v 1.57 2006/06/13 20:27:19 murray Exp $">
<!ENTITY title "About the FreeBSD WWW Server">
<!ENTITY % navinclude.docs "INCLUDE">
]>
<html>
&header;
<h2>The Machine</h2>
<img src="../gifs/powerlogo.gif" alt="Powered by FreeBSD" align="right"> <p>The
machine <tt>www.FreeBSD.org</tt> is a dual 600MHz Pentium III set
up with 1024 megabytes of RAM and about 70 gigabytes of disk space.
The mail processing duties for the domain are handled by
<tt>hub.FreeBSD.org</tt>, a dual 600 MHz Pentium III with 1024
megabytes RAM and about 16 gigabytes disk space. Inbound mail
is buffered via <tt>mx1.FreeBSD.org</tt>, an 800MHz Pentium III with
512 megabytes of ram and 30 gigabytes of disk. Outbound mail is
relayed via <tt>mx2.FreeBSD.org</tt>, an 850MHz Pentium III
with 512 megabytes of ram and 18 gigabytes of disk.</p>
<p>
Naturally, these systems all run FreeBSD. The hardware and network
connection have been generously provided by <a
href="http://www.bsdi.com/">BSDi</a>, <a
href="http://www.yahoo.com/">Yahoo!</a>, and other <a
href="../donations/donors.html">contributors</a> to the FreeBSD project.
</p>
<p>A complete list of all host names in the FreeBSD.org domain
is available at the <a href="machines.html">The FreeBSD.org Network</a>
page.
</p>
<h2>The Software</h2>
<img src="../gifs/apachepower.gif" alt="Powered by Apache" align="right"><p>
These pages are served up by the versatile and efficient <a
href="http://www.apache.org/">Apache http server</a>. In
addition, there are a few locally crafted CGI scripts.
Indexing of these pages and the mailing list archive are
provided by freewais-sf, a derivative of the CNIDR freewais.</p>
<p>The
<a href="http://www.analog.cx/">Analog</a>
web statistics package is used to provide <a href="http://www.FreeBSD.org/statistic/www.html">
these statistics</a> on web server usage.</p>
<h2>The Pages</h2>
<img src="../gifs/lynx.gif" alt="Lynx Friendly logo" align="right">
<p>The original web pages were put together by John Fieber
<a
href="http://people.FreeBSD.org/~jfieber/">&lt;jfieber@FreeBSD.org&gt;
</a> with input from the FreeBSD community and <b>you</b>.
<a
href="http://wolfram.schneider.org">&lt;wosch@FreeBSD.org&gt;</a>
was our first webmaster but this responsibility is now shared
by a larger team of web and documentation contributors.
The FreeBSD pages are valid XHTML 1.0 Transitional and should
degrade gracefully on any browser.</p>
See also the <a href="../docproj/docproj.html">FreeBSD Documentation Project</a>
<h2>Page Design</h2>
<p>The current website design was done by <a
href="http://www.emilyboyd.com">Emily Boyd</a> as part of the
<a href="http://code.google.com/soc">Google Summer of Code</a>
program in 2005.</p>
<p>The original page design (still visible at <a
href="http://www.FreeBSD.org/old">http://www.FreeBSD.org/old</a>)
was done by <A HREF="http://www.asis.com/~meganm/">Megan
McCormack</A></p>
<h2><a href="../doc/en_US.ISO8859-1/books/fdp-primer/the-website-build.html">
Building and updating the FreeBSD Web Pages</a></h2>
&webbuild;
<h2>Update of the FreeBSD Web Pages</h2>
<p>
The FreeBSD Web Pages on <tt>www.FreeBSD.org</tt> are
currently rebuilt according to the following schedule:</p>
<table class="tblbasic">
<tr>
<th>Time (UTC)</th>
<th>Build type</th>
</tr>
<tr>
<td>01:22</td>
<td>Full build</td>
</tr>
<tr>
<td>05:22</td>
<td>English www only</td>
</tr>
<tr>
<td>09:22</td>
<td>English only</td>
</tr>
<tr>
<td>13:22</td>
<td>Full build without PR and port statistics</td>
</tr>
<tr>
<td>17:22</td>
<td>English only</td>
</tr>
<tr>
<td>21:22</td>
<td>English www only</td>
</tr>
</table>
<p>The recent build status is available <a
href="http://www.freebsd.org/build/index.cgi">here</a>.</p>
<h2>Mirroring the FreeBSD Web Pages</h2>
<p>You can (and are encouraged to) <a href="mirror.html">mirror</a>
the FreeBSD web pages on www.FreeBSD.org.</p>
<p><a href="statistic.html#analog">
Usage statistics</a> for this server are updated daily.</p>
<p></p><A HREF="internal.html">FreeBSD Internal Home</a>
&footer;
</body>
</html>