-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcredits.html
97 lines (97 loc) · 4.04 KB
/
credits.html
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
94
95
96
97
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>AutomateIt: Credits</title>
<link href='http://yui.yahooapis.com/2.4.1/build/reset-fonts-grids/reset-fonts-grids.css' media='all' rel='stylesheet' type='text/css' />
<link href='stylesheets/application.css' media='all' rel='stylesheet' type='text/css' />
<!-- /= stylesheets -->
</head>
<body>
<div id='everything'>
<div id='header'>
<table>
<tr>
<td>
<div class='logo'>
<a href='index.html'>
<img alt='AutomateIt - Open source server automation' src='images/logo.png' />
</a>
</div>
</td>
<td align='middle'>
<!-- / .tagline -->
<!-- / System Administration 2.0 -->
</td>
</tr>
</table>
</div>
<div id='menu_and_page_content'>
<table>
<tr>
<td>
<div id='menu'>
<ul>
<!-- / %li Learn -->
<li><a href="index">Home</a></li>
<li><a href="about">About</a></li>
<li><a href="compare">Compare</a></li>
<li> </li>
<!-- / %li Use -->
<li><a href="screenshots">Screenshots</a></li>
<li><a href="documentation/tutorial">Tutorial</a></li>
<li><a href="documentation">Documentation</a></li>
<li><a href="compatibility">Compatibility</a></li>
<li><a href="download">Download</a></li>
<li> </li>
<!-- / %li Connect -->
<li><a href="http://groups.google.com/group/automateit">Community</a></li>
<li><a href="contact">Contact</a></li>
<li><a href="credits">Credits</a></li>
<li><a href="changes">Changes</a></li>
</ul>
</div>
</td>
<td>
<div id='page_content'>
<h1>AutomateIt credits</h1>
<h2>Developers</h2>
<ul>
<li>Igal Koshevoy</li>
</ul>
<h2>Contributors</h2>
<ul>
<li>Amy K. Farrell – Proofreading</li>
<li>David Brewer – Wrote PackageManager::<span class="caps">PEAR</span> and PackageManager::<span class="caps">PECL</span></li>
<li>Jesse Hallett – Helped research Perl’s <span class="caps">API</span> for writing PackageManager::<span class="caps">CPAN</span></li>
</ul>
<h2>Inspirations</h2>
<ul>
<li>Mark Burgess – <a href="http://www.cfengine.org/">Cfengine</a></li>
<li>Luke A. Kanies – <a href="http://reductivelabs.com//trac/puppet">Puppet</a></li>
</ul>
<h2>Tools</h2>
<ul>
<li>Yukihiro Matsumoto, et al. – <a href="http://www.ruby-lang.org/en/">Ruby</a></li>
<li>Dave Astels, Steven Baker, David Chelimsky and Aslak Hellesøy – <a href="http://rspec.rubyforge.org/">RSpec</a></li>
<li>Hampton Catlin – <a href="http://haml.hamptoncatlin.com/"><span class="caps">HAML</span> & <span class="caps">SASS</span></a></li>
<li>Stephen Bartholomew – <a href="http://staticmatic.rubyforge.org/">Staticmatic</a></li>
</ul>
</div>
</td>
</tr>
</table>
</div>
<div id='footer'>
<p>
Copyright © 2007-2009 Igal Koshevoy. <a href="legal">Legal</a>.
</p>
</div>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2647440-1";
urchinTracker();
</script>
</body>
</html>