pvollenweider    2005/03/09 14:43:46 CET

  Modified files:
    core/src/webapp/html/startup readme.html 
  Log:
  Update for 4.5
  
  Revision  Changes    Path
  1.2       +287 -305  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.1&r2=1.2&f=h
  
  
  
  Index: readme.html
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/html/startup/readme.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- readme.html       30 Mar 2004 14:14:22 -0000      1.1
  +++ readme.html       9 Mar 2005 13:43:46 -0000       1.2
  @@ -6,89 +6,131 @@
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   <style type="text/css">
   <!--
  -BODY                       { margin           : 0px;
  -                             background-color : #999999;
  -                             color            : #000000;
  -                             font-size        : 10px;
  -                             font-family      : Verdana, Arial, Helvetica, 
sans-serif;
  -                           }
  -DIV.main                   { background-color : #FFFFFF;
  -                             width            : 768px;
  -                             display          : block;
  -                           }
  -A                          { text-decoration  : none;
  -                             color            : #006699;
  -                           }
  -A:hover                    { text-decoration  : underline;}
  -DIV.header                 { background-color : #FFFFFF;
  -                             border-bottom    : 4px solid #E7E7E7;
  -                             width            : 768px;
  -                           }
  -DIV.header SPAN            { border-bottom    : 15px solid #006699;
  -                             display          : block;
  -                           }
  -H1                         { font-family      : Arial, Helvetica, sans-serif;
  -                             font-size        : 24px;
  -                             color            : #666666;
  -                           }
  -H2                         { font-family      : Arial, Helvetica, sans-serif;
  -                             font-size        : 14px;
  -                             color            : #999999;
  -                           }
  -DIV.box                    { width            : 190px;
  -                             color            : #666666;
  -                             font-family      : Arial, Helvetica, sans-serif;
  -                             float            : left;
  -                             margin           : 10px;
  -                           }
  -DIV.box .title             { color            : #ffffff;
  -                             background-color : #006699;
  -                             padding          : 2px 5px 2px 5px;
  -                             white-space      : nowrap;
  -                             display          : block;
  -                           }
  -DIV.box .content           { border-left      : 1px solid #A8A8A8;
  -                             border-right     : 1px solid #A8A8A8;
  -                             border-bottom    : 1px solid #A8A8A8;
  -                             padding          : 5px;
  -                             margin-bottom    : 10px;
  -                             background-color : #E7E7E7;
  -                           }
  -DIV.box .content UL        { list-style       : none;
  -                             margin           : 0px;
  -                             padding          : 0px;
  -                           }
  -DIV.box .content LI        { display          : inline;
  -                             margin           : 0px;
  -                             padding          : 0px;
  -                           }
  -DIV.box .content LI A      { display          : block;
  -                             font-weight      : bold;
  -                             padding-top      : 5px;
  -                           }
  -DIV.box .content LI STRONG { display          : block;
  -                             font-weight      : bold;
  -                             padding-top      : 5px;
  -                             font-size        : 12px;
  -                           }
  -DIV.maincontent            {
  -                             width            : 540px;
  -                             pading           : 0 10px 0 10px;
  -                             background-color : #FFFFFF;
  -                             float            : left;
  -                             margin-top       : 10px;
  -                           }
  -DIV.footer                 { border-top       : 4px solid #006699;
  -                             padding          : 10px 0 10px 0;
  -                             display          : block;
  -                             text-align       : center;
  -                             background-color : #FFFFFF;
  -                             width            : 768px;
  -                             clear            : both;
  -                           }
  -.code                      { font-family      : "Courier New", Courier, mono;
  -                             font-size        : 11px;
  -                           }
  +a {
  +     color: #006699;
  +     text-decoration: none;
  +}
  +
  +a:hover {
  +     text-decoration: underline;
  +}
  +
  +body {
  +     background-color: #999999;
  +     color: #000000;
  +     font-family: Verdana, Arial, Helvetica, sans-serif;
  +     font-size: 10px;
  +     margin: 0px;
  +}
  +
  +div.box {
  +     color: #666666;
  +     float: left;
  +     font-family: Arial, Helvetica, sans-serif;
  +     margin: 10px;
  +     width: 190px;
  +}
  +
  +div.box .content {
  +     background-color: #E7E7E7;
  +     border-bottom: 1px solid #A8A8A8;
  +     border-left: 1px solid #A8A8A8;
  +     border-right: 1px solid #A8A8A8;
  +     margin-bottom: 10px;
  +     padding: 5px;
  +}
  +
  +div.box .content li {
  +     display: inline;
  +     margin: 0px;
  +     padding: 0px;
  +}
  +.bold {
  +     font-size:11px;
  +     font-weight: bold;
  +}
  +div.box .content li a {
  +     display: block;
  +     font-weight: bold;
  +     padding-top: 5px;
  +}
  +
  +div.box .content li strong {
  +     display: block;
  +     font-size: 12px;
  +     font-weight: bold;
  +     padding-top: 5px;
  +}
  +
  +div.box .content ul {
  +     list-style: none;
  +     margin: 0px;
  +     padding: 0px;
  +}
  +
  +div.box .title {
  +     background-color: #006699;
  +     color: #FFFFFF;
  +     display: block;
  +     padding: 2px 5px 2px 5px;
  +     white-space: nowrap;
  +}
  +
  +div.footer {
  +     background-color: #FFFFFF;
  +     border-top: 4px solid #006699;
  +     clear: both;
  +     display: block;
  +     padding: 10px 0 10px 0;
  +     text-align: center;
  +     width: 768px;
  +}
  +
  +div.header {
  +     background-color: #FFFFFF;
  +     border-bottom: 4px solid #E7E7E7;
  +     width: 768px;
  +}
  +
  +div.header span {
  +     border-bottom: 15px solid #006699;
  +     display: block;
  +}
  +
  +div.main {
  +     background-color: #FFFFFF;
  +     display: block;
  +     width: 768px;
  +}
  +
  +div.maincontent {
  +     background-color: #FFFFFF;
  +     float: left;
  +     margin-top: 10px;
  +     pading: 0 10px 0 10px;
  +     width: 540px;
  +}
  +
  +h1 {
  +     color: #666666;
  +     font-family: Arial, Helvetica, sans-serif;
  +     font-size: 24px;
  +}
  +
  +h2 {
  +     color: #999999;
  +     font-family: Arial, Helvetica, sans-serif;
  +     font-size: 14px;
  +}
  +
  +.code {
  +     font-family: "Courier New", Courier, mono;
  +     font-size: 11px;
  +}
  +p.warning {
  +     font-family: Verdana, Arial, Helvetica, sans-serif;
  +     font-size: 12px;
  +}
   
   -->
   </style>
  @@ -102,243 +144,183 @@
           <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.4 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="new_features.html">New features in Jahia 
4.0</a></li>
  +                <li><a href="../../txt/history.txt">Jahia 4.5 Change 
Log</a></li>
               </ul>
           </div>
           <div class="title">Partners</div>
           <div class="content">
  -            If you need expertise to implement a Jahia project or for any 
other questions, you can contact one of these
  -            fine Jahia partners:
  -            <ul>
  -                <li>
  -                    <strong>Switzerland</strong>
  -                    <ul>
  -                        <li><a href="http://www.jahia.com"; target="_blank" 
class="bold">Jahia Solutions</a>
  -                            Jahia Solutions is a Swiss system integrator 
specialized in J2EE development and
  -                            in Content Management/Portal solution. Jahia 
Solutions is one of the main contributors
  -                            of the Jahia Software project and recruited some 
of the key developers of the technology.
  -                            We offer powerful and custom Jahia based 
solutions to our customers available at a
  -                            reasonable price. </li>
  -                        <li><a href="http://www.avantix.ch"; target="_blank" 
class="bold">Avantix AG</a>
  -                            Avantix (www.avantix.ch) is a Swiss Integrator 
specialized in web-based CMS solution. </li>
  -                        <li><a href="http://www.cross-systems.ch"; 
target="_blank" class="bold">Cross Systems</a>
  -                            Cross Systems is an Internet Architect 
