diff --git a/htdocs/devinfo/index.php b/htdocs/devinfo/index.php index f2fd41625..c6cb7f3ad 100644 --- a/htdocs/devinfo/index.php +++ b/htdocs/devinfo/index.php @@ -42,8 +42,11 @@

Source Code

Latest version can be found in the -cppcheck git repository. To download it, run the following command:

-
git clone git://github.com/danmar/cppcheck.git
+cppcheck git repository.

+

To get the source code using git:

+
git clone git://github.com/danmar/cppcheck.git
+

To get the source code using subversion:

+
svn checkout https://github.com/danmar/cppcheck/trunk

You can also download the latest sources in a zip or tgz archive from the github website.

Recent Commits

diff --git a/htdocs/site/css/all.css b/htdocs/site/css/all.css index 13a9e7388..632ee50e4 100644 --- a/htdocs/site/css/all.css +++ b/htdocs/site/css/all.css @@ -136,6 +136,14 @@ pre.code em { border: 1px solid #e2e2e2; } +/* Command */ +pre.cmd { + padding: .5em; + background: #f7f7f7; + border: 1px solid #c0c0c0; + border-left: 10px solid #c0c0c0; +} + /* Results table */ #resultsTable { border-collapse: collapse;