projects sorted
[www.jankratochvil.net.git] / project / checkstatic / ListItem.pm
index 03d6b16..c400142 100755 (executable)
@@ -25,21 +25,26 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
-               "name"=>"C Sources Symbol Attributes Checker",
-               "priority"=>7,
-               "download"=>"http://cvs.jankratochvil.net/viewcvs/*checkout*/nethome/home/lace/bin/checkstatic?rev=HEAD",
-               "summary"=>"Development tool",
+               "name"=>"checkstatic",
+               "platform"=>"unixdevel",
+               "priority"=>510,
+               # 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"=>"finished",
+               "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;