From psilo.tum@msa.hinet.net Sat Oct 7 14:13:27 2006 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 676C216A403; Sat, 7 Oct 2006 14:13:27 +0000 (UTC) (envelope-from psilo.tum@msa.hinet.net) Received: from msr49.hinet.net (msr49.hinet.net [168.95.4.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id B848043D45; Sat, 7 Oct 2006 14:13:26 +0000 (GMT) (envelope-from psilo.tum@msa.hinet.net) Received: from psilotum.myphotos.cc (61-228-28-50.dynamic.hinet.net [61.228.28.50]) by msr49.hinet.net (8.9.3/8.9.3) with SMTP id WAA29132; Sat, 7 Oct 2006 22:13:24 +0800 (CST) Received: by psilotum.myphotos.cc (sSMTP sendmail emulation); Sat, 7 Oct 2006 22:13:24 +0800 Message-Id: <200610071413.WAA29132@msr49.hinet.net> Date: Sat, 7 Oct 2006 22:13:24 +0800 From: "psilotum" Reply-To: psilotum To: FreeBSD-gnats-submit@freebsd.org Cc: chinsan@freebsd.org Subject: [UPDATE] zh_TW: Update fdp-primer/the-website to SVN#1029 X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 104107 >Category: docs >Synopsis: [UPDATE] zh_TW: Update fdp-primer/the-website to SVN#1029 >Confidential: no >Severity: non-critical >Priority: low >Responsible: chinsan >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 07 14:20:23 GMT 2006 >Closed-Date: Fri Oct 13 16:11:17 GMT 2006 >Last-Modified: Fri Oct 13 16:20:16 GMT 2006 >Originator: psilotum >Release: FreeBSD 6.2-PRERELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD psilotum.myphotos.cc 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #2: Fri Oct 6 19:36:23 CST 2006 i386 >Description: update zh_TW.Big5/books/fdp-primer/the-website to svn#1029 ChangeLog: https://opensvn.csie.org/traccgi/freebsddoc/changeset/1029 >How-To-Repeat: >Fix: --- zh_TW.20061007.svn1029.diff begins here --- diff -ruN zh_TW.Big5/books.orig/fdp-primer/the-website/chapter.sgml zh_TW.Big5/books/fdp-primer/the-website/chapter.sgml --- zh_TW.Big5/books.orig/fdp-primer/the-website/chapter.sgml Sat Aug 12 18:39:43 2006 +++ zh_TW.Big5/books/fdp-primer/the-website/chapter.sgml Sat Oct 7 10:06:26 2006 @@ -32,39 +32,38 @@ --> - The Website + 建構 Website - Preparation + 事前準備 - Get 200MB free disk space. You will need the disk space for the - SGML tools, a subset of the CVS tree, temporary build space and the - installed web pages. If you already have installed the SGML tools and - the CVS tree, you need only ~100MB free disk space. + 請先準備約 200MB 空間,這些是要用來放 SGML 工具程式、CVS tree、 + 臨時編譯用的空間,以及編譯好的網頁存放空間。若事先已有裝 SGML 工具程式、 + CVS tree 的話,那麼只需頂多約 100MB 空間即可。 - Make sure your documentation ports are up to date! When in - doubt, remove the old ports using &man.pkg.delete.1; command before - installing the port. For example, we currently depend on - jade-1.2 and if you have installed jade-1.1, please do: + 請確認一下你的相關文件製作所會用到的 ports 都是最新版! + 若不清楚所裝的版本為何,那麼就先以 &man.pkg.delete.1; 指令來移除舊版, + 接著才去裝 port。 舉例來說,若已裝的是 jade-1.1, + 但是我們目前需要的卻是 jade-1.2,那麼先用下列方式來移除舊版: &prompt.root; pkg_delete jade-1.1 - Set up a CVS repository. You need the directories www, doc and - ports in the CVS tree (plus the CVSROOT of course). Please read the - CVSup introduction - on how to mirror a CVS tree or parts of a CVS tree. - - The essential cvsup collections are: www, - doc-all, cvs-base, and - ports-base. - - These collections require ~105MB free disk space. - - A full CVS tree - including src, - doc, www, and - ports - is currently 940MB. + 接著,就是設定 CVS repository。需要至少 www, doc, ports 這三樣 + CVS tree(當然還要加上 CVSROOT)。 請參閱 + CVSup 簡介 + 以瞭解如何來 mirror a CVS tree 或部分 CVS tree。 + + 最低需求的 cvsup collections 為:www, + doc-all, cvs-base 以及 + ports-base + + 剛講的這些需要約 105MB 空間。 + + 而完整的 CVS tree - 包括 src, + doc, www 以及 + ports - 目前約為 940MB。 @@ -72,23 +71,21 @@ - Create and change directory into a build directory with at least 60MB of free - space. + 先建立要編譯的目錄(至少要有 60MB 空間),並切換到該目錄。 &prompt.root; mkdir /var/tmp/webbuild &prompt.root; cd /var/tmp/webbuild - Checkout the SGML files from the CVS tree. + 從 CVS tree 內 checkout 相關的 SGML 檔。 &prompt.root; cvs -R co www doc - Change into the www/en directory, and run - the &man.make.1; all target, to create - the web pages. + 切到 www/en 目錄,然後打 + &man.make.1; all 來產生網頁。 &prompt.root; cd en &prompt.root; make all --- zh_TW.20061007.svn1029.diff ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-doc->chinsan Responsible-Changed-By: chinsan Responsible-Changed-When: Mon Oct 9 12:48:18 UTC 2006 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=104107 State-Changed-From-To: open->closed State-Changed-By: chinsan State-Changed-When: Fri Oct 13 16:11:15 UTC 2006 State-Changed-Why: Committed with some modified. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=104107 From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: docs/104107: commit references a PR Date: Fri, 13 Oct 2006 16:10:30 +0000 (UTC) chinsan 2006-10-13 16:10:00 UTC FreeBSD doc repository Modified files: zh_TW.Big5/books/fdp-primer/the-website chapter.sgml Log: Translate more text into Chinese. PR: docs/104107 Submitted by: psilotum Obtained from: The FreeBSD Traditional Chinese SVN Approved by: delphij (mentor) Revision Changes Path 1.3 +60 -66 doc/zh_TW.Big5/books/fdp-primer/the-website/chapter.sgml _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >Unformatted: