Changeset 217b806 in github
- Timestamp:
- May 8, 2012 6:15:37 AM (13 months ago)
- Branches:
- release-0.8
- Children:
- ce81074
- Parents:
- 75d9d85
- git-author:
- Thomas B <thomas@…> (05/04/12 08:37:42)
- git-committer:
- Aleksander Machniak <alec@…> (05/08/12 06:15:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r9456eac r217b806 1 Roundcube Webmail (http://roundcube.net) 1 Roundcube Webmail 2 ================= 3 [roundcube.net](http://roundcube.net) 4 5 6 ATTENTION 7 --------- 8 This is just a snapshot of the current SVN repository and is **NOT A STABLE 9 version of Roundcube**. It's not recommended to replace an existing installation 10 of Roundcube with this version. Also using a separate database for this 11 installation is highly recommended. 2 12 3 13 … … 6 16 Roundcube Webmail is a browser-based multilingual IMAP client with an 7 17 application-like user interface. It provides full functionality you expect 8 from an e -mail client, including MIME support, address book, folder management,18 from an email client, including MIME support, address book, folder management, 9 19 message searching and spell checking. Roundcube Webmail is written in PHP and 10 20 requires the MySQL, PostgreSQL or SQLite database. With its plugin API it is … … 12 22 which are pure XHTML and CSS 2. 13 23 14 This project includes other open-source classes/libraries from PEAR 15 (http://pear.php.net), an IMAP library derived from IlohaMail 16 the TinyMCE rich text editor, Googiespell library for spell checking 17 or the HTML sanitizer by Frederic Motte. 24 The code is mainly written in PHP and is designed to run on a webserver. 25 It includes other open-source classes/libraries from [PEAR][pear], 26 an IMAP library derived from [IlohaMail][iloha] the [TinyMCE][tinymce] rich 27 text editor, [Googiespell][googiespell] library for spell checking or 28 the [WASHTML][washtml] sanitizer by Frederic Motte. 18 29 19 The current default skin uses icons designed by Stephen Horlander and Kevin20 Gerich for Mozilla.org.30 The current default skin uses icons designed by Stephen Horlander and [Kevin 31 Gerich][kmgerich] for Mozilla.org. 21 32 22 33 … … 30 41 31 42 32 LICENS ING33 ------- --43 LICENSE 44 ------- 34 45 This program is free software: you can redistribute it and/or modify 35 it under the terms of the GNU General Public License ( with exceptions36 for skins & plugins ) as published by the Free Software Foundation,46 it under the terms of the GNU General Public License (**with exceptions 47 for skins & plugins**) as published by the Free Software Foundation, 37 48 either version 3 of the License, or (at your option) any later version. 38 49 … … 43 54 44 55 You should have received a copy of the GNU General Public License 45 along with this program. If not, see http://www.gnu.org/licenses/.56 along with this program. If not, see [www.gnu.org/licenses/][gpl]. 46 57 47 58 This file forms part of the Roundcube Webmail Software for which the … … 56 67 original version of the license. 57 68 58 For more details about licensing and the ex pections for skins and plugins59 see http://roundcube.net/license69 For more details about licensing and the exceptions for skins and plugins 70 see [roundcube.net/license][license] 60 71 61 72 … … 65 76 Roundcube is open source software. Our developers and contributors all 66 77 are volunteers and we're always looking for new additions and resources. 67 For more information visit http://roundcube.net/contribute78 For more information visit [roundcube.net/contribute][contrib] 68 79 69 80 … … 71 82 ------- 72 83 For any bug reports or feature requests please refer to the tracking system 73 at trac.roundcube.net (http://trac.roundcube.net/wiki/Howto_ReportIssues) 74 or subscribe to our mailing list. See http://roundcube.net/support 75 for details. 84 at [trac.roundcube.net][tracreport] or subscribe to our mailing list. 85 See [roundcube.net/support][support] for details. 76 86 77 87 You're always welcome to send a message to the project admin: 78 hello@roundcube.net 88 hello(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 TracChangeset
for help on using the changeset viewer.
