projects sorted
[www.jankratochvil.net.git] / project / fixhtml / ListItem.pm
index 0656a81..669e8f9 100755 (executable)
@@ -29,19 +29,19 @@ 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"=>"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>'
+               "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;