descriptions updated
[www.jankratochvil.net.git] / project / kware / ListItem.pm
index ee7cd78..9409b1c 100755 (executable)
@@ -29,10 +29,11 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"KernelWare, Linux Kernel Drivers in Userland",
+               "name"=>"KernelWare",
+               "platform"=>"unixdevel",
                "priority"=>5,
                "download"=>"kware.tar.gz",
-               "summary"=>"Drivers debugging",
+               "summary"=>"Linux kernel drivers in userland for their debugging",
                "license"=>"PD",
                "maintenance"=>"obsolete-"
                                .a_href('http://user-mode-linux.sourceforge.net/','The User-mode Linux Kernel')." is much more useful now.",
@@ -46,9 +47,6 @@ Here you are!</p>
 is able to link with already pre-compiled modules. No special compilation
 flags needed, just link the <code>.o</code> module of the driver with
 KernelWare and you will get standard executable.</p>
-<p>Currently only a few functions are implemented and the code is rather
-an ugly hack than professional solution. I do not expect to ever develop
-it into some clean software, take it as it is, improve it or let it be.</p>
 HERE
                );