From 5f6c93c6693c671c8899c3a888bc2f4311a456e5 Mon Sep 17 00:00:00 2001 From: thomascube Date: Sat, 20 Oct 2007 21:50:24 +0000 Subject: Mention html editor in INSTALL, remove unstable warning --- INSTALL | 7 ++++++- README | 12 +----------- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/INSTALL b/INSTALL index a28dea1c7..c22bc5325 100644 --- a/INSTALL +++ b/INSTALL @@ -10,6 +10,7 @@ REQUIREMENTS - error_reporting E_ALL & ~E_NOTICE (or lower) - file_uploads on (for attachment upload features) - memory_limit (increase as suitable to support large attachments) +* PHP compiled with Open SSL to connect to IMAPS and to use the spell checker * A MySQL or PostgreSQL database engine or the SQLite extension for PHP * A database with permission to create tables @@ -105,7 +106,11 @@ Details about the config paramaters can be found in the config files. You can also modify the default .htaccess file. This is necessary to increase the allowed size of file attachments, for example: - php_value upload_max_filesize 2M + php_value upload_max_filesize 2M + +To enable the experimental HTML editor you need to set the config +parameter 'enable_htmleditor' to true. + UPGRADING ========= diff --git a/README b/README index 2eb7eaad2..f1acab40a 100644 --- a/README +++ b/README @@ -1,15 +1,5 @@ RoundCube Webmail (http://roundcube.net) - -ATTENTION ---------- -This is just a snapshot of the current SVN repository and is NOT A STABLE -version of RoundCube. There have been major changes since the latest release -so please read the update instructions carefully. It's not recommended to -replace an existing installation of RoundCube with this version. Also using -a separate database or this installation is highly recommended. - - Introduction: ------------- RoundCube Webmail is a browser-based multilingual IMAP client with an @@ -78,6 +68,6 @@ subscribe to our mailing list. See http://www.roundcube.net/?p=mailinglists for details. You're always welcome to send a message to the project admin: -roundcube@gmail.com +hello@roundcube.net -- cgit v1.2.3