-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredits.html
More file actions
93 lines (84 loc) · 3.47 KB
/
credits.html
File metadata and controls
93 lines (84 loc) · 3.47 KB
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>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./assets/css/combined.css">
<link rel="shortcut icon" href="./favicon.ico" />
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
var path = './';
</script>
<script src="./assets/js/combined.js"></script>
<title>Credits - FuelPHP Documentation</title>
</head>
<body>
<div id="container">
<header id="header">
<div class="table">
<h1>
<strong>FuelPHP, a PHP 5.3 Framework</strong>
Documentation
</h1>
<form id="google_search">
<p>
<span id="search_clear"> </span>
<input type="submit" name="search_submit" id="search_submit" value="search" />
<input type="text" value="" id="search_input" name="search_input" />
</p>
</form>
</div>
<nav>
<div class="clear"></div>
</nav>
<a href="#" id="toc_handle">table of contents</a>
<div class="clear"></div>
</header>
<div id="cse">
<div id="cse_point"></div>
<div id="cse_content"></div>
</div>
<div id="main">
<h2>Credits</h2>
<h5 id="core_developers">Core Developers</h5>
<p>These are the developers that make commits on a near-daily basis, and make all final decisions about the framework.</p>
<ul>
<li><strong>Harro Verton - Project Manager</strong>, maintainer of the 1.x codebase</li>
<li><strong>Frank de Jonge - Developer</strong>, development lead for the 2.0 composer packages</li>
</ul>
<p class="note">
Do you think you have what it takes to become a Core Developer? Start with discussing the future of the
framework in IRC, send in pull requests for open issues, attack one of the many approved feature requests, or
join the work for the new 2.0 version.
</p>
<h5 id="Alumni">Alumni</h5>
<p>
Unfortunately, times change, and people move on. We would like to thank the following people for their efforts as core developer
of the FuelPHP framework. Without them, it would not be what it is today!
</p>
<ul>
<li><strong>Jelmer Schreuder - Project Architect</strong>, development of the ORM package</li>
<li><strong>Phil Sturgeon - Developer</strong>, development of the Oil package</li>
<li><strong>Dan Horrigan - Project Founder</strong></li>
</ul>
<h5 id="contributors">Contributors</h5>
<p>Up to date contributor lists are per repo on github:</p>
<ul>
<li>FuelPHP App repository: <a href="https://github.com/fuel/fuel/contributors">fuel/fuel</a></li>
<li>FuelPHP Core repository: <a href="https://github.com/fuel/core/contributors">fuel/core</a></li>
<li>FuelPHP Oil package: <a href="https://github.com/fuel/oil/contributors">fuel/oil</a></li>
<li>FuelPHP Auth package: <a href="https://github.com/fuel/auth/contributors">fuel/auth</a></li>
<li>FuelPHP Orm package: <a href="https://github.com/fuel/orm/contributors">fuel/orm</a></li>
<li>FuelPHP Parser package: <a href="https://github.com/fuel/parser/contributors">fuel/parser</a></li>
<li>FuelPHP Email package: <a href="https://github.com/fuel/email/contributors">fuel/email</a></li>
<li>FuelPHP Documentation repository: <a href="https://github.com/fuel/docs/contributors">fuel/docs</a></li>
</ul>
</div>
<footer>
<p>
© FuelPHP Development Team 2010-2014 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
</p>
</footer>
</div>
</body>
</html>