File tree Expand file tree Collapse file tree 2 files changed +27
-27
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +27
-27
lines changed
Original file line number Diff line number Diff line change 1
- Symfony2 License
1
+ Licença Symfony2
2
2
================
3
3
4
- Symfony2 is released under the MIT license.
4
+ O Symfony2 é disponibilizado sob a licença MIT
5
5
6
- According to `Wikipedia `_:
6
+ De acordo com a `Wikipedia `_:
7
7
8
- "It is a permissive license, meaning that it permits reuse within
9
- proprietary software on the condition that the license is distributed with
10
- that software. The license is also GPL-compatible, meaning that the GPL
11
- permits combination and redistribution with software that uses the MIT
12
- License."
8
+ "É uma licença permissiva, significa que ela permite o reuso com software proprietário
9
+ com a condição de que a licença seja distribuída com o software.
10
+ A licença é também compatível com a GPL, de forma que a GPL permite a combinação e redistribuição
11
+ junto com softwares licenciados com a MIT."
13
12
14
- The License
15
- -----------
13
+ A licença
14
+ ---------
16
15
17
16
Copyright (c) 2004-2010 Fabien Potencier
18
17
Original file line number Diff line number Diff line change 1
- Submitting a Patch
2
- ==================
1
+ Enviando um patch
2
+ =================
3
3
4
- Patches are the best way to provide a bug fix or to propose enhancements to
5
- Symfony.
4
+ Patches são a melhor maneira de ajudar a corrigir um bug ou propor uma melhoria
5
+ no Symfony.
6
6
7
- Initial Setup
8
- -------------
7
+ Configuração Inicial
8
+ --------------------
9
9
10
- Before working on Symfony2, setup a friendly environment with the following
11
- software :
10
+ Antes de trabalhar no Symfony2, configure um ambiente amigável com os seguintes
11
+ programas :
12
12
13
13
* Git;
14
14
15
- * PHP version 5.3.2 or above ;
15
+ * PHP versão 5.3.2 ou superior ;
16
16
17
- * PHPUnit 3.5.0 or above .
17
+ * PHPUnit 3.5.0 ou superior .
18
18
19
- Set up your user information with your real name and a working email address :
19
+ Configure suas informações de usuário com seu nome real e e-mail :
20
20
21
21
.. code-block :: bash
22
22
23
- $ git config --global user.name " Your Name "
24
- $ git config --global user.email you @example.com
23
+ $ git config --global user.name " Seu nome "
24
+ $ git config --global user.email voce @example.com
25
25
26
26
.. tip ::
27
- If you are new to Git, we highly recommend you to read the excellent and free
28
- `ProGit `_ book.
27
+ Se você é novato usando o Git, nós recomendados que você leia o excente livro
28
+ gratuito `ProGit `.
29
+
29
30
30
- Get the Symfony2 code source :
31
+ Baixe o código fonte do Symfony2 :
31
32
32
- * Create a `Github `_ account and sign in ;
33
+ * Crie uma conta no `Github `_ e logue-se ;
33
34
34
35
* Fork the `Symfony2 repository `_ (click on the "Fork" button);
35
36
You can’t perform that action at this time.
0 commit comments