forked from fuel/docs
-
Notifications
You must be signed in to change notification settings - Fork 118
/
Copy pathcredits.html
96 lines (86 loc) · 4.37 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
<!doctype html>
<html lang="ja">
<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>クレジット表示 - FuelPHP ドキュメント</title>
</head>
<body>
<div id="container">
<header id="header">
<div class="table">
<h1>
<a href="http://fuelphp.com"><img height="37px" width="147px" src="./assets/img/fuel.png" /></a>
<strong>Documentation</strong>
</h1>
<form id="google_search">
<p>
<span id="search_clear"> </span>
<input type="submit" name="search_submit" id="search_submit" value="検索" />
<input type="text" value="" id="search_input" name="search_input" />
</p>
</form>
</div>
<nav>
<div class="clear"></div>
</nav>
<a href="#" id="toc_handle">目次</a>
<div class="clear"></div>
</header>
<div id="cse">
<div id="cse_point"></div>
<div id="cse_content"></div>
</div>
<div id="main">
<h2>クレジット表示</h2>
<h5 id="core_developers">コア開発者</h5>
<p>これらの開発者は、ほぼ毎日コミットし、フレームワークについてのすべての最終的な決定を下します。</p>
<ul>
<li><strong>Harro Verton - プロジェクトマネージャー</strong>、1.x コードベース と 2.0 コアのメンテナ</li>
<li><strong>Steve West - 開発者</strong>、2.0 ORM、Fieldsets、Validation の開発リード</li>
</ul>
<p class="note">
コア開発者になるために何をするか考えますか? このフレームワークの未来にについて IRC で議論すること、
Open な問題に Pull Request を送る、承認されたフィーチャーリクエストをやっつける、または、
新しいバージョン 2.0 のための仕事に参加することから始めてください。 </p>
<h5 id="Alumni">卒業生</h5>
<p>
不幸にも、時は移り変わり、人々は先に進みます。
我々は次の人々の FuelPHP フレームワークのコア開発者としての努力に感謝します。
彼らがいなかったら、今日の FuelPHP はなかったでしょう!
</p>
<ul>
<li><strong>Frank de Jonge - 開発者</strong>、Email パッケージと2.0 composer パッケージの開発</li>
<li><strong>Jelmer Schreuder - プロジェクトアーキテクト</strong>、ORM パッケージの開発</li>
<li><strong>Phil Sturgeon - 開発者</strong>、Oil パッケージの開発</li>
<li><strong>Dan Horrigan - プロジェクト創始者</strong></li>
</ul>
<h5 id="contributors">貢献者</h5>
<p>最新の貢献者のリストは GitHub のリポジトリごとにあります:</p>
<ul>
<li>FuelPHP App リポジトリ: <a href="https://github.com/fuel/fuel/contributors">fuel/fuel</a></li>
<li>FuelPHP Core リポジトリ: <a href="https://github.com/fuel/core/contributors">fuel/core</a></li>
<li>FuelPHP Oil パッケージ: <a href="https://github.com/fuel/oil/contributors">fuel/oil</a></li>
<li>FuelPHP Auth パッケージ: <a href="https://github.com/fuel/auth/contributors">fuel/auth</a></li>
<li>FuelPHP Orm パッケージ: <a href="https://github.com/fuel/orm/contributors">fuel/orm</a></li>
<li>FuelPHP Parser パッケージ: <a href="https://github.com/fuel/parser/contributors">fuel/parser</a></li>
<li>FuelPHP Email パッケージ: <a href="https://github.com/fuel/email/contributors">fuel/email</a></li>
<li>FuelPHP Documentation リポジトリ: <a href="https://github.com/fuel/docs/contributors">fuel/docs</a></li>
</ul>
</div>
<footer>
<p>
© FuelPHP Development Team 2010-2016 - <a href="http://fuelphp.com">FuelPHP</a> is released under the MIT license.
[ <a href="https://github.com/fuel/docs/commits/1.8/develop/credits.html">原文コミット履歴</a> | <a href="https://github.com/NEKOGET/FuelPHP_docs_jp/commits/1.8/develop_japanese/credits.html">翻訳コミット履歴</a> | <a href="https://github.com/NEKOGET/FuelPHP_docs_jp/blob/1.8/develop_japanese/credits.html">GitHubで修正</a> ]
</p>
</footer>
</div>
</body>
</html>