File: README.md

package info (click to toggle)
roundcube-skin-larry 1.6.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,032 kB
  • sloc: javascript: 1,075; sh: 116; makefile: 30
file content (37 lines) | stat: -rw-r--r-- 1,292 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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.