Changeset 5f6c93c6 in github


Ignore:
Timestamp:
Oct 20, 2007 5:50:24 PM (6 years ago)
Author:
thomascube <thomas@…>
Children:
511c02f
Parents:
111b278f
Message:

Mention html editor in INSTALL, remove unstable warning

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • INSTALL

    r4b9efbb r5f6c93c6  
    1111   - file_uploads on (for attachment upload features) 
    1212   - memory_limit (increase as suitable to support large attachments) 
     13* PHP compiled with Open SSL to connect to IMAPS and to use the spell checker 
    1314* A MySQL or PostgreSQL database engine or the SQLite extension for PHP 
    1415* A database with permission to create tables 
     
    106107You can also modify the default .htaccess file. This is necessary to 
    107108increase the allowed size of file attachments, for example: 
    108         php_value       upload_max_filesize     2M 
     109  php_value       upload_max_filesize     2M 
     110 
     111To enable the experimental HTML editor you need to set the config 
     112parameter 'enable_htmleditor' to true. 
     113 
    109114 
    110115UPGRADING 
  • README

    rf115416 r5f6c93c6  
    11RoundCube Webmail (http://roundcube.net) 
    2  
    3  
    4 ATTENTION 
    5 --------- 
    6 This is just a snapshot of the current SVN repository and is NOT A STABLE 
    7 version of RoundCube. There have been major changes since the latest release 
    8 so please read the update instructions carefully. It's not recommended to 
    9 replace an existing installation of RoundCube with this version. Also using 
    10 a separate database or this installation is highly recommended. 
    11  
    122 
    133Introduction: 
     
    7969 
    8070You're always welcome to send a message to the project admin: 
    81 roundcube@gmail.com 
     71hello@roundcube.net 
    8272 
    8373 
Note: See TracChangeset for help on using the changeset viewer.