X-Git-Url: https://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=blobdiff_plain;f=project%2Ffixhtml%2FIndex.pm;fp=project%2Ffixhtml%2FIndex.pm;h=b74f7c2eb4dad6f655b2e589f44279e4cfc7ef09;hp=d866a835e5ab99c4dce1f89791b2aac9ff5d4421;hb=9b9da21fd793a407d9339333ff6a1c9b3cddf1e4;hpb=1ebd44d948f63e0f6d5d005bb5ced02c5041414e diff --git a/project/fixhtml/Index.pm b/project/fixhtml/Index.pm index d866a83..b74f7c2 100644 --- a/project/fixhtml/Index.pm +++ b/project/fixhtml/Index.pm @@ -32,11 +32,13 @@ our @ListItem=( "platform"=>"unixuser", "trivia"=>1, "priority"=>20, - "download"=>"fixhtml", + # FIXME: 'http://cvs.jankratochvil.net/viewcvs/' -> $W->{"project_viewcvs"} + "link-Source file"=>'http://cvs.jankratochvil.net/viewcvs/'."nethome/bin/fixhtml?rev=HEAD", "summary"=>"Convert HTML files URLs to relative ones", "license"=>"PD", "maintenance"=>sub { - return "obsolete-".a_href('http://wget.sunsite.dk/','Wget')." option --convert-links does the same."; + return "obsolete-".a_href('http://wget.sunsite.dk/','Wget')." option --convert-links does the same" + ." (OTOH it has some bugs)."; }, "language"=>"Perl", "description"=><<"HERE",