pvollenweider 2005/03/09 14:39:06 CET
Modified files: (Branch: JAHIA-4-1-BRANCH)
src/views/html/startup readme.html
Log:
Update for 4.1
Revision Changes Path
1.68.2.7.2.1 +190 -154 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.7&r2=1.68.2.7.2.1&f=h
Index: readme.html
===================================================================
RCS file:
/home/cvs/repository/jahia/src/views/html/startup/Attic/readme.html,v
retrieving revision 1.68.2.7
retrieving revision 1.68.2.7.2.1
diff -u -r1.68.2.7 -r1.68.2.7.2.1
--- readme.html 10 Dec 2004 15:58:44 -0000 1.68.2.7
+++ readme.html 9 Mar 2005 13:39:06 -0000 1.68.2.7.2.1
@@ -45,7 +45,10 @@
margin: 0px;
padding: 0px;
}
-
+.bold {
+ font-size:11px;
+ font-weight: bold;
+}
div.box .content li a {
display: block;
font-weight: bold;
@@ -141,24 +144,23 @@
<div class="title">Infos</div>
<div class="content">
<a href="http://www.jahia.org" class="bold">Official Jahia Web
Site.</a><br/>
- Access to the complete source code, the bug tracking system, the
development mailing lists, the software
- documentation and much more. <br/>
+ Access to the <a href="http://www.jahia.org/cvs">complete source
code</a>, the
+ <a href="http://www.jahia.org/jira/">bug tracking system</a>, the
+ <a href="http://list.jahia.org">development mailing lists</a>,
the
+ <a href="http://www.jahia.org/doc">software documentation</a>
and much more. <br/>
<br/>
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="../../txt/history.txt">Jahia 4.0.5 Change
Log</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>
+ <li><a href="../../txt/history.txt">Jahia 4.1 Change
Log</a></li>
</ul>
</div>
<div class="title">Partners</div>
<div class="content">
- <p>
If you need expertise to implement a Jahia project or for any
other questions, you can contact one of the
Jahia partners that you can find at <a
href="http://www.jahia.org/integrators">http://www.jahia.org/integrators</a>.
- </p>
- <p>
+ <br/>
+ <br/>
If you would like to become a Jahia partner, please read
<a href="http://www.jahia.org/jahia/page188.html"
target="_blank">this page</a> to learn more about
partnering with Jahia Ltd. Becoming a Jahia partner is
completely free.
@@ -166,160 +168,194 @@
</div>
</div>
<div class="maincontent">
- <h1>Jahia 4.0.5 README file</h1>
- <p>
- We are pleased to announce the final version of the fifth
service pack for Jahia 4.0 (Jahia 4.0.5).
- <br/><br/>
- Please read this README carefully to learn about the new
features present in this release
- </p>
-
+ <h1>Jahia 4.1 Beta README file</h1>
+ <p>You have installed a Beta release of Jahia 4.1. <br />
+ <br />
+ Please read this README carefully to learn about the new features
present in
+ this Beta 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 4.0.4 to this new
service pack ?</a><br/>
- - <a href="#7">Installation Issues</a><br/>
- <!--- <a href="#8">Current known Jahia limitations and
bugs</a>-->
- </p>
-
- <h2><a name="1"></a>Status</h2>
- <p>
- 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>
- Please check the complete <a href="../../txt/history.txt">change
Log</a> to view a list of all
- 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 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.
- 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 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/>
- 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> 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>
+ <p>- <a href="#1">Status</a><br />
+ - <a href="#2">New Features in 4.1</a><br />
+ - <a href="#6">How can I upgrade from a Jahia 4.0.6 to this new beta
release ?</a><br />
+ - <a href="#7">Installation Issues</a></p>
+ <h2><a name="1" id="1"></a>Status</h2>
+ <p>You have installed a Jahia 4.1 Beta release. This version if not
final
+ and is then not recommended for production use. However this
version
+ can be used for development and test purpose.<br />
+ <br />
+
+ The most important changes in this new (minor) release include a new
+ validation framework (based on the <a
+ href="http://struts.apache.org/userGuide/dev_validator.html">Apache
Struts
+ Validator Framework</a>) which allow your to implement validation
tests in the
+ Jahia engines (mandatory fields, field restricted to 20 characters,
etc), a
+ partial search refactoring (will be finalized in Jahia 4.5) which
now indexes
+ Office files properties and some new SOAP interfaces in order to be
able to run
+ the Senseï Business Processing Server.<br />
+ <br />
+
+ Of course all the bug fixes included in Jahia 4.0.6 are also present
in this
+ edition. Next Beta version will also include some new blogging
template.<br />
+ <br />
+ The main reason why we released a Jahia 4.1 version was to add
rapidly support
+ for the Struts Validation Framework. As the introduction of this
framework also
+ modified quite a lot the Jahia engines, the current customers have
then the
+ choice to immediately migrate to Jahia 4.0.6 or to wait for the
final release
+ of Jahia 4.1.<br />
+ <br />
+ Please check the complete <a href="..\..\txt\history.txt">change
Log</a>
+ to view a list of all the modifications. <br />
+ <br />
+ </p>
+ <h2><a name="2" id="2"></a>New features in 4.1</h2>
+ <ul type="disc">
+ <li><b>Struts Validation Framework</b> <br/>
+ Jahia now supports the Struts
+ Validation Framework. This allows the template developer to
test fields in
+ the Jahia engines forms (e.g. mandatory fields, field limited
to 4
+ characters, etc). Some example of use are availble within the
Jahia
+ default templates or here.<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 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>
- <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>
- If you have a standard Jahia installation, an automated
migration script is available on the Jahia.org web site.
- You may also upgrade to this new release by using the following
manual procedure:
- </p>
- <p>
- In this procedure we will assume the following :
- </p>
- <ul>
- <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 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/>
-
CURRENT_JAHIA/tomcat/webapps/jahia/jsp/jahia/templates/[YOUR_JAHIA_SITES]
- </tt>
- <br/><br/>
- </li>
- <li>
- If you want to copy over the deployed applications, repeat
this
- 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 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. 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 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/>
+ <li><b>Indexing Files properties</b><br/>
+ Jahia 4.1 now also indexes Office and PDF files
+ properties. An advanced search view with some other major search
+ refactorings will be included in Jahia 4.5.<br/>
+ <br/>
</li>
- <li>
- 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><b>Senseï support</b><br/>
+ This release include a partial support of the Senseï
+ Business Processing Server. Sesneï is an advanced workflow
server
+ compliant with the <a href="http://www.bpmi.org/">BPML</a>
standard.
+ Developers will already be able to develop advanced workflows
within their
+ portlets. The full integration with Jahia (advanced workflows
+ configurations on Jahia pages) will only occur with the Jahia
4.5 release.
+ <br/>
+ Warning: The Senseï server is
+ currently not pre-integrated with Jahia. A Jahia-Senseï
edition will be
+ packaged seprately.</li>
+ </ul>
+ <h2><a name="6" id="6"></a>How can I upgrade from a Jahia 4.0.6 to
this new version ? </h2>
+ <p>There is no automatic migration scripts for Beta version of
+ the Jahia program. You then have to upgrade to this new release
by using the
+ following manual procedure: <br />
+ <br />
+ In this procedure we will assume the following : </p>
+ <ul type="disc">
+
+ <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.6 into NEW_JAHIA_406
(Jahia
+ configuration wizard successfully completed) without the
webapps. </li>
+ </ul>
+ <p><br />
+ Here are the steps to copy your data into the new Jahia installation : </p>
+ <ol>
+
+ <li>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/>
+
CURRENT_JAHIA/tomcat/webapps/jahia/jsp/jahia/templates/[YOUR_JAHIA_SITES]</tt>
+<br/>
+ <br/>
+ </li>
+ <li>If you want to copy over the deployed applications, repeat
+ this step for each web app :<br/>
+ copy CURRENT_JAHIA/tomcat/webapps/WEBAPP_NAME<br/>
+ to<br/>
+ NEW_JAHIA_406/webapps/WEBAPP_NAME <br/>
+ <br/>
+ </li>
+ <li>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/>
+ 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.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 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/>
+ </li>
+ <li>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> 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_406.<br/>
+ <br/>
</li>
</ol>
+ <tt>CURRENT_JAHIA/tomcat/webapps/jahia/WEB-INF/var/content<br/>
+
CURRENT_JAHIA/tomcat/webapps/jahia/WEB-INF/classes/jahiatemplates<br/>
+
CURRENT_JAHIA/tomcat/webapps/jahia/jsp/jahia/templates/[YOUR_JAHIA_SITES]</tt>
+<br/>
+ <br/></li>
+ <li>If you want to copy over the deployed applications, repeat
+ this step for each web app :<br/>
+ copy CURRENT_JAHIA/tomcat/webapps/WEBAPP_NAME<br/>
+ to<br/>
+ NEW_JAHIA_406/webapps/WEBAPP_NAME <br/>
+ <br/>
+ </li>
+ <li>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/>
+ 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.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 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/>
+ </li>
+ <li>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_406.</li></ol>
+
- <h2><a name="7"></a>Installation Issues </h2>
- <p><strong>Make sure you don't use any white space in the path name
when installing Jahia.</strong></p>
- <p>
- Please check the archive of the public Install mailing list
before sending us
- your issue (<a
href="http://list.jahia.org">http://list.jahia.org</a> ).<br/><br/>
- </p>
+ <h2><a name="7" id="7"></a>Installation Issues </h2>
+ <p><b>Make sure you don't use any white space in the path name
+ when installing Jahia.<br />
+ <br />
+ </b>Please check the archive of the public Install mailing
list before sending
+ us your issue (<a
href="http://list.jahia.org">http://list.jahia.org</a> ).</p>
</div>
<div class="footer">
Copyright 2004, <a href="http://www.jahia.org">Jahia Ltd</a> - All
rights reserved