chiark / gitweb /
Update copyright notices.
[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>Christian</firstname> <surname>Schwarz</surname>
26 </author>
27 <author>
28 <firstname>Ian</firstname> <surname>Jackson</surname>
29 </author>
30 <releaseinfo>ver. &version;</releaseinfo>
31 <pubdate>&pubdate;</pubdate>
32 <copyright>
33 <year>2004</year>
34 <year>2005</year>
35 <year>2006</year>
36 <year>2007</year>
37 <holder>Andreas Barth</holder>
38 </copyright>
39 <copyright>
40 <year>1998</year>
41 <year>1999</year>
42 <year>2000</year>
43 <year>2001</year>
44 <year>2002</year>
45 <year>2003</year>
46 <holder>Adam Di Carlo</holder>
47 </copyright>
48 <copyright>
49 <year>2002</year>
50 <year>2003</year>
51 <year>2008</year>
52 <year>2009</year>
53 <holder>Raphaël Hertzog</holder>
54 </copyright>
55 <copyright>
56 <year>2008</year>
57 <year>2009</year>
58 <holder>Lucas Nussbaum</holder>
59 </copyright>
60 <copyright>
61 <year>1997</year>
62 <year>1998</year>
63 <holder>Christian Schwarz</holder>
64 </copyright>
65 <legalnotice>
66 <para>
67 This manual is free software; you may redistribute it and/or modify it under
68 the terms of the GNU General Public License as published by the Free Software
69 Foundation; either version 2, or (at your option) any later version.
70 </para>
71 <para>
72 This is distributed in the hope that it will be useful, but <emphasis>without
73 any warranty</emphasis>; without even the implied warranty of merchantability
74 or fitness for a particular purpose.  See the GNU General Public License for
75 more details.
76 </para>
77 <para>
78 A copy of the GNU General Public License is available as
79 &file-GPL; in the &debian-formal;
80 distribution or on the World Wide Web at <ulink
81 url="&url-gpl;">the GNU web site</ulink>.  You can also obtain
82 it by writing to the &fsf-addr;.
83 </para>
84 <para>
85 If you want to print this reference, you should use the <ulink
86 url="developers-reference.pdf">pdf version</ulink>.  This page is also
87 available in <ulink url="index.fr.html">French</ulink>.
88 <!-- TODO: Maybe better: "This document has originally been written
89 in English.  Translations into different languages are available." -->
90 </para>
91 </legalnotice>
92 <!-- toc -->
93 </bookinfo>
94 <xi:include href="scope.dbk"
95  xmlns:xi="http://www.w3.org/2003/XInclude"/>
96 <xi:include href="new-maintainer.dbk"
97  xmlns:xi="http://www.w3.org/2003/XInclude"/>
98 <xi:include href="developer-duties.dbk"
99  xmlns:xi="http://www.w3.org/2003/XInclude"/>
100 <xi:include href="resources.dbk"
101  xmlns:xi="http://www.w3.org/2003/XInclude"/>
102 <xi:include href="pkgs.dbk"
103  xmlns:xi="http://www.w3.org/2003/XInclude"/>
104 <xi:include href="best-pkging-practices.dbk"
105  xmlns:xi="http://www.w3.org/2003/XInclude"/>
106 <xi:include href="beyond-pkging.dbk"
107  xmlns:xi="http://www.w3.org/2003/XInclude"/>
108 <xi:include href="l10n.dbk"
109  xmlns:xi="http://www.w3.org/2003/XInclude"/>
110 <xi:include href="tools.dbk"
111  xmlns:xi="http://www.w3.org/2003/XInclude"/>
112 </book>