specializing in the design and implementation of
  -                            e-business solutions. </li>
  -                        <li><a href="http://www.netarchitects.com"; 
target="_blank">[EMAIL PROTECTED]</a>
  -                            Netarchitects provides strategic consulting and 
leading implementation
  -                            development while continuing to create 
partnerships in all aspects of
  -                            technology consulting.
  -                            Netarchitects is part of ALTRAN Technologies, 
which continues to be the leader in
  -                            European Technology consulting, with over 16'000 
engineers in more than 14 countries worldwide.</li>
  -                    </ul>
  -                </li>
  -                <li>
  -                    <strong>France</strong>
  -                    <ul>
  -                        <li><a href="http://www.codeva.fr"; target="_blank" 
class="bold">Codeva</a>
  -                            Codeva is part of the GLI Group. Codeva 
distributes a french Edition of the Jahia kernel.
  -                            Codeva is also developing a commercial business 
process oriented workflow add-on compliant
  -                            with the BPML standard on top of Jahia. </li>
  -                        <li><a href="http://www.degetel.fr"; target="_blank" 
class="bold">Degetel</a>
  -                            Degetel Group is a european consulting and 
engineering company, dedicated to new
  -                            technologies, whose approach includes all stages 
of an IT project, from its conception
  -                            up to its operation. </li>
  -                        <li><a href="http://www.altranet.fr"; target="_blank" 
class="bold">Altranet</a>
  -                            Altranet accompagne les entreprises dans 
l'ouverture de leurs syst&egrave;mes d'informations
  -                            &amp;agrave; l'ensemble de ses collaborateurs et 
de ses partenaires &amp;agrave; travers
  -                            la conception, la r&eacute;alisation et le 
management de solutions globales et securis&eacute;es </li>
  -                        <li><a href="http://www.aql.fr"; target="_blank" 
class="bold">AQL</a>
  -                            Alliance Qualit&eacute; Logiciel (AQL) is an IT 
consulting and engineering company.
  -                            It aims to maximise the performance of 
information and co    mmunications systems. </li>
  -                        <li><a href="http://www.cgey.com"; 
target="_blank">The Cap Gemini Ernst & Young Group</a>
  -                            The Cap Gemini Ernst & Young Group is one of the 
world's largest providers of Consulting,
  -                            Technology and Outsourcing services. The company 
helps businesses implement growth
  -                            strategies and leverage technology. The 
organisation employs approximately 50'000
  -                            people worldwide and reported 2002 global 
revenues of 7.047 billion euros.</li>
  -                        <li><a href="http://www.unilog.com/"; 
target="_blank">Unilog</a>
  -                            Unilog is a European information technologies 
service company working with corporate
  -                            clients to provide consultancy, system 
integration, outsourcing and training. It has
  -                            6'700 employees and bases in France, Germany, 
the UK, Switzerland, Austria and
  -                            Luxembourg. In alliance with ESCAN (southern 
Europe) and Keane (North America),
  -                            the group accounts for 18,000 employees 
worldwide.</li>
  -                    </ul>
  -                </li>
  -                <li>
  -                    <strong>Italy</strong>
  -                    <ul>
  -                        <li><a href="http://www.wisetek.it"; target="_blank" 
class="bold">Wisetek</a>
  -                            Wisetek is an italian integrator specialized in 
B2B platforms and especially in
  -                            e-procurement. </li>
  -                        <li><a href="http://www.sdg.it"; target="_blank" 
class="bold">SDG Engineering</a>
  -                            SDG Consulting is the system integrator and 
software engineering company of SDG group,
  -                            a leading Italian and European management 
consultancy company specialised in business
  -                            intelligence. </li>
  -                        <li><a href="http://www.twinergy.it"; target="_blank" 
