jstrachan 01/05/01 05:12:20 Modified: i18n/doc/web intro.xml Log: Added myself to the committer list as I contributed the <i18n:formatXXX> tags Revision Changes Path 1.3 +70 -69 jakarta-taglibs/i18n/doc/web/intro.xml Index: intro.xml =================================================================== RCS file: /home/cvs/jakarta-taglibs/i18n/doc/web/intro.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- intro.xml 2001/04/11 23:56:58 1.2 +++ intro.xml 2001/05/01 12:12:20 1.3 @@ -1,69 +1,70 @@ -<?xml version="1.0"?> -<document url="./intro.xml"> - - <properties> - <author>Tim Dawson</author> - <title>The Jakarta-Taglibs Project</title> - </properties> - - <body> - - - <section name="I18N Tag Library" href="Welcome"> - <p>The I18N custom tag library contains tags that help manage - the complexity of creating internationalized web applications. - For those not familiar with the term "i18n", it is a standard - abbreviation for "internationalization", which starts with the - letter I, ends with the letter N, and contains a total of 18 - letters.<br/> - While some may see similarity with the struts message tag, these - tags have several advantages, particularly with respect to - message arguments, not to mention the fact that its a standalone - tag library and doesn't require the user to adopt (or rip - components out of) struts. - </p> - - </section> - - <section name="Documentation" href="Documentation"> - - <p>For more information about the I18N Tag Library, look at the on-line documentation:</p> - <ul> - <li>View the <a href="http://jakarta.apache.org/taglibs/doc/i18n-doc/index.html">I18N Taglib Documentation</a></li> - </ul> - - <p>For information on how to use the distributions, look at the following documentation:</p> - - <ul> - <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li> - <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li> - </ul> - - </section> - - <section name="Download" href="Download"> - - <p>A binary download of the I18N Tag Library is available</p> - <ul> - <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/i18n/">I18N Tag Library</a></strong></li> - </ul> - - <p>The following distributions are also available for download:</p> - <ul> - <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li> - <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li> - </ul> - - </section> - - <section name="Contributors" href="Contributors"> - <p>List of contributors:</p> - - <ul> - <li>Tim Dawson</li> - </ul> - - </section> - - </body> -</document> +<?xml version="1.0"?> +<document url="./intro.xml"> + + <properties> + <author>Tim Dawson</author> + <title>The Jakarta-Taglibs Project</title> + </properties> + + <body> + + + <section name="I18N Tag Library" href="Welcome"> + <p>The I18N custom tag library contains tags that help manage + the complexity of creating internationalized web applications. + For those not familiar with the term "i18n", it is a standard + abbreviation for "internationalization", which starts with the + letter I, ends with the letter N, and contains a total of 18 + letters.<br/> + While some may see similarity with the struts message tag, these + tags have several advantages, particularly with respect to + message arguments, not to mention the fact that its a standalone + tag library and doesn't require the user to adopt (or rip + components out of) struts. + </p> + + </section> + + <section name="Documentation" href="Documentation"> + + <p>For more information about the I18N Tag Library, look at the on-line documentation:</p> + <ul> + <li>View the <a href="http://jakarta.apache.org/taglibs/doc/i18n-doc/index.html">I18N Taglib Documentation</a></li> + </ul> + + <p>For information on how to use the distributions, look at the following documentation:</p> + + <ul> + <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/binarydist.html">Binary Distribution</a></li> + <li>Using the Jakarta-Taglibs <a href="http://jakarta.apache.org/taglibs/sourcedist.html">Source Distribution</a></li> + </ul> + + </section> + + <section name="Download" href="Download"> + + <p>A binary download of the I18N Tag Library is available</p> + <ul> + <li><strong>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/i18n/">I18N Tag Library</a></strong></li> + </ul> + + <p>The following distributions are also available for download:</p> + <ul> + <li>Download <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly/src/">Jakarta-Taglibs Source</a></li> + <li>Download entire <a href="http://jakarta.apache.org/builds/jakarta-taglibs/nightly">Jakarta-Taglibs Distribution</a></li> + </ul> + + </section> + + <section name="Contributors" href="Contributors"> + <p>List of contributors:</p> + + <ul> + <li>Tim Dawson</li> + <li>James Strachan</li> + </ul> + + </section> + + </body> +</document>
