From owner-cvs-doc@FreeBSD.ORG Wed Mar 15 19:54:50 2006 Return-Path: X-Original-To: cvs-doc@FreeBSD.org 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 54A4416A401; Wed, 15 Mar 2006 19:54:50 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A80E43D45; Wed, 15 Mar 2006 19:54:50 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2FJsnTp084084; Wed, 15 Mar 2006 19:54:49 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2FJsnZA084083; Wed, 15 Mar 2006 19:54:49 GMT (envelope-from delphij) Message-Id: <200603151954.k2FJsnZA084083@repoman.freebsd.org> From: Xin LI Date: Wed, 15 Mar 2006 19:54:49 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/zh_CN.GB2312/books/arch-handbook Makefile book.sgml chapters.ent mac.ent doc/zh_CN.GB2312/books/arch-handbook/boot chapter.sgml doc/zh_CN.GB2312/books/arch-handbook/driverbasics chapter.sgml doc/zh_CN.GB2312/books/arch-handbook/isa chapter.sgml doc/zh_CN.GB2312/books/arch-handbook/jail ... X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 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, 15 Mar 2006 19:54:50 -0000 delphij 2006-03-15 19:54:49 UTC FreeBSD doc repository Added files: zh_CN.GB2312/books/arch-handbook Makefile book.sgml chapters.ent mac.ent zh_CN.GB2312/books/arch-handbook/boot chapter.sgml zh_CN.GB2312/books/arch-handbook/driverbasics chapter.sgml zh_CN.GB2312/books/arch-handbook/isa chapter.sgml zh_CN.GB2312/books/arch-handbook/jail chapter.sgml zh_CN.GB2312/books/arch-handbook/kobj chapter.sgml zh_CN.GB2312/books/arch-handbook/locking chapter.sgml zh_CN.GB2312/books/arch-handbook/mac chapter.sgml zh_CN.GB2312/books/arch-handbook/newbus chapter.sgml zh_CN.GB2312/books/arch-handbook/pccard chapter.sgml zh_CN.GB2312/books/arch-handbook/pci chapter.sgml zh_CN.GB2312/books/arch-handbook/scsi chapter.sgml zh_CN.GB2312/books/arch-handbook/smp chapter.sgml zh_CN.GB2312/books/arch-handbook/sound chapter.sgml zh_CN.GB2312/books/arch-handbook/sysinit chapter.sgml zh_CN.GB2312/books/arch-handbook/usb chapter.sgml zh_CN.GB2312/books/arch-handbook/vm chapter.sgml Log: Add the Simplified Chinese Translation of the FreeBSD Architecture Handbook. Obtained from: The FreeBSD Simplified Chinese Project Work done by: intron , spellar , delphij Additional Contributor: Qin ZHAO (language) Revision Changes Path 1.1 +60 -0 doc/zh_CN.GB2312/books/arch-handbook/Makefile (new) 1.1 +184 -0 doc/zh_CN.GB2312/books/arch-handbook/book.sgml (new) 1.1 +930 -0 doc/zh_CN.GB2312/books/arch-handbook/boot/chapter.sgml (new) 1.1 +34 -0 doc/zh_CN.GB2312/books/arch-handbook/chapters.ent (new) 1.1 +581 -0 doc/zh_CN.GB2312/books/arch-handbook/driverbasics/chapter.sgml (new) 1.1 +2162 -0 doc/zh_CN.GB2312/books/arch-handbook/isa/chapter.sgml (new) 1.1 +540 -0 doc/zh_CN.GB2312/books/arch-handbook/jail/chapter.sgml (new) 1.1 +298 -0 doc/zh_CN.GB2312/books/arch-handbook/kobj/chapter.sgml (new) 1.1 +337 -0 doc/zh_CN.GB2312/books/arch-handbook/locking/chapter.sgml (new) 1.1 +97 -0 doc/zh_CN.GB2312/books/arch-handbook/mac.ent (new) 1.1 +7259 -0 doc/zh_CN.GB2312/books/arch-handbook/mac/chapter.sgml (new) 1.1 +339 -0 doc/zh_CN.GB2312/books/arch-handbook/newbus/chapter.sgml (new) 1.1 +305 -0 doc/zh_CN.GB2312/books/arch-handbook/pccard/chapter.sgml (new) 1.1 +424 -0 doc/zh_CN.GB2312/books/arch-handbook/pci/chapter.sgml (new) 1.1 +1825 -0 doc/zh_CN.GB2312/books/arch-handbook/scsi/chapter.sgml (new) 1.1 +938 -0 doc/zh_CN.GB2312/books/arch-handbook/smp/chapter.sgml (new) 1.1 +643 -0 doc/zh_CN.GB2312/books/arch-handbook/sound/chapter.sgml (new) 1.1 +199 -0 doc/zh_CN.GB2312/books/arch-handbook/sysinit/chapter.sgml (new) 1.1 +462 -0 doc/zh_CN.GB2312/books/arch-handbook/usb/chapter.sgml (new) 1.1 +241 -0 doc/zh_CN.GB2312/books/arch-handbook/vm/chapter.sgml (new)