aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer/the-website
diff options
context:
space:
mode:
authorWarren Block <wblock@FreeBSD.org>2013-07-19 03:46:00 +0000
committerWarren Block <wblock@FreeBSD.org>2013-07-19 03:46:00 +0000
commitc2a2b5baa122be53fe3dd0f14c166ecc98f5f35e (patch)
treeb0fa50a21af55f9051fbb95e5bd1d3bb6496d10c /en_US.ISO8859-1/books/fdp-primer/the-website
parent152e94133fcf4fa0ceba993ef6cc6436f72b82a6 (diff)
downloaddoc-c2a2b5baa122be53fe3dd0f14c166ecc98f5f35e.tar.gz
doc-c2a2b5baa122be53fe3dd0f14c166ecc98f5f35e.zip
Remove redundant information about working copy size and use of
Subversion from "the website" chapter.
Notes
Notes: svn path=/head/; revision=42324
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/the-website')
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml49
1 files changed, 0 insertions, 49 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml
index 3b1cfee227..e95a3ca560 100644
--- a/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml
+++ b/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml
@@ -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>