mromy       2005/11/03 09:36:34 CET

  Modified files:
    core/src/webapp/html/startup readme.html 
  Log:
  - updated readme for beta2
  
  Revision  Changes    Path
  1.20      +50 -3     jahia/core/src/webapp/html/startup/readme.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/html/startup/readme.html.diff?r1=1.19&r2=1.20&f=h
  
  
  
  Index: readme.html
  ===================================================================
  RCS file: /cvs/jahia/core/src/webapp/html/startup/readme.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- readme.html       13 Oct 2005 09:12:28 -0000      1.19
  +++ readme.html       3 Nov 2005 08:36:33 -0000       1.20
  @@ -156,6 +156,7 @@
               For more information on the Jahia software, please refer to the 
following documentation :
               <ul id="doc">
                   <li><a href="howtoinstall.html">How to install</a></li>
  +                <li><a href="howto_cluster.html">Clustering howto 
guide</a></li>
               </ul>
           </div>
           <div class="title">Partners</div>
  @@ -172,10 +173,10 @@
       </div>
       <div class="maincontent">
   
  -<h1>Jahia 5.0 beta 1 (b1) README file</h1>
  -<p>Release date: 13/10/2005<br />
  +<h1>Jahia 5.0 beta 2 (b2) README file</h1>
  +<p>Release date: 03/11/2005<br />
       <br />
  -    You have installed the Beta 1 (B1 ) release of Jahia 5.0. <br />
  +    You have installed the Beta 2 (B2 ) release of Jahia 5.0. <br />
       <br />
       Please read this README carefully to learn about the new features 
present in
       this development release. <br />
  @@ -184,6 +185,7 @@
   <h2>Table of content:</h2>
   <p>
       - <a href="#1">Status</a><br />
  +    - <a href="#10">New Features in 5.0 b2</a><br />
       - <a href="#11">New Features in 5.0 b1</a><br />
       - <a href="#12">New Features in 5.0 M4</a><br />
       - <a href="#13">New Features in 5.0 M3</a><br />
  @@ -207,6 +209,14 @@
   <br/>
   
   
  +<h2><a name="10" id="10"></a>New features in 5.0 Beta 2</h2>
  +<b>Bug fixes<br />
  +</b><font face="Verdana" color="black" size="1">
  +<span style="FONT-SIZE: 7.5pt; COLOR: black; FONT-FAMILY: Verdana">
  +Hundreds of bug fixes and continuing to fix the others.
  +</span></font></p>
  +<br /><br />
  +
   <h2><a name="11" id="11"></a>New features in 5.0 Beta 1</h2>
   <b>Search Refactoring<br />
   </b><font face="Verdana" color="black" size="1">
  @@ -539,7 +549,44 @@
   the page level to right down the container level resulting in decreased 
back-end
   CPU and memory load.<br />
   <br />
  +<b>AJAX based GUI</b><br />
  +For performance and ease of use reasons, an AJAX framework (based on <a 
href="http://www.zimbra.com/"; target="_blank">Zimbra</a>) 
  +will be integrated in Jahia. All sitemaps will be refactored consequently.
  +<br />
  +<br />
  +<b>Clusters and Transactions</b><br />
  +In order to better manage eventual broken processes or errors, Jahia 5.0 
will fully support 
  +Java transactions (JTA). This requires several changes in our back-end cache 
management as 
  +it requires some transactional caching system. Jahia was using either 
OSCache or its own cache 
  +server implementation. All of them will need to be switched to JBoss Cache, 
the only existing 
  +java based open source transactional cache server. This will also require 
changes in the database 
  +in order to better manage automated DB SEQUENCE or AUTO_INCREMENT.
   <br />
  +<br />
  +<b>Processing Servers, Publishing Servers, Authoring Servers or Indexing 
Servers</b><br />
  +In Jahia 4.0 it was possible to define in a Jahia cluster which Jahia server 
was in charge 
  +of indexing content or which one was in charge of managing editors. This 
will be extended in 
  +order to let the administrators better define which Jahia server will be in 
charge of which 
  +kind of operations. So you will be able for example to install a cluster 
with one machine of 
  +each type (processing, publishing, authoring or indexing) or all machines 
performing all 
  +operations (and all the other possible combinations). The introduction of a 
processing server 
  +aims to delegate time consuming operations such as long validation workflow, 
large imports, etc, 
  +to a dedicated Jahia server. In opposition to the current behaviour, the 
author will then be directly 
  +able to continue to perform other operations without having to wait for the 
termination of the other 
  +process. A queuing system will be available in order to let him consult and 
warn him when his job is 
  +finished and completed.<br/>
  +Note: This option may perhaps only be available in Jahia 5.1.
  +<br />
  +<br />
  +<b>Image Gallery (courtesy of SIG/Cross-System)</b><br />
  +A new integrated mode in the Jahia File Manager will let you switch in image 
mode. Thumbnails will 
  +be automatically created by the Jahia system. Users will also be able to 
create new thumbnails and/or 
  +use a Java applet in order to access extended imaging tools. The Java 
library used is based on 
  +<a href="http://rsb.info.nih.gov/ij/"; target="_blank">ImageJ</a>
  +<br />
  +<br />
  +<br />
  +
   <h2><a name="17" id="17"></a>How can I upgrade from a Jahia 4.0 or 4.1 to 
this new version
   ? </h2>
   <p>There is currently no automatic
  

Reply via email to