Follow the conventions set out in the FreeBSD Doc Project Primer and

the O'Reilly word list :

'webpages' -> 'web pages'
'webserver' -> 'web server'
This commit is contained in:
Murray Stokely 2004-07-12 02:59:57 +00:00
parent c3cfdf0dca
commit a7df34cf30
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21433

View file

@ -92,7 +92,7 @@
<listitem><para>Full FTP Distribution: 126 GB</para></listitem>
<listitem><para>CVS repository: 2.7 GB</para></listitem>
<listitem><para>CTM deltas: 1.8 GB</para></listitem>
<listitem><para>Webpages: 300 MB</para></listitem>
<listitem><para>Web pages: 300 MB</para></listitem>
</itemizedlist>
</sect2>
<sect2 id="mirror-bandwidth">
@ -245,20 +245,20 @@
</para>
</sect3>
<sect3 id="mirror-serv-http">
<title>HTTP (required for webpages, optional for FTP fileset)</title>
<title>HTTP (required for web pages, optional for FTP fileset)</title>
<para>
If you want to offer the FreeBSD webpages, you need
to install a webserver a.k.a. <application>httpd</application>.
If you want to offer the FreeBSD web pages, you need
to install a web server a.k.a. <application>httpd</application>.
You may optionally offer the FTP fileset via HTTP.
The choice of Webserver software is left up to the mirror administrator.
The choice of web server software is left up to the mirror administrator.
Some of the most popular choices are:
<itemizedlist>
<listitem>
<para><filename role="package">www/apache13</filename>:
Apache is the most widely deployed Webserver on the Internet. It
Apache is the most widely deployed web server on the Internet. It
is used extensively by the FreeBSD Project. You may also
wish to use the next generation of the Apache Webserver,
wish to use the next generation of the Apache web server,
available in the ports collection as <filename
role="package">www/apache2</filename>.</para>
</listitem>
@ -602,7 +602,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
on a regular basis, maybe just after your repository was updated.
Of course, the files need to remain in a directory available
for public WWW access. The installation and configuration of a
webserver is not discussed here.
web server is not discussed here.
</para>
<note><para>For the website to be visible, users must execute the &man.make.1;
@ -642,7 +642,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
<title>Mirroring the FreeBSD documentation</title>
<para>
Since the documentation is referenced a lot from the
webpages, it is recommended that you mirror the
web pages, it is recommended that you mirror the
FreeBSD documentation as well. However, this is not
as trivial as the www-pages alone.
</para>
@ -682,7 +682,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
Now you are probably ready to run <command>make</command>
in you doc directory (<filename>/usr/share/doc</filename>
by default) and build the documentation.
Again you need to make it accessible for your webserver
Again you need to make it accessible for your web server
and make sure the links point to the right location.
<important>
<para>
@ -887,7 +887,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
</para>
<para>
There are three master sites for the FTP fileset and
one for the CVS repository (the webpages and docs are
one for the CVS repository (the web pages and docs are
obtained from CVS, so there is no need for master).
</para>
<sect4 id="mirror-where-master-ftp">
@ -975,7 +975,7 @@ cvspserver stream tcp nowait root /usr/bin/cvs cvs -f -l -R -T /anoncvstmp --all
<para>
The following applies mainly to the FTP fileset,
since a CVS repository should always be mirrored
completely, and the webpages are a case of
completely, and the web pages are a case of
its own.
</para>
</note>