summaryrefslogtreecommitdiff
path: root/zip/README
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-08 11:04:43 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-08 11:04:43 +0200
commit16f738ecee689c6feb2acb7e4ef4d9bb4144ae7d (patch)
tree3d22f54f7298f81b18ed66d05a62fa8bfab359ab /zip/README
downloadtuxcmd-modules-0.6.36.tar.xz
Diffstat (limited to 'zip/README')
-rw-r--r--zip/README48
1 files changed, 48 insertions, 0 deletions
diff --git a/zip/README b/zip/README
new file mode 100644
index 0000000..0e8949f
--- /dev/null
+++ b/zip/README
@@ -0,0 +1,48 @@
+ZIP plugin for Tux Commander
+ Version: 0.4.5
+ Release date: 2008-Feb-09
+
+Copyright (C) 2008 Tomas Bzatek <tbzatek@users.sourceforge.net>
+http://tuxcmd.sourceforge.net
+
+This plugin uses ZipArchive library v3.2.0
+Copyright (C) 2000 - 2007 Artpol Software - Tadeusz Dracz
+http://www.artpol-software.com/ZipArchive/
+See ZipArchive/License.txt for licensing conditions
+
+
+
+
+This is the ZIP archiving VFS (Virtual File System) plugin for Tux Commander
+file manager. It uses external ZipArchive library, which is statically linked
+thus no additional system libraries are required. Both plugin and the library
+are pretty stable for normal use at their current versions.
+
+Feature highlights:
+ * full read/write support for ZIP archives
+ * full support for Unix file and directory permissions
+ * password protection support (read/write)
+
+To be implemented:
+ * archive consistency testing (needs new VFS API)
+ * creating archives from scratch (needs new VFS API)
+ * compression level setting (needs new VFS API)
+ * multidisk archives
+
+The current VFS implementation in Tux Commander lacks some extended features
+for both archiving and remote filesystems. This is one of the main goals for
+the 0.6.x series.
+
+
+Known issues:
+ - ZipArchive library won't compile under gcc v4.3.0
+ - Modifying password protected archive might lead to data corruption
+
+
+
+For successful compilation you will need working gcc compiler and glib2
+library installed with development files. The ZipArchive library sources are
+included, no external files are required.
+
+Compilation has been tested with gcc compiler v4.2.3
+