source: BOOK/introduction/common/acknowledgements.xml @ 38a5fa85

systemd
Last change on this file since 38a5fa85 was bfcee5a, checked in by Chris Staub <chris@…>, 10 years ago

Updates to acknowledgements

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-intro-acknowledgements">
9  <title>Cross-LFS Acknowledgements</title>
10  <?dbhtml filename="acknowledgements.html"?>
11
12  <para>The CLFS team would like to acknowledge people who
13  have assisted in making the book what it is today.</para>
14
15  <para>Our Leaders:</para>
16
17  <itemizedlist>
18    <listitem>
19      <para>William Harrington - Lead Developer.</para>
20    </listitem>
21    <listitem>
22      <para>Jonathan Norman - x86, x86_64, PowerPC &amp; UltraSPARC builds,
23      Release Manager 2.x Series</para>
24    </listitem>
25    <listitem>
26      <para>Chris Staub - x86 and x86_64 builds. Leader of Quality Control.</para>
27    </listitem>
28  </itemizedlist>
29
30  <para>Our CLFS Team:</para>
31
32  <itemizedlist>
33    <listitem>
34      <para>Matt Darcy - x86, X86_64, and Sparc builds.</para>
35    </listitem>
36    <listitem>
37      <para>Manuel Canales Esparcia - Book XML.</para>
38    </listitem>
39    <listitem>
40      <para>Justin Knierim - Website Architect.</para>
41    </listitem>
42    <listitem>
43      <para>Ken Moffat - PowerPC and X86_64 builds. Developer of Pure 64 Hint.</para>
44    </listitem>
45  </itemizedlist>
46
47  <para>Outside the Development Team</para>
48  <itemizedlist>
49    <listitem>
50      <para>Jürg Billeter - Testing and assisting in the development of the Linux Headers Package</para>
51    </listitem>
52    <listitem>
53      <para>Richard Downing - Testing, typo, and content fixes.</para>
54    </listitem>
55    <listitem>
56      <para>Peter Ennis - Typo and content fixes.</para>
57    </listitem>
58    <listitem>
59      <para>Tony Morgan - Typo and content fixes.</para>
60    </listitem>
61  </itemizedlist>
62
63  <para>The CLFS team would also like to acknowledge contributions of people
64  from <ulink url="clfs-dev@lists.cross-lfs.org"/> and associated mailing lists
65  who have provided valuable technical and editorial corrections while testing
66  the Cross-LFS book.</para>
67
68  <itemizedlist>
69    <listitem>
70      <para>G. Moko - Text updates and Typos</para>
71    </listitem>
72    <listitem>
73      <para>Maxim Osipov - MIPS Testing.</para>
74    </listitem>
75    <listitem>
76      <para>Doug Ronne - Various x86_64 fixes.</para>
77    </listitem>
78    <listitem>
79      <para>Theo Schneider - Testing of the Linux Headers Package</para>
80    </listitem>
81    <listitem>
82      <para>Martin Ward - Recommendations for Systemd and the Boot method,
83      among other contributions</para>
84    </listitem>
85    <listitem>
86      <para>William Zhou - Text updates and Typos</para>
87    </listitem>
88  </itemizedlist>
89
90  <para>Former Team Members</para>
91  <itemizedlist>
92    <listitem>
93      <para>Joe Ciccone - Lead Developer.</para>
94    </listitem>
95    <listitem>
96      <para>Nathan Coulson - Bootscripts.</para>
97    </listitem>
98    <listitem>
99      <para>Jim Gifford - Lead Developer.</para>
100    </listitem>
101    <listitem>
102      <para>Jeremy Huntwork - PowerPC, x86, Sparc builds.</para>
103    </listitem>
104    <listitem>
105      <para>Karen McGuiness - Proofreader.</para>
106    </listitem>
107    <listitem>
108      <para>Ryan Oliver - Build Process Developer.</para>
109    </listitem>
110    <listitem>
111      <para>Alexander E. Patrakov - Udev/Hotplug Integration</para>
112    </listitem>
113    <listitem>
114      <para>Jeremy Utley - Release Manager 1.x Series.</para>
115    </listitem>
116    <listitem>
117      <para>Zack Winkles - Unstable book work.</para>
118    </listitem>
119  </itemizedlist>
120
121  <para>The Linux From Scratch Project</para>
122  <itemizedlist>
123    <listitem>
124      <para><ulink url="mailto:gerard@linuxfromscratch.org">Gerard
125      Beekmans</ulink> &lt;gerard@linuxfromscratch.org&gt; &ndash;
126      Creator of Linux From Scratch, on which Cross-LFS is based</para>
127    </listitem>
128
129  </itemizedlist>
130
131  <para>Thank you all for your support.</para>
132
133</sect1>
Note: See TracBrowser for help on using the repository browser.