captive&reactos moved out of priv/
[www.jankratochvil.net.git] / project / captive / ListItem.pm
index b2fbf6c..daf5101 100755 (executable)
@@ -29,20 +29,28 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"Captive NTFS Filesystem",
-               "priority"=>9,
-               "summary"=>"MS-Windows NT kernel emulation",
+               "name"=>"Captive",
+               "platform"=>"unixuser",
+               "priority"=>666,
+               "summary"=>"NTFS filesystem, MS-Windows NT kernel emulation",
                "license"=>"GPL",
                "maintenance"=>"active",
-               "language"=>"C, i386 asm, Perl",
-               "cvs-of main tree"=>"priv/captive",
-               "cvs-of branched ".a_href('http://www.reactos.com/','reactos')." subdir"=>"priv/reactos:captive",
+               "language"=>"i386 asm, C, Perl",
+               "icon"=>"captive-install-acquire-icon",
+               "cvs-of main tree"=>"captive",
+               "cvs-of branched ".a_href('http://www.reactos.com/','reactos')." subdir"=>"reactos:captive",
+               "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 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>
+<p>The first full read/write access to NTFS disk drivers was achieved in
+the @{[ a_href 'http://www.winehq.com/','Wine' ]} way by using the original
+Microsoft Windows <i>ntfs.sys</i> driver. It emulates the required subsystems of
+the Microsoft Windows kernel by reusing one of the original
+<i>ntoskrnl.exe</i>, @{[ a_href 'http://www.reactos.com/','ReactOS' ]} parts, or
+this project's own reimplementations, on a case by case basis.</p>
+<p>Involvement of the original driver files was chosen to achieve the best
+and unprecedented filesystem compatibility and safety.</p>
 HERE
                );