diff options
-rw-r--r-- | README | 15 | ||||
-rw-r--r-- | skins/default/README | 22 |
2 files changed, 32 insertions, 5 deletions
@@ -20,24 +20,29 @@ easily extendable and the user interface is fully customizable using skins which are pure XHTML and CSS 2. This project includes other open-source classes/libraries from PEAR -(http://pear.php.net), an IMAP library derrived from IlohaMail +(http://pear.php.net), an IMAP library derived from IlohaMail the TinyMCE rich text editor, Googiespell library for spell checking or the HTML sanitizer by Frederic Motte. -The current development skin uses icons designed by Stephen Horlander and Kevin +The current default skin uses icons designed by Stephen Horlander and Kevin Gerich for Mozilla.org. Installation: ------------- -For detailed instructions on how to install RoundCube webmail on your server, +For detailed instructions on how to install Roundcube webmail on your server, please refer to the INSTALL document in the same directory as this document. Licensing: ---------- -This product is distributed under the GPL. Please read through the file -LICENSE for more information about our license. +This product is distributed under the GNU General Public License Version 2. +Please read through the file LICENSE for more information about our license. + +Even if skins might contain some programming work, they are not considered +as a linked part of the application and therefore skins DO NOT fall under +the provisions of the GPL license. See the README file located in the skins +folder for details on the skin license. Contribution: diff --git a/skins/default/README b/skins/default/README new file mode 100644 index 000000000..9ba2128ed --- /dev/null +++ b/skins/default/README @@ -0,0 +1,22 @@ +ROUNDCUBE WEBMAIL DEFAULT SKIN +============================== + +This skin package contains the current development 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 modifiying Roundcube skins please visit +http://trac.roundcube.net/wiki/Doc_Skins + +The theme uses icons originally designed by Stephen Horlander and Kevin Gerich +for Mozilla.org. In case of redistribution giving credit to these artwork +creators is mandatory. + + +LICENSE +------- +The contents of this folder are subject to the Creative Commons +Attribution-Noncommercial License. It is allowed to copy, distribute, +transmit and to adapt the work for noncommercial purposes. +See http://creativecommons.org/licenses/by-nc/3.0/ for details. + |