source: github/README @ 547605a

HEADcourier-fixdev-browser-capabilitiespdo
Last change on this file since 547605a was 547605a, checked in by Thomas B <thomas@…>, 13 months ago

Better Markdown formatting for the README file

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