You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by an...@apache.org on 2006/12/15 00:50:25 UTC

svn commit: r487399 - in /cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n: menu.xml multi.xml simple.xml simple.xsp tiered.xml

Author: anathaniel
Date: Thu Dec 14 15:50:24 2006
New Revision: 487399

URL: http://svn.apache.org/viewvc?view=rev&rev=487399
Log:
Fix link to Cocoon website

Modified:
    cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/menu.xml
    cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/multi.xml
    cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/simple.xml
    cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/simple.xsp
    cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/tiered.xml

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/menu.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/menu.xml?view=diff&rev=487399&r1=487398&r2=487399
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/menu.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/menu.xml Thu Dec 14 15:50:24 2006
@@ -15,6 +15,9 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+
+<!-- $Id$ -->
+
 <!--DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "dtd/book-cocoon-v10.dtd" -->
 
 <book software="Apache Cocoon" 
@@ -57,7 +60,7 @@
   </menu>
 
   <menu label="Documentation" i18n:attr="label">
-    <external label="i18n transformer docs" href="http://cocoon.apache.org/2.1/userdocs/transformers/i18n-transformer.html" i18n:attr="label"/>   
+    <external label="i18n transformer docs" href="http://cocoon.apache.org/2.1/userdocs/transformers/i18nTransformer.html" i18n:attr="label"/>   
     <external label="i18n transformer Javadoc" href="http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/transformation/I18nTransformer.html" i18n:attr="label"/>   
     <external label="LocaleAction Javadoc" href="http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/acting/LocaleAction.html" i18n:attr="label"/>   
   </menu>

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/multi.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/multi.xml?view=diff&rev=487399&r1=487398&r2=487399
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/multi.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/multi.xml Thu Dec 14 15:50:24 2006
@@ -15,13 +15,16 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
+
+<!-- $Id$ -->
+
 <document xmlns:i18n="http://apache.org/cocoon/i18n/2.1" i18n:attr="language" language="language">
 	<title>
 		<i18n:text>titletext</i18n:text>
 	</title>
   <content>
     <para>
-      This simple example shows how to use mulitple catalogues concurrently.
+      This simple example shows how to use multiple catalogues concurrently.
     </para>
     <para>Here we take the key 'language' from the default (= messages) catalogue: <i18n:text>language</i18n:text>.</para>
     <para>Here we take the key 'Documentation' from the menu catalogue: <i18n:text i18n:catalogue="menu">Documentation</i18n:text>.</para>

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/simple.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/simple.xml?view=diff&rev=487399&r1=487398&r2=487399
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/simple.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/simple.xml Thu Dec 14 15:50:24 2006
@@ -16,6 +16,8 @@
   limitations under the License.
 -->
 
+<!-- $Id$ -->
+
 <document xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
           i18n:attr="language"
           language="language">
@@ -31,7 +33,7 @@
     <i18n:translate>
       <i18n:text key="doclink"/>
       <i18n:param>
-        <link href="http://cocoon.apache.org/2.1/userdocs/transformers/i18n-transformer.html">Cocoon 2 Web Site</link>
+        <link href="http://cocoon.apache.org/2.1/userdocs/transformers/i18nTransformer.html">Cocoon 2 Web Site</link>
       </i18n:param>
     </i18n:translate>
   </annotation>
@@ -86,6 +88,6 @@
   </content>
 
   <bottom>
-    <copyright>Copyright 1999-2005 The Apache Software Foundation</copyright>
+    <copyright>Copyright 1999-2006 The Apache Software Foundation</copyright>
   </bottom>
 </document>

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/simple.xsp
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/simple.xsp?view=diff&rev=487399&r1=487398&r2=487399
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/simple.xsp (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/simple.xsp Thu Dec 14 15:50:24 2006
@@ -16,6 +16,8 @@
   limitations under the License.
 -->
 
+<!-- $Id$ -->
+
 <xsp:page language="java" 
           xmlns:xsp="http://apache.org/xsp" 
           xmlns:xsp-request="http://apache.org/xsp/request/2.0" 
@@ -45,7 +47,7 @@
       <i18n:translate>
         <i18n:text key="doclink"/>
         <i18n:param>
-          <link href="http://cocoon.apache.org/2.1/userdocs/transformers/i18n-transformer.html">Cocoon 2 Web Site</link>
+          <link href="http://cocoon.apache.org/2.1/userdocs/transformers/i18nTransformer.html">Cocoon 2 Web Site</link>
         </i18n:param>
       </i18n:translate>
     </annotation>
@@ -122,7 +124,7 @@
     </content>
 
     <bottom>
-      <copyright>Copyright 1999-2005 The Apache Software Foundation</copyright>
+      <copyright>Copyright 1999-2006 The Apache Software Foundation</copyright>
     </bottom>
   </document>
 </xsp:page>

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/tiered.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/tiered.xml?view=diff&rev=487399&r1=487398&r2=487399
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/tiered.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/samples/i18n/tiered.xml Thu Dec 14 15:50:24 2006
@@ -16,6 +16,8 @@
   limitations under the License.
 -->
 
+<!-- $Id$ -->
+
 <document xmlns:i18n="http://apache.org/cocoon/i18n/2.1"
           i18n:attr="language"
           language="language">
@@ -31,7 +33,7 @@
     <i18n:translate>
       <i18n:text key="doclink"/>
       <i18n:param>
-        <link href="http://cocoon.apache.org/2.1/userdocs/transformers/i18n-transformer.html">Cocoon 2 Web Site</link>
+        <link href="http://cocoon.apache.org/2.1/userdocs/transformers/i18nTransformer.html">Cocoon 2 Web Site</link>
       </i18n:param>
     </i18n:translate>
   </annotation>
@@ -82,6 +84,6 @@
   </content>
 
   <bottom>
-     <copyright>Copyright 1999-2005 The Apache Software Foundation</copyright>
+     <copyright>Copyright 1999-2006 The Apache Software Foundation</copyright>
   </bottom>
 </document>