From owner-freebsd-doc@FreeBSD.ORG Sun Nov 20 03:17:14 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4A6B106566B; Sun, 20 Nov 2011 03:17:14 +0000 (UTC) (envelope-from jotawski@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id DA8118FC15; Sun, 20 Nov 2011 03:17:13 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so6817834bkb.13 for ; Sat, 19 Nov 2011 19:17:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=0Lft5aroG4G8xJetvS+slMKHY9EYd1J1ag396FFURGo=; b=jvzuhxg7huroR9SRKj9n2j3FTHPmz2D0BD5VAQnYB+eyKlHPkKmvTBdYDIjPCut0k2 LW2HbbUho7cNOl2HZPoiiz8WO8/7V4Cw/UL14k/Z78rQbchrZVLrhgyBFbYttM9OJIkz qJXp5O1c7yoU8tMu+ZFWEh1dkqAR7SgftVcWk= MIME-Version: 1.0 Received: by 10.205.135.129 with SMTP id ig1mr9211034bkc.106.1321759022664; Sat, 19 Nov 2011 19:17:02 -0800 (PST) Received: by 10.205.123.140 with HTTP; Sat, 19 Nov 2011 19:17:02 -0800 (PST) In-Reply-To: <20111120.085346.193783891.ryusuke@jp.FreeBSD.org> References: <4EB716A4.2020600@FreeBSD.org> <20111120.085346.193783891.ryusuke@jp.FreeBSD.org> Date: Sun, 20 Nov 2011 10:17:02 +0700 Message-ID: From: Mniyardfa Jotawski To: Ryusuke SUZUKI Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-doc@freebsd.org, Doug Barton Subject: Re: handbook translation X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2011 03:17:14 -0000 On Sun, Nov 20, 2011 at 6:53 AM, Ryusuke SUZUKI wrote: > Hi, > > Did you understand how to set up CVSup for translating the FreeBSD > handbook? > > Hi, I did these 1) cvsup to the most fastest cvsup site nearest to my country with cvs-supfile supplied with OS and put them to /kaitag/ncvs, (prefix), and regularly cvsup from time to time. 2) at my home directory, I set up cvsupd and check out from the above repository. I follow http://www.cvsup.org/faq.html in setting up cvsupd at my home and put all doc set from the above repository into ~/doc 3) import ~/doc to ~Repository-${USER}, and checked them out for doing translation with mkdir -p ~/doc cd ~/doc setenv CVSROOT ~/Repository-${USER} cvs import doc psr start cd rmdir doc cvs checkout doc and sure ${USER} is motorc cvs-supfile using in 1) above is as follow *default host=CHANGE_THIS.FreeBSD.org *default base=/kaitag/db *default prefix=/kaitag/ncvs *default release=cvs *default delete use-rel-suffix *default compress src-all ports-all doc-all www projects-all cvsroot-all of course I replace CHANGE_THIS to whatever fastest_cvsup gave me. and a supfile for using in 2) is *default host=localhost *default prefix=/home/motorc *default base=/home/motorc/db *default release=cvs tag=. *default delete use-rel-suffix *default compress doc and list files for cvsupd for using with 2) above are motorc@[dell] ~/base/sup/doc> ll total 4 -rw-r--r-- 1 motorc motorc 13 Nov 15 06:48 list.cvs -rw-r--r-- 1 motorc motorc 38 Nov 14 07:26 releases motorc@[dell] ~/base/sup/doc> the contents of each file, single line for each, are motorc@[dell] ~/base/sup/doc> cat list.cvs upgrade doc motorc@[dell] ~/base/sup/doc> cat releases cvs list=list.cvs prefix=/kaitag/ncvs I started cvsupd with cvsupd -b /home/motorc/base and I retrieve doc set from 1) above via this well known command cvsup -g -L 2 supfile I have written this to my blog, http://makham.blogspot.com/2011/11/fdp-cvsup.html , but in thai and hoping that some thai will be helping me. I am now translating ~/doc/en_US.ISO8859-1/books/handbook/book.sgml. Many thanks indeed for your times and apologized me for my bad english. > Ryusuke > > From: Mniyardfa Jotawski > Subject: Re: handbook translation > Date: Wed, 9 Nov 2011 12:47:44 +0700 > > > hi sirs, > > > > > > On Mon, Nov 7, 2011 at 6:22 AM, Doug Barton wrote: > > > > > On 11/05/2011 17:55, Mniyardfa Jotawski wrote: > > > > Hi sirs, > > > > > > > > > > > > I would like to know if I wanted to translate FreeBSD handbook from > > > English > > > > into Thai, do I need to translate a file > > > > /usr/doc/en_US.ISO8859-1/book.sgml ? > > > > > > You're going to want to read > > > http://www.freebsd.org/doc/en/books/fdp-primer/, particularly the > > > chapter on translations. Good luck. :) > > > > > > > > I am reading > > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/fdp-primer/overview-before.htmland > > have a question about 'using > > *CVSup* to download just a *checked-out* copy' in that chapter. Does > that > > mean some thing similar to the following command > > > > # cvsup -g -L 2 -h > cvsup2.jp.freebsd.org/usr/share/examples/cvsup/doc-supfile > > > > Actually, I know how to setup CVSROOT, check-in, check-out from my local > > reporsitory. > > > > Would you please clarify my understanding about the text in the manual > > above ? > > > > Many thanks in advance for any hints and helps. > > > > > > > Doug > > > > > > -- > > > > > > "We could put the whole Internet into a book." > > > "Too practical." > > > > > > Breadth of IT experience, and depth of knowledge in the DNS. > > > Yours for the right price. :) http://SupersetSolutions.com/ > > > > > > > > > > with best regards, > > psr > > _______________________________________________ > > freebsd-doc@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" > with best regards, psr