class="bold">Twinergy</a>
  -                            Twinergy offers consultancy, project management, 
system integration, custom development
  -                            and web design services all around a SAP core. 
Strong competence and hard work are main
  -                            features. </li>
  -                    </ul>
  -                </li>
  -                <li>
  -                    <strong>Germany</strong>
  -                    <ul>
  -                        <li><a href="http://www.baluna.de"; target="_blank" 
class="bold">Baluna</a>
  -                            Baluna is a German integrator specialized in 
J2EE technolgies. </li>
  -                        <li><a href="http://www.suncom.de"; target="_blank" 
class="bold">SUNCOM Systems Ltd</a>
  -                            SUNCOM Systems is a software engineering and 
consulting company with 15 years of
  -                            experience in object-oriented software 
development. </li>
  -                        <li><a href="http://www.brave.de"; target="_blank" 
class="bold">Home of the Brave</a>
  -                            Home of the Brave develops Internet-based 
concepts, techniques and systems for
  -                            effective and efficient communication of 
&quot;Business to Business&quot;. </li>
  -                    </ul>
  -                </li>
  -                <li>
  -                    <strong>Belgium / Luxemburg</strong>
  -                    <ul>
  -                        <li><a href="http://www.loqutus.com"; target="_blank" 
class="bold">Loqutus</a>
  -                            Loqutus is a Belgian company with a strong ICT 
background and expertise in J2EE solutions </li>
  -                        <li><a href="http://www.reference.be"; 
target="_blank" class="bold">The Reference</a>
  -                            The Reference specializes in building online 
projects and portals for enterprises and
  -                            governments. </li>
  -                        <li><a href="http://www.ws-site.be"; target="_blank" 
class="bold">Workaday Solutions</a></li>
  -                        <li><a href="http://www.atosorigin.be/"; 
target="_blank">Atos Origin</a>
  -                            Atos Origin is a leading international business 
and technology integrator.
  -                            Its business is turning client visions into 
results through the application
  -                            of consulting, systems integration and managed 
operations, including outsourcing.</li>
  -                    </ul>
  -                </li>
  -                <li>
  -                    <strong>Netherlands</strong>
  -                    <ul>
  -                        <li><a href="http://www.kincite.com"; target="_blank" 
class="bold">Kincite</a>
  -                            KiNcite is a concept ... and a company. </li>
  -                    </ul>
  -                </li>
  -                <li>
  -                    <strong>Sweden</strong>
  -                    <ul>
  -                        <li><a href="http://www.enea.com"; target="_blank" 
class="bold">Enea Systems</a>
  -                            Enea Systems offer solutions, consultant 
services and training. We assist our customers
  -                            in the development of products and systems where 
the demands on usability and reliability
  -                            are especially high. </li>
  -                    </ul>
  -                </li>
  -                <li>
  -                    <strong>USA</strong>
  -                    <ul>
  -                        <li><a href="http://www.browsermedia.com"; 
target="_blank" class="bold">BrowserMedia</a>
  -                            American integrator with in-depth experience 
with CMS technologies</li>
  -                        <li><a href="http://www.homeboyz.com"; 
target="_blank" class="bold">Homeboyz / HBI</a>
  -                            Homeboyz is a US not-for-profit system 
integrator. Homeboyz works with the Jahia platform
  -                            on several of their web projects. </li>
  -                        <li><a href="http://www.thenewpush.com"; 
target="_blank" class="bold">TheNewPush, LLC</a>
  -                            TheNewPush, LLC is an Internet Services Company 
committed to helping businesses effectively
  -                            manage information assets. </li>
  -                        <li><a href="http://www.collectiveintelligence.com"; 
target="_blank" class="bold">Collective
  -                            Intelligence</a> Collective Intelligence 
provides the highest quality of integrated,
  -                            full lifecycle IT services and products across a 
broad range of business and technical
  -                            platforms, to assist our clients in achieving 
