From owner-svn-doc-head@FreeBSD.ORG Fri Jul 19 03:46:01 2013 Return-Path: <owner-svn-doc-head@FreeBSD.ORG> Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4FD08D58; Fri, 19 Jul 2013 03:46:01 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 2858ACAE; Fri, 19 Jul 2013 03:46:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6J3k14B092895; Fri, 19 Jul 2013 03:46:01 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6J3k15S092894; Fri, 19 Jul 2013 03:46:01 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201307190346.r6J3k15S092894@svn.freebsd.org> From: Warren Block <wblock@FreeBSD.org> Date: Fri, 19 Jul 2013 03:46:01 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42324 - head/en_US.ISO8859-1/books/fdp-primer/the-website X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head <svn-doc-head.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-head> List-Post: <mailto:svn-doc-head@freebsd.org> List-Help: <mailto:svn-doc-head-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Fri, 19 Jul 2013 03:46:01 -0000 Author: wblock Date: Fri Jul 19 03:46:00 2013 New Revision: 42324 URL: http://svnweb.freebsd.org/changeset/doc/42324 Log: Remove redundant information about working copy size and use of Subversion from "the website" chapter. Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml Modified: head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml Fri Jul 19 03:30:02 2013 (r42323) +++ head/en_US.ISO8859-1/books/fdp-primer/the-website/chapter.xml Fri Jul 19 03:46:00 2013 (r42324) @@ -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 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>