Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 13185 invoked by uid 500); 10 May 2003 11:34:11 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 13174 invoked by uid 500); 10 May 2003 11:34:10 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 13171 invoked from network); 10 May 2003 11:34:10 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 10 May 2003 11:34:10 -0000 Received: (qmail 63569 invoked by uid 1509); 10 May 2003 11:34:10 -0000 Date: 10 May 2003 11:34:10 -0000 Message-ID: <20030510113410.63568.qmail@icarus.apache.org> From: stephan@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/webapp/samples/i18n/images chapter.gif chapter_open.gif current.gif page.gif X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stephan 2003/05/10 04:34:10 Modified: src/webapp/samples/i18n menu.xml multi.xml simple.xml simple.xsp sitemap.xmap Added: src/webapp/samples/i18n simple2page.xsl Removed: src/webapp/samples/i18n menu2html.xsl page.css simple.xsl site2html.xsl src/webapp/samples/i18n/images chapter.gif chapter_open.gif current.gif page.gif Log: Refactoring i18n samples. Revision Changes Path 1.5 +4 -4 cocoon-2.1/src/webapp/samples/i18n/menu.xml Index: menu.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/i18n/menu.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- menu.xml 27 Mar 2003 07:33:09 -0000 1.4 +++ menu.xml 10 May 2003 11:34:09 -0000 1.5 @@ -39,14 +39,14 @@ - - - + + + - + 1.2 +2 -2 cocoon-2.1/src/webapp/samples/i18n/multi.xml Index: multi.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/i18n/multi.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- multi.xml 9 Mar 2003 00:11:09 -0000 1.1 +++ multi.xml 10 May 2003 11:34:09 -0000 1.2 @@ -1,5 +1,5 @@ - + <i18n:text>titletext</i18n:text> @@ -10,4 +10,4 @@ Here we take the key 'language' from the default (= messages) catalogue: language. Here we take the key 'Documentation' from the menu catalogue: Documentation. - + 1.2 +3 -3 cocoon-2.1/src/webapp/samples/i18n/simple.xml Index: simple.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/i18n/simple.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- simple.xml 9 Mar 2003 00:11:09 -0000 1.1 +++ simple.xml 10 May 2003 11:34:09 -0000 1.2 @@ -1,5 +1,5 @@ - + <i18n:text>titletext</i18n:text> @@ -11,7 +11,7 @@ - http://cocoon.apache.org/userdocs/transformers/i18n-transformer.html + http://cocoon.apache.org/2.1/userdocs/transformers/i18n-transformer.html Cocoon 2 Web Site @@ -63,4 +63,4 @@ copyright - + 1.2 +3 -3 cocoon-2.1/src/webapp/samples/i18n/simple.xsp Index: simple.xsp =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/i18n/simple.xsp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- simple.xsp 9 Mar 2003 00:11:09 -0000 1.1 +++ simple.xsp 10 May 2003 11:34:09 -0000 1.2 @@ -7,7 +7,7 @@ private static int count = 0; - + synchronized (this) { @@ -28,7 +28,7 @@ - http://cocoon.apache.org/userdocs/transformers/i18n-transformer.html + http://cocoon.apache.org/2.1/userdocs/transformers/i18n-transformer.html Cocoon 2 Web Site @@ -101,5 +101,5 @@ copyright - + 1.3 +127 -142 cocoon-2.1/src/webapp/samples/i18n/sitemap.xmap Index: sitemap.xmap =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/samples/i18n/sitemap.xmap,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sitemap.xmap 26 Mar 2003 21:21:40 -0000 1.2 +++ sitemap.xmap 10 May 2003 11:34:09 -0000 1.3 @@ -1,146 +1,131 @@ - - - - - - - - - - - - - true - - - - - - - - - - - - - - true - - true - - true - - false - - + + + + + + + + + + true + + + + + + + + + + + + true + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + true + + true + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1.1 cocoon-2.1/src/webapp/samples/i18n/simple2page.xsl Index: simple2page.xsl ===================================================================
Internationalization (i18n) and Localization (l10n)