modperl update
[www.jankratochvil.net.git] / project / fixhtml / ListItem.pm
index a583e5d..0656a81 100755 (executable)
@@ -25,6 +25,8 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
                "name"=>"Converter of HTML Files URLs to Relative",
@@ -32,7 +34,7 @@ our @ListItem=(
                "download"=>"fixhtml.pl",
                "summary"=>"HTML converter",
                "license"=>"PD",
-               "maintenance"=>"finished",
+               "maintenance"=>"obsolete-".a_href('http://wget.sunsite.dk/','Wget')." option <b>--convert-links</b> does the same.",
                "language"=>"Perl",
                "description"=>""
                                .'<p>If you download/grab the whole (or its part) of some web site (for example'
@@ -40,9 +42,6 @@ our @ListItem=(
                                .' probably want to browse it locally on your computer offline. Unfortunately'
                                .' the authors are usually using server-name protocol reference or absolute'
                                .' path referration which will broke on your local machine.</p>'
-                               .' <p>This software is derived from <b>WebCopy</b> and initially it was only'
-                               .' its extension. I separated it afterwards - you really do not want to do'
-                               .' the opposite, think twice before trying to integrate it back.</p>'
                );
 
 1;