+platform
[www.jankratochvil.net.git] / project / cvsbranchdiff / ListItem.pm
index 1c319de..0b7cfb6 100755 (executable)
@@ -25,19 +25,24 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
-               "name"=>"CVS Branching Utility",
+               "name"=>"cvsbranchdiff",
+               "platform"=>"unixdevel",
                "priority"=>6,
-               "download"=>"http://cvs.jankratochvil.net/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"=>"finished",
+               "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;