From owner-cvs-doc@FreeBSD.ORG Sun Sep 26 05:20:38 2004 Return-Path: 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 AFFF416A4CE; Sun, 26 Sep 2004 05:20:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AA4B43D1F; Sun, 26 Sep 2004 05:20:38 +0000 (GMT) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8Q5Kcih085446; Sun, 26 Sep 2004 05:20:38 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8Q5KcTj085445; Sun, 26 Sep 2004 05:20:38 GMT (envelope-from hrs) Message-Id: <200409260520.i8Q5KcTj085445@repoman.freebsd.org> From: Hiroki Sato Date: Sun, 26 Sep 2004 05:20:38 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: doc Makefile doc/zh_CN.GB2312 Makefile doc/zh_CN.GB2312/books Makefile Makefile.inc doc/zh_CN.GB2312/books/handbook Makefile appendix.decl book.sgml chapter.decl chapters.ent colophon.sgml txtfiles.ent ... X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 26 Sep 2004 05:20:38 -0000 hrs 2004-09-26 05:20:38 UTC FreeBSD doc repository Modified files: . Makefile zh_CN.GB2312/share/sgml authors.ent Added files: zh_CN.GB2312 Makefile zh_CN.GB2312/books Makefile Makefile.inc zh_CN.GB2312/books/handbook Makefile appendix.decl book.sgml chapter.decl chapters.ent colophon.sgml txtfiles.ent zh_CN.GB2312/books/handbook/advanced-networking Makefile chapter.sgml zh_CN.GB2312/books/handbook/basics Makefile chapter.sgml zh_CN.GB2312/books/handbook/bibliography Makefile chapter.sgml zh_CN.GB2312/books/handbook/boot Makefile chapter.sgml zh_CN.GB2312/books/handbook/config Makefile chapter.sgml zh_CN.GB2312/books/handbook/cutting-edge Makefile chapter.sgml zh_CN.GB2312/books/handbook/desktop Makefile chapter.sgml zh_CN.GB2312/books/handbook/disks Makefile chapter.sgml zh_CN.GB2312/books/handbook/eresources Makefile chapter.sgml zh_CN.GB2312/books/handbook/install Makefile chapter.sgml zh_CN.GB2312/books/handbook/introduction Makefile chapter.sgml zh_CN.GB2312/books/handbook/kernelconfig Makefile chapter.sgml zh_CN.GB2312/books/handbook/l10n Makefile chapter.sgml zh_CN.GB2312/books/handbook/linuxemu Makefile chapter.sgml zh_CN.GB2312/books/handbook/mac Makefile chapter.sgml zh_CN.GB2312/books/handbook/mail Makefile chapter.sgml zh_CN.GB2312/books/handbook/mirrors Makefile chapter.sgml zh_CN.GB2312/books/handbook/multimedia Makefile chapter.sgml zh_CN.GB2312/books/handbook/network-servers Makefile chapter.sgml zh_CN.GB2312/books/handbook/pgpkeys Makefile chapter.sgml zh_CN.GB2312/books/handbook/ports Makefile chapter.sgml zh_CN.GB2312/books/handbook/ppp-and-slip Makefile chapter.sgml zh_CN.GB2312/books/handbook/preface preface.sgml zh_CN.GB2312/books/handbook/printing Makefile chapter.sgml zh_CN.GB2312/books/handbook/security Makefile chapter.sgml zh_CN.GB2312/books/handbook/serialcomms Makefile chapter.sgml zh_CN.GB2312/books/handbook/users Makefile chapter.sgml zh_CN.GB2312/books/handbook/vinum Makefile chapter.sgml zh_CN.GB2312/books/handbook/x11 Makefile chapter.sgml Log: Add a new translation: zh_CN.GB2312/books/handbook (Simplified Chinese). Submitted by: delphij Obtained from: The FreeBSD Simplified Chinese Project CVS Revision Changes Path 1.33 +1 -0 doc/Makefile 1.1 +9 -0 doc/zh_CN.GB2312/Makefile (new) 1.1 +9 -0 doc/zh_CN.GB2312/books/Makefile (new) 1.1 +6 -0 doc/zh_CN.GB2312/books/Makefile.inc (new) 1.1 +261 -0 doc/zh_CN.GB2312/books/handbook/Makefile (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/advanced-networking/Makefile (new) 1.1 +3779 -0 doc/zh_CN.GB2312/books/handbook/advanced-networking/chapter.sgml (new) 1.1 +2 -0 doc/zh_CN.GB2312/books/handbook/appendix.decl (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/basics/Makefile (new) 1.1 +2297 -0 doc/zh_CN.GB2312/books/handbook/basics/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/bibliography/Makefile (new) 1.1 +634 -0 doc/zh_CN.GB2312/books/handbook/bibliography/chapter.sgml (new) 1.1 +297 -0 doc/zh_CN.GB2312/books/handbook/book.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/boot/Makefile (new) 1.1 +694 -0 doc/zh_CN.GB2312/books/handbook/boot/chapter.sgml (new) 1.1 +2 -0 doc/zh_CN.GB2312/books/handbook/chapter.decl (new) 1.1 +57 -0 doc/zh_CN.GB2312/books/handbook/chapters.ent (new) 1.1 +28 -0 doc/zh_CN.GB2312/books/handbook/colophon.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/config/Makefile (new) 1.1 +2619 -0 doc/zh_CN.GB2312/books/handbook/config/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/cutting-edge/Makefile (new) 1.1 +1608 -0 doc/zh_CN.GB2312/books/handbook/cutting-edge/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/desktop/Makefile (new) 1.1 +1116 -0 doc/zh_CN.GB2312/books/handbook/desktop/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/disks/Makefile (new) 1.1 +3353 -0 doc/zh_CN.GB2312/books/handbook/disks/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/eresources/Makefile (new) 1.1 +1401 -0 doc/zh_CN.GB2312/books/handbook/eresources/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/install/Makefile (new) 1.1 +4751 -0 doc/zh_CN.GB2312/books/handbook/install/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/introduction/Makefile (new) 1.1 +855 -0 doc/zh_CN.GB2312/books/handbook/introduction/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/kernelconfig/Makefile (new) 1.1 +1534 -0 doc/zh_CN.GB2312/books/handbook/kernelconfig/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/l10n/Makefile (new) 1.1 +835 -0 doc/zh_CN.GB2312/books/handbook/l10n/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/linuxemu/Makefile (new) 1.1 +2992 -0 doc/zh_CN.GB2312/books/handbook/linuxemu/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/mac/Makefile (new) 1.1 +119 -0 doc/zh_CN.GB2312/books/handbook/mac/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/mail/Makefile (new) 1.1 +1594 -0 doc/zh_CN.GB2312/books/handbook/mail/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/mirrors/Makefile (new) 1.1 +2701 -0 doc/zh_CN.GB2312/books/handbook/mirrors/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/multimedia/Makefile (new) 1.1 +1578 -0 doc/zh_CN.GB2312/books/handbook/multimedia/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/network-servers/Makefile (new) 1.1 +966 -0 doc/zh_CN.GB2312/books/handbook/network-servers/chapter.sgml (new) 1.1 +20 -0 doc/zh_CN.GB2312/books/handbook/pgpkeys/Makefile (new) 1.1 +873 -0 doc/zh_CN.GB2312/books/handbook/pgpkeys/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/ports/Makefile (new) 1.1 +1113 -0 doc/zh_CN.GB2312/books/handbook/ports/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/ppp-and-slip/Makefile (new) 1.1 +2734 -0 doc/zh_CN.GB2312/books/handbook/ppp-and-slip/chapter.sgml (new) 1.1 +522 -0 doc/zh_CN.GB2312/books/handbook/preface/preface.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/printing/Makefile (new) 1.1 +1707 -0 doc/zh_CN.GB2312/books/handbook/printing/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/security/Makefile (new) 1.1 +5053 -0 doc/zh_CN.GB2312/books/handbook/security/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/serialcomms/Makefile (new) 1.1 +2301 -0 doc/zh_CN.GB2312/books/handbook/serialcomms/chapter.sgml (new) 1.1 +72 -0 doc/zh_CN.GB2312/books/handbook/txtfiles.ent (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/users/Makefile (new) 1.1 +973 -0 doc/zh_CN.GB2312/books/handbook/users/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/vinum/Makefile (new) 1.1 +609 -0 doc/zh_CN.GB2312/books/handbook/vinum/chapter.sgml (new) 1.1 +16 -0 doc/zh_CN.GB2312/books/handbook/x11/Makefile (new) 1.1 +1619 -0 doc/zh_CN.GB2312/books/handbook/x11/chapter.sgml (new) 1.2 +10 -0 doc/zh_CN.GB2312/share/sgml/authors.ent