projects sorted
[www.jankratochvil.net.git] / project / fixhtml / ListItem.pm
index a583e5d..669e8f9 100755 (executable)
@@ -25,24 +25,23 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
-               "name"=>"Converter of HTML Files URLs to Relative",
-               "priority"=>3,
+               "name"=>"fixhtml",
+               "platform"=>"unixuser",
+               "trivia"=>1,
+               "priority"=>20,
                "download"=>"fixhtml.pl",
-               "summary"=>"HTML converter",
+               "summary"=>"Convert HTML files URLs to relative",
                "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'
-                               .' by <b>WebCopy</b> tool), you will'
-                               .' 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>'
+               "description"=><<"HERE",
+<p>Program translates the URL references in your downloaded web pages to be relative
+and therefore browsable without Internet access.</p>
+HERE
                );
 
 1;