mromy 2004/11/11 14:01:05 CET
Modified files: (Branch: JAHIA-4-0-BRANCH)
src/views/html/startup readme.html
Log:
- update with new features
Revision Changes Path
1.68.2.4 +81 -23 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.3&r2=1.68.2.4&f=h
Index: readme.html
===================================================================
RCS file:
/home/cvs/repository/jahia/src/views/html/startup/Attic/readme.html,v
retrieving revision 1.68.2.3
retrieving revision 1.68.2.4
diff -u -r1.68.2.3 -r1.68.2.4
--- readme.html 10 Nov 2004 16:30:46 -0000 1.68.2.3
+++ readme.html 11 Nov 2004 13:01:05 -0000 1.68.2.4
@@ -124,7 +124,10 @@
font-family: "Courier New", Courier, mono;
font-size: 11px;
}
-
+p.warning {
+ font-family: Verdana, Arial, Helvetica, sans-serif;
+ font-size: 12px;
+}
-->
</style>
@@ -147,9 +150,7 @@
<li><a href="../../txt/history.txt">Jahia 4.0.5 Change
Log</a></li>
<li><a href="../../txt/xmlexport.txt">XML Export quick
doc</a></li>
<li><a href="../../txt/javaeditors.txt">Java HTML Editors
set-up guide</a></li>
- <!--
- <li><a
href="http://www.jahia.org/download/documentation/Jahia Clustering
HOW-TO.pdf">Jahia clustering HOWTO</a></li>
- -->
+ <li><a
href="http://www.jahia.org/download/documentation/Jahia_Clustering_HOW-TO_v2.pdf">Jahia
clustering HOWTO</a></li>
<li><a href="new_features.html">New features in Jahia
4.0</a></li>
</ul>
</div>
@@ -167,15 +168,21 @@
</div>
</div>
<div class="maincontent">
- <h1>Jahia 4.0.5 README file</h1>
- <p>Please read this README carefully to learn about the new features
present in this release</p>
+ <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).
+ 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
+ </p>
<h2>Table of content:</h2>
<p>
- <a href="#1">Status</a><br/>
+ - <a href="#2">New Features in 4.0.5</a><br/>
- <a href="#6">How can I upgrade from a Jahia 3.1.x to this new
version ?</a><br/>
- <a href="#7">Installation Issues</a><br/>
- - <a href="#8">Current known Jahia limitations and bugs</a>
+ <!--- <a href="#8">Current known Jahia limitations and
bugs</a>-->
</p>
<h2><a name="1"></a>Status</h2>
@@ -190,27 +197,66 @@
the modifications. <br/>
<br/>
</p>
+ <h2><a name="2"></a>New features in 4.0.5</h2>
+ <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>
+ <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.
+ 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/>
+ <tt>
+
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy",
"allAccess");<br/>
+
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");<br/>
+ user_pref("capability.policy.allowclipboard.sites",
"http://localhost:8080");<br/>
+ 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/>
+ 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/>
+ </li>
+ <li><strong>New languages added</strong><br/>
+ New languages have made their way to Jahia: German, Italian
and Dutch. If you want to translate Jahia to another language,
+ it's easy : read <a
href="http://www.jahia.org/jahia/Jahia/devzone/languages"
target="_blank">here</a> what you need to do.</li>
+ <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</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>
+ <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/>
+ A lot of work has been made to improve the indexing of PDF
files by the search engine. </li>
+ </ul>
+ </p>
<h2><a name="6"></a>How can I upgrade from a Jahia 4.0.4 to this new
version ? </h2>
<p>
- We are currentyl in the process of making an automated migration
script.
+ We are currently in the process of making an automated migration
script.
Meanwhile you can test this release with your data by following
this procedure:
</p>
<p>
In this procedure we will assume the following :
</p>
<ul>
- <li>you have backuped all your current Jahia environement
(file system + database)</li>
- <li>You have installed your current Jahia environement in
CURRENT_JAHIA</li>
- <li>You have a new Jahia 4.0.5 installation into
NEW_JAHIA_405 (Jahia
- configuration wizard successfully installed) without the
webapps.</li>
+ <li>You have made a backup of all your current Jahia
environement (file system + database) !</li>
+ <li>Your current Jahia environement is installed in
CURRENT_JAHIA</li>
+ <li>You have install a clean Jahia 4.0.5 into NEW_JAHIA_405
(Jahia
+ configuration wizard successfully completed) without the
webapps.</li>
</ul>
<p>
Here are the steps to copy your data into the new Jahia
installation :
</p>
<ol>
<li>
- Copy following direcories into your new
installation:<br/><br/>
+ Copy following direcories in the corresponding location of
your new installation:<br/><br/>
<tt>
CURRENT_JAHIA/tomcat/webapps/jahia/WEB-INF/var/content<br/>
CURRENT_JAHIA/tomcat/webapps/jahia/WEB-INF/classes/jahiatemplates<br/>
@@ -220,33 +266,45 @@
</li>
<li>
If you want to copy over the deployed applications, repeat
this
- step for each web app : copy
JAHIA_HOME/tomcat/webapps/WEBAPP_NAME
- to NEWTOMCAT_HOME/webapps/WEBAPP_NAME
+ step for each web app :<br/>
+ copy CURRENT_JAHIA/tomcat/webapps/WEBAPP_NAME<br/>
+ to<br/>
+ NEW_JAHIA_405/webapps/WEBAPP_NAME
<br/><br/>
</li>
<li>
- Edit the Jahia.properties and configure the database
settings to
- your CURRENT_JAHIA database path. If you have adjusted your
database
- pooling, please also adjust them in the dbpool.properties.
+ Edit the jahia.properties file and configure the database
settings to
+ point to your CURRENT_JAHIA database path. If you have
adjusted settings
+ for the your database pooling, please also adjust them in
the dbpool.properties
+ of your new installation.
<br/><br/>
</li>
<li>
If you have other custom configurations (Caches limitations,
LDAP
servers, HTML Editors,...), please make your changes in the
adequate
- Jahia configuration files.
+ 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)
+ - dbpool.properties (database pooling settings)
+ - web.xml (if you have declared other servlets)
<br/><br/>
</li>
<li>
If you added some other java librariees or if you modified
the
- Jahia classes or JSP, please copy the new jar or make the
merge
- of your changes with the new Jahia source code.
+ 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/>
</li>
<li>
- Please merge your Tomcat startup scripts if you have some
custom
- confinguration (ex: catalina_opts adjusted to your server
memory size).
+ if you have some custom Tomcat configuration, please merge
your Tomcat startup scripts
+ (ex: catalina_opts adjusted to your server memory size).
<br/><br/>
</li>
+ <li>
+ If you have a commercial license key, don't forget to copy
it over the default one
+ from your CURRENT_JAHIA to the NEW_JAHIA_405.<br/><br/>
+ </li>
</ol>
<h2><a name="7"></a>Installation Issues </h2>