Commit ef7ff52b707117054b8a3b2ac41f8982db509432

Authored by Rafael Manzo
1 parent 0d9973b9

Updated home text with the latest features

Signed off by: Diego Araújo <diegoamc90@gmail.com>
app/views/home/index.html.erb
1 1 <div class="jumbotron">
2 2 <p><h1><%= t('title_home_index') %></h1></p>
3   - <p>
  3 + <p>
4 4 <%= t('body_home_index_html') %>
5 5 </p>
6   - <p>
7   - <%= t('body_feedback_home_index_html', href: link_to('feedback', 'https://github.com/mezuro/mezuro/issues', target: '_blank')) %>
  6 + <p>
  7 + <%= t('body_feedback_home_index_html', href: link_to('feedback', 'https://github.com/mezuro/mezuro/issues', target: '_blank')) %>
8 8 </p>
9 9 </div>
10 10  
... ...
app/views/shared/_short_about.html.erb
1 1 <li class="nav-header"><%= t('about_mezuro') %></li>
2 2 <li class="list-group-item">
3 3 <small>
4   - <%= t('about_mezuro_body_html', href: link_to( 'Kalibro Web Service', 'https://github.com/mezuro/kalibro', target: '_blank'), href2: link_to('Kalibro Processor', 'https://github.com/mezuro/kalibro_processor', target: '_blank'))%>
  4 + <%= t('about_mezuro_body_html', href: link_to( 'Kalibro Configurations', 'https://github.com/mezuro/kalibro_configurations', target: '_blank'), href2: link_to('Kalibro Processor', 'https://github.com/mezuro/kalibro_processor', target: '_blank'))%>
5 5 </small>
6 6 </li>
... ...
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> and <strong>Java</strong> source codes, but we are looking forward to supporting more languages in the future."
  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)."
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> e <strong>Java</strong>, mas nós pretendemos dar suporte a mais linguagems no futuro.</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> e <strong>Ruby</strong>, mas nós pretendemos dar suporte a mais linguagems no futuro (Python 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"
... ...