summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-03-03 21:42:28 +0000
committerthomascube <thomas@roundcube.net>2008-03-03 21:42:28 +0000
commit73fef99d2c6463c8569b5114c2e725240b7b52e9 (patch)
tree6726332c9fe3c9ce27d00fc34ee9d5739204699a
parentcd2d04066a2e024e599a452f136c40f81b193640 (diff)
Alter README and version strings
-rw-r--r--README33
-rw-r--r--index.php4
2 files changed, 5 insertions, 32 deletions
diff --git a/README b/README
index 2eb7eaad2..d3c1d8ce5 100644
--- a/README
+++ b/README
@@ -1,15 +1,6 @@
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
@@ -52,32 +43,14 @@ 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
-
-
Contact:
--------
For any bug reports or feature requests please refer to the tracking system
-at trac.roundcube.net (http://trac.roundcube.net/trac.cgi/report) or
-subscribe to our mailing list. See http://www.roundcube.net/?p=mailinglists
+at trac.roundcube.net (http://trac.roundcube.net/wiki/Howto_ReportIssues) or
+subscribe to our mailing list. See http://roundcube.net/support
for details.
You're always welcome to send a message to the project admin:
-roundcube@gmail.com
+hello@roundcube.net
diff --git a/index.php b/index.php
index c5cd6ff42..af523a0b8 100644
--- a/index.php
+++ b/index.php
@@ -2,7 +2,7 @@
/*
+-----------------------------------------------------------------------+
| RoundCube Webmail IMAP Client |
- | Version 0.1-20080302 |
+ | Version 0.1-stable |
| |
| Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
@@ -41,7 +41,7 @@
*/
// application constants
-define('RCMAIL_VERSION', '0.1-trunk');
+define('RCMAIL_VERSION', '0.1');
define('RCMAIL_CHARSET', 'UTF-8');
define('JS_OBJECT_NAME', 'rcmail');