root/trunk/raw_html/credits.html

Revision 62, 0.9 kB (checked in by KirkMcDonald, 2 years ago)

Added Linux support to docs; added raw_html for all the world to see.

Line 
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4     <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5     <link href="pyd.css" rel="stylesheet" type="text/css">
6     <title>Credits</title>
7 </head>
8
9 <body>
10 %(nav)s
11 <div id="content">
12 <h1>Credits</h1>
13 <dl>
14 <dt><b>Pyd</b></dt> <dd>Kirk McDonald</dd>
15 <dt><b>Python/D bindings</b></dt> <dd>Deja Augustine, David Rushby, Kirk McDonald</dd>
16 <dt><b>CeleriD</b></dt> <dd>David Rushby, Kirk McDonald</dd>
17 <dt><b>meta.Nameof, meta.Demangle</b></dt> <dd>Copyright &copy; 2005-2006 Don Clugston</dd>
18 <dt><b>StackThreads</b></dt> <dd>Mikola Lysenko, Daniel Keep, Lars Ivar Igesund</dd>
19 </dl>
20
21 <p>Special thanks to Tomasz Stachowiak and Daniel Keep for providing now-defunct metaprogramming modules which were vital to the early development of Pyd.</p>
22
23 </div>
24 </body>
25 </html>
Note: See TracBrowser for help on using the browser.