Changeset 217b806 in github


Ignore:
Timestamp:
May 8, 2012 6:15:37 AM (13 months ago)
Author:
Aleksander Machniak <alec@…>
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)
Message:

Better Markdown formatting for the README file

Conflicts:

README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r9456eac r217b806  
    1 Roundcube Webmail (http://roundcube.net) 
     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. 
    212 
    313 
     
    616Roundcube Webmail is a browser-based multilingual IMAP client with an 
    717application-like user interface. It provides full functionality you expect 
    8 from an e-mail client, including MIME support, address book, folder management, 
     18from an email client, including MIME support, address book, folder management, 
    919message searching and spell checking. Roundcube Webmail is written in PHP and 
    1020requires the MySQL, PostgreSQL or SQLite database. With its plugin API it is 
     
    1222which are pure XHTML and CSS 2. 
    1323 
    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. 
     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. 
    1829 
    19 The current default skin uses icons designed by Stephen Horlander and Kevin  
    20 Gerich for Mozilla.org. 
     30The current default skin uses icons designed by Stephen Horlander and [Kevin  
     31Gerich][kmgerich] for Mozilla.org. 
    2132 
    2233 
     
    3041 
    3142 
    32 LICENSING 
    33 --------- 
     43LICENSE 
     44------- 
    3445This program is free software: you can redistribute it and/or modify 
    35 it under the terms of the GNU General Public License (with exceptions 
    36 for skins & plugins) as published by the Free Software Foundation, 
     46it under the terms of the GNU General Public License (**with exceptions 
     47for skins & plugins**) as published by the Free Software Foundation, 
    3748either version 3 of the License, or (at your option) any later version. 
    3849 
     
    4354 
    4455You should have received a copy of the GNU General Public License 
    45 along with this program. If not, see http://www.gnu.org/licenses/. 
     56along with this program. If not, see [www.gnu.org/licenses/][gpl]. 
    4657 
    4758This file forms part of the Roundcube Webmail Software for which the 
     
    5667original version of the license. 
    5768 
    58 For more details about licensing and the expections for skins and plugins 
    59 see http://roundcube.net/license 
     69For more details about licensing and the exceptions for skins and plugins 
     70see [roundcube.net/license][license] 
    6071 
    6172 
     
    6576Roundcube is open source software. Our developers and contributors all 
    6677are volunteers and we're always looking for new additions and resources. 
    67 For more information visit http://roundcube.net/contribute 
     78For more information visit [roundcube.net/contribute][contrib] 
    6879 
    6980 
     
    7182------- 
    7283For 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. 
     84at [trac.roundcube.net][tracreport] or subscribe to our mailing list. 
     85See [roundcube.net/support][support] for details. 
    7686 
    7787You're always welcome to send a message to the project admin: 
    78 hello@roundcube.net 
     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 TracChangeset for help on using the changeset viewer.