root/trunk/docs/credit.html

Revision 259, 4.0 kB (checked in by aldacron, 2 years ago)

* integrated DerelictODE (finally)

  • Property svn:mime-type set to text/html
  • Property svn:mim-type set to text/html
Line 
1 <html="en">
2 <head>
3     <title>Contributors</title>
4     <link rel="stylesheet" type="text/css" href="styles.css">
5 </head>
6 <body>
7
8 <hr>
9 <hr>
10 <h2 align="center">Contributors</h2>
11 <hr>
12 <hr>
13 <h3>Credit Where Credit is Due</h3>
14 <blockquote>
15 When I first started Derelict, I did it because it was something I needed. I
16 decided to make it available to the D community at large in case other D
17 programmers found a need for it also. I never really expected that anyone would.
18 Thus, it was surprising to learn that not only were people using it, but they
19 were willing to contribute to it!
20 <p>
21 Contributions have come in various forms: bug reports, bug fixes, new ports,
22 and advice. For the first year of Derelict's existence, I did not maintain a
23 list of contributors. But, most everyone is on record in the forums (or my email
24 box). Names in parentheses are the handles on either the Derelict forums or the
25 D newsgroups (D NGs). If I missed anyone, forgive me!
26 </blockquote>
27 <p>
28 -- Aldacron
29 </p>
30
31 </p><p>
32 <b>Maintainers</b> - the people who can commit to SVN and maintain the codebase</br>
33 <ul>
34 <li>Michael Parker (Aldacron) - project founder and Windows maintainer</li>
35 <li>John Reimer (JJR) - Linux maintainer</li>
36 <li>Tomasz Stachowiak (h3r3tic) - Linux maintainer and all 'round bug stomper</li>
37 </ul>
38 </p><p>
39 <b>Package Creators</b> - people who have created the initial versions of past
40 and current Derelict packages<br>
41 <ul>
42 <li>Michael Parker (Aldacron) - DerelictGL, DerelictGLU, DerelictSDL, DerelictAL,
43 DerelictSDLImage, DerelictSDLNet</li>
44 <li>John Reimer (JJR) - DerelictGLFW, DerelictFT</li>
45 <li>James Dunne (Jaymz031602) - DerelictSDLMixer</li>
46 <li>Sebastian Beschke (randomZ) - DerelictSDLttf</li>
47 <li>Tomasz Stachowiak (h3r3tic) - DerelictIL, DerelictILU, DerelictILUT</li>
48 <li>Eric Poggel (JoeCoder) - DerelictOGG, DerelictVorbis</li>
49 <li>William R. DeVore (quartz) - DerelictODE</li>
50 <li>More pending!</li>
51 </ul>
52 </p><p>
53 <b>Contributers</b> - people (other than the maintainers), who have submitted
54 bug reports, fixes, and enhancements in order to make Derelict what it has
55 become (in no particular order)<br>
56 <ul>
57 <li>Clay Smith (clayasaurus)</li>
58 <li>Justin Calvarese (jcc7)</li>
59 <li>Miguel Ferreira Simões</li>
60 <li>Sebastian Beschke (randomZ)</li>
61 <li>??? (xicesky)</li>
62 <li>Trevor Parscal</li>
63 <li>Eric Poggel (JoeCoder)</li>
64 <li>??? (silvestre)</li>
65 <li>??? (lindquist)</li>
66 <li>??? (odeamus)</li>
67 <li>Lucas Goss (lgoss007)</li>
68 <li>Matti Niemenmaa (Deewiant)</li>
69 <li>Anders F Björklund (afb)</li>
70 <li>James Pelcis (jpelcis</li>
71 <li>Eric Poggel (JoeCoder)</li>
72 <li>William R. DeVore (quartz)</li>
73 <li>??? (volcore)</li>
74 <li>Paolo Invernizzi</li>
75 <li>??? (demise)</li>
76 <li>??? (wct)</li>
77 </ul>
78 </p><p>
79 If your handle is listed next to a '???', please let me know your name and I'll
80 fill it in.
81 </p><p>
82 <b>Misc.</b> - people who have influenced the development of Derelict in a
83 profound way.<br>
84 <ul>
85 <li>Walter Bright - the father of D and the DMD compiler. Without him, Derelict
86 has no reason to live!</li>
87 <li>Brad Anderson (brad) - the guy who developed and manages Derelict's home,
88 dsource.org.</li>
89 <li>Derek Parnell (derek) - created the incredible build utility, Bud, which allowed
90 Derelict to say "Cya" to Makefiles.</li>
91 <li>John Reimer (JJR) - his efforts on the Linux front, the long hours he has
92 put into getting things working properly, his help for new users, and his
93 wonderful advice and ideas for Derelict's design have really made the project
94 what it has turned into.</li>
95 <li>Chris Sauls (csauls) and Lars Ivar Igesund (larsivi) - the guys who started
96 the <a href="http://www.dsource.org/projects/sinbad/">Sinbad</a> project at dsource,
97 which inspired Derelict's creation in the first place.</li>
98 </ul>
99 </p><p>
100 If I missed anyone who directly contributed to Derelict, please let me know! I don't
101 want to leave anyone out. Credit should also go to the regulars on the D
102 newsgroups whose advice, projects, ideas, and troubleshooting have helped many
103 D coders along the way. Cheers to you all!
104
105 </body>
106 </html>
Note: See TracBrowser for help on using the browser.