From owner-svn-doc-all@FreeBSD.ORG Sat Mar 15 15:58:59 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5490C30; Sat, 15 Mar 2014 15:58:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B52ED81B; Sat, 15 Mar 2014 15:58:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2FFwxdJ053555; Sat, 15 Mar 2014 15:58:59 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2FFwwru053546; Sat, 15 Mar 2014 15:58:58 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201403151558.s2FFwwru053546@svn.freebsd.org> From: Warren Block Date: Sat, 15 Mar 2014 15:58:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44243 - in head: en_US.ISO8859-1/articles en_US.ISO8859-1/articles/pgpkeys en_US.ISO8859-1/books/handbook/pgpkeys en_US.ISO8859-1/htdocs/docs share/xml 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.17 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, 15 Mar 2014 15:58:59 -0000 Author: wblock Date: Sat Mar 15 15:58:58 2014 New Revision: 44243 URL: http://svnweb.freebsd.org/changeset/doc/44243 Log: Move most of the PGP keys out of the Handbook into a separate article. The new article is in articles/pgpkeys. Approved by: so, accounts, core, re, portmgr@ (implicit, no objections) Added: head/en_US.ISO8859-1/articles/pgpkeys/ head/en_US.ISO8859-1/articles/pgpkeys/Makefile (contents, props changed) head/en_US.ISO8859-1/articles/pgpkeys/article.xml - copied, changed from r43712, head/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.xml Modified: head/en_US.ISO8859-1/articles/Makefile head/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.xml head/en_US.ISO8859-1/htdocs/docs/books.xml head/share/xml/urls.ent Modified: head/en_US.ISO8859-1/articles/Makefile ============================================================================== --- head/en_US.ISO8859-1/articles/Makefile Sat Mar 15 04:48:20 2014 (r44242) +++ head/en_US.ISO8859-1/articles/Makefile Sat Mar 15 15:58:58 2014 (r44243) @@ -34,6 +34,7 @@ SUBDIR+= nanobsd SUBDIR+= new-users SUBDIR+= p4-primer SUBDIR+= pam +SUBDIR+= pgpkeys SUBDIR+= port-mentor-guidelines SUBDIR+= portbuild SUBDIR+= pr-guidelines Added: head/en_US.ISO8859-1/articles/pgpkeys/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/en_US.ISO8859-1/articles/pgpkeys/Makefile Sat Mar 15 15:58:58 2014 (r44243) @@ -0,0 +1,21 @@ +# +# $FreeBSD$ +# +# Article: PGP Keys + +DOC?= article + +FORMATS?= html +WITH_ARTICLE_TOC?= YES + +INSTALL_COMPRESSED?= gz +INSTALL_ONLY_COMPRESSED?= + +SRCS= article.xml + +# To build with just key fingerprints, set FINGERPRINTS_ONLY. + +URL_RELPREFIX?= ../../../.. +DOC_PREFIX?= ${.CURDIR}/../../.. + +.include "${DOC_PREFIX}/share/mk/doc.project.mk" Copied and modified: head/en_US.ISO8859-1/articles/pgpkeys/article.xml (from r43712, head/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.xml) ============================================================================== --- head/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.xml Fri Jan 31 22:10:26 2014 (r43712, copy source) +++ head/en_US.ISO8859-1/articles/pgpkeys/article.xml Sat Mar 15 15:58:58 2014 (r44243) @@ -1,8 +1,13 @@ + %pgpkeys; +]> + - - PGP Keys + This article contains all the keys. The officer keys are also + shown in the Handbook PGP keys chapter. - pgp keys - In case you need to verify a signature or send encrypted email - to one of the officers or developers a number of keys are provided - here for your convenience. A complete keyring of FreeBSD.org - users is available for download from http://www.FreeBSD.org/doc/pgpkeyring.txt. +--> +
+ + Open<acronym>PGP</acronym> Keys + $FreeBSD$ + $FreeBSD$ + + + These OpenPGP keys can be used to verify a + signature or send encrypted email to + FreeBSD.org officers + or developers. The complete keyring can be downloaded at http://www.FreeBSD.org/doc/pgpkeyring.txt. Officers @@ -43,4 +55,4 @@ §ion.pgpkeys-other; - +
Modified: head/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.xml Sat Mar 15 04:48:20 2014 (r44242) +++ head/en_US.ISO8859-1/books/handbook/pgpkeys/chapter.xml Sat Mar 15 15:58:58 2014 (r44243) @@ -10,37 +10,28 @@ See the README file in head/share/pgpkeys for instructions. + Note that only officer keys are shown here now. All of the keys are + shown in en_US.ISO8859-1/articles/pgpkeys/article.xml. + --> - PGP Keys + Open<acronym>PGP</acronym> Keys pgp keys - In case you need to verify a signature or send encrypted email - to one of the officers or developers a number of keys are provided - here for your convenience. A complete keyring of FreeBSD.org - users is available for download from http://www.FreeBSD.org/doc/pgpkeyring.txt. + + The OpenPGP keys of the + FreeBSD.org officers + are shown here. These keys can be used to verify a signature or + send encrypted email to one of the officers. A full list of &os; + OpenPGP keys is available in the + PGP + Keys article. The complete keyring can be downloaded + at http://www.FreeBSD.org/doc/pgpkeyring.txt. Officers §ion.pgpkeys-officers; - - - Core Team Members - - §ion.pgpkeys-core; - - - - Developers - - §ion.pgpkeys-developers; - - - - Other Cluster Account Holders - - §ion.pgpkeys-other; - Modified: head/en_US.ISO8859-1/htdocs/docs/books.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/docs/books.xml Sat Mar 15 04:48:20 2014 (r44242) +++ head/en_US.ISO8859-1/htdocs/docs/books.xml Sat Mar 15 15:58:58 2014 (r44243) @@ -256,6 +256,10 @@ Authentication Modules (pam)
A guide to the PAM system and modules under FreeBSD.

+

OpenPGP Keys + (pgpkeys)
+ All of the OpenPGP keys for &os;.

+

Port Mentor Guidelines (port-mentor-guidelines)
Guidelines for new and/or potential port mentors and Modified: head/share/xml/urls.ent ============================================================================== --- head/share/xml/urls.ent Sat Mar 15 04:48:20 2014 (r44242) +++ head/share/xml/urls.ent Sat Mar 15 15:58:58 2014 (r44243) @@ -110,6 +110,8 @@ + +