descriptions updated
[www.jankratochvil.net.git] / project / redirector_ad / ListItem.pm
index f0a068f..4791796 100755 (executable)
@@ -25,22 +25,23 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
-               "name"=>"Banner Killer as 'squid redirector'",
+               "name"=>'redirector-ad',
+               "platform"=>"unixuser",
                "priority"=>7,
-               "link-CVS download"=>"http://cvs.jankratochvil.net/viewcvs/redirector-ad/redirector-ad.tar.gz?tarball=1",
-               "summary"=>"Banner killer",
+               "cvs"=>"redirector-ad",
+               "summary"=>'Banner killer as '.a_href('http://www.squid-cache.org/','Squid').' redirector filter',
                "license"=>"PD",
-               "maintenance"=>"finished",
+               "maintenance"=>"ready",
                "language"=>"Perl",
-               "description"=>""
-                               .'<p>Scripts that will simply discard graphical images referenced'
-                               .' from web pages.  Unlike other such packages it:</p>'
-                               .' <ul>'
-                               .' <li>Does not need separate administration of another daemon</li>'
-                               .' <li>Does not do any page contents filtering (popups will still pass through!)</li>'
-                               .' </ul>'
+               "description"=><<"HERE",
+<p>Scripts discarding specified graphical images (read 'ads') referenced
+from web pages. Unlike zillions of other such packages there
+is no need for separate administration of another daemon.</p>
+HERE
                );
 
 1;