descriptions updated
[www.jankratochvil.net.git] / project / checkstatic / ListItem.pm
index 91103fe..fe0b623 100755 (executable)
@@ -29,15 +29,17 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"C Sources Symbol Attributes Checker",
+               "name"=>"checkstatic",
+               "platform"=>"unixdevel",
                "priority"=>7,
-               "download"=>$W->{"project_viewcvs"}."*checkout*/nethome/home/lace/bin/checkstatic?rev=HEAD",
-               "summary"=>"Development tool",
+               # FIXME: 'http://cvs.jankratochvil.net/viewcvs/' -> $W->{"project_viewcvs"}
+               "download"=>'http://cvs.jankratochvil.net/viewcvs/'."*checkout*/nethome/home/lace/bin/checkstatic?rev=HEAD",
+               "summary"=>"C sources symbol attributes checker",
                "license"=>"PD",
                "maintenance"=>"ready",
                "language"=>"Perl",
                "description"=><<"HERE",
-<p>Gives additional warnings not provided by GNU C Compiler
+<p>Scripts gives additional warnings not provided by GNU C Compiler
 such as dead code declared as <code>global</code> in separate file,
 missing <code>static</code> keywords etc.</p>
 <p>It can get very valuable during stripping functionality off of