From owner-freebsd-doc Mon Nov 18 11:53:56 2002 Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28C8D37B401 for ; Mon, 18 Nov 2002 11:53:55 -0800 (PST) Received: from Kain.sumuk.de (Kain.sumuk.de [213.221.86.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC4DF43E88 for ; Mon, 18 Nov 2002 11:53:53 -0800 (PST) (envelope-from vincent@sumuk.de) Received: from Moses.earth.sol (Moses.earth.sol [192.168.1.1]) by Kain.sumuk.de (8.12.5/8.12.5) with ESMTP id gAIJrlpF012782 for ; Mon, 18 Nov 2002 20:53:47 +0100 (CET) (envelope-from vincent@sumuk.de) Received: from Moses.earth.sol (localhost.earth.sol [127.0.0.1]) by Moses.earth.sol (8.12.5/8.12.5) with ESMTP id gAIJrkLS044373 for ; Mon, 18 Nov 2002 20:53:46 +0100 (CET) (envelope-from vincent@Moses.earth.sol) Received: (from vincent@localhost) by Moses.earth.sol (8.12.5/8.12.5/Submit) id gAIJrjo6044372 for freebsd-doc@FreeBSD.ORG; Mon, 18 Nov 2002 20:53:45 +0100 (CET) Date: Mon, 18 Nov 2002 20:53:44 +0100 From: Martin Heinen To: freebsd-doc@FreeBSD.ORG Subject: Moving PGP-keys into share/? Message-ID: <20021118205344.A44150@sumuk.de> Reply-To: freebsd-doc@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i 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 I found three ways to integrate books/handbook/pgpkeys/ into the German handbook: - Duplicate all files in pgpkeys/ Keeping a copy of all files ensures that there are no dependencies to other parts of the documentation set. However, this will yield some repository bloat. - Use pgpkeys.ent from the en_US tree From book.sgml it is possible to use pgpkeys.ent from the en_US tree as done in the French handbook. This adds a build dependency on the en_US tree for translated versions. - Move PGP-keys into share/ With this approach all translations could refer to pgpkeys.ent in share/ which circumvents the dependency on the en_US tree. Adding new keys has to be done in two places now. Especially for the first commits this might be to complicated. The subject suggests that I'm biased towards the last approach, but the second one is easier to implement and much less work. What's the best way to do this? -- Marxpitn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message