update
[www.jankratochvil.net.git] / project / vblib / ListItem.pm
index 05617b1..ecd9c61 100755 (executable)
@@ -29,19 +29,21 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"Variable Buffers Library",
+               "name"=>"vblib",
+               "platform"=>"unixdevel",
                "priority"=>4,
                "download"=>"vblib-1.0.0.tar.gz",
-               "summary"=>"Streams library",
+               "summary"=>"High performance memory streams library",
                "license"=>"PD",
                "maintenance"=>"ready",
                "language"=>"C",
-               "sponsorship"=>"<a href=\"http://www.princip.cz/\">Princip, a.s.</a>",
-               "description"=>""
-                               .'<p>Enables application to easily do input/output functions (like'
-                               .' read/write, printf etc.) with memory streams while using performance effective'
-                               .' functions. Simple buffer copying/moving would be possible but it would case a'
-                               .' major performance hit if not using algorithms implemented in this library.</p>'
+               "sponsorship"=>"<a href=\"http://www.geoinvest.cz/\">Geoinvest</a>",
+               "description"=><<"HERE",
+<p>Enables application to easily do input/output functions (like
+read/write, printf etc.) with memory streams while using performance effective
+functions. Simple buffer copying/moving would be possible but it would case a
+major performance hit if not using algorithms implemented in this library.</p>
+HERE
                );
 
 1;