Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 40743 invoked from network); 30 Sep 2009 06:51:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Sep 2009 06:51:39 -0000 Received: (qmail 72197 invoked by uid 500); 30 Sep 2009 06:51:39 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 72125 invoked by uid 500); 30 Sep 2009 06:51:38 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 72116 invoked by uid 99); 30 Sep 2009 06:51:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 06:51:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Sep 2009 06:51:35 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0B2AE2388893; Wed, 30 Sep 2009 06:51:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r820188 - /forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml Date: Wed, 30 Sep 2009 06:51:14 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090930065115.0B2AE2388893@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: crossley Date: Wed Sep 30 06:51:14 2009 New Revision: 820188 URL: http://svn.apache.org/viewvc?rev=820188&view=rev Log: Improve i18n FAQ. Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml Modified: forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml?rev=820188&r1=820187&r2=820188&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml Wed Sep 30 06:51:14 2009 @@ -710,18 +710,17 @@ How can I internationalise (i18n) my content?

- The i18n features of Forrest are still under development (as of 0.7) - however there are some features available. For example, navigation - menus can be i18n'd (see fresh-site for an example). Currently, - work is - underway to i18n skins + For example, navigation + menus can be internationalized and different content can be served.

- All internationalistation of tokens in, for example, the skins and the - menus, is carried out by the + There is an example to demonstrate and explain the facilities. + See a 'forrest seed-sample' site. +

+

+ All internationalisation of tokens is carried out by the Cocoon - i18n Transformer. You can see an example of how it works in the - above linked issue. + i18n Transformer.