shuber      2004/11/11 14:31:21 CET

  Modified files:        (Branch: JAHIA-4-0-BRANCH)
    src/views/html/startup readme.html 
  Log:
  Some typos and grammar changes.
  
  Revision  Changes    Path
  1.68.2.6  +25 -14    jahia/src/views/html/startup/readme.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/views/html/startup/readme.html.diff?r1=1.68.2.5&r2=1.68.2.6&f=h
  
  
  
  Index: readme.html
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/src/views/html/startup/Attic/readme.html,v
  retrieving revision 1.68.2.5
  retrieving revision 1.68.2.6
  diff -u -r1.68.2.5 -r1.68.2.6
  --- readme.html       11 Nov 2004 13:04:12 -0000      1.68.2.5
  +++ readme.html       11 Nov 2004 13:31:21 -0000      1.68.2.6
  @@ -170,7 +170,9 @@
       <div class="maincontent">
                   <h1>Jahia 4.0.5 Preview Release README file</h1>
           <p>
  -            This is a <strong>Preview Release</strong> of the the 4.0.5 
version of Jahia and we are now very close to the final release. We strongly 
encourage you to test it against your current installation (see below how to 
migrate from 4.0.4 to this release). 
  +            This is a <strong>Preview Release</strong> of the the 4.0.5 
version of Jahia and we are 
  +            now very close to the final release. We strongly encourage you 
to test it against your 
  +            current installation (see below how to migrate from 4.0.4 to 
this release). 
               Unless critical bugs are discovered, this PR should become the 
final 4.0.5 in a couple of days.
               <br/><br/>
               Please read this README carefully to learn about the new 
features present in this release
  @@ -187,9 +189,12 @@
   
           <h2><a name="1"></a>Status</h2>
           <p>
  -            Hundreds of performance improvements, bug fixes, enhancements 
and refactoring in this fifth service pack. Most important ones are related
  -            to a new authentification mechanism with support for cookies, 
the optimization of indexation, several modifications to support Jahia in 
clustered environements (load balancing) and some refactoring of the move 
function.
  -
  +            This fifth service pack contains hundreds of performance 
improvements, bug fixes, enhancements and refactorings. 
  +            The most important changes include a new authentification 
mechanism to remember user logins using cookies, 
  +            speed optimizations of content indexing, several modifications 
to support clustered environements (load balancing) 
  +            and some refactoring of the move function.
  +        </p>
  +        <p>
               This service pack also correct several critical bugs. So it is 
higly recommended to upgrade your Jahia installation.
           </p>
           <p>
  @@ -201,15 +206,20 @@
           <p>
             <ul>
               <li><strong>Cookie authentification support</strong><br/>
  -                Jahia now support cookie authentification. You can configure 
if you want cookies to expire after a certain amount of time if user does not 
log in as well as other settings in the jahia.properties file.</li>
  +                Jahia now supports cookie-based login "remember me" 
authentification. You can configure if you want cookies to 
  +                expire after a certain amount of time if the user does not 
log during a certain period as well as other settings 
  +                in the jahia.properties file.</li>
               <li><strong>Clustering support</strong><br/>
  -                Jahia can now be configured to work in cluster. This may be 
useful to ensure high avalaibility or to distribute load amongst multiple 
servers. 
  +                Jahia can now be configured to work in cluster. This may be 
useful to ensure high avalaibility or to distribute 
  +                load amongst multiple servers. 
                   You can now also have a separate authoring and browsing 
server. Check the <a 
href="http://www.jahia.org/download/documentation/Jahia_Clustering_HOW-TO_v2.pdf";>Clustering
 HOW TO</a>
                   to learn how to set this up.</li>
               <li><strong>HTMLArea editor</strong><br/>
  -                <a href="http://www.htmlarea.com/"; 
target="_blank">HTMLArea</a> is a full featured HTML editor which works on all 
plateforms. It is now the default editor in Jahia. Of course you still can 
choose 
  -                if you prefer to use another bundled editor by editing the 
configuration file of the HTML editors (check admin guide).<br/><br/>
  -                <em>Please note that with <strong>Firefox</strong>, you need 
to edit the prefs.js file and add the following lines to allow cut and 
paste:</em><br/><br/>
  +                <a href="http://www.htmlarea.com/"; 
target="_blank">HTMLArea</a> is a full featured HTML editor which works on 
  +                all plateforms. It is now the default editor in Jahia. Of 
course you still can opt to use another bundled editor 
  +                by editing the configuration file of the HTML editors (check 
admin guide).<br/><br/>
  +                <em>Please note that with <strong>Firefox</strong>, you need 
to edit the prefs.js file and add the following 
  +                lines to allow cut and paste:</em><br/><br/>
                   <tt>
                       
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", 
"allAccess");<br/>
                       
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");<br/>
  @@ -217,7 +227,8 @@
                       user_pref("capability.policy.policynames", 
"allowclipboard");<br/>
                   </tt>
                   <br/>
  -                <em>You can find <a 
href="http://www.jahia.org/jira/browse/JAHIA-165"; target="_blank">here</a> why 
this is needed.<br/>
  +                <em>You can find <a 
href="http://www.jahia.org/jira/browse/JAHIA-165"; target="_blank">here</a> a 
more detailed
  +                explanation of why this is needed.<br/>
                   The location of this file is different depending on the 
operating system. Under Windows XP, the prefs.js file is located here:</em><br/>
                  <tt>C:\Documents and Settings\UserName\Application 
Data\Mozilla\Firefox\Profiles\x1ztizwo.default\prefs.js</tt><br>
                   <br/>
  @@ -228,8 +239,8 @@
               <li><strong>Versioning system improved</strong><br/>
                   Versioning feature has been improved to be more robust and 
to allow for more accurate restoring of content.</li>
               <li><strong>Multiple LDAP servers support</strong><br/>
  -                You can now configure Jahia to connect to more than one LDAP 
server. This can be useful if you have users in different LDAP (or 
ActiveDirectory) 
  -                servers and you want to allow all of them to authenticate to 
Jahia.</li>
  +                You can now configure Jahia to connect to more than one LDAP 
server. This can be useful if you have users in 
  +                different LDAP (or ActiveDirectory) servers and you want to 
allow all of them to authenticate to Jahia.</li>
               <li><strong>Move Page Refactoring</strong><br/>
                   The move page feature of Jahia has been refactored to 
improve behaviour and correct some issues.</li>
               <li><strong>Search Engine and PDF indexing performance 
improvements</strong><br/>
  @@ -282,7 +293,7 @@
               <li>
                   If you have other custom configurations (Caches limitations, 
LDAP
                   servers, HTML Editors,...), please make your changes in the 
adequate
  -                Jahia configuration files.Most common modified files 
include:<br/>
  +                Jahia configuration files. Most common modified files 
include:<br/>
                   - jahia.properties (Caches, encoding settings, database 
parameters)<br/>
                   - 
users.ldap.properties/groups.ldap.properties/router-config.xml (LDAP 
settings)<br/>
                   - htmleditors_config.xml (HTML editors preferences)
  @@ -291,7 +302,7 @@
                   <br/><br/>
               </li>
               <li>
  -                If you added some other java librariees or if you modified 
the
  +                If you added some other java libraries or if you modified the
                   Jahia classes, JSP or taglibs definition, please copy the 
new jar files 
                   and/or make the merge of your changes with the new Jahia 
source code.
                   <br/><br/>
  

Reply via email to