From owner-freebsd-doc@FreeBSD.ORG Fri May 16 14:37:29 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 1593A37B401 for ; Fri, 16 May 2003 14:37:29 -0700 (PDT) Received: from thalia.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5805B43F85 for ; Fri, 16 May 2003 14:37:26 -0700 (PDT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a044.otenet.gr [212.205.215.44]) by thalia.otenet.gr (8.12.9/8.12.9) with ESMTP id h4GLbMoA015401 for ; Sat, 17 May 2003 00:37:23 +0300 (EEST) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.9/8.12.9) with ESMTP id h4GLbHfj016266 for ; Sat, 17 May 2003 00:37:17 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.9/8.12.9/Submit) id h4GLG0tO015768; Sat, 17 May 2003 00:16:00 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 17 May 2003 00:15:59 +0300 From: Giorgos Keramidas To: "G.S. Hong" Message-ID: <20030516211559.GB14439@gothmog.gr> References: <20030515042233.76332.qmail@web7309.mail.kr.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030515042233.76332.qmail@web7309.mail.kr.yahoo.com> cc: freebsd-doc@FreeBSD.org Subject: Re: How can I get *.sgml files? 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: Fri, 16 May 2003 21:37:29 -0000 On 2003-05-15 13:22, "G.S. Hong" wrote: > Hi, everyone. > I want to print the FreeBSD HandBook. > > But, It,PDF file, isn't good in FreeBSD FTP Server. > so, I want to get the FreeBSD HandBook sgml files. > > Then, I want to convert PDF from SGML. > How can I get sgml files in FreeBSD Handbook relation? > I may use the 'cvs' command. > Would you tell me the procedure,please? Use cvsup and the supfile /usr/share/examples/cvsup/doc-supfile to download a copy of the SGML sources. Then read the FreeBSD Documentation Project Primer for New Contributors at: http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/fdp-primer/ This should get you started :) - Giorgos