From owner-cvs-doc@FreeBSD.ORG Tue Mar 30 23:44:21 2004 Return-Path: Delivered-To: cvs-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6FBE16A4CE; Tue, 30 Mar 2004 23:44:21 -0800 (PST) Received: from Kain.sumuk.de (Kain.sumuk.de [213.221.86.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id A873043D58; Tue, 30 Mar 2004 23:44:20 -0800 (PST) (envelope-from vincent@sumuk.de) Received: from Goliath.earth.sol (Goliath.earth.sol [192.168.1.6]) by Kain.sumuk.de (8.12.10/8.12.10) with ESMTP id i2V7iHt5007896; Wed, 31 Mar 2004 09:44:17 +0200 (CEST) (envelope-from vincent@sumuk.de) Received: from Goliath.earth.sol (localhost.earth.sol [127.0.0.1]) by Goliath.earth.sol (8.12.10/8.12.10) with ESMTP id i2V7iHW3017289; Wed, 31 Mar 2004 09:44:17 +0200 (CEST) (envelope-from vincent@Goliath.earth.sol) Received: (from vincent@localhost) by Goliath.earth.sol (8.12.10/8.12.10/Submit) id i2V7iHnn017288; Wed, 31 Mar 2004 09:44:17 +0200 (CEST) (envelope-from vincent) Date: Wed, 31 Mar 2004 09:44:17 +0200 From: Martin Heinen To: Dag-Erling =?iso-8859-1?Q?Sm=F8rgrav?= Message-ID: <20040331074416.GA17092@sumuk.de> References: <200403301659.i2UGxwk6060550@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4.1i cc: doc-committers@FreeBSD.org cc: cvs-doc@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: doc/en_US.ISO8859-1/books/dev-model Makefile book.sgml chapters.ent X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 07:44:22 -0000 On Tue, Mar 30, 2004 at 07:13:52PM +0200, Dag-Erling Smørgrav wrote: > Niklas and I would be really happy if someone could point us in the > direction of a tool which can reindent DocBook SGML to match the FDP's > indentation rules. ue@ has written suppe which is part of the port textproc/fdp-tools-1.2. The most recent version of the port is 1.4, unfortunately it didn't make it into the Ports Collection. You can download ist from: http://www.ruhr.de/home/nathan/FreeBSD/fdp-tools-1.4.tar.gz MD5 (fdp-tools-1.4.tar.gz) = 268592156db8912a9419880d278adb98 You might need to customize suppe a bit (include tags unknown to suppe), but this should be pretty easy. -- Marxpitn