Filled in project description text
authorshort <>
Wed, 16 Apr 2003 15:59:15 +0000 (15:59 +0000)
committershort <>
Wed, 16 Apr 2003 15:59:15 +0000 (15:59 +0000)
README
captive.spec.in

diff --git a/README b/README
index b30163e..3d411aa 100644 (file)
--- a/README
+++ b/README
@@ -4,8 +4,15 @@ $Id$
 Operation Captive, codename "captive"
 -------------------------------------
 
-Provides opensource interface to W32 filesystems. Some proprietary filesystem
-datastructures can be realiably accessed by this project.
+Existing binary Microsoft Windows file system drivers were exploited
+for accessing drives with possibly proprietary file system data structures.
+Open file system API is provided to access these file system drivers.
+Microsoft Windows system components required by these drivers
+were analyzed and successfuly emulated in the GNU/Linux operating system.
+Currently the implementation allows applications running under the GNU/Linux
+operating system to access VFAT, ISO9660 and EXT2 drives. NTFS file system
+capability target is the final goal being currently developed on the base
+of this project assets.
 
 
 Bleeding Edge
index f646c78..3d9511c 100644 (file)
@@ -30,8 +30,15 @@ Copyright: GPL
 BuildRoot: /var/tmp/@PACKAGE@-@VERSION@-%{release}-root
 
 %description
-Microsoft Windows platform filesystem access.
-TODO
+Existing binary Microsoft Windows file system drivers were exploited
+for accessing drives with possibly proprietary file system data structures.
+Open file system API is provided to access these file system drivers.
+Microsoft Windows system components required by these drivers
+were analyzed and successfuly emulated in the GNU/Linux operating system.
+Currently the implementation allows applications running under the GNU/Linux
+operating system to access VFAT, ISO9660 and EXT2 drives. NTFS file system
+capability target is the final goal being currently developed on the base
+of this project assets.
 
 #% %package devel
 #% Summary: Microsoft Windows platform filesystem access development support.