Changeset 547605a in github
- Timestamp:
- May 4, 2012 8:37:42 AM (13 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo
- Children:
- f51b6ad
- Parents:
- d13693f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README
r10560d9a r547605a 1 Roundcube Webmail (http://roundcube.net) 1 Roundcube Webmail 2 ================= 3 [roundcube.net](http://roundcube.net) 2 4 3 5 4 6 ATTENTION 5 7 --------- 6 This is just a snapshot of the current SVN repository and is NOT A STABLE7 version of Roundcube . It's not recommended to replace an existing installation8 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 8 10 of Roundcube with this version. Also using a separate database for this 9 11 installation is highly recommended. … … 14 16 Roundcube Webmail is a browser-based multilingual IMAP client with an 15 17 application-like user interface. It provides full functionality you expect 16 from an e -mail client, including MIME support, address book, folder management,18 from an email client, including MIME support, address book, folder management, 17 19 message searching and spell checking. Roundcube Webmail is written in PHP and 18 20 requires the MySQL, PostgreSQL or SQLite database. With its plugin API it is … … 20 22 which are pure XHTML and CSS 2. 21 23 22 This project includes other open-source classes/libraries from PEAR 23 (http://pear.php.net), an IMAP library derived from IlohaMail 24 the TinyMCE rich text editor, Googiespell library for spell checking 25 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. 26 29 27 The current default skin uses icons designed by Stephen Horlander and Kevin28 Gerich for Mozilla.org.30 The current default skin uses icons designed by Stephen Horlander and [Kevin 31 Gerich][kmgerich] for Mozilla.org. 29 32 30 33 … … 38 41 39 42 40 LICENS ING41 ------- --43 LICENSE 44 ------- 42 45 This program is free software: you can redistribute it and/or modify 43 it under the terms of the GNU General Public License ( with exceptions44 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, 45 48 either version 3 of the License, or (at your option) any later version. 46 49 … … 51 54 52 55 You should have received a copy of the GNU General Public License 53 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]. 54 57 55 58 This file forms part of the Roundcube Webmail Software for which the … … 64 67 original version of the license. 65 68 66 For more details about licensing and the ex pections for skins and plugins67 see http://roundcube.net/license69 For more details about licensing and the exceptions for skins and plugins 70 see [roundcube.net/license][license] 68 71 69 72 … … 73 76 Roundcube is open source software. Our developers and contributors all 74 77 are volunteers and we're always looking for new additions and resources. 75 For more information visit http://roundcube.net/contribute78 For more information visit [roundcube.net/contribute][contrib] 76 79 77 80 … … 79 82 ------- 80 83 For any bug reports or feature requests please refer to the tracking system 81 at trac.roundcube.net (http://trac.roundcube.net/wiki/Howto_ReportIssues) 82 or subscribe to our mailing list. See http://roundcube.net/support 83 for details. 84 at [trac.roundcube.net][tracreport] or subscribe to our mailing list. 85 See [roundcube.net/support][support] for details. 84 86 85 87 You're always welcome to send a message to the project admin: 86 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.
