thomascube
2007-10-20 5f6c93c6693c671c8899c3a888bc2f4311a456e5
Mention html editor in INSTALL, remove unstable warning

2 files modified
19 ■■■■■ changed files
INSTALL 7 ●●●● patch | view | raw | blame | history
README 12 ●●●●● patch | view | raw | blame | history
INSTALL
@@ -10,6 +10,7 @@
   - 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 @@
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
=========
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 @@
for details.
You're always welcome to send a message to the project admin:
roundcube@gmail.com
hello@roundcube.net