Update name vs. summary
[www.jankratochvil.net.git] / project / cvsbranchdiff / ListItem.pm
index 43f8412..09f0941 100755 (executable)
@@ -29,17 +29,19 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"CVS Branching Utility",
+               "name"=>"cvsbranchdiff",
                "priority"=>6,
-               "download"=>$W->{"project_viewcvs"}."*checkout*/nethome/home/lace/bin/cvsbranchdiff?rev=HEAD",
-               "summary"=>"CVS addon",
+               # FIXME: 'http://cvs.jankratochvil.net/viewcvs/' -> $W->{"project_viewcvs"}
+               "download"=>'http://cvs.jankratochvil.net/viewcvs/'."*checkout*/nethome/home/lace/bin/cvsbranchdiff?rev=HEAD",
+               "summary"=>"CVS Branching Utility",
                "license"=>"PD",
                "maintenance"=>"ready",
                "language"=>"bash",
-               "description"=>""
-                               .'<p>During patching of foreign CVS trees you have to regularly import them'
-                               .' as CVS does not support multiple repositories. There is a problem with'
-                               .' new or removed files, this simple tool will take care of them.</p>'
+               "description"=><<"HERE",
+<p>During patching of foreign CVS trees you have to regularly import them
+as CVS does not support multiple repositories. There is a problem with
+new or removed files, this simple tool will take care of them.</p>
+HERE
                );
 
 1;