Web: Improve front page language.

Improve language in few places at the home page. And try to make
couple of things more clear for people not familiar with this kind
of tools.
This commit is contained in:
Kimmo Varis 2011-06-24 23:08:41 +03:00
parent 4ab390e4ee
commit 42f1ea0ad2
1 changed files with 8 additions and 7 deletions

View File

@ -36,10 +36,11 @@ uninitialized variables, unused functions" />
</div> <!-- #tabs --> </div> <!-- #tabs -->
<div id="content"> <div id="content">
<div class="wrap"> <div class="wrap">
<p><strong>Cppcheck</strong> is an analysis tool for C/C++ code. Unlike C/C++ <p><strong>Cppcheck</strong> is an static analysis tool for C/C++ code. Unlike
compilers and many other analysis tools, it don't detect syntax errors. Cppcheck C/C++ compilers and many other analysis tools it does not detect syntax errors
only detects the types of bugs that the compilers normally fail to detect. The in the code. Cppcheck primarily detects the types of bugs that the compilers
goal is no false positives.</p> normally do not detect. The goal is to detect only real errors in the code
(i.e. have zero false positives).</p>
<h2>Download</h2> <h2>Download</h2>
<p><a class="downloadnow" href="http://downloads.sourceforge.net/cppcheck/cppcheck-1.49-x86-Setup.msi"><strong>Download Now!</strong> <em>Version 1.49 for Windows</em></a></p> <p><a class="downloadnow" href="http://downloads.sourceforge.net/cppcheck/cppcheck-1.49-x86-Setup.msi"><strong>Download Now!</strong> <em>Version 1.49 for Windows</em></a></p>
@ -53,8 +54,8 @@ as plugin for your favorite IDE:</p>
<li><strong>Hudson</strong> - <a href="http://wiki.hudson-ci.org/display/HUDSON/Cppcheck+Plugin">Cppcheck Plugin</a></li> <li><strong>Hudson</strong> - <a href="http://wiki.hudson-ci.org/display/HUDSON/Cppcheck+Plugin">Cppcheck Plugin</a></li>
<li><strong>Jenkins</strong> - <a href="http://wiki.jenkins-ci.org/display/JENKINS/Cppcheck+Plugin">Cppcheck Plugin</a></li> <li><strong>Jenkins</strong> - <a href="http://wiki.jenkins-ci.org/display/JENKINS/Cppcheck+Plugin">Cppcheck Plugin</a></li>
</ul> </ul>
<p>No plugin exists for <strong>Visual Studio</strong>, but it's possible to add <p>There is no plugin for <strong>Visual Studio</strong>, but it is possible to
Cppcheck as an external tool.</p> add Cppcheck as an external tool.</p>
<h2>Features</h2> <h2>Features</h2>
<ul> <ul>
@ -91,7 +92,7 @@ Cppcheck as an external tool.</p>
<ul> <ul>
<li>Use <a href="http://sourceforge.net/apps/trac/cppcheck/">Trac</a> to report <li>Use <a href="http://sourceforge.net/apps/trac/cppcheck/">Trac</a> to report
bugs and feature requests</li> bugs and feature requests</li>
<li>Ask questions in the <a href="http://sourceforge.net/apps/phpbb/cppcheck/">forum</a> <li>Ask questions in the <a href="http://sourceforge.net/apps/phpbb/cppcheck/">discussion forum</a>
or at the IRC channel <a href="irc://irc.freenode.net/">#cppcheck</a></li> or at the IRC channel <a href="irc://irc.freenode.net/">#cppcheck</a></li>
<li>For more details look at the <a href="http://sourceforge.net/apps/mediawiki/cppcheck/">wiki</a></li> <li>For more details look at the <a href="http://sourceforge.net/apps/mediawiki/cppcheck/">wiki</a></li>
</ul> </ul>