taylor      2004/04/08 17:46:45

  Added:       tutorial/xdocs/2 index.xml
  Log:
  index of chapter 2

  

  PR:

  Obtained from:

  Submitted by: 

  Reviewed by:  

  CVS: ----------------------------------------------------------------------

  CVS: PR:

  CVS:   If this change addresses a PR in the problem report tracking

  CVS:   database, then enter the PR number(s) here.

  CVS: Obtained from:

  CVS:   If this change has been taken from another system, such as NCSA,

  CVS:   then name the system in this line, otherwise delete it.

  CVS: Submitted by:

  CVS:   If this code has been contributed to Apache by someone else; i.e.,

  CVS:   they sent us a patch or a new module, then include their name/email

  CVS:   address here. If this is your work then delete this line.

  CVS: Reviewed by:

  CVS:   If we are doing pre-commit code reviews and someone else has

  CVS:   reviewed your changes, include their name(s) here.

  CVS:   If you have not had it reviewed then delete this line.

  
  Revision  Changes    Path
  1.1                  jakarta-jetspeed/tutorial/xdocs/2/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  <!--
  Copyright 2004 The Apache Software Foundation
  
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
  
      http://www.apache.org/licenses/LICENSE-2.0
  
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  -->
  <document>
  
    <properties>
      <author email="[EMAIL PROTECTED]">David Sean Taylor</author>
      <title>Localisation</title>
    </properties>
  
  <body>
  
  <section name="Localisation - Getting Started">
  <p>
  When completing the last tutorial, you may have noticed the text right 
  at the top of the screen "Welcome to Jetspeed". 
  The text comes from a Java localised resource file. 
  This tutorial will show you how to create your own localised resources 
  to easily support multiple languages without hard-coding messages in your Java 
source code. 
  </p>
  <p>
  In this tutorial, we will:
  </p>
  <p>
  <ul>
  <li>1. <a href='bundles.html'>Edit the resource files and change the Welcome string 
in two languages</a></li>
  <li>2. <a href='psml.html'>Learn about Turbine modules and localisation</a></li>
  <li>3. <a href='leftnav.html'>Review how Jetspeed finds PSML resources by language 
and country code</a></li>
  <li>4. <a href='deploy.html'></a>Deploy</li>
  </ul>
  </p>
  <p>
  Let�s get started. From the JPortal distribution root directory, type:
  </p>
  <hr/>
  <code>
        maven tutorial-2
  </code>
  <hr/>
  <p>
  Recommend bringing up these configuration files in your editor:
  </p>
  <p>
  <hr/>
  <code>
  <ul>
  <li>1. tutorials/2/JPortalTurbine.properties</li>
  <li>2. 
src/java/org/apache/jetspeed/tutorial/modules/localization/JportalLocalization_en.properties</li>
  <li>3. 
src/java/org/apache/jetspeed/tutorial/modules/localization/JportalLocalization_fr.properties</li>
 
  <li>4. tutorials/2/templates/vm/navigations/htmlbottom-jportal.vm</li>
  <li>5. tutorials/2/JPortalJetspeed.properties</li>
  </ul>
  </code>
  <hr/>
  </p>
  <p>
  since we will reference them in tutorial 2.
  </p>
  </section>
  </body>
  </document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to