From 12b0029ae265db9c6a90f1912a45e373cc8910c8 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 09 Jun 2008 15:06:33 -0400
Subject: [PATCH] Update README and CHANGELOG

---
 README |   30 +++---------------------------
 1 files changed, 3 insertions(+), 27 deletions(-)

diff --git a/README b/README
index 1129cf5..42ef4ba 100644
--- a/README
+++ b/README
@@ -1,14 +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. Unlike the latest release this version requires PHP 5
-and does not work on a webserver with PHP 4. 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:
 -------------
@@ -51,23 +42,8 @@
 already have a corresponding entry in the user's table (username and hostname)
 will be allowed.
 
-
-Code Layout:
-------------
-Basic sequence (index.php):
-  - index.php -> rcmail_load_gui -> new rcmail_template -> rcmail_template::send
-  - authentication details in this sequence
-
-Tasks
-  - index.php limits tasks to set list
-  - can see task in roundcube link when you mouse over it
-  - task templates stored in skins/default/templates
-  - templates "roundcube:" tokens that get replaced in rcmail_template class
-
-program/include/rcube_shared.inc
-  - defines rcube_html_page, class that lays out a roundcube web page
-  - defines form control classes
-  - provides common functions
+Read more at http://trac.roundcube.net/wiki/Howto_Config
+and http://trac.roundcube.net/wiki/Dev_Docs
 
 
 Contact:

--
Gitblit v1.9.1