Commit 031536d84d261eff25ada034b9760b4ad030d42c

Authored by Diego Camarinha
2 parents 75ed48b3 fe2087e2

Merge pull request #269 from mezuro/remove_home_text

Removes appologies text that are no longer necessary
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><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>"
  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>"
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><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>"
  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>"
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"
... ...