[jboss-svn-commits] JBL Code SVN: r18767 - labs/jbossbuild/maven-plugins/trunk/maven-jdocbook-plugin/src/site/apt.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Mar 7 14:05:00 EST 2008
Author: steve.ebersole at jboss.com
Date: 2008-03-07 14:05:00 -0500 (Fri, 07 Mar 2008)
New Revision: 18767
Modified:
labs/jbossbuild/maven-plugins/trunk/maven-jdocbook-plugin/src/site/apt/i18n.apt
Log:
minor cleanup
Modified: labs/jbossbuild/maven-plugins/trunk/maven-jdocbook-plugin/src/site/apt/i18n.apt
===================================================================
--- labs/jbossbuild/maven-plugins/trunk/maven-jdocbook-plugin/src/site/apt/i18n.apt 2008-03-07 18:43:15 UTC (rev 18766)
+++ labs/jbossbuild/maven-plugins/trunk/maven-jdocbook-plugin/src/site/apt/i18n.apt 2008-03-07 19:05:00 UTC (rev 18767)
@@ -23,13 +23,9 @@
Internationalization
In support of internationalization (i18n) and locationization (l10n) efforts, the <jDocBook Plugin> allows you
- to develop and manage language-specific versions of your documentation. This support comes mainly in two flavors.
-
-* GNU gettext support
-
- The GNU {{{http://www.gnu.org/software/gettext/}gettext}} package aims to help developers and translators by
- providing a series of tools to make localizing content easier. The <jDocBook Plugin> supports an approach to
- DocBook content development that includes makig use of <gettext>. Currently the <jDocBook Plugin> relies on
+ to develop and manage language-specific versions of your documentation. Currently this support is achieved via
+ the GNU {{{http://www.gnu.org/software/gettext/}gettext}} package, which aims to help developers and translators by
+ providing a series of tools to make localizing content easier. In this iteration, the <jDocBook Plugin> relies on
the host system having the following executables available on their system/path and makes use of system
RuntimeEnvironment calls to execute them:
@@ -37,4 +33,7 @@
[[2]] xml2pot and po2xml - which come from the KDE poxml package (
- []
\ No newline at end of file
+ []
+
+ It is expected that there will be a java port of these tools at some point, and that the <jDocBook Plugin> would
+ then be updated to use those ports. However, such an effort is large and not expected anytime soon.
\ No newline at end of file
More information about the jboss-svn-commits
mailing list