Commit b680a5614aa364e88c9d905a6fca9cda5dd48005

Authored by marcheing
2 parents 0d9973b9 aa6ca644

Merge pull request #260 from mezuro/homepage_update

Homepage update
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> 3 + <p>
4 <%= t('body_home_index_html') %> 4 <%= t('body_home_index_html') %>
5 </p> 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 </p> 8 </p>
9 </div> 9 </div>
10 10
app/views/shared/_short_about.html.erb
1 <li class="nav-header"><%= t('about_mezuro') %></li> 1 <li class="nav-header"><%= t('about_mezuro') %></li>
2 <li class="list-group-item"> 2 <li class="list-group-item">
3 <small> 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 </small> 5 </small>
6 </li> 6 </li>
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> 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).</p><p>We had some structural problems and some data were lost. We are sorry about that, and we want to assure you that now a reliable backup is being done every day. If you have any doubts, please contact us at the list mezuro@librelist.com.</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> 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 linguagens no futuro (Python está muito próximo).</p><p>Nós tivemos problemas na infraestrutura e alguns dados foram perdidos. Pedimos desculpas por isso e garantimos que agora um backup confiável está sendo feito todo dia. Em caso de dúvidas, por favor entrem em contato através da lista mezuro@librelist.com.</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"