-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
106 lines (91 loc) · 5.05 KB
/
index.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
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="/assets/ico/favicon.ico">
<title>Kohana ‡ Ohanzee</title>
<link href="/assets/src/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/main.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="header text-right">
<h3 class="text-muted pull-left">Ohanzee</h3>
<ul class="nav nav-pills">
<li class="active"><a href="/">About</a></li>
<!--
<li><a href="#guides">Guides</a></li>
<li><a href="/components">Components</a></li>
<li><a href="http://github.com/kohana/ohanzee-helpers/blob/master/CONTRIBUTING.md">Contribute</a></li>
-->
<li><a href="http://github.com/kohana/ohanzee-helpers/blob/master/README.md">Readme</a></li>
</ul>
</div>
<div class="jumbotron">
<h1>What is <abbr title="Souix for 'shadow'">Ohanzee?</abbr></h1>
<p class="lead">
Ohanzee is a set of PHP components that are
<a href="https://en.wikipedia.org/wiki/Dependency_injection">dependency free</a>,
<a href="http://www.php-fig.org/psr/psr-2/">PSR compatible</a>,
and <a href="/guides">well documented</a>.
The design is guided by
<a href="http://en.wikipedia.org/wiki/SOLID_(object-oriented_design)">SOLID</a>,
<a href="http://en.wikipedia.org/wiki/Don%27t_repeat_yourself">DRY</a>,
and <a href="http://en.wikipedia.org/wiki/KISS_principle">KISS</a> (the <a href="/docs/the-sdk">SDK</a>) philosophies.</p>
<p>Many were originally part of the <a href="http://kohanaframework.org">Kohana PHP Framework</a>.</p>
<!--
<p><a class="btn btn-lg btn-info" href="#" role="button">Component Search</a></p>
-->
</div>
<div class="row">
<div class="package-list col-md-8 col-md-offset-2">
<h2 class="text-center">Current Components</h2>
<hr>
<div class="row">
<div class="col-md-4 text-right"><a href="https://packagist.org/packages/ohanzee/helpers">helpers</a></div>
<div class="col-md-4 text-center">v0.0.1</div>
<div class="col-md-4 text-left"><a class="btn btn-primary btn-xs" href="https://github.com/kohana/ohanzee-helpers/archive/master.zip">download</a></div>
</div>
<div class="row">
<div class="col-md-4 text-right"><a href="https://packagist.org/packages/ohanzee/database">database</a></div>
<div class="col-md-4 text-center">v0.1.0</div>
<div class="col-md-4 text-left"></code></tt><a class="btn btn-primary btn-xs" href="https://github.com/kohana/ohanzee-db/archive/master.zip">download</a></div>
</div>
<hr>
<p class="text-muted text-center"><small>Additional repositories will be added soon. You can help!</small></p>
</div>
</div>
<!--
<div class="row marketing">
<div class="col-lg-6">
<h4>Subheading</h4>
<p>Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.</p>
<h4>Subheading</h4>
<p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</p>
<h4>Subheading</h4>
<p>Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
</div>
<div class="col-lg-6">
<h4>Subheading</h4>
<p>Donec id elit non mi porta gravida at eget metus. Maecenas faucibus mollis interdum.</p>
<h4>Subheading</h4>
<p>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</p>
<h4>Subheading</h4>
<p>Maecenas sed diam eget risus varius blandit sit amet non magna.</p>
</div>
</div>
-->
<div class="footer">
<p class="text-center text-muted">Copyright © 2014 by the <a href="http://kohanaframework.org/team">Kohana Team</a> and <a href="/contributors.html">contributors</a>.</p>
</div>
</div> <!-- /container -->
<a href="https://github.com/kohana/ohanzee"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>