diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-07-26 03:57:20 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2006-07-26 03:57:20 +0000 |
commit | 8db40b677b2fd5601344ad2c65ecd71738adb03c (patch) | |
tree | 8172c9a4a8aaf8db23c981b023712b6ae6afd49c /zh_TW.Big5 | |
parent | 7fee4d7a9de22573cec45162c33c050e397c7e84 (diff) |
Notes
Diffstat (limited to 'zh_TW.Big5')
-rw-r--r-- | zh_TW.Big5/books/developers-handbook/book.sgml | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/zh_TW.Big5/books/developers-handbook/book.sgml b/zh_TW.Big5/books/developers-handbook/book.sgml index bac45423bc..2cf72d548b 100644 --- a/zh_TW.Big5/books/developers-handbook/book.sgml +++ b/zh_TW.Big5/books/developers-handbook/book.sgml @@ -2,6 +2,7 @@ The FreeBSD Documentation Project $FreeBSD$ + Original revision: 1.52 --> <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [ @@ -15,7 +16,7 @@ <bookinfo> <title>FreeBSD Developers' Handbook</title> - <corpauthor>The FreeBSD Documentation Project</corpauthor> + <corpauthor>FreeBSD 文件計畫</corpauthor> <pubdate>August 2000</pubdate> @@ -46,25 +47,25 @@ </legalnotice> <abstract> - <para>Welcome to the Developers' Handbook. This manual is a - <emphasis>work in progress</emphasis> and is the work of many - individuals. Many sections do not yet exist and some of those - that do exist need to be updated. If you are interested in - helping with this project, send email to the &a.doc;.</para> - - <para>The latest version of this document is always available - from the <ulink url="&url.base;/index.html">FreeBSD World - Wide Web server</ulink>. It may also be downloaded in a - variety of formats and compression options from the <ulink - url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">FreeBSD FTP - server</ulink> or one of the numerous <ulink - url="&url.books.handbook;/mirrors-ftp.html">mirror - sites</ulink>.</para> + <para> + 歡迎使用 Developers' Handbook! + 這份文件是由許多人 <emphasis>不斷撰寫</emphasis> 而成的, + 而且許多章節仍需更新或者內容還是一片空白, + 如果你想幫忙 FreeBSD 文件計劃, + 請寄信到 &a.doc;。 + </para> + + <para> + 最新版的文件都在 <ulink url="&url.base;/index.html">FreeBSD 官網</ulink> 上面, + 也可從 <ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">FreeBSD FTP server</ulink> 下載不同格式的資料。 + 當然也可以在其他的 <ulink url="&url.books.handbook;/mirrors-ftp.html">mirror站</ulink>下載。 + </para> + </abstract> </bookinfo> <part id="Basics"> - <title>Basics</title> + <title>基本概念</title> &chap.introduction; &chap.tools; @@ -75,7 +76,7 @@ </part> <part id="ipc"> - <title>Interprocess Communication</title> + <title>Interprocess Communication(IPC)</title> &chap.sockets; &chap.ipv6; @@ -83,7 +84,7 @@ </part> <part id="kernel"> - <title>Kernel</title> + <title>Kernel(核心)</title> &chap.dma; &chap.kerneldebug; @@ -91,14 +92,14 @@ </part> <part id="architectures"> - <title>Architectures</title> + <title>Architectures(電腦架構)</title> &chap.x86; </part> <part id="appendices"> - <title>Appendices</title> + <title>附錄</title> <bibliography> |