From owner-freebsd-doc@FreeBSD.ORG Tue Jun 17 12:18:33 2003 Return-Path: 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 D88B737B401 for ; Tue, 17 Jun 2003 12:18:33 -0700 (PDT) Received: from pittgoth.com (14.zlnp1.xdsl.nauticom.net [209.195.149.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9AB9643FAF for ; Tue, 17 Jun 2003 12:18:32 -0700 (PDT) (envelope-from trhodes@FreeBSD.org) Received: from mobile.pittgoth.com (acs-24-154-229-196.zoominternet.net [24.154.229.196]) by pittgoth.com (8.12.9/8.12.9) with SMTP id h5HJIUkR003364; Tue, 17 Jun 2003 15:18:31 -0400 (EDT) (envelope-from trhodes@FreeBSD.org) Date: Tue, 17 Jun 2003 15:07:20 -0400 From: Tom Rhodes To: Alfred Perlstein Message-Id: <20030617150720.4d00bfce.trhodes@FreeBSD.org> In-Reply-To: <20030617184736.GR62025@elvis.mu.org> References: <20030617050645.GI62025@elvis.mu.org> <20030617180137.GA16570@Odin.AC.HMC.Edu> <20030617184736.GR62025@elvis.mu.org> X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd5.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: doc@FreeBSD.org Subject: Re: pxe doc cleanup. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2003 19:18:34 -0000 On Tue, 17 Jun 2003 11:47:36 -0700 Alfred Perlstein wrote: > * Brooks Davis [030617 11:01] wrote: > > On Mon, Jun 16, 2003 at 10:06:45PM -0700, Alfred Perlstein wrote: > > > I would like to host the config files for > > > http://www.freebsd.org/doc/en_US.ISO8859-1/articles/pxe/server-config.html > > > somewhere under our CVS, how shall I do that? > > > > IMO, the files should be inlined into the main document. As it stands > > the PDF is worse the useless since it doesn't include the config files. > > That would also work, what tags should I wrap the file text with so > that can be accomplished? > There are several methods you could use to accomplish this, for instance you could copy/paste the file in and use the programlisting tags. You could define it as an entity and use something like this: &config.file0; &config.file1; ... And if you need help, just ask. :) -- Tom Rhodes