Date: Sat, 15 Mar 2014 15:58:58 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> 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 Message-ID: <201403151558.s2FFwwru053546@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 @@ <?xml version="1.0" encoding="iso-8859-1"?> +<!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN" + "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [ +<!ENTITY % pgpkeys SYSTEM "../../../share/pgpkeys/pgpkeys.ent"> %pgpkeys; +]> + <!-- - The FreeBSD Documentation Project + The FreeBSD Documentation Project - $FreeBSD$ + $FreeBSD$ --> <!-- @@ -10,15 +15,22 @@ See the README file in head/share/pgpkeys for instructions. ---> -<appendix xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="pgpkeys"> - <title>PGP Keys</title> + This article contains all the keys. The officer keys are also + shown in the Handbook PGP keys chapter. - <indexterm><primary>pgp keys</primary></indexterm> - <para>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 <systemitem class="fqdomainname">FreeBSD.org</systemitem> - users is available for download from <link xlink:href="&url.base;/doc/pgpkeyring.txt">http://www.FreeBSD.org/doc/pgpkeyring.txt</link>.</para> +--> +<article xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="pgpkeys"> + <info> + <title>Open<acronym>PGP</acronym> Keys</title> + <pubdate>$FreeBSD$</pubdate> + <releaseinfo>$FreeBSD$</releaseinfo> + </info> + + <para>These Open<acronym>PGP</acronym> keys can be used to verify a + signature or send encrypted email to + <systemitem class="fqdomainname">FreeBSD.org</systemitem> officers + or developers. The complete keyring can be downloaded at <link + xlink:href="&url.base;/doc/pgpkeyring.txt">http://www.FreeBSD.org/doc/pgpkeyring.txt</link>.</para> <sect1 xml:id="pgpkeys-officers"> <title>Officers</title> @@ -43,4 +55,4 @@ §ion.pgpkeys-other; </sect1> -</appendix> +</article> 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. + --> <appendix xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="pgpkeys"> - <title>PGP Keys</title> + <title>Open<acronym>PGP</acronym> Keys</title> <indexterm><primary>pgp keys</primary></indexterm> - <para>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 <systemitem class="fqdomainname">FreeBSD.org</systemitem> - users is available for download from <link xlink:href="&url.base;/doc/pgpkeyring.txt">http://www.FreeBSD.org/doc/pgpkeyring.txt</link>.</para> + + <para>The Open<acronym>PGP</acronym> keys of the + <systemitem class="fqdomainname">FreeBSD.org</systemitem> 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; + Open<acronym>PGP</acronym> keys is available in the + <link xlink:href="&url.articles.pgpkeys;"><acronym>PGP</acronym> + Keys</link> article. The complete keyring can be downloaded + at <link + xlink:href="&url.base;/doc/pgpkeyring.txt">http://www.FreeBSD.org/doc/pgpkeyring.txt</link>.</para> <sect1 xml:id="pgpkeys-officers"> <title>Officers</title> §ion.pgpkeys-officers; </sect1> - - <sect1 xml:id="pgpkeys-core"> - <title>Core Team Members</title> - - §ion.pgpkeys-core; - </sect1> - - <sect1 xml:id="pgpkeys-developers"> - <title>Developers</title> - - §ion.pgpkeys-developers; - </sect1> - - <sect1 xml:id="pgpkeys-other"> - <title>Other Cluster Account Holders</title> - - §ion.pgpkeys-other; - </sect1> </appendix> 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</a> (pam)<br/> A guide to the PAM system and modules under FreeBSD.</p> + <p><a href="&url.articles;/pgpkeys/index.html">OpenPGP Keys</a> + (pgpkeys)<br/> + All of the OpenPGP keys for &os;.</p> + <p><a href="&url.articles;/port-mentor-guidelines/index.html">Port Mentor Guidelines</a> (port-mentor-guidelines)<br/> 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 @@ <!ENTITY url.articles.p4-primer.en "&url.doc.langbase.en;/articles/p4-primer"> <!ENTITY url.articles.pam "&url.doc.langbase;/articles/pam"> <!ENTITY url.articles.pam.en "&url.doc.langbase.en;/articles/pam"> +<!ENTITY url.articles.pgpkeys "&url.doc.langbase;/articles/pgpkeys"> +<!ENTITY url.articles.pgpkeys.en "&url.doc.langbase.en;/articles/pgpkeys"> <!ENTITY url.articles.portbuild "&url.doc.langbase;/articles/portbuild"> <!ENTITY url.articles.portbuild.en "&url.doc.langbase.en;/articles/portbuild"> <!ENTITY url.articles.pr-guidelines "&url.doc.langbase;/articles/pr-guidelines">
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403151558.s2FFwwru053546>