Update: udpgate-1.1.1
[www.jankratochvil.net.git] / project / udpgate / Index.pm
index 7e1c0f8..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",
@@ -53,6 +51,36 @@ HERE
 sub handler
 {
 project::Lib->init();
+
+
+sub projectname($)
+{
+my($name)=@_;
+
+       return a_href "/project/$name/",project::Lib->title(project::Lib->name_to_hashref($name));
+}
+
+print <<"HERE";
+<p>Package 'build-udpgate-static' above is in fact obsolete, for further versions it will
+get replaced by the target project neutral:</p>
+<blockquote>
+       <p>@{[ projectname "staticbuild" ]}</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;
 }
 1;