+platform
[www.jankratochvil.net.git] / project / cvsutil / ListItem.pm
index c713a6c..7da3603 100755 (executable)
@@ -25,21 +25,26 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
-               "name"=>"CVS General Utility",
+               "name"=>"cvsutil",
+               "platform"=>"unixdevel",
                "priority"=>7,
-               "download"=>"http://cvs.jankratochvil.net/viewcvs/*checkout*/nethome/home/lace/bin/cvsutil?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/cvsutil?rev=HEAD",
+               "summary"=>"Clean CVS checkout working files or safely change CVS/Root",
                "license"=>"PD",
                "maintenance"=>"merge",
                "language"=>"Perl",
-               "description"=>""
-                               .'<p>Lists of specified types of files and safe settings of CVSROOT'
-                               .' for already checkouted package.</p>'
-                               .' <p>There exists package <a href=\"http://www.red-bean.com/cvsutils/\">CVS Utilities</a>'
-                               .' doing similiar things and more - this utility should be merged into it.'
-                               .' Pointed out by the courtesy of Jesse Glick.</p>'
+               "description"=><<"HERE",
+<p>Lists of specified types of files and safe settings of CVSROOT
+for already checkouted package.</p>
+<p>There exists package @{[ a_href 'http://www.red-bean.com/cvsutils/','CVS Utilities' ]}
+doing similiar things and more - this utility should be merged into it.
+Pointed out by the courtesy of Jesse Glick.</p>
+HERE
                );
 
 1;