X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fmod_auth_tacacs%2FListItem.pm;h=d89b5c9c132ddcb0bf04227e772158aa2d968aa9;hb=cbd114a688ac874a97703f78be2b9ea0b953d02c;hp=437f96fb5f6d1aaf9d0e66a867d1b61808ccd4e4;hpb=87881612a38624ab579efed6e93749b0e2b42fc7;p=www.jankratochvil.net.git diff --git a/project/mod_auth_tacacs/ListItem.pm b/project/mod_auth_tacacs/ListItem.pm index 437f96f..d89b5c9 100755 --- a/project/mod_auth_tacacs/ListItem.pm +++ b/project/mod_auth_tacacs/ListItem.pm @@ -25,20 +25,27 @@ our $CVS_ID=q$Id$; use strict; use warnings; +use My::Web; + our @ListItem=( - "name"=>"mod_auth_tacacs TACACS+ test client", + "name"=>a_href('http://sourceforge.net/projects/mod-auth-tacacs/','mod_auth_tacacs').' client', + "platform"=>"patch", "priority"=>2, + "icon"=>"cisco-icon.jpeg", "download"=>"mod_auth_tacacs-2.0.2-gts1-checkout.diff.gz", "link-mod_auth_tacacs homepage"=>"http://sourceforge.net/projects/mod-auth-tacacs/", - "summary"=>"Network server security", + "summary"=>a_href('http://www.cisco.com/warp/public/614/7.html','Cisco TACACS+') + .' testing/debugging client for ' + .a_href('http://sourceforge.net/projects/mod-auth-tacacs/','mod_auth_tacacs'), "license"=>"PD", "maintenance"=>"accepted", "language"=>"C patch", - "description"=>"" - .'Patch implements: command-line client, dropped Makefile.in' - .' in favor of Makefile.am, --with-apache works now' - .' (whole configure.in rewritten)' + "description"=><<"HERE", +Patch implements: command-line client, dropped Makefile.in +in favor of Makefile.am, --with-apache works now +(whole configure.in rewritten) +HERE ); 1;