pvollenweider    2004/08/23 17:01:55 CEST

  Modified files:        (Branch: JAHIA-4-0-BRANCH)
    src/views/html/startup howtoinstall.html readme.html 
  Log:
  Update Readme to jahia 4.0.5
  
  Revision  Changes    Path
  1.2.2.1   +121 -87   jahia/src/views/html/startup/howtoinstall.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/views/html/startup/howtoinstall.html.diff?r1=1.2&r2=1.2.2.1&f=h
  1.68.2.1  +129 -228  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&r2=1.68.2.1&f=h
  
  
  
  Index: howtoinstall.html
  ===================================================================
  RCS file: /home/cvs/repository/jahia/src/views/html/startup/Attic/howtoinstall.html,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- howtoinstall.html 17 Mar 2004 13:39:04 -0000      1.2
  +++ howtoinstall.html 23 Aug 2004 15:01:55 -0000      1.2.2.1
  @@ -6,90 +6,124 @@
   <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;
  +}
  +
  +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;
  +}
   -->
   </style>
   </head>
  @@ -126,7 +160,7 @@
               After the installation, you have to set the JAVA_HOME environment
               variable to the directory where your have installed the Java virtual
               machine. The default installation path of the Java virtual machine
  -            on Windows is "c:\j2sdk1.4.1_XX" (<strong>XX</strong> being the
  +            on Windows is "c:\j2sdk1.4.2_XX" (<strong>XX</strong> being the
               version number of the JDK).
           </p>
           <p>
  @@ -144,7 +178,7 @@
           <p>iii)Enter the following information:
               <ul>
                   <li>Variable name :  <b>JAVA_HOME</b></li>
  -                <li>Variable value:  <b>c:\j2sdk1.4.1_XX</b>(If you have not 
installed the Java virtual machine in the default directory, replace this value with 
the correct path)</li>
  +                <li>Variable value:  <b>c:\j2sdk1.4.2_XX</b>(If you have not 
installed the Java virtual machine in the default directory, replace this value with 
the correct path)</li>
               </ul>
               iv) Click on OK  to validate your entry. The Java virtual machine 
should now be correctly set-up.
           </p>
  @@ -153,8 +187,8 @@
           <p>
               On Unix systems, the JAVA_HOME variable  is usually set by typing:
               <ul>
  -                <li>export JAVA_HOME=usr/java/j2sdk1.4.1_XX (in bash or ksh)</li>
  -                <li>setenv JAVA_HOME usr/java/j2sdk1.4.1_XX (in csh or tcsh)</li>
  +                <li>export JAVA_HOME=usr/java/j2sdk1.4.2_XX (in bash or ksh)</li>
  +                <li>setenv JAVA_HOME usr/java/j2sdk1.4.2_XX (in csh or tcsh)</li>
               </ul>
               You can now start Jahia by running jahia.bat from the menu (Windows) or 
jahia.sh (Linux).<br/><br/>
           </p>
  
  
  
  Index: readme.html
  ===================================================================
  RCS file: /home/cvs/repository/jahia/src/views/html/startup/Attic/readme.html,v
  retrieving revision 1.68
  retrieving revision 1.68.2.1
  diff -u -r1.68 -r1.68.2.1
  --- readme.html       23 Mar 2004 09:48:17 -0000      1.68
  +++ readme.html       23 Aug 2004 15:01:55 -0000      1.68.2.1
  @@ -6,89 +6,125 @@
   <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;
  +}
  +
  +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;
  +}
  +
   
   -->
   </style>
  @@ -108,7 +144,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="../../txt/history.txt">Jahia 4.0.4 Change Log</a></li>
  +                <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>
                   <!--
  @@ -119,154 +155,19 @@
           </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>
  +            <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>
               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>
  +                <h1>Jahia 4.0.5 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>
   
  @@ -293,7 +194,7 @@
   
           <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.
  +            A migration tool is available separately, which will allow you to 
upgrade to Jahia 4.0.5.
               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.
  @@ -310,7 +211,7 @@
           <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> ).
  +            your issue (<a href="http://list.jahia.org";>http://list.jahia.org</a> ).
           </p>
   
           <h2><a name="8"></a>Current known Jahia limitations and bugs </h2>
  

Reply via email to