Changeset 547605a in github


Ignore:
Timestamp:
May 4, 2012 8:37:42 AM (13 months ago)
Author:
Thomas B <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo
Children:
f51b6ad
Parents:
d13693f
Message:

Better Markdown formatting for the README file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r10560d9a r547605a  
    1 Roundcube Webmail (http://roundcube.net) 
     1Roundcube Webmail  
     2================= 
     3[roundcube.net](http://roundcube.net) 
    24 
    35 
    46ATTENTION 
    57--------- 
    6 This is just a snapshot of the current SVN repository and is NOT A STABLE 
    7 version of Roundcube. It's not recommended to replace an existing installation 
     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 
    810of Roundcube with this version. Also using a separate database for this 
    911installation is highly recommended. 
     
    1416Roundcube Webmail is a browser-based multilingual IMAP client with an 
    1517application-like user interface. It provides full functionality you expect 
    16 from an e-mail client, including MIME support, address book, folder management, 
     18from an email client, including MIME support, address book, folder management, 
    1719message searching and spell checking. Roundcube Webmail is written in PHP and 
    1820requires the MySQL, PostgreSQL or SQLite database. With its plugin API it is 
     
    2022which are pure XHTML and CSS 2. 
    2123 
    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. 
     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. 
    2629 
    27 The current default skin uses icons designed by Stephen Horlander and Kevin  
    28 Gerich for Mozilla.org. 
     30The current default skin uses icons designed by Stephen Horlander and [Kevin  
     31Gerich][kmgerich] for Mozilla.org. 
    2932 
    3033 
     
    3841 
    3942 
    40 LICENSING 
    41 --------- 
     43LICENSE 
     44------- 
    4245This program is free software: you can redistribute it and/or modify 
    43 it under the terms of the GNU General Public License (with exceptions 
    44 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, 
    4548either version 3 of the License, or (at your option) any later version. 
    4649 
     
    5154 
    5255You should have received a copy of the GNU General Public License 
    53 along with this program. If not, see http://www.gnu.org/licenses/. 
     56along with this program. If not, see [www.gnu.org/licenses/][gpl]. 
    5457 
    5558This file forms part of the Roundcube Webmail Software for which the 
     
    6467original version of the license. 
    6568 
    66 For more details about licensing and the expections for skins and plugins 
    67 see http://roundcube.net/license 
     69For more details about licensing and the exceptions for skins and plugins 
     70see [roundcube.net/license][license] 
    6871 
    6972 
     
    7376Roundcube is open source software. Our developers and contributors all 
    7477are volunteers and we're always looking for new additions and resources. 
    75 For more information visit http://roundcube.net/contribute 
     78For more information visit [roundcube.net/contribute][contrib] 
    7679 
    7780 
     
    7982------- 
    8083For 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. 
     84at [trac.roundcube.net][tracreport] or subscribe to our mailing list. 
     85See [roundcube.net/support][support] for details. 
    8486 
    8587You're always welcome to send a message to the project admin: 
    86 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.