From 38be0db959275004e3fb0ba10f84e50b228a6f86 Mon Sep 17 00:00:00 2001 From: Tim Gerundt Date: Sat, 7 Jul 2012 17:39:50 +0200 Subject: [PATCH] Web: Add also subversion command to devinfo --- htdocs/devinfo/index.php | 7 +++++-- htdocs/site/css/all.css | 8 ++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) 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;