You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/02/10 12:44:58 UTC

svn commit: r1444531 - /incubator/onami/sandbox/converters/src/site/apt/index.apt

Author: simonetripodi
Date: Sun Feb 10 11:44:58 2013
New Revision: 1444531

URL: http://svn.apache.org/r1444531
Log:
more explicit doc about the complete module and the extensions

Modified:
    incubator/onami/sandbox/converters/src/site/apt/index.apt

Modified: incubator/onami/sandbox/converters/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/onami/sandbox/converters/src/site/apt/index.apt?rev=1444531&r1=1444530&r2=1444531&view=diff
==============================================================================
--- incubator/onami/sandbox/converters/src/site/apt/index.apt (original)
+++ incubator/onami/sandbox/converters/src/site/apt/index.apt Sun Feb 10 11:44:58 2013
@@ -39,11 +39,7 @@ Introduction
 
  * {{{./sql.html}SQL converters}};
 
- * {{{./system.html}System converters}};
-
- * {{{./complete.html}The complete converters module}};
-
- * {{{./extend.html}Extend Onami Converters}}.
+ * {{{./system.html}System converters}}.
 
   Each converter is implemented as a self-binding module to be easy installed in the <<<Injector>>> as shown below:
 
@@ -74,3 +70,8 @@ Injector injector = createInjector( new 
 +--------------------------------------+
 
   Moreover, each converter can be discovered by the {{{http://en.wikipedia.org/wiki/Service_provider_interface}Service provider interface}}
+
+  Users that want to include a single module which contains all converters, can have a look at the
+  {{./complete.html}complete}} converters module.
+
+  Learn also how to {{{./extend.html}Extend}} Onami Converters.