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
1 | <div class="jumbotron"> | 1 | <div class="jumbotron"> |
2 | <p><h1><%= t('title_home_index') %></h1></p> | 2 | <p><h1><%= t('title_home_index') %></h1></p> |
3 | - <p> | ||
4 | <%= t('body_home_index_html') %> | 3 | <%= t('body_home_index_html') %> |
5 | - </p> | ||
6 | <p> | 4 | <p> |
7 | <%= t('body_feedback_home_index_html', href: link_to('feedback', 'https://github.com/mezuro/mezuro/issues', target: '_blank')) %> | 5 | <%= t('body_feedback_home_index_html', href: link_to('feedback', 'https://github.com/mezuro/mezuro/issues', target: '_blank')) %> |
8 | </p> | 6 | </p> |
config/locales/views/home/en.yml
1 | en: | 1 | en: |
2 | title_home_index: "Understanding Code Metrics" | 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 | body_feedback_home_index_html: "Mezuro is continuously under development. Try it and give us your %{href}." | 4 | body_feedback_home_index_html: "Mezuro is continuously under development. Try it and give us your %{href}." |
5 | latest_projects: "Latest projects" | 5 | latest_projects: "Latest projects" |
config/locales/views/home/pt.yml
1 | pt: | 1 | pt: |
2 | title_home_index: "Entendendo Métricas de Código" | 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 | body_feedback_home_index_html: "Mezuro está sob constante desenvolvimento. Experimente e nos dê o seu %{href}." | 4 | body_feedback_home_index_html: "Mezuro está sob constante desenvolvimento. Experimente e nos dê o seu %{href}." |
5 | latest_projects: "Últimos projetos" | 5 | latest_projects: "Últimos projetos" |
public/humans.txt
@@ -11,7 +11,6 @@ | @@ -11,7 +11,6 @@ | ||
11 | Eduardo Silva Araújo (duduktamg at hotmail.com>) | 11 | Eduardo Silva Araújo (duduktamg at hotmail.com>) |
12 | Heitor Reis Ribeiro (marcheing at gmail.com) | 12 | Heitor Reis Ribeiro (marcheing at gmail.com) |
13 | Paulo Meirelles (paulo at softwarelivre.org) | 13 | Paulo Meirelles (paulo at softwarelivre.org) |
14 | - Pedro Scocco (pedroscocco at gmail.com) | ||
15 | Rafael Reggiani Manzo (rr.manzo at gmail.com) | 14 | Rafael Reggiani Manzo (rr.manzo at gmail.com) |
16 | 15 | ||
17 | # THANKSs | 16 | # THANKSs |
@@ -23,6 +22,7 @@ | @@ -23,6 +22,7 @@ | ||
23 | Fellipe Souto Sampaio (fllsouto at gmail.com) | 22 | Fellipe Souto Sampaio (fllsouto at gmail.com) |
24 | Guilherme Rojas (guilhermehrojas at gmail.com) | 23 | Guilherme Rojas (guilhermehrojas at gmail.com) |
25 | João M. M. Silva (jaodsilv at linux.ime.usp.br) | 24 | João M. M. Silva (jaodsilv at linux.ime.usp.br) |
25 | + Pedro Scocco (pedroscocco at gmail.com) | ||
26 | Renan Fichberg (rfichberg at gmail.com) | 26 | Renan Fichberg (rfichberg at gmail.com) |
27 | 27 | ||
28 | UnB Software Evolution Team 2015 | 28 | UnB Software Evolution Team 2015 |