Commit b5a2e1cfba3110642b8bbd0ba68eb2681539c609
1 parent
e0143df7
Exists in
colab
and in
4 other branches
Another text review
Signed-off by: Paulo Meirelles <paulo@softwarelivre.org>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/home/index.html.erb
1 | 1 | <div class="hero-unit"> |
2 | 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>evaluation</strong>.</p> | |
4 | + <p>This is Mezuro! A <strong>free\libre</strong> web platform for <strong>collaborative</strong> source code <strong>evaluation</strong>.</p> | |
5 | 5 | |
6 | 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 | ... | ... |