summaryrefslogtreecommitdiff
path: root/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 /README
downloadtuxcmd-release-0.6.36-dev.tar.xz
Diffstat (limited to 'README')
-rw-r--r--README61
1 files changed, 61 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..2bf4805
--- /dev/null
+++ b/README
@@ -0,0 +1,61 @@
+Tux Commander development release
+ Version: 0.6.36
+ Release date: 2008-Jun-01
+
+Copyright (c) 2008 Tomas Bzatek <tbzatek@users.sourceforge.net>
+http://tuxcmd.sourceforge.net
+
+Please check project site for more details
+
+
+
+Introduction
+------------
+
+Tux Commander is a windowed file manager with 2 panels side by side similar to
+popular Total Commander or Midnight Commander file managers. The main goal of
+this project is to create powerful and user friendly file manager for Unix
+operating systems.
+
+General features:
+ * Graphical application, uses GTK2 windowing toolkit
+ * Two directory panels side by side (vertical)
+ * Tabbed interface, buttons for quick access to favorite places
+ * Configurable mounter bar for quick access to removable media and
+ network shares
+ * Multilingual user interface
+ * Basic VFS (Virtual File System) support, allowing you to browse archives
+ and network places
+ * Extendable via plugin system, several VFS modules available
+ in the distribution
+ * Portable, no installation required, usable right after the extraction
+ * Designed for GNOME and XFCE desktop environments while preserving complete
+ independency (libraries are loaded dynamically when available)
+ * Extension-based file type actions (associations)
+ * Threaded file operations
+ * Large files (> 4GB) support
+ * Main application written in Object Pascal language (with FreePascal
+ as default compiler), plugins are written in C/C++ language
+
+
+Using Object Pascal language might be considered as limiting factor, however
+we recently switched to FreePascal compiler, solving many compatibility issues.
+Also, the x86_64 port was introduced and is officially supported as well as
+the i386 platform. Kylix compatibility will be still maintained though.
+This project uses Pascal GTK2 bindings from the gtk2 for pascal project,
+which are now part of FreePascal v2.0 distribution.
+
+
+
+Install
+----------
+For installation and compilation instructions please follow the INSTALL file.
+
+
+Testing
+----------
+Tux Commander needs testing, I would be pleased if you will send any comments
+or bug reports. When sending a bug report, please run "tuxcmd --debug"
+and attach the log to your e-mail.
+
+