stuart: doc/www/src webclient.html.m4,1.2,1.3

cvs at intevation.de cvs at intevation.de
Mon Jul 5 14:07:08 CEST 2004


Author: stuart

Update of /kolabrepository/doc/www/src
In directory doto:/tmp/cvs-serv14232

Modified Files:
	webclient.html.m4 
Log Message:
Added a warning about running the webclient while we are busy implementing the Kolab 2 data file format over the coming months


Index: webclient.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/webclient.html.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- webclient.html.m4	10 Jun 2004 22:48:34 -0000	1.2
+++ webclient.html.m4	5 Jul 2004 12:07:05 -0000	1.3
@@ -7,6 +7,27 @@
 
 <hr />
 
+<div class="warning">
+<a name="kolab2"><b>Attention - July, 2004</b></a><br />
+Work has begun on implementing the Kolab 2 Groupware File Format into the webclient.
+While this work is still in progress, any versions of Horde that you check out may not
+work - if you want to run the older (Kolab 1) version of the Webclient you'll have to
+perform the following commands after checking out the rest of the Horde library,
+in order to obtain the older Kolab code:
+<pre class="shell"># find -name kolab.php | xargs rm -rf framework/Kolab
+# cvs co -D 2004-07-01 framework/Kolab kronolith/lib/Driver/kolab.php \
+    kronolith/lib/Storage/kolab.php mnemo/lib/Driver/kolab.php \
+    nag/lib/Driver/kolab.php turba/lib/Driver/kolab.php
+</pre>
+Please note that as the Webclient is still considered experimental, we will not be supporting
+the older code base. If you wish to use the Webclient we urge you to consider waiting until
+Kolab 2 is released at the end of the year. However, we'd love for anyone who is feeling
+brave to help us test the new code base and make sure that the Webclient is 100% compliant
+with the new data specification.
+</div>
+
+<hr />
+
 <a name="toc"><h2>Table of Contents</h2></a>
 <ol>
 <li><a href="#highlights">Highlights of the current webclient release</a></li>
@@ -330,6 +351,10 @@
 <pre class="shell">
 # cvs -d :pserver:cvsread at anoncvs.horde.org:/repository checkout horde framework imp kronolith mnemo nag passwd turba ingo
 </pre>
+<div class="warning">
+If you want to run the old (Kolab 1) webclient code then you'll have to execute the <a href="#kolab2">commands
+found at the top of the page</a> in order to obtain the older code.
+</div>
 Optional: remove the extraneous CVS directories:
 <pre class="shell">
 # find . -type d -name CVS | xargs rm -rf





More information about the commits mailing list