forked from Respect/respect.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (70 loc) · 3.03 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
<!doctype html>
<html>
<head>
<title>Respect Project</title>
<meta charset="utf-8">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/style.css">
<script type="text/javascript" src="assets/js/script.js"></script>
</head>
<body>
<header>
<hgroup>
<h1>Respect Project</h1>
<h3>Simple independent components for building or improving PHP applications.</h3>
</hgroup>
<nav class="lang">
<ul>
<li class="select"><a href="index.html" title="In English"><img src="assets/img/flags/gb.gif" alt="In English"/></a></li>
<li><a href="index-ptbr.html" title="Em português (Brasil)"><img src="assets/img/flags/br.gif" alt="Em português (Brasil)"/></a></li>
</ul>
</nav>
</header>
<section class="components">
<h2>Components</h2>
<dl class="component">
<dt>
<a href="http://github.com/Respect/Config#readme">Respect\Config</a>
<small title="Almost stable" class="pre-alpha">pre-alpha</small>
</dt>
<dd>Powerful, easy INI-based configuration and dependency injection.</dd>
</dl>
<dl class="component">
<dt>
<a href="http://github.com/Respect/Relational#readme">Respect\Relational</a>
<small title="In development" class="dev">dev</small>
</dt>
<dd>A fluent, intuitive ORM for any database engine.</dd>
</dl>
<dl class="component">
<dt>
<a href="http://github.com/Respect/Rest#readme">Respect\Rest</a>
<small title="In development" class="dev">dev</small>
</dt>
<dd>Thin controller for RESTful applications.</dd>
</dl>
<dl class="component">
<dt>
<a href="http://github.com/Respect/Validation#readme">Respect\Validation</a>
<small title="In development" class="dev">dev</small>
</dt>
<dd>The most awesome validation engine ever created for PHP.</dd>
</dl>
</section>
<section class="downloads">
<h2>Downloads and Installation</h2>
<p>See our <a href="http://respect.github.com/pear/">PEAR Channel</a> for instructions</p>
</section>
<section class="articles">
<h2>Articles</h2>
<ul>
<li><a href="http://www.phparch.com/2011/03/more-powerful-validation-from-respect/">More powerful Validation from Respect</a> on <a href="http://phparch.com">php|architect</a></li>
<li><a href="http://thechangelog.com/post/3161849503/validation-the-most-awesome-validation-engine-ever-creat">Respect, Validation for PHP developers</a> on <a href="http://thechangelog.com">The Changelog</a></li>
<li><a href="http://forrst.com/posts/Respect_Relational_fluent_ORM_for_any_database-9SD">Respect\Relational: fluent ORM for any database</a> on <a href="http://forrst.com">Forrst</a></li>
</ul>
</section>
<footer>
<p><a href="http://github.com/Respect" class="fork">Fork me on GitHub</a></p>
</footer>
</body>
</html>