From owner-freebsd-doc Fri Jun 29 12:19:41 2001 Delivered-To: freebsd-doc@freebsd.org Received: from meow.osd.bsdi.com (meow.osd.bsdi.com [204.216.28.88]) by hub.freebsd.org (Postfix) with ESMTP id 73A7337B403 for ; Fri, 29 Jun 2001 12:19:38 -0700 (PDT) (envelope-from murray@meow.osd.bsdi.com) Received: (from murray@localhost) by meow.osd.bsdi.com (8.11.3/8.11.2) id f5TJJWd89978 for freebsd-doc@FreeBSD.org; Fri, 29 Jun 2001 12:19:32 -0700 (PDT) (envelope-from murray) Date: Fri, 29 Jun 2001 12:19:32 -0700 From: Murray Stokely To: freebsd-doc@FreeBSD.org Subject: PGP keys in Handbook Message-ID: <20010629121932.C87852@meow.osd.bsdi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org PGP keys are taking up about 50 pages of the printed handbook. I think this is great information for the HTML version, but I think that fingerprints would be sufficient for our PostScript output. I've made a change localy that adds a role="pgpkey" attribute to the tags that close the actual key, and then a vanilla to enclose the fingerprints. I've then added a handler to frebsd.dsl that ignores this tag if the role=pgpkey only in the print stylesheets. Are there any objections to me committing this? http://people.freebsd.org/~murray/patches/ freebsd.dsl.diff pgpkeys.diff - Murray Index: freebsd.dsl =================================================================== RCS file: /home/ncvs/doc/share/sgml/freebsd.dsl,v retrieving revision 1.34 diff -u -r1.34 freebsd.dsl --- freebsd.dsl 2001/06/24 02:46:40 1.34 +++ freebsd.dsl 2001/06/29 19:02:52 @@ -200,6 +200,13 @@ 3 1)) + (element programlisting + (if (equal? (attribute-string (normalize "role")) "pgpkey") + (empty-sosofo) + ($verbatim-display$ + %indent-programlisting-lines% + %number-programlisting-lines%))) + (define %body-start-indent% 0pi) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message