summaryrefslogtreecommitdiff
path: root/gnome_vfs/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 /gnome_vfs/README
downloadtuxcmd-modules-0.6.36.tar.xz
Diffstat (limited to 'gnome_vfs/README')
-rw-r--r--gnome_vfs/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/gnome_vfs/README b/gnome_vfs/README
new file mode 100644
index 0000000..cc58ed3
--- /dev/null
+++ b/gnome_vfs/README
@@ -0,0 +1,29 @@
+gnome-vfs plugin for Tux Commander
+version 0.99.2
+
+Copyright (c) 2005 Tomas Bzatek <tbzatek@users.sourceforge.net>
+http://tuxcmd.sourceforge.net
+
+To get gnome-vfs library, please see
+ * http://freshmeat.net/projects/gnome-vfs/
+ * ftp://ftp.gnome.org/pub/gnome/sources/gnome-vfs/
+
+For glib library, go to http://www.gtk.org/
+
+
+
+This is the gnome-vfs VFS module for Tux Commander, using libgnomevfs-2 library
+to access various resources. Currently FTP, SFTP (SSH subsystem) and SMB
+protocols are tested and working with gnome-vfs library version 2.8.0. The other
+protocols may be working too, depending on the version of gnome-vfs library. The
+binary version of gnome-vfs module for Tux Commander is compiled always with the
+last stable version of gnome-vfs library, which is 2.18.1 at the moment of this
+release. The gnome-vfs library depends also on glib library and this module
+requires glib too; the installation process is nearly the same as the
+installation of gnome-vfs.
+
+For successful compilation, the gnome-vfs development files are required (it is
+assumed, that the gnome-vfs library is present in your system too). You can get
+them by installing the package from your Linux distribution (usually
+libgnomevfs2 and libgnomevfs2-dev) or by downloading the source tarball and
+compiling by hand.