diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml index a25040aefd..e8dca1edef 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml @@ -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.