X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=project%2Fcaptive%2FListItem.pm;h=3d83b09ed36d2c6bf7125bed536ed94008449399;hb=5e48182d341380bb379f9c7c42597313028d927b;hp=e7d45174763226b2c404b62f7fc0cba4ad32dca1;hpb=05f87b2c1ec440336d085843a1c88d4dfafb566a;p=www.jankratochvil.net.git diff --git a/project/captive/ListItem.pm b/project/captive/ListItem.pm index e7d4517..3d83b09 100755 --- a/project/captive/ListItem.pm +++ b/project/captive/ListItem.pm @@ -32,7 +32,7 @@ our @ListItem=( "name"=>"Captive", "platform"=>"unixuser", "priority"=>666, - "summary"=>"NTFS filesystem, MS-Windows NT kernel emulation", + "summary"=>"NTFS read/write filesystem for GNU/Linux", "license"=>"GPL", "maintenance"=>"active", "language"=>"i386 asm, C, Perl", @@ -43,19 +43,21 @@ our @ListItem=( "cvs-of 'httpcaptive://' method"=>"gnome-vfs-httpcaptive:captive", "cvs-of 'libntfs://' method"=>"ntfsprogs-gnomevfs", "description"=><<"HERE", -

The first full read/write free access to NTFS disk drives was achieved in +

Project implements the first full read/write free access to NTFS disk drives. +You can mount your Microsoft Windows NT, 200x or XP partition as +a transparently accessible volume for your GNU/Linux.

+

This compatibility was achieved in the @{[ a_href 'http://www.winehq.com/','Wine' ]} way by using the original Microsoft Windows ntfs.sys driver. It emulates the required subsystems of the Microsoft Windows kernel by reusing one of the original ntoskrnl.exe, @{[ a_href 'http://www.reactos.com/','ReactOS' ]} parts, or -this project's own reimplementations, on a case by case basis.

-

Involvement of the original driver files was chosen to achieve the best +this project's own reimplementations, on a case by case basis. +Project includes the first open source MS-Windows kernel API for Free operating systems. +Involvement of the original driver files was chosen to achieve the best and unprecedented filesystem compatibility and safety.

-

@{[ a_href('http://linux-ntfs.sourceforge.net/','Linux-NTFS Project') ]} R/W -clarification: Although that project now claims R/W capability it supports only -rewriting of already existing file data blocks. No file size change, no file -creation, no directory modifications etc. are currently possible by -@{[ a_href('http://linux-ntfs.sourceforge.net/','Linux-NTFS') ]}.

+

As opposite to other projects this is currently the only software supporting the full +read/write access including the possibility to create/delete files, modify directories +etc.

HERE );