You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by df...@apache.org on 2005/02/18 15:31:03 UTC

svn commit: r154304 - in jakarta/commons/sandbox/i18n/trunk/xdocs: changes.xml quickstart.xml

Author: dflorey
Date: Fri Feb 18 06:31:00 2005
New Revision: 154304

URL: http://svn.apache.org/viewcvs?view=rev&rev=154304
Log:
Added docs for v 0.5

Added:
    jakarta/commons/sandbox/i18n/trunk/xdocs/changes.xml
Modified:
    jakarta/commons/sandbox/i18n/trunk/xdocs/quickstart.xml

Added: jakarta/commons/sandbox/i18n/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/i18n/trunk/xdocs/changes.xml?view=auto&rev=154304
==============================================================================
--- jakarta/commons/sandbox/i18n/trunk/xdocs/changes.xml (added)
+++ jakarta/commons/sandbox/i18n/trunk/xdocs/changes.xml Fri Feb 18 06:31:00 2005
@@ -0,0 +1,32 @@
+<document>
+  <properties>
+    <title>I18n</title>
+    <author email="dflorey@apache.org">Daniel Florey</author>
+  </properties>
+  <body>
+    <release version="0.5" date="2005-02-18">
+      <action dev="dflorey" type="add">
+        Added localized messages for all log and exception messages in the i18n-component itself
+      </action>              
+      <action dev="dflorey" type="add">
+        Added initial test suite
+      </action>              
+    </release>
+    <release version="0.4" date="2005-02-16">
+      <action dev="dflorey" type="add">
+        Added localized runtime exception and localized error class
+      </action>              
+      <action dev="dflorey" type="update">
+        Moved all message bundles to bundles-subpackage
+      </action>              
+    </release>
+    <release version="0.3" date="2005-02-14">
+      <action dev="dflorey" type="add">
+        Added pluggable message providers
+      </action>              
+      <action dev="dflorey" type="add">
+        Added property file based message provider
+      </action>              
+    </release>
+  </body>
+</document>

Modified: jakarta/commons/sandbox/i18n/trunk/xdocs/quickstart.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/i18n/trunk/xdocs/quickstart.xml?view=diff&r1=154303&r2=154304
==============================================================================
--- jakarta/commons/sandbox/i18n/trunk/xdocs/quickstart.xml (original)
+++ jakarta/commons/sandbox/i18n/trunk/xdocs/quickstart.xml Fri Feb 18 06:31:00 2005
@@ -12,8 +12,6 @@
 <section name="Getting started">
 <p>In order to get an impression of how this component works, we will start with an
 	example showing the capabilities of this package.</p>
-<p>To get started you need at least the jar of this component and the dependent <code>xmlio-x.x.jar</code> for reading
-	xml documents in your classpath.</p>
 </section>
 <section name="Defining the messages in an XML file">
 	<p>Using XML based files has many advantages:</p>
@@ -70,13 +68,13 @@
 	to add as many entries to each bundle as you like. The I18n component contains 
 	a number of classes that simplify the access to entries of frequently used bundles.</p>
 </section>
-<section name="NEW: Pluggable message providers">
+<section name="Pluggable message providers">
 <p>Since version 0.3 of this component you can add your own custom message providers.</p>
 <p>This is a big plus if you already have your localized messages in a database for example.
 	You do not have to convert them into the supported XML or property-based format, but you
 	can write a simple <code>MessageProvider</code> by implementing a single method and plug it in.</p>
 </section>
-<section name="NEW: ResourceBundle based message provider added">
+<section name="ResourceBundle based message provider">
 	<p>A new message provider made it into this component: The <code>ResourceBundleMessageProvider</code>.
 		This one enables you to keep your property files that may contain localized messages.</p>
 	<p>You can group entries messages by adding the key at the end of the existing message key. The



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org