chiark / gitweb /
5312fdee598732a99ffb380b57bc53c9b91a7ccb
[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 ]>
6 <book lang="en">
7
8 <title>Debian Developer's Reference</title>
9 <bookinfo>
10 <author>
11 <othername>Developer's Reference Team</othername>
12 <email>developers-reference@&packages-host;</email> 
13 </author>
14 <author>
15 <firstname>Andreas</firstname> <surname>Barth</surname>
16 </author>
17 <author>
18 <firstname>Adam</firstname> <surname>Di Carlo</surname>
19 </author>
20 <author>
21 <firstname>Raphaël</firstname> <surname>Hertzog</surname>
22 </author>
23 <author>
24 <firstname>Christian</firstname> <surname>Schwarz</surname>
25 </author>
26 <author>
27 <firstname>Ian</firstname> <surname>Jackson</surname>
28 </author>
29 <releaseinfo>ver. 3.3.9, 16 June, 2007</releaseinfo>
30 <pubdate><!-- put date --></pubdate>
31 <copyright>
32 <year>2004</year>
33 <year>2005</year>
34 <year>2006</year>
35 <year>2007</year>
36 <holder>Andreas Barth</holder>
37 </copyright>
38 <copyright>
39 <year>1998</year>
40 <year>1999</year>
41 <year>2000</year>
42 <year>2001</year>
43 <year>2002</year>
44 <year>2003</year>
45 <holder>Adam Di Carlo</holder>
46 </copyright>
47 <copyright>
48 <year>2002</year>
49 <year>2003</year>
50 <holder>Raphaël Hertzog</holder>
51 </copyright>
52 <copyright>
53 <year>1997</year>
54 <year>1998</year>
55 <holder>Christian Schwarz</holder>
56 </copyright>
57 <legalnotice>
58 <para>
59 This manual is free software; you may redistribute it and/or modify it under
60 the terms of the GNU General Public License as published by the Free Software
61 Foundation; either version 2, or (at your option) any later version.
62 </para>
63 <para>
64 This is distributed in the hope that it will be useful, but <emphasis>without
65 any warranty</emphasis>; without even the implied warranty of merchantability
66 or fitness for a particular purpose.  See the GNU General Public License for
67 more details.
68 </para>
69 <para>
70 A copy of the GNU General Public License is available as
71 &file-GPL; in the &debian-formal;
72 distribution or on the World Wide Web at <ulink
73 url="http://www.gnu.org/copyleft/gpl.html">the GNU web site</ulink>.  You can
74 also obtain it by writing to the &fsf-addr;.
75 </para>
76 <para>
77 If you want to print this reference, you should use the <ulink
78 url="developers-reference.pdf">pdf version</ulink>.  This page is also
79 available in <ulink url="index.fr.html">French</ulink>.
80 </para>
81 </legalnotice>
82 <!-- toc -->
83 </bookinfo>
84 <xi:include href="scope.dbk"
85  xmlns:xi="http://www.w3.org/2003/XInclude"/>
86 <xi:include href="new-maintainer.dbk"
87  xmlns:xi="http://www.w3.org/2003/XInclude"/>
88 <xi:include href="developer-duties.dbk"
89  xmlns:xi="http://www.w3.org/2003/XInclude"/>
90 <xi:include href="resources.dbk"
91  xmlns:xi="http://www.w3.org/2003/XInclude"/>
92 <xi:include href="pkgs.dbk"
93  xmlns:xi="http://www.w3.org/2003/XInclude"/>
94 <xi:include href="best-pkging-practices.dbk"
95  xmlns:xi="http://www.w3.org/2003/XInclude"/>
96 <xi:include href="beyond-pkging.dbk"
97  xmlns:xi="http://www.w3.org/2003/XInclude"/>
98 <xi:include href="l10n.dbk"
99  xmlns:xi="http://www.w3.org/2003/XInclude"/>
100 <xi:include href="tools.dbk"
101  xmlns:xi="http://www.w3.org/2003/XInclude"/>
102 </book>