projects sorted
[www.jankratochvil.net.git] / project / sshpatch / ListItem.pm
index c781a99..f0aef26 100755 (executable)
@@ -25,21 +25,28 @@ our $CVS_ID=q$Id$;
 use strict;
 use warnings;
 
+use My::Web;
+
 
 our @ListItem=(
-               "name"=>"SSH-1 patch for <i>KeepAliveData</i> and <i>OnDemandForward</i>",
-               "priority"=>7,
+               "name"=>"SSH-1 patch",
+               "platform"=>"unixuser",
+               "priority"=>180,
                "download"=>"ssh-1.2.30-kadata+odforw.tar.gz",
                "download-SSH-1, version 1.2.30, .src.rpm"=>"ftp://ftp.fi.muni.cz/pub/ssh/local-fi.muni.cz/linux/ssh-1.2.30-1i.src.rpm",
                "download-SSH-1, version 1.2.30, .tar.gz"=>"ftp://ftp.fi.muni.cz/pub/ssh/ssh-1.2.30.tar.gz",
-               "summary"=>"SSH enhancement",
+               "summary"=>"SSH-1 <i>KeepAliveData</i> and <i>OnDemandForward</i> features",
                "license"=>"PD",
-               "maintenance"=>"update",
-               "reason"=>"<a href=\"http://www.openssh.com/\">OpenSSH</a> is now preferred but this patch is not yet migrated.",
+               "maintenance"=>"update-".a_href('http://www.openssh.com/','OpenSSH').' is preferred although this patch is not migrated.',
                "language"=>"C patch",
-               "description"=>""
-                               .'This patch will protect your mostly idle SSH connection from broken masquerading firewalls'
-                               .' and/or it will also provide _on-demand_ tunnelling.'
+               "description"=><<"HERE",
+<ul>
+       <li><i>KeepAliveData</i>: Protect your mostly idle SSH connection from broken
+                       masquerading firewalls which forget and reset the idle connections.</li>
+       <li><i>OnDemandForward</i>: Setup the connection only after the first client
+                       connected to the local tunnel (-L) connection side.</li>
+</ul>
+HERE
                );
 
 1;