From owner-freebsd-doc Mon Nov 18 13:19:41 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 D95E837B401 for ; Mon, 18 Nov 2002 13:19:39 -0800 (PST) Received: from abigail.blackend.org (blackend.org [212.11.50.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 071E343E88 for ; Mon, 18 Nov 2002 13:19:38 -0800 (PST) (envelope-from marc@blackend.org) Received: from nosferatu.blackend.org (nosferatu.blackend.org [192.168.1.205]) by abigail.blackend.org (8.12.3/8.12.3) with ESMTP id gAILJZWt016873 for ; Mon, 18 Nov 2002 22:19:35 +0100 (CET) (envelope-from marc@abigail.blackend.org) Received: from nosferatu.blackend.org (localhost [127.0.0.1]) by nosferatu.blackend.org (8.12.6/8.12.6) with ESMTP id gAILDuJA001391 for ; Mon, 18 Nov 2002 22:13:56 +0100 (CET) (envelope-from marc@nosferatu.blackend.org) Received: (from marc@localhost) by nosferatu.blackend.org (8.12.6/8.12.6/Submit) id gAILDuB1001390 for freebsd-doc@FreeBSD.ORG; Mon, 18 Nov 2002 22:13:56 +0100 (CET) Date: Mon, 18 Nov 2002 22:13:55 +0100 From: Marc Fonvieille To: freebsd-doc@FreeBSD.ORG Subject: Re: Moving PGP-keys into share/? Message-ID: <20021118211355.GE202@nosferatu.blackend.org> References: <20021118205344.A44150@sumuk.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021118205344.A44150@sumuk.de> User-Agent: Mutt/1.4i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.7-STABLE 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 On Mon, Nov 18, 2002 at 08:53:44PM +0100, Martin Heinen wrote: > 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. > Really bad :)) We used to do it for images, now we can use images from en_US tree. However it's still possible to use localized images (this should be a little number of file). > - 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. > We already have a dependency on images and some other bits. > - 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. > In past I was for that approach but now I'm for the previous one for some reasons: - We need the en_US tree for the images, of course we could put them in share/ too but Makefiles would be more "complicated" when it will be the time to use local images. And I know too much that problem, when I had to deal with ghostscript bugs to make possible the use of en_US images from localized docs. - The en_US tree is always up to date, so people will always grab it, so having dependencies is not a problem. > 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? > As I said, to be really independant from the en_US tree, the images problem has to be fixed. Using things from en_US tree is the easiest solution. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message