success of their goals and objectives. </li>
  -                    </ul>
  -                </li>
  -                <li><strong>India</strong>
  -                <ul>
  -                    <li><a href="http://www.mensamind.com"; target="_blank" 
class="bold">Mensamind</a>
  -                        Mensamind offers consulting and software services in 
the areas of product services, enterprise
  -                        solutions, Web solutions, and QA and testing 
services. </li>
  -                </ul>
  -                </li>
  -            </ul>
  +            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>.
  +            <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.
  +            </p>
           </div>
       </div>
       <div class="maincontent">
  -                <h1>Jahia 4.0.4 README file</h1>
  -        <p>Please read this README carefully to learn about the new features 
present in this release and the changes
  -        you need to make to your existing templates to use them with Jahia 
4.0</p>
  -
  -        <h2>Table of content:</h2>
  -        <p>
  -            - <a href="#1">Status</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>
  -        </p>
  -
  -        <h2><a name="1"></a>Status</h2>
  -        <p>
  -            Several bug fixes in this fourth service pack. Most important 
ones are related
  -            to the introduction of tests on non ASII characters on WebDAV 
file and repository
  -            names, a new aliasing system for the jahia urls (in the page 
properties engine) and
  -            some modifications on the search engine.
  -        </p>
  -        <p>
  -            Please check the <a href="../../txt/history.txt">change Log</a> 
to view a list of all
  -            modifications. <br/>
  -            <br/>
  -        </p>
   
  -        <h2><a name="6"></a>How can I upgrade from a Jahia 4.0.x to this new 
version ? </h2>
  -        <p>
  -            A migration tool is available separately, which will allow you 
to upgrade to Jahia 4.0.4.
  -            Please note however that the patches are NOT cumulative, so you 
will need to apply each patch
  -            successively. A <a 
href="http://www.jahia.org/download/jahia4/4_0/patch/README_4_0_4.html";>readme 
file</a>
  -            is provided with the migration tool to describe the process.
  -        </p>
  -
  -        <h2><a name="6"></a>How can I upgrade from a Jahia 3.1.x to this new 
version ? </h2>
  -        <p>
  -            A migration tool is available to upgrade from the last stable 
build (3.1.4)
  -            to Jahia 4.0. You should download it separately from Jahia 4.0. 
A readme file is provided
  -            with the migration tool to describe the process.
  -        </p>
  -
  -        <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/install_list/";>http://list.jahia.org/install_list/</a>
 ).
  -        </p>
  -
  -        <h2><a name="8"></a>Current known Jahia limitations and bugs </h2>
  -        <p>The following features are still deactivated in this release:</p>
  -        <ul>
  -            <li>Extract/deploy virtual sites</li>
  -        </ul>
  -
  -        <h2>The following limitations will be resolved as soon as 
possible.</h2>
  -        <ul>
  -            <!--
  -            <li>- Some versioning operations may corrupt your database, 
especially if you try to
  -                restore moved pages. So the versioning engine is currently 
only available for site administrators.
  -                Please be sure to backup all your data before any restore 
operation. This will be fixed in a
  -                further patch.</li>
  -            -->
  -            <li>Language delete option has been removed.</li>
  -            <li>Comparison tags between versions have not been implemented 
for all the field types.</li>
  -            <li>Locking mechanism needs to be language independant. At this 
time, when a page is locked for
  -                validation in one language, the content of the page is 
locked in all languages.</li>
  -            <li>MySettings: users can not yet manage their own profile 
settings</li>
  -            <!--
  -            <li>Sorting of container list is not language independant. 
Currently, sorting a container list
  -                in a language will apply the same sorting on all 
languages.</li>
  -            -->
  -            <li>Modifications of the role(s) of webapps need a logout to be 
assigned.</li>
  -            <li>Load balancing configurations are still under testing</li>
  -        </ul>
  +<h1>Jahia 4.5 Milestone1 (M1) README file</h1>
  +<p>Release date: 20/03/2005<br />
  +    <br />
  +    You have installed the Milestone 1 (M1) release of Jahia 4.5. <br />
  +    <br />
  +    Please read this README carefully to learn about the new features 
