source: subversion/trunk/roundcubemail/README

Last change on this file was 5824, checked in by thomasb, 16 months ago

Small fixes

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 KB
Line 
1Roundcube Webmail (http://roundcube.net)
2
3
4ATTENTION
5---------
6This is just a snapshot of the current SVN repository and is NOT A STABLE
7version of Roundcube. It's not recommended to replace an existing installation
8of Roundcube with this version. Also using a separate database for this
9installation is highly recommended.
10
11
12INTRODUCTION
13------------
14Roundcube Webmail is a browser-based multilingual IMAP client with an
15application-like user interface. It provides full functionality you expect
16from an e-mail client, including MIME support, address book, folder management,
17message searching and spell checking. Roundcube Webmail is written in PHP and
18requires the MySQL, PostgreSQL or SQLite database. With its plugin API it is
19easily extendable and the user interface is fully customizable using skins
20which are pure XHTML and CSS 2.
21
22This project includes other open-source classes/libraries from PEAR
23(http://pear.php.net), an IMAP library derived from IlohaMail
24the TinyMCE rich text editor, Googiespell library for spell checking
25or the HTML sanitizer by Frederic Motte.
26
27The current default skin uses icons designed by Stephen Horlander and Kevin
28Gerich for Mozilla.org.
29
30
31INSTALLATION
32------------
33For detailed instructions on how to install Roundcube webmail on your server,
34please refer to the INSTALL document in the same directory as this document.
35
36If you're updating an older version of Roundcube please follow the steps
37described in the UPGRADING file.
38
39
40LICENSING
41---------
42This program is free software: you can redistribute it and/or modify
43it under the terms of the GNU General Public License (with exceptions
44for skins & plugins) as published by the Free Software Foundation,
45either version 3 of the License, or (at your option) any later version.
46
47This program is distributed in the hope that it will be useful,
48but WITHOUT ANY WARRANTY; without even the implied warranty of
49MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50GNU General Public License for more details.
51
52You should have received a copy of the GNU General Public License
53along with this program. If not, see http://www.gnu.org/licenses/.
54
55This file forms part of the Roundcube Webmail Software for which the
56following exception is added: Plugins and Skins which merely make
57function calls to the Roundcube Webmail Software, and for that purpose
58include it by reference shall not be considered modifications of
59the software.
60
61If you wish to use this file in another project or create a modified
62version that will not be part of the Roundcube Webmail Software, you
63may remove the exception above and use this source code under the
64original version of the license.
65
66For more details about licensing and the expections for skins and plugins
67see http://roundcube.net/license
68
69
70CONTRIBUTION
71------------
72Want to help make Roundcube the best webmail solution ever?
73Roundcube is open source software. Our developers and contributors all
74are volunteers and we're always looking for new additions and resources.
75For more information visit http://roundcube.net/contribute
76
77
78CONTACT
79-------
80For any bug reports or feature requests please refer to the tracking system
81at trac.roundcube.net (http://trac.roundcube.net/wiki/Howto_ReportIssues)
82or  subscribe to our mailing list. See http://roundcube.net/support
83for details.
84
85You're always welcome to send a message to the project admin:
86hello@roundcube.net
Note: See TracBrowser for help on using the repository browser.