+project staticbuild
[www.jankratochvil.net.git] / project / udpgate / Index.pm
index 7e1c0f8..9c17bf1 100644 (file)
@@ -53,6 +53,24 @@ 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
+
+
 exit;
 }
 1;