diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-20 07:26:11 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-04-20 07:26:11 +0000 |
| commit | 81c59279919cb8a1cc54939b07f44d3838313126 (patch) | |
| tree | cbffb3ace8285693a004c80798c5ed168e7b801b /roundcubemail/README | |
| parent | 362777113bedfdbc42054d006ce59ffd4d760f83 (diff) | |
Replace ALTER TABLE statement in Sqlite schema update script; more precise instructions for db updates and about new cleaning script
git-svn-id: https://svn.roundcube.net/trunk@3508 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/README')
| -rw-r--r-- | roundcubemail/README | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/roundcubemail/README b/roundcubemail/README index 667e7f417..634c794ff 100644 --- a/roundcubemail/README +++ b/roundcubemail/README @@ -11,18 +11,18 @@ installation is highly recommended. Introduction: ------------- -RoundCube Webmail is a browser-based multilingual IMAP client with an +Roundcube Webmail is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME support, address book, folder management, -message searching and spell checking. RoundCube Webmail is written in PHP and -requires the MySQL, PostgreSQL or SQLite database. The user interface is fully -skinnable using XHTML and CSS 2. +message searching and spell checking. Roundcube Webmail is written in PHP and +requires the MySQL, PostgreSQL or SQLite database. With its plugin API it is +easily extendable and the user interface is fully customizable using skins +which are pure XHTML and CSS 2. -This project is meant to be a modern webmail solution which is easy to -install/configure and that runs on a standard PHP plus MySQL, PostgreSQL or SQLite -configuration. It includes open-source classes/libraries like PEAR -(http://pear.php.net) and the IMAP wrapper from IlohaMail -(http://www.ilohamail.org). +This project includes other open-source classes/libraries from PEAR +(http://pear.php.net), an IMAP library derrived 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 Gerich for Mozilla.org. @@ -42,8 +42,8 @@ LICENSE for more information about our license. Contribution: ------------- -Want to help make RoundCube the best webmail solution ever? -RoundCube is open source software. Our developers and contributors all +Want to help make Roundcube the best webmail solution ever? +Roundcube is open source software. Our developers and contributors all are volunteers and we're always looking for new additions and resources. For more information visit http://roundcube.net/contribute |
