summaryrefslogtreecommitdiff
path: root/plugins/kolab_core/README.txt
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-11-27 14:10:11 +0000
committerthomascube <thomas@roundcube.net>2010-11-27 14:10:11 +0000
commita05ff65dd2e5740f524e94ab642f26a4bdaa4781 (patch)
treefa1cc9db71fa2103417e44c86e2989b5b7289a40 /plugins/kolab_core/README.txt
parent5fec6de4216883e625d7e166f862985d00c99d4a (diff)
Remove plugins under development
Diffstat (limited to 'plugins/kolab_core/README.txt')
-rw-r--r--plugins/kolab_core/README.txt32
1 files changed, 0 insertions, 32 deletions
diff --git a/plugins/kolab_core/README.txt b/plugins/kolab_core/README.txt
deleted file mode 100644
index 87537c0b8..000000000
--- a/plugins/kolab_core/README.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-Kolab Integration Plugin README
--------------------------------
-
-This plugin relies on classes from the Horde project. In order to have all
-the required files available you need to install the following packages from
-Horde:
- Horde_Framework
- Kolab_Format
- Kolab_Storage
- Horde_NLS
- Horde_DOM
-
-This is best done using PEAR. Make sure that the local PEAR directory is in
-the PHP isntall path and execute the following commands to install the
-required packages:
-
-pear channel-discover pear.horde.org
-
-pear install horde/Horde_Framework
-pear install horde/Horde_DOM
-pear install horde/Horde_NLS
-pear install horde/Horde_Share
-pear install horde/Log
-pear install horde/Kolab_Format
-pear install horde/Kolab_Storage
-
-
-Configuration
--------------
-
-Rename the config.inc.php.dist to config.inc.php within this plugin directory
-and add the corresponding values for your local Kolab server.