descriptions updated
[www.jankratochvil.net.git] / project / checkstatic / ListItem.pm
index f5b487f..fe0b623 100755 (executable)
@@ -29,19 +29,22 @@ 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"=>""
-                               .'<p>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'
-                               .' a big package for embedded resource-limited machines.</p>'
+               "description"=><<"HERE",
+<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
+a big package for embedded resource-limited machines.</p>
+HERE
                );
 
 1;