From owner-svn-doc-all@FreeBSD.ORG Fri Jul 19 03:46:01 2013 Return-Path: Delivered-To: svn-doc-all@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 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-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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 @@ The Website - - Preparation - - 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. - - - Make sure the documentation ports are updated to the - latest version. See - the - Handbook section on ports for more - information. - - - - Using <command>svn</command> - - svn is needed to check out the - documentation and web site files from the - doc Subversion repository. - svn can be installed with &man.pkg.add.1; - or from the &os; Ports Collection by running: - - &prompt.root; cd /usr/ports/devel/subversion -&prompt.root; make install clean - - To check out the source files for the &os; web site and - the rest of the documentation, run: - - &prompt.user; svn checkout https://svn0.us-east.FreeBSD.org/doc/head/ ~/doc - - svn0.us-east.FreeBSD.org - is a public SVN server. Select the closest - mirror and verify the mirror server certificate from the list - of - Subversion - mirror sites. - - After the checkout completes, the current version of the - &os; documentation, including the web site files, will be - present in - ~/doc. - - - Build the Web Pages