MFen security/chapter.sgml: 1.228 -> 1.266:
Local revisions: 1.1.1000.3[1], 1.1.1000.4[2], 1.1.1000.5-1.1.1000.9[3] Original work: [1] Helvin (FreeBSD China Forum) [2] ac (FreeBSD China Forum) [3] delphij Also, adjust several build supporting infrastructure to build new firewall/ chapter. Obtained from: The FreeBSD Simplified Chinese Project CVS
This commit is contained in:
parent
4b24022ded
commit
cd11b47b28
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24226
4 changed files with 535 additions and 1068 deletions
zh_CN.GB2312/books/handbook
|
@ -1,9 +1,9 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Build the FreeBSD Handbook (Chinese).
|
||||
# Build the FreeBSD Handbook (Simplified Chinese).
|
||||
#
|
||||
# Original revision: 1.90
|
||||
# Original revision: 1.91
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
@ -163,6 +163,7 @@ SRCS+= cutting-edge/chapter.sgml
|
|||
SRCS+= desktop/chapter.sgml
|
||||
SRCS+= disks/chapter.sgml
|
||||
SRCS+= eresources/chapter.sgml
|
||||
SRCS+= firewalls/chapter.sgml
|
||||
SRCS+= install/chapter.sgml
|
||||
SRCS+= introduction/chapter.sgml
|
||||
SRCS+= kernelconfig/chapter.sgml
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
The FreeBSD Chinese (Simplified) Documentation Project
|
||||
The FreeBSD Simplified Chinese Documentation Project
|
||||
|
||||
Original Revision: 1.156
|
||||
Original Revision: 1.159
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
@ -35,6 +35,7 @@
|
|||
<!ENTITY % chap.serialcomms "IGNORE">
|
||||
<!ENTITY % chap.ppp-and-slip "IGNORE">
|
||||
<!ENTITY % chap.advanced-networking "IGNORE">
|
||||
<!ENTITY % chap.firewalls "IGNORE">
|
||||
<!ENTITY % chap.network-servers "IGNORE">
|
||||
<!ENTITY % chap.mail "IGNORE">
|
||||
<!ENTITY % chap.cutting-edge "IGNORE">
|
||||
|
@ -69,6 +70,7 @@
|
|||
<year>2002</year>
|
||||
<year>2003</year>
|
||||
<year>2004</year>
|
||||
<year>2005</year>
|
||||
<holder>The FreeBSD Documentation Project</holder>
|
||||
</copyright>
|
||||
|
||||
|
@ -257,6 +259,10 @@
|
|||
<para>运行网络服务</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>·À»ðǽ</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>其他高级网络话题</para>
|
||||
</listitem>
|
||||
|
@ -270,6 +276,7 @@
|
|||
<![ %chap.ppp-and-slip; [ &chap.ppp-and-slip; ]]>
|
||||
<![ %chap.mail; [ &chap.mail; ]]>
|
||||
<![ %chap.network-servers; [ &chap.network-servers; ]]>
|
||||
<![ %chap.firewalls; [ &chap.firewalls; ]]>
|
||||
<![ %chap.advanced-networking; [ &chap.advanced-networking; ]]>
|
||||
|
||||
</part>
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
chapter's .sgml file is stored.
|
||||
|
||||
Chapters should be listed in the order in which they are referenced.
|
||||
|
||||
Original revision: 1.28
|
||||
|
||||
Original revision: 1.29
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
@ -42,6 +42,7 @@
|
|||
<!ENTITY chap.ppp-and-slip SYSTEM "ppp-and-slip/chapter.sgml">
|
||||
<!ENTITY chap.mail SYSTEM "mail/chapter.sgml">
|
||||
<!ENTITY chap.network-servers SYSTEM "network-servers/chapter.sgml">
|
||||
<!ENTITY chap.firewalls SYSTEM "firewalls/chapter.sgml">
|
||||
<!ENTITY chap.advanced-networking SYSTEM "advanced-networking/chapter.sgml">
|
||||
|
||||
<!-- Part five (appendices) -->
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue