sync
[www.jankratochvil.net.git] / project / udpgate / Index.pm
index 9c17bf1..ab71a49 100644 (file)
@@ -31,11 +31,9 @@ our @ListItem=(
                "name"=>"udpgate",
                "platform"=>"unixuser",
                "priority"=>505,
-               "download-i386 static binary"=>"dist/udpgate-1.1",
-               "download-gzipped i386 static binary"=>"dist/udpgate-1.1.gz",
-               "download-i386 static RPM package"=>"dist/udpgate-1.1-0.i386.rpm",
-               "download-sources RPM package"=>"dist/udpgate-1.1-0.src.rpm",
-               "download-sources .tar.gz"=>"dist/udpgate-1.1.tar.gz",
+               "download-i386 static binary"=>"dist/udpgate-1.1.1",
+               "download-gzipped i386 static binary"=>"dist/udpgate-1.1.1.gz",
+               "download-sources .tar.gz"=>"dist/udpgate-1.1.1.tar.gz",
                "download-Fedora Core 4 static builder"=>"dist/build-udpgate-static-2005-11-14-00.tar.gz",
                "cvs"=>"udpgate",
                "summary"=>"UDP packets gateway",
@@ -70,6 +68,18 @@ get replaced by the target project neutral:</p>
 </blockquote>
 HERE
 
+my $mms2_title=product::Lib->title(product::Lib->name_to_hashref("mms2"));
+print <<"HERE";
+<p>This project was created for the purposes of:</p>
+<table border="0" class="margin-center td-center">
+       <tr><td>@{[
+               img '/product/mms2/icon.jpeg',$mms2_title,
+                               "a_href"=>'/product/mms2/'
+               ]}</td></tr>
+       <tr><td style="font-size: xx-large;">@{[ a_href '/product/mms2/',$mms2_title ]}</td></tr>
+</table>
+HERE
+
 
 exit;
 }