Commit e0143df744af0a2f188a199aa2815a9215c105e7

Authored by Rafael Manzo
1 parent b3bc4dab

Texts reviwed

Signed-off by: Paulo Meirelles <paulo@softwarelivre.org>
app/views/home/index.html.erb
1 1 <div class="hero-unit">
2   -<p><h1>Hello world!</h1></p>
  2 + <p><h1>Understanding Code Metrics</h1></p>
3 3  
4   -<p>This is Mezuro! A <strong>free</strong> (with the same meaning as freedom) web platform for <strong>collaborative</strong> source code <strong>evalution</strong>.</p>
  4 + <p>This is Mezuro! A <strong>free</strong> (with the same meaning as freedom) web platform for <strong>collaborative</strong> source code <strong>evaluation</strong>.</p>
5 5  
6   -<p>Here you can evaluate your source code with most of the SCM, just by giving it's URL. For now you can evaluate <strong>Java</strong>, <strong>C/C++</strong> and <strong>Python</strong> source-code, but soon we hope to support more languages!</p>
  6 + <p>Here you can evaluate your source code with most of the SCM (Git, Baazar, Mercurial, and SVN), just by giving it's URL. For now you can evaluate <strong>C</strong>, <strong>C++</strong>,<strong>Java</strong> source code, but soon we hope to support more languages!</p>
7 7  
  8 + <p> Mezuro is under development. Try it and give us your <%= link_to 'feedback', 'https://github.com/mezuro/mezuro/issues', target: '_blank' %>.</p>
8 9 </div>
9 10  
10 11 <h2>Latest projects</h2>
  12 +
11 13 <ul>
12 14 <% @latest_projects.each do |project| %>
13 15 <li><%= link_to(project.name, project_path(project.id)) %></li>
... ...
app/views/layouts/application.html.erb
... ... @@ -97,7 +97,7 @@
97 97  
98 98 <footer>
99 99 <div class="footer-left">&copy; <%= link_to "The Mezuro Team", "/humans.txt" %> 2013</div>
100   - <div class="footer-right"><%= link_to(image_tag('agplv3-88x31.png'), 'http://www.gnu.org/licenses/agpl-3.0-standalone.html') %> <%= link_to image_tag('fork-me.png'), "https://github.com/mezuro/mezuro-standalone" %></div>
  100 + <div class="footer-right"><%= link_to(image_tag('agplv3-88x31.png'), 'http://www.gnu.org/licenses/agpl-3.0-standalone.html') %> <%= link_to image_tag('fork-me.png'), "https://github.com/mezuro/mezuro" %></div>
101 101 </footer>
102 102  
103 103 </div> <!-- /container -->
... ...
app/views/shared/_short_about.html.erb
1 1 <li class="nav-header">About Mezuro</li>
2 2 <li>
3   -<small>Mezuro is the front-end for the <%= link_to 'Kalibro Project', 'https://github.com/mezuro/kalibro' %>. It is intended to be a service where you can evaluate your code quality and, if you want, define wich set of metrics you want to use.</small>
  3 + <small> Mezuro project aims provide a platform to compare projects and metric techniques, teach how to use metrics through configurations, analyze code, avoid technical debts, and disseminate code metrics usage and understanding.</small>
  4 +<li>
  5 +<li>
  6 + <small>Here you can try the front-end for the <%= link_to 'Kalibro Web Service', 'https://github.com/mezuro/kalibro', target: '_blank' %>. It is intended to be a service where you can evaluate your code quality and, if you want, define wich set of metrics you want to use.</small>
4 7 </li>
5 8 \ No newline at end of file
... ...