Update name vs. summary
[www.jankratochvil.net.git] / project / badblock_guess / ListItem.pm
index 45e3beb..3bdf85f 100755 (executable)
@@ -25,21 +25,24 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
-               "name"=>"Recovery of Data from a Damaged Disk",
+               "name"=>"badblock-guess",
                "priority"=>7,
                "download-compiled static binary"=>"badblock-guess",
                "download-gzipped compiled static binary"=>"badblock-guess.gz",
-               "link-CVS repository"=>"http://cvs.jankratochvil.net/viewcvs/badblock-guess/",
-               "download-CVS snapshot"=>"http://cvs.jankratochvil.net/viewcvs/badblock-guess/badblock-guess.tar.gz?tarball=1",
-               "link-README"=>"http://cvs.jankratochvil.net/viewcvs/*checkout*/badblock-guess/README?rev=HEAD",
-               "summary"=>"Data recovery",
+               "cvs"=>"badblock-guess",
+               # FIXME: 'http://cvs.jankratochvil.net/viewcvs/' -> $W->{"project_viewcvs"}
+               "link-README"=>'http://cvs.jankratochvil.net/viewcvs/'."*checkout*/badblock-guess/README?rev=HEAD",
+               "summary"=>"Data recovery from a damaged disk",
                "license"=>"GPL",
-               "maintenance"=>"finished",
+               "maintenance"=>"ready",
                "language"=>"C",
-               "description"=>""
-                               .'<p>badblock-guess will try to find all readable sectors of the disk in minimal time.</p>'
+               "description"=><<"HERE",
+<p>badblock-guess will try to find all readable sectors of the disk in minimal time.</p>
+HERE
                );
 
 1;