View | Details | Raw Unified | Return to bug 100810
Collapse All | Expand All

(-)zh_TW.Big5/books/developers-handbook/book.sgml (-21 / +22 lines)
Lines 1-7 Link Here
1
<!--
1
<!--
2
     The FreeBSD Documentation Project
2
     The FreeBSD Documentation Project
3
3
4
     $FreeBSD: doc/zh_TW.Big5/books/developers-handbook/book.sgml,v 1.1 2006/06/17 10:22:43 vanilla Exp $
4
     $FreeBSD$
5
     Original revision: 1.52
5
-->
6
-->
6
7
7
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
8
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
Lines 15-21 Link Here
15
  <bookinfo>
16
  <bookinfo>
16
    <title>FreeBSD Developers' Handbook</title>
17
    <title>FreeBSD Developers' Handbook</title>
17
    
18
    
18
    <corpauthor>The FreeBSD Documentation Project</corpauthor>
19
    <corpauthor>FreeBSD ¤å¥ó­pµe</corpauthor>
19
    
20
    
20
    <pubdate>August 2000</pubdate>
21
    <pubdate>August 2000</pubdate>
21
    
22
    
Lines 46-70 Link Here
46
    </legalnotice>
47
    </legalnotice>
47
    
48
    
48
    <abstract>
49
    <abstract>
49
      <para>Welcome to the Developers' Handbook.  This manual is a
50
      <para>
50
	<emphasis>work in progress</emphasis> and is the work of many
51
      Åwªï¨Ï¥Î Developers' Handbook¡I
51
	individuals.  Many sections do not yet exist and some of those
52
      ³o¥÷¤å¥ó¬O¥Ñ³\¦h¤H <emphasis>¤£Â_¼¶¼g</emphasis> ¦Ó¦¨ªº¡A
52
	that do exist need to be updated.  If you are interested in
53
      ¦Ó¥B³\¦h³¹¸`¤´»Ý§ó·s©ÎªÌ¤º®eÁÙ¬O¤@¤ùªÅ¥Õ¡A
53
	helping with this project, send email to the &a.doc;.</para>
54
      ¦pªG§A·QÀ°¦£ FreeBSD ¤å¥ó­p¹º¡A
54
55
      ½Ð±H«H¨ì &a.doc;¡C
55
      <para>The latest version of this document is always available
56
      </para>
56
        from the <ulink url="&url.base;/index.html">FreeBSD World
57
    
57
        Wide Web server</ulink>.  It may also be downloaded in a
58
      <para>
58
        variety of formats and compression options from the <ulink
59
      ³Ì·sª©ªº¤å¥ó³£¦b <ulink url="&url.base;/index.html">FreeBSD ©xºô</ulink> ¤W­±¡A
59
        url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">FreeBSD FTP
60
      ¤]¥i±q <ulink url="ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/">FreeBSD FTP server</ulink> ¤U¸ü¤£¦P®æ¦¡ªº¸ê®Æ¡C
60
        server</ulink> or one of the numerous <ulink
61
      ·íµM¤]¥i¥H¦b¨ä¥Lªº <ulink url="&url.books.handbook;/mirrors-ftp.html">mirror¯¸</ulink>¤U¸ü¡C
61
        url="&url.books.handbook;/mirrors-ftp.html">mirror
62
     </para>
62
        sites</ulink>.</para>
63
    
63
    </abstract>
64
    </abstract>
64
  </bookinfo>
65
  </bookinfo>
65
66
66
  <part id="Basics">
67
  <part id="Basics">
67
    <title>Basics</title>
68
    <title>°ò¥»·§©À</title>
68
69
69
    &chap.introduction;  
70
    &chap.introduction;  
70
    &chap.tools;
71
    &chap.tools;
Lines 75-81 Link Here
75
  </part>
76
  </part>
76
77
77
  <part id="ipc">
78
  <part id="ipc">
78
    <title>Interprocess Communication</title>
79
    <title>Interprocess Communication(IPC)</title>
79
    
80
    
80
    &chap.sockets;
81
    &chap.sockets;
81
    &chap.ipv6;
82
    &chap.ipv6;
Lines 83-89 Link Here
83
  </part>
84
  </part>
84
85
85
  <part id="kernel">
86
  <part id="kernel">
86
    <title>Kernel</title>
87
    <title>Kernel(®Ö¤ß)</title>
87
88
88
    &chap.dma;
89
    &chap.dma;
89
    &chap.kerneldebug;
90
    &chap.kerneldebug;
Lines 91-104 Link Here
91
  </part>
92
  </part>
92
  
93
  
93
  <part id="architectures">
94
  <part id="architectures">
94
    <title>Architectures</title>
95
    <title>Architectures(¹q¸£¬[ºc)</title>
95
96
96
    &chap.x86;
97
    &chap.x86;
97
98
98
  </part>
99
  </part>
99
  
100
  
100
  <part id="appendices">
101
  <part id="appendices">
101
    <title>Appendices</title>
102
    <title>ªþ¿ý</title>
102
103
103
      <bibliography>
104
      <bibliography>

Return to bug 100810