Skip to content

Commit

Permalink
Merge pull request Respect#1 from dscl/master
Browse files Browse the repository at this point in the history
Portuguese translation for index.html
  • Loading branch information
Alexandre Gomes Gaigalas committed Sep 3, 2011
2 parents 1f567e5 + b9be1d4 commit e7d1c2c
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
71 changes: 71 additions & 0 deletions index-ptbr.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<!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="style.css">
<link rel="stylesheet" href="style-ptbr.css">
<link href='http://fonts.googleapis.com/css?family=Ubuntu:regular,bold' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<hgroup>
<h1>Respect Project</h1>
<h3>Componentes simples e independentes para construção e melhoria de aplicações PHP.</h3>
</hgroup>

<section>
<h2>Componentes</h2>
<dl>
<dt>
<a href="http://github.com/Respect/Config#readme">Respect\Config</a>
<small title="Almost stable">pre-alpha</small>
</dt>
<dd>Poderoso e fál de usar configurador e container de injeção de dependência.</dd>
<dt>
<a href="http://github.com/Respect/Relational#readme">Respect\Relational</a>
<small title="In development">dev</small>
</dt>
<dd>Uma ORM fluente e intuitiva para qualquer mecanismo de banco de dados.</dd>
<dt>
<a href="http://github.com/Respect/Rest#readme">Respect\Rest</a>
<small title="In development">dev</small>
</dt>
<dd>Controlador leve para aplicações RESTful.</dd>
<dt>
<a href="http://github.com/Respect/Validation#readme">Respect\Validation</a>
<small title="In development">dev</small>
</dt>
<dd>O mais incrível mecanismo de validação já criado para PHP.</dd>
</dl>
</section>

<section>
<h2>Downloads e Instalação</h2>
<p>Visite nosso <a href="http://respect.github.com/pear/">Canal PEAR</a> para instruções</p>
</section>

<section>
<h2>Artigos</h2>
<ul>
<li>
<a href="http://www.phparch.com/2011/03/more-powerful-validation-from-respect/">Validações mais poderosas com Respect</a> na <a href="http://phparch.com">php|architect</a>
<br /><span class="original-title">(título original: More powerful Validation from Respect)</span>
</li>
<li>
<a href="http://thechangelog.com/post/3161849503/validation-the-most-awesome-validation-engine-ever-creat">Respect, Validação para desenvolvedores PHP</a> no <a href="http://thechangelog.com">The Changelog</a>
<br /><span class="original-title">(título original: Respect, Validation for PHP developers)</span>
</li>
<li>
<a href="http://forrst.com/posts/Respect_Relational_fluent_ORM_for_any_database-9SD">Respect\Relational: uma fluente ORM para qualquer banco de dados</a> no <a href="http://forrst.com">Forrst</a>
<br /><span class="original-title">(título original: Respect\Relational: fluent ORM for any database)</span>
</li>
</ul>
</section>

<footer>
<p><a href="http://github.com/Respect"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://d3nwyuy0nl342s.cloudfront.net/img/abad93f42020b733148435e2cd92ce15c542d320/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677265656e5f3030373230302e706e67" alt="Fork me on GitHub"></a></p>
</footer>
</body>
</html>
10 changes: 10 additions & 0 deletions style-ptbr.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.original-title {
margin-left: 15px;
font-style: italic;
font-size: 0.8em;
}

h3 {
width: 500px;
}

0 comments on commit e7d1c2c

Please sign in to comment.