From owner-svn-doc-all@FreeBSD.ORG Sun May 20 20:55:21 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 937E7106566B; Sun, 20 May 2012 20:55:21 +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 7E01E8FC0A; Sun, 20 May 2012 20:55:21 +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 q4KKtLcm015653; Sun, 20 May 2012 20:55:21 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q4KKtL4r015651; Sun, 20 May 2012 20:55:21 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201205202055.q4KKtL4r015651@svn.freebsd.org> From: Glen Barber Date: Sun, 20 May 2012 20:55:21 +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: r38858 - 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: Sun, 20 May 2012 20:55:21 -0000 Author: gjb Date: Sun May 20 20:55:21 2012 New Revision: 38858 URL: http://svn.freebsd.org/changeset/doc/38858 Log: - Update the Conventions and Traditions to reflect the doc CVS->SVN conversion. - Add a note that the .ent, .sgml, and .xml files are in the doc 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 Sun May 20 20:32:48 2012 (r38857) +++ head/en_US.ISO8859-1/articles/committers-guide/article.sgml Sun May 20 20:55:21 2012 (r38858) @@ -2696,18 +2696,25 @@ $target - head/$source:$P,$Q,$R Guidelines For Committers + + The .ent, .sgml, + and .xml files listed below exist in the + &os; Documentation Project SVN repository at + svn.FreeBSD.org/doc/. + + If you have been given commit rights to one or more of the repositories: Add your author entity to - doc/en_US.ISO8859-1/share/sgml/authors.ent; + head/en_US.ISO8859-1/share/sgml/authors.ent; this should be done first since an omission of this commit will cause the next commits to break the doc/ build. This is a relatively easy task, but remains a good first test of - your CVS skills. + your version control skills. Don't forget to get mentor approval for these patches! @@ -2717,36 +2724,36 @@ $target - head/$source:$P,$Q,$R Also add your author entity to - www/en/developers.sgml. + head/share/sgml/developers.ent. Add yourself to the Developers section of the Contributors List - (doc/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml) and remove yourself from the Additional - Contributors section (doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml). + (head/en_US.ISO8859-1/articles/contributors/contrib.committers.sgml) and remove yourself from the Additional + Contributors section (head/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml). Please note that entries are sorted by last name. Add an entry for yourself to - www/share/sgml/news.xml. Look for the other + head/share/sgml/news.xml. Look for the other entries that look like A new committer and follow the format. You should add your PGP or GnuPG key to - doc/share/pgpkeys (and if you do not + head/share/pgpkeys (and if you do not have a key, you should create one). Do not forget to commit - the updated doc/share/pgpkeys/pgpkeys.ent - and doc/share/pgpkeys/pgpkeys-developers.sgml. + the updated head/share/pgpkeys/pgpkeys.ent + and head/share/pgpkeys/pgpkeys-developers.sgml. Please note that entries are sorted by last name. &a.des; has - written a shell script (doc/share/pgpkeys/addkey.sh) to make this extremely simple. See the + written a shell script (head/share/pgpkeys/addkey.sh) to make this extremely simple. See the README + url="http://svnweb.FreeBSD.org/doc/head/share/pgpkeys/README">README file for more information.