Commit c6921d9ec81a1e9295633768e306afd3062227b8
Exists in
colab
and in
4 other branches
Merge pull request #286 from mezuro/update_home
Update home
Showing
4 changed files
with
3 additions
and
5 deletions
Show diff stats
app/views/home/index.html.erb
config/locales/views/home/en.yml
1 | 1 | en: |
2 | 2 | title_home_index: "Understanding Code Metrics" |
3 | - body_home_index_html: "This is Mezuro! A <strong>free/libre</strong> web platform for <strong>collaborative</strong> source code <strong>evaluation</strong>.</p> <p>Here you can evaluate your source code with the most popular SCMs (like Git and SVN), just by providing its URL. For now, you can evaluate <strong>C</strong>, <strong>C++</strong>, <strong>Java</strong> and <strong>Ruby</strong> source codes, but we are looking forward to supporting more languages in the future (Python is coming soon).</p>" | |
3 | + body_home_index_html: "<p>This is Mezuro! A <strong>free/libre</strong> web platform for <strong>collaborative</strong> source code <strong>evaluation</strong>.</p> <p>Here you can evaluate your source code with the most popular SCMs (like Git and SVN), just by providing its URL. For now, you can evaluate <strong>C</strong>, <strong>C++</strong>, <strong>Java</strong>, <strong>Ruby</strong> and <strong>Python</strong> source codes, but we are looking forward to supporting more languages in the future (PHP is coming soon).</p>" | |
4 | 4 | body_feedback_home_index_html: "Mezuro is continuously under development. Try it and give us your %{href}." |
5 | 5 | latest_projects: "Latest projects" | ... | ... |
config/locales/views/home/pt.yml
1 | 1 | pt: |
2 | 2 | title_home_index: "Entendendo Métricas de Código" |
3 | - body_home_index_html: "<p>Este é o Mezuro! Uma plataforma web <strong>livre</strong> para <strong>avaliação colaborativa</strong> de código fonte.</p> <p>Aqui você pode avaliar seu código fonte com os SCMs mais populares (como Git e SVN), apenas fornecendo sua URL. Por enquanto, você pode avaliar códigos em <strong>C</strong>, <strong>C++</strong>, <strong>Java</strong> e <strong>Ruby</strong>, mas nós pretendemos dar suporte a mais linguagens no futuro (Python está muito próximo).</p>" | |
3 | + body_home_index_html: "<p>Este é o Mezuro! Uma plataforma web <strong>livre</strong> para <strong>avaliação colaborativa</strong> de código fonte.</p> <p>Aqui você pode avaliar seu código fonte com os SCMs mais populares (como Git e SVN), apenas fornecendo sua URL. Por enquanto, você pode avaliar códigos em <strong>C</strong>, <strong>C++</strong>, <strong>Java</strong>, <strong>Ruby</strong> e <strong>Python<strong> mas nós pretendemos dar suporte a mais linguagens no futuro (PHP está muito próximo).</p>" | |
4 | 4 | body_feedback_home_index_html: "Mezuro está sob constante desenvolvimento. Experimente e nos dê o seu %{href}." |
5 | 5 | latest_projects: "Últimos projetos" | ... | ... |
public/humans.txt
... | ... | @@ -11,7 +11,6 @@ |
11 | 11 | Eduardo Silva Araújo (duduktamg at hotmail.com>) |
12 | 12 | Heitor Reis Ribeiro (marcheing at gmail.com) |
13 | 13 | Paulo Meirelles (paulo at softwarelivre.org) |
14 | - Pedro Scocco (pedroscocco at gmail.com) | |
15 | 14 | Rafael Reggiani Manzo (rr.manzo at gmail.com) |
16 | 15 | |
17 | 16 | # THANKSs |
... | ... | @@ -23,6 +22,7 @@ |
23 | 22 | Fellipe Souto Sampaio (fllsouto at gmail.com) |
24 | 23 | Guilherme Rojas (guilhermehrojas at gmail.com) |
25 | 24 | João M. M. Silva (jaodsilv at linux.ime.usp.br) |
25 | + Pedro Scocco (pedroscocco at gmail.com) | |
26 | 26 | Renan Fichberg (rfichberg at gmail.com) |
27 | 27 | |
28 | 28 | UnB Software Evolution Team 2015 | ... | ... |