chiark / gitweb /
update Japanese translation
[developers-reference.git] / index.dbk
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3     "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4   <!ENTITY % commondata SYSTEM "common.ent" > %commondata;
5   <!ENTITY % versiondata SYSTEM "version.ent"> %versiondata;
6 ]>
7 <book lang="en">
8
9 <title>Debian Developer's Reference</title>
10 <bookinfo>
11 <author>
12 <othername>Developer's Reference Team</othername>
13 &email-devel-ref;
14 </author>
15 <author>
16 <firstname>Andreas</firstname> <surname>Barth</surname>
17 </author>
18 <author>
19 <firstname>Adam</firstname> <surname>Di Carlo</surname>
20 </author>
21 <author>
22 <firstname>Raphaël</firstname> <surname>Hertzog</surname>
23 </author>
24 <author>
25 <firstname>Lucas</firstname> <surname>Nussbaum</surname>
26 </author>
27 <author>
28 <firstname>Christian</firstname> <surname>Schwarz</surname>
29 </author>
30 <author>
31 <firstname>Ian</firstname> <surname>Jackson</surname>
32 </author>
33 <releaseinfo>ver. &version;</releaseinfo>
34 <pubdate>&pubdate;</pubdate>
35 <copyright>
36 <year>2004</year>
37 <year>2005</year>
38 <year>2006</year>
39 <year>2007</year>
40 <holder>Andreas Barth</holder>
41 </copyright>
42 <copyright>
43 <year>1998</year>
44 <year>1999</year>
45 <year>2000</year>
46 <year>2001</year>
47 <year>2002</year>
48 <year>2003</year>
49 <holder>Adam Di Carlo</holder>
50 </copyright>
51 <copyright>
52 <year>2002</year>
53 <year>2003</year>
54 <year>2008</year>
55 <year>2009</year>
56 <holder>Raphaël Hertzog</holder>
57 </copyright>
58 <copyright>
59 <year>2008</year>
60 <year>2009</year>
61 <holder>Lucas Nussbaum</holder>
62 </copyright>
63 <copyright>
64 <year>1997</year>
65 <year>1998</year>
66 <holder>Christian Schwarz</holder>
67 </copyright>
68 <legalnotice>
69 <para>
70 This manual is free software; you may redistribute it and/or modify it under
71 the terms of the GNU General Public License as published by the Free Software
72 Foundation; either version 2, or (at your option) any later version.
73 </para>
74 <para>
75 This is distributed in the hope that it will be useful, but <emphasis>without
76 any warranty</emphasis>; without even the implied warranty of merchantability
77 or fitness for a particular purpose.  See the GNU General Public License for
78 more details.
79 </para>
80 <para>
81 A copy of the GNU General Public License is available as
82 &file-GPL; in the &debian-formal;
83 distribution or on the World Wide Web at <ulink
84 url="&url-gpl;">the GNU web site</ulink>.  You can also obtain
85 it by writing to the &fsf-addr;.
86 </para>
87 <para>
88 If you want to print this reference, you should use the <ulink
89 url="developers-reference.pdf">pdf version</ulink>.  This page is also
90 available in <ulink url="index.fr.html">French</ulink>.
91 <!-- TODO: Maybe better: "This document has originally been written
92 in English.  Translations into different languages are available." -->
93 </para>
94 </legalnotice>
95 <!-- toc -->
96 </bookinfo>
97 <xi:include href="scope.dbk"
98  xmlns:xi="http://www.w3.org/2003/XInclude"/>
99 <xi:include href="new-maintainer.dbk"
100  xmlns:xi="http://www.w3.org/2003/XInclude"/>
101 <xi:include href="developer-duties.dbk"
102  xmlns:xi="http://www.w3.org/2003/XInclude"/>
103 <xi:include href="resources.dbk"
104  xmlns:xi="http://www.w3.org/2003/XInclude"/>
105 <xi:include href="pkgs.dbk"
106  xmlns:xi="http://www.w3.org/2003/XInclude"/>
107 <xi:include href="best-pkging-practices.dbk"
108  xmlns:xi="http://www.w3.org/2003/XInclude"/>
109 <xi:include href="beyond-pkging.dbk"
110  xmlns:xi="http://www.w3.org/2003/XInclude"/>
111 <xi:include href="l10n.dbk"
112  xmlns:xi="http://www.w3.org/2003/XInclude"/>
113 <xi:include href="tools.dbk"
114  xmlns:xi="http://www.w3.org/2003/XInclude"/>
115 </book>