Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117883318
README
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
README
View Options
A notes module for Roundcube
--------------------------------------
This plugin currently supports two storage backends:
- "kolab": Kolab Groupware v3 Server
- "webdav": WebDAV Server (required support for some custom properties), e.g. Kolab v4
REQUIREMENTS
------------
Some functions are shared with other plugins and therefore being moved to
library plugins. Thus in order to run the kolab_notes plugin, you also need the
following plugins installed:
* kolab/libkolab [1]
INSTALLATION
------------
For a manual installation of the plugin (and its dependencies),
execute the following steps. This will set it up with the database backend
driver.
1. Get the source from git
$ cd /tmp
$ git clone https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git
$ cd /<path-to-roundcube>/plugins
$ cp -r /tmp/roundcubemail-plugins-kolab/plugins/kolab_notes .
$ cp -r /tmp/roundcubemail-plugins-kolab/plugins/libkolab .
2. Create kolab_notes plugin configuration
$ cd kolab_notes/
$ cp config.inc.php.dist config.inc.php
$ edit config.inc.php
3. Initialize the libkolab plugin database tables
$ cd ../../
$ bin/initdb.sh --dir=plugins/libkolab/SQL
4. Build css styles for the Elastic skin (if needed)
$ lessc --relative-urls -x plugins/libkolab/skins/elastic/libkolab.less > plugins/libkolab/skins/elastic/libkolab.min.css
5. Enable the plugin
$ edit config/config.inc.php
Add 'kolab_notes' to the list of active plugins:
$config['plugins'] = [
(...)
'kolab_notes',
];
IMPORTANT
---------
This plugin doesn't work with the Classic skin of Roundcube because no
templates are available for that skin.
Use Roundcube `skins_allowed` option to limit skins available to the user
or remove incompatible skins from the skins folder.
[1] https://git.kolab.org/diffusion/RPK/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 6, 1:00 AM (4 d, 1 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
4b/20/f3161a9138197900484cf45c4a3e
Default Alt Text
README (1 KB)
Attached To
Mode
rRPK roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline