branch, master, updated. v0.6.5

The branch, master has been updated via 1ec0b269e1977256d9151568b0b5d6d634691848 (commit) from fddb824fc7864d6f9d12fe0f111e01cd17993850 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=cal10n.git;a=commit;h=1ec0b269e1977256d9151568b0... http://github.com/ceki/cal10n/commit/1ec0b269e1977256d9151568b0b5d6d63469184... commit 1ec0b269e1977256d9151568b0b5d6d634691848 Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Sep 3 09:46:40 2009 +0200 - added festrues list diff --git a/cal10n-site/src/site/pages/index.html b/cal10n-site/src/site/pages/index.html index 0d1c527..5c1ebe0 100644 --- a/cal10n-site/src/site/pages/index.html +++ b/cal10n-site/src/site/pages/index.html @@ -28,10 +28,33 @@ (internationalized) messages. </p> - <p>Before you start using CAL10N, we highly recommend that you read - the two-page <a href="manual.html">CAL10N user manual</a>. + <h3>Features</h3> + + <ul> + <li> + <p>Java compiler verifies message keys used in source code</p> + </li> + + <li> + <p>Tooling to detect errors in message keys</p> + </li> + + <li> + <p>Good performance (300 nanoseconds per key lookup)</p> + </li> + + <li> + <p>Automatic reloading of resource bundles upon change</p> + </li> + + </ul> + + <p>The three-page <a href="manual.html">user manual</a> goes into + the details, wherein supposedly the devil resides. </p> + + <script src="templates/footer.js" type="text/javascript"></script> </div> </body> ----------------------------------------------------------------------- Summary of changes: cal10n-site/src/site/pages/index.html | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) hooks/post-receive -- Compiler assisted localization library
participants (1)
-
git-noreply@pixie.qos.ch