1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<title>Authors</title>
<link href="layout.css" type="text/css" rel="stylesheet">
</head>
<body>
<div id="page">
<h1 class="doc-title"><a></a></h1>
<div id="navcontainer">
<ul id="navlist">
<li class="pagenav">
<ul>
<li class="page_item">
<a href="index.html" title="Project Home / Index">SQLObject</a>
</li>
<li class="page_item">
<a href="module-index.html" title="sqlobject package and module reference">Modules</a>
</li>
<li>
<a href="community.html" title="Mailing List">Discuss</a>
</li>
<li>
<a href="SQLObject.html">Documentation</a>
</li>
</ul>
</li>
</ul>
</div>
<hr>
<div id="content"><div class="rst-doc">
<h1 class="pudge-member-page-heading">Authors</h1>
<p>SQLObject was originally written by Ian Bicking <<a href="mailto:ianb@colorstudy.com" class="reference external">ianb@colorstudy.com</a>>.</p>
<p>Contributions have been made by:</p>
<ul class="simple">
<li>Frank Barknecht <fbar at footils.org></li>
<li>Bud P. Bruegger <bug at sistema.it></li>
<li>David M. Cook <dave at davidcook.org></li>
<li>Luke Opperman <luke at metathusalan.com></li>
<li>James Ralston <jralston at hotmail.com></li>
<li>Sidnei da Silva <sidnei at awkly.org></li>
<li>Brad Bollenbach <brad at bbnet.ca></li>
<li>Daniel Savard, Xsoli Inc <sqlobject at xsoli.com></li>
<li>alexander smishlajev <alex at ank-sia.com></li>
<li>Yaroslav Samchuk <yarcat at ank-sia.com></li>
<li>Runar Petursson <grunar at gmail.com></li>
<li>J Paulo Fernandes Farias <jpaulofarias at gmail.com></li>
<li>Shahms King <shahms at shahms.com></li>
<li>David Turner, The Open Planning Project</li>
<li>Dan Pascu <dan at ag-projects.com></li>
<li>Diez B. Roggisch <deets at web.de></li>
<li>Christopher Singley <csingley at gmail.com></li>
<li>David Keeney <dkeeney at rdbhost.com></li>
<li>Daniel Fetchinson <fetchinson at googlemail.com></li>
<li>Neil Muller <drnlmuller+sqlobject at gmail.com></li>
<li>Petr Jakes <petr.jakes at tpc.cz></li>
<li>Ken Lalonde</li>
<li>Andrew Ziem <ahz001 at gmail.com></li>
<li>Andrew Trusty <atrusty at gatech.edu></li>
<li>Ian Cordasco <graffatcolmingov at gmail.com></li>
<li>Lukasz Dobrzanski <lukasz.m.dobrzanski at gmail.com></li>
<li>Gregor Horvath <gh at gregor-horvath.com></li>
<li>Nathan Edwards <nje5 at georgetown.edu></li>
<li>Lutz Steinborn <l.steinborn at 4c-gmbh.de></li>
<li>Oleg Broytman <<a href="mailto:phd@phdru.name" class="reference external">phd@phdru.name</a>></li>
</ul>
<a href="https://sourceforge.net/projects/sqlobject" class="reference external image-reference"><img src="https://sourceforge.net/sflogo.php?group_id=74338&type=10" alt="Get SQLObject at SourceForge.net. Fast, secure and Free Open Source software downloads" style="width: 80px; height: 15px;" class="noborder align-center"></a>
</div></div>
<div id="footer">
<p style="float: left;">
built with
<a href="http://lesscode.org/projects/pudge/">pudge/0.1.3</a> |
original design by
<a href="http://blog.ratterobert.com/">ratter / robert</a>
</p>
<div>
<br> <!--
<a name="search">
<form method="get" id="searchform"
action="http://lesscode.org/blog/index.php">
<div>
<input type="text" value="" name="s" id="s" />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>
</a> -->
<br>
</div>
</div>
</div>
</body>
</html>
|