modperl update
[www.jankratochvil.net.git] / project / cvsbranchdiff / ListItem.pm
index 1c319de..43f8412 100755 (executable)
@@ -25,14 +25,16 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
                "name"=>"CVS Branching Utility",
                "priority"=>6,
-               "download"=>"http://cvs.jankratochvil.net/viewcvs/*checkout*/nethome/home/lace/bin/cvsbranchdiff?rev=HEAD",
+               "download"=>$W->{"project_viewcvs"}."*checkout*/nethome/home/lace/bin/cvsbranchdiff?rev=HEAD",
                "summary"=>"CVS addon",
                "license"=>"PD",
-               "maintenance"=>"finished",
+               "maintenance"=>"ready",
                "language"=>"bash",
                "description"=>""
                                .'<p>During patching of foreign CVS trees you have to regularly import them'