38 lines
1.3 KiB
Markdown
38 lines
1.3 KiB
Markdown
|
ROUNDCUBE WEBMAIL SKIN "LARRY"
|
||
|
==============================
|
||
|
|
||
|
This skin package contains the "Larry" theme of the Roundcube Webmail
|
||
|
software. It can be used, modified and redistributed according to
|
||
|
the terms described in the LICENSE section.
|
||
|
|
||
|
For information about building or modifying Roundcube skins please visit
|
||
|
https://github.com/roundcube/roundcubemail/wiki/Skins
|
||
|
|
||
|
Screendesign by FLINT / Büro für Gestaltung, Bern, Switzerland
|
||
|
http://bueroflint.com
|
||
|
|
||
|
|
||
|
INSTALLATION
|
||
|
------------
|
||
|
|
||
|
The skin can be installed by putting the content in a subfolder of the
|
||
|
the Roundcube's `skins` folder or by using composer:
|
||
|
```
|
||
|
composer require "roundcube/larry:~1.6.0"
|
||
|
```
|
||
|
Note: make sure to use version of the skin that matches the Roundcube version.
|
||
|
If it is not available use the closest lower version number. For example,
|
||
|
if your Roundcube version is 1.6.5, use skin version 1.6.x (with max X that exists),
|
||
|
if 1.6.x does not exist use 1.5.x and so on. Using 1.7.x and up might not work.
|
||
|
|
||
|
|
||
|
LICENSE
|
||
|
-------
|
||
|
|
||
|
The contents of this folder are subject to the Creative Commons
|
||
|
Attribution-ShareAlike License. It is allowed to copy, distribute,
|
||
|
transmit and to adapt the work by keeping credits to the original
|
||
|
autors in the README.md file.
|
||
|
|
||
|
See https://creativecommons.org/licenses/by-sa/3.0/ for details.
|