summaryrefslogtreecommitdiff
path: root/vfs/null_plugin/README
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-07 20:34:49 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-06-07 20:34:49 +0200
commitecde167da74c86bc047aaf84c5e548cf65a5da98 (patch)
treea015dfda84f28a65811e3aa0d369f8f211ec8c60 /vfs/null_plugin/README
downloadtuxcmd-release-0.6.36-dev.tar.xz
Diffstat (limited to 'vfs/null_plugin/README')
-rw-r--r--vfs/null_plugin/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/vfs/null_plugin/README b/vfs/null_plugin/README
new file mode 100644
index 0000000..7123ad0
--- /dev/null
+++ b/vfs/null_plugin/README
@@ -0,0 +1,15 @@
+null plugin for Tux Commander
+Plugin API version 2
+
+
+Copyright (c) 2005 Tomas Bzatek <tbzatek@users.sourceforge.net>
+http://tuxcmd.sourceforge.net
+
+
+
+This is the null VFS module for Tux Commander. It is intended as a basic
+skeleton structure for writing new plugins. It contains all functions required
+for successful access to the fake directory structure it creates.
+
+Please see vfs/uVFSprototypes.pas file for a brief documentation of the VFS API
+and description of each function.