source: clfs-embedded/BOOK/introduction/common/acknowledgements.xml @ 70e9374

Last change on this file since 70e9374 was 70e9374, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Cleaned up the acknowlegements page in the embedded book.
The people listed were people who contributed to the main
book. This list needs to build itself up. If I removed
someone who has contributed something and you would like
to get yourself re-added to this page, please send me an
email.

Thanks,

Joe

  • Property mode set to 100644
File size: 1.8 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>Ryan Oliver - Build Process Developer.</para>
20    </listitem>
21    <listitem>
22      <para>Joe Ciccone - Lead Developer.</para>
23    </listitem>
24    <listitem>
25      <para>Jim Gifford - Lead Developer.</para>
26    </listitem>
27  </itemizedlist>
28
29  <para>Our CLFS Team:</para>
30
31  <itemizedlist>
32    <listitem>
33      <para>Andrew Bradford - Embedded Developer.</para>
34    </listitem>
35    <listitem>
36      <para>Justin Knierim - Website Architect.</para>
37    </listitem>
38    <listitem>
39      <para>Maarten Lankhorst - MIPS/WRT embedded builds.</para>
40    </listitem>
41    <listitem>
42      <para>Zack Winkles - Testing and Quality Control.</para>
43    </listitem>
44  </itemizedlist>
45
46<!--
47  <para>Outside the Development Team</para>
48  <itemizedlist>
49    <listitem>
50      <para>Name - Contribution</para>
51    </listitem>
52  </itemizedlist>
53-->
54<!--
55
56  <para>The CLFS team would also like to acknowledge contributions of people
57  from <ulink url="clfs-dev@lists.cross-lfs.org"/> and associated mailing lists
58  who have provided valuable technical and editorial corrections while testing
59  the Cross-LFS book.</para>
60
61  <itemizedlist>
62    <listitem>
63      <para>Name - Contribution</para>
64    </listitem>
65  </itemizedlist>
66-->
67
68  <para>Thank you all for your support.</para>
69
70</sect1>
Note: See TracBrowser for help on using the repository browser.