Remove redundant information about working copy size and use of

Subversion from "the website" chapter.
This commit is contained in:
Warren Block 2013-07-19 03:46:00 +00:00
parent 152e94133f
commit c2a2b5baa1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42324

View file

@ -34,55 +34,6 @@
<chapter id="the-website">
<title>The Website</title>
<sect1 id="the-website-prep">
<title>Preparation</title>
<para>Use a disk with sufficient free space. A full copy of
the documentation and web site files takes over 700&nbsp;MB.
Allowing a full gigabyte provides some breathing room. This
space will hold the XML tools, the documentation tree, temporary
build space and the installed web pages.</para>
<note>
<para>Make sure the documentation ports are updated to the
latest version. See
<ulink url="&url.books.handbook;/ports.html#ports-using">the
Handbook section on ports</ulink> for more
information.</para>
</note>
<sect2 id="the-website-svn">
<title>Using <command>svn</command></title>
<para><command>svn</command> is needed to check out the
documentation and web site files from the
<literal>doc</literal> Subversion repository.
<command>svn</command> can be installed with &man.pkg.add.1;
or from the &os; Ports Collection by running:</para>
<screen>&prompt.root; <userinput><command>cd /usr/ports/devel/subversion</command></userinput>
&prompt.root; <userinput><command>make</command> <maketarget>install clean</maketarget></userinput></screen>
<para>To check out the source files for the &os; web site and
the rest of the documentation, run:</para>
<screen>&prompt.user; <userinput><command>svn checkout <replaceable>https://svn0.us-east.FreeBSD.org</replaceable>/doc/head/ <replaceable>~/doc</replaceable></command></userinput></screen>
<para><ulink
url="https://svn0.us-east.FreeBSD.org/">svn0.us-east.FreeBSD.org</ulink>
is a public <literal>SVN</literal> server. Select the closest
mirror and verify the mirror server certificate from the list
of
<ulink url="&url.books.handbook;/svn-mirrors.html">Subversion
mirror sites</ulink>.</para>
<para>After the checkout completes, the current version of the
&os; documentation, including the web site files, will be
present in
<filename class="directory">~/doc</filename>.</para>
</sect2>
</sect1>
<sect1 id="the-website-build">
<title>Build the Web Pages</title>