present in
  +    this development release. <br />
  +    <br />
  +</p>
  +<h2>Table of content:</h2>
  +<p>- <a href="#1">Status</a><br />
  +    - <a href="#2">New Features in 4.5 M1</a><br />
  +    - <a href="#6">How can I upgrade from a Jahia 4.0</a> or 4.1 to this
  +    development release ?<br />
  +    - <a href="#7">Installation Issues</a><br />
  +    <br />
  +</p>
  +<h2><a name="1" id="1"></a>Status</h2>
  +<p>You have installed a Jahia 4.5
  +    development release. This version if not final and is then not 
recommended for
  +    production use. However this version can be used for test and development
  +    purposes.<br />
  +    <br />
  +    This version only includes part of the functional and arechitectural 
changes we
  +will implement in Jahia 4.5. </p>
  +<h2>New features in 4.5 M1</h2>
  +<p><b>Full Workflow Refactoring</b>
  +<b>+ Sense� Support<br />
  +</b>The Jahia default workflow was fully refactored in order to support a
  +&quot;No workflow&quot; mode, a &quot;N-Step Workflow&quot; mode (which 
replace
  +the previous 2 steps workflow mode) and an &quot;External Workflow&quot; 
mode.
  +The latter is already pre-integrated with the Sense� Business Processing 
Server
  +and allows the developers to add custom and complex workflows to validate 
some
  +Jahia content. Finally editors can now validate containers or lists seprately
  +from the page (usueful if you want to validate some news without validating 
the
  +rest of the pages).<br />
  +<br />
  +<i>Warning</i>: The Sense� server is currently not pre-integrated with 
Jahia. A
  +Jahia-Sense� edition will be packaged seprately. The N-tiers workflow is not
  +present in this edition as it relies on the introduction of the new 
persistance
  +layer (cf below).<br />
  +<br />
  +<b>JSR 168 Support (Apache Pluto and Jetspeed 2 integration)</b> <br />
  +The portal layer was refactored in order to support JSR168 compliant 
portlets. <br />
  +<br />
  +<b>MetaData Support (Dublin Core MetaData)</b> <br />
  +Jahia 4.5 introduces advanced MetaData support. Each content object will
  +benefit from some automatuc metadata such as the Author name, the Validator
  +name or the Creation Date. This will also allow the site administrator to add
  +other optional or mandatory metadata (e.g. keywords, description, etc...). 
Each
  +metadata is indexed in the search engine and can be used as a search query in
  +the new advanced search form (cf. below).<br />
  +<br />
  +<b>Advanced Search</b> <br />
  +The search engine was refactored to 1) allow searches in mulitple virtual
  +sites, 2) to index files properties (e.g. Office properties), 3) to index the
  +files within the WebDAV repository [in progress] and 4) to support new custom
  +indexes (such as web crawling feature (through Nutch) or portlets search) [in
  +progress].<br />
  +<br />
  +<b>Partial WebDAV-Jahia mapping</b> <br />
  +A partial mapping between the WebDAV folder and directories and the Jahia
  +containers and pages was realized. The idea is to easeFile Management and
  +introduce a light Document Management System within Jahia. Files uploaded
  +through WebDAV automatically create a container and new directories
  +automatically create a new pages. A prepackaged demo with some preconfigured
  +templates is available here: <br />
  +Warning: Delete and move operations are not supported yet.<br />
  +<br />
  +<b>XML Import/Export feature<br />
  +</b>A new XML import/export feature will allow any user to export some Jahia
  +content (a container, a full list, a a page or a whole virtual site) and to
  +import it elsewhere (including on another Jahia server). The XML 
import/export
  +tool will also manage &quot;diffs&quot; and only import changes from a 
certain
  +date.</p>
  +<h2>F<a name="2" id="2"></a>eatures planned for Jahia 4.5 Final Release</h2>
  +<p>Several other features are
  +    planned for the final release of Jahia 4.5 but are not present in this 
edition
  +    yet (too early and unstable developments). These new features will be 
available
  +    in the next milestone releases of Jahia 4.5 or in the Beta releases.<br 
/>
  +    <br />
  +<b>Content Picker (dynamic and static copies)<br />
  +</b>A content picker is currently being developed on top of the XML
  +import/export feature. The content picker will allow any author to easily 
find
  +and reuse existng content on another page. The author will then have the 
choice
  +to make a static copy of the existing content (no link) or a dynamic copy 
(each
  +change on the source will impact the destination).<br />
  +<br />
  +<b>Partial JSR170 support<br />
  +</b>The Jahia definition will be adjusted to support the new JSR170 content
  +definitions. Full JSR170 support is planned for Jahia 5.0 (2006).<br />
  +<i>Warning: </i>this change will require modifications to the Jahia 4.0 or 
4.1
  +set of templates.<br />
  +<br />
  +<b>New Persistance Layer<br />
  +</b>The persistance layer of Jahia is being rewritten in order to support
  +Hibernate (<a href="http://www.hibernate.org/"; eudora="autourl">
  +www.hibernate.org</a>). This will allow transaction support at the database
  +level. This will also allow a better management of back-end caches and better
  +support of all the relational databases.<br />
  +<br />
  +<b>Edge Servers Support (ESI + JSR128)<br />
  +    </b>The current HTML cache proxy is being refactored to support the ESI 
(<a
  +    href="http://www.esi.org/"; eudora="autourl">www.esi.org</a>) and the 
JSR128 (<a
  +href="http://jcp.org/en/jsr/detail?id=128"; eudora="autourl"> 
http://jcp.org/en/jsr/detail?id=128</a>)
  +standards. This will allow the system administrators to install seperate
  +distant front-end HTML cache servers on top of Jahia to insure better
  +performance. This will also allow us to manage HTML cache fragment at the
  +container level and not only on a per page basis.<br />
  +<br />
  +<b>New Collaboration Suite<br />
  +</b>With the introduction of JSR168 support, Jahia will also packaged some 
new
  +advanced portlets. This will include a new Web Clipping Builder which will
  +allow the site administrators to easily create JSR168 compliant
  +&quot;webclipplets&quot;, a full calendar server with synchronisation
  +capabilities with Outlook and other Palms or PocketPC, a powerful discussion
  +forum and some instant messenging feature.<br />
  +<br />
  +<b>Time Based Publishing<br />
  +</b>Introduction of time based publishing variables.<br />
  +    <br />
  +    All these features are still under development. The previous list should 
be
  +    considered as a &quot;wish list&quot;. According to the status and the
  +    stability of such or such feature, it may not be present in the Jahia 
4.5 Final
  +    Release. We also welcome any contributor who wants to help or plan to 
add other
  +    new enhancements for Jahia 4.5+. Do not forget that Jahia is a community 
and a
  +    collaborative project, so feel free to help, contribute or sponsorize a 
new
  +    feature.<br />
  +    <br />
  +</p>
  +<h2><a name="6" id="6"></a>How can I upgrade from a Jahia 4.0 or 4.1 to this 
new version
  +? </h2>
  +<p>There is currently no automatic
  +    migration scripts or manual migration procedure for Jahia 4.5. You 
should only
  +    consider this milestone as a development version in order to test new 
features
  +    (compatbility with your environment, performance, etc...) or to directly
  +    develop new templates using some features only present in Jahia 4.5. 
Moreover
  +    the database model or the Jahia API are not finalized yet and will 
certainly be
  +    modified during the next months. Finally extensive QA tests have not be
  +    performed and your data may be corrupted. It is then clearly not 
recommended to
  +    enter any real content you want to keep excepted dummy content for test
  +    purpose.<br />
  +    <br />
  +    A migration path and some migration scripts will be available with the 
final
  +release.</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
  

Reply via email to