svn commit: r820188 - /forrest/trunk/site-author/content/xdocs/docs_0_90/faq.xml
| Newsgroups | gmane.text.xml.forrest.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 @@
<question>How can I internationalise (i18n) my content?</question>
<answer>
<p>
- 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,
- <link href="http://issues.apache.org/jira/browse/FOR-506">work is
- underway</link> to i18n skins
+ For example, navigation
+ menus can be internationalized and different content can be served.
</p>
<p>
- 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.
+ </p>
+ <p>
+ All internationalisation of tokens is carried out by the
<link href="http://cocoon.apache.org/2.1/userdocs/i18nTransformer.html">Cocoon
- i18n Transformer</link>. You can see an example of how it works in the
- above linked issue.
+ i18n Transformer</link>.
</p>
</answer>
</faq>