From owner-svn-doc-all@FreeBSD.ORG Sat May 19 23:49:30 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BC40106566C; Sat, 19 May 2012 23:49:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2D1B88FC0A; Sat, 19 May 2012 23:49:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q4JNnS8b053391; Sat, 19 May 2012 23:49:28 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4JNnS6E053389; Sat, 19 May 2012 23:49:28 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205192349.q4JNnS6E053389@svn.freebsd.org> From: Glen Barber Date: Sat, 19 May 2012 23:49:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r38841 - head/en_US.ISO8859-1/articles/committers-guide X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 19 May 2012 23:49:30 -0000 Author: gjb Date: Sat May 19 23:49:28 2012 New Revision: 38841 URL: http://svn.freebsd.org/changeset/doc/38841 Log: Add a brief section to the Subversion Primer outlining the layout of the doc SVN repository. Modified: head/en_US.ISO8859-1/articles/committers-guide/article.sgml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.sgml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.sgml Sat May 19 22:58:33 2012 (r38840) +++ head/en_US.ISO8859-1/articles/committers-guide/article.sgml Sat May 19 23:49:28 2012 (r38841) @@ -1377,6 +1377,45 @@ Host projcvs.FreeBSD.org + + + &os; Documentation Project Branches and + Layout + + In svn+ssh://svn.freebsd.org/doc, + doc refers repository root of the + source tree. + + In general, most &os; Documentation Project work will be + done within the head/ branch of the + source tree. + + &os; documentation is written and/or translated to + various languages, each of which within a separate + directory within the head/ + branch. + + Each translation set contains several subdirectories for + the various parts of the &os; Documentation Project. A few + noteworthy directories are: + + + + /articles/ contains the source + code for articles written by various &os; + contributors. + + + /books/ contains the source + code for the different books, such as the + &os; Handbook. + + + /htdocs/ contains the source + code for the &os; website. + + +