You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/05/23 11:38:18 UTC

svn commit: r1485627 - /isis/site/trunk/content/applib-guide/applib-guide-intro.md

Author: danhaywood
Date: Thu May 23 09:38:17 2013
New Revision: 1485627

URL: http://svn.apache.org/r1485627
Log:
more on the applib markdown

Modified:
    isis/site/trunk/content/applib-guide/applib-guide-intro.md

Modified: isis/site/trunk/content/applib-guide/applib-guide-intro.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/applib-guide/applib-guide-intro.md?rev=1485627&r1=1485626&r2=1485627&view=diff
==============================================================================
--- isis/site/trunk/content/applib-guide/applib-guide-intro.md (original)
+++ isis/site/trunk/content/applib-guide/applib-guide-intro.md Thu May 23 09:38:17 2013
@@ -14,7 +14,9 @@ This guide to the programming model brea
 
   * [Value Types](./value-types/000-about.html)
 
-* [Supporting Features](./supporting-features/000-about.html)
+* Supporting Features
+
+  * [Clock, Fixtures, etc](./supporting-features/000-about.html)
 
 * Reference:
 
@@ -25,7 +27,7 @@ This guide to the programming model brea
     * [Applib Utility Classes](./reference/Utility.html)
     * [Applib Events](./reference/Event.html)
 
-You will note that to a large extent the conventions of the programming 
+To a large extent the conventions of the programming 
 model can be described as 'intentional' - they convey an intention as to 
 how domain objects, their properties and behaviours, are to be made 
 available to users. But the