description updated
[www.jankratochvil.net.git] / project / captive / ListItem.pm
index 9acf53b..6ec9d9e 100755 (executable)
@@ -29,20 +29,29 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"Captive NTFS Filesystem",
+               "name"=>"Captive",
+               "platform"=>"unixuser",
                "priority"=>9,
-               "summary"=>"MS-Windows NT kernel emulation",
+               "summary"=>"NTFS filesystem, MS-Windows NT kernel emulation",
                "license"=>"GPL",
                "maintenance"=>"active",
-               "language"=>"C, i386 asm, Perl",
+               "language"=>"i386 asm, C, Perl",
+               "icon"=>"captive-install-acquire-icon",
                "cvs-of main tree"=>"priv/captive",
                "cvs-of branched ".a_href('http://www.reactos.com/','reactos')." subdir"=>"priv/reactos:captive",
-               "description"=>""
-                               .'<p>The implementation allows applications running under the GNU/Linux operating'
-                               .' system to access NTFS drives. File system driver compatibility with VFAT,'
-                               .' ISO9660 and EXT2 is also provided.</p>'
-                               .'<p>Project runs the original Microsoft Windows drivers to get the best'
-                               .' filesystem compatibility and safety ever reachable.</p>'
+               "cvs-of branched ".a_href('http://lufs.sourceforge.net/lufs/','lufs')=>"lufs:captive",
+               "cvs-of 'httpcaptive://' method"=>"gnome-vfs-httpcaptive:captive",
+               "cvs-of 'libntfs://' method"=>"ntfsprogs-gnomevfs",
+               "description"=><<"HERE",
+<p>The first full read/write access to NTFS disk drivers was achieved in
+@{[ a_href 'http://www.winehq.com/','Wine' ]} way by using the original
+Microsoft Windows <i>ntfs.sys</i> driver. Projects emulates many subsystems of
+Microsoft Windows kernel reusing from case to case one of the original
+<i>ntoskrnl.exe</i>, @{[ a_href 'http://www.reactos.com/','ReactOS' ]} parts or
+the project's own reimplementations.</p>
+<p>Involvement of the original driver files was chosen to get the best
+filesystem compatibility and safety ever reachable.</p>
+HERE
                );
 
 1;