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/10/10 14:47:01 UTC

svn commit: r1530947 - /isis/site/trunk/content/documentation.md

Author: danhaywood
Date: Thu Oct 10 12:47:01 2013
New Revision: 1530947

URL: http://svn.apache.org/r1530947
Log:
updating screenshots and templates

Modified:
    isis/site/trunk/content/documentation.md

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1530947&r1=1530946&r2=1530947&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Thu Oct 10 12:47:01 2013
@@ -69,6 +69,7 @@ Guidance for committers is at the bottom
 
 ###  Applib Services
 
+<ul>
   - [Initializing Services](core/services/initializing-services.html)
   - [Auditing Service](core/services/auditing-service.html)
   - [Bookmark Service](core/services/bookmark-service.html)
@@ -76,16 +77,19 @@ Guidance for committers is at the bottom
   - [Exception Recognizers](core/services/exception-recognizers.html)
   - [Publishing Service](core/services/publishing-service.html)
   - [Settings Services](core/services/settings-services.html) [1.3.0-SNAPSHOT]
+</ul>
 
 }
 
 {col-md-4
 ### Dev Support
 
+<ul>
   - [Unit Test Support](core/unittestsupport.html)
   - [Integration Test Support](core/integtestsupport.html)
   - [BDD/Integ Test Support](core/specsupport-and-integtestsupport.html) [1.3.0-SNAPSHOT]
   - [Wrapper Factory](core/wrapper.html) [stub]
+</ul>
 
 ###  Programming Model
 
@@ -96,15 +100,15 @@ Guidance for committers is at the bottom
 {col-md-4
 ### Runtime
 
-- [Core Runtime](core/runtime.html) [stub]
-- [Webserver](core/webserver.html) [stub]
+  - [Core Runtime](core/runtime.html) [stub]
+  - [Webserver](core/webserver.html) [stub]
 
 ### Bundled Components
 
-- [Bytecode Enhancers](core/bytecode.html) [stub]
-- [Bypass Security](core/bypass-security.html) [stub]
-- [In-memory Object Store](core/inmemory-objectstore.html) [stub]
-- [In-memory Profile Store](core/inmemory-profilestore.html) [stub]
+  - [Bytecode Enhancers](core/bytecode.html) [stub]
+  - [Bypass Security](core/bypass-security.html) [stub]
+  - [In-memory Object Store](core/inmemory-objectstore.html) [stub]
+  - [In-memory Profile Store](core/inmemory-profilestore.html) [stub]
 
 }
 
@@ -187,11 +191,13 @@ Note: this viewer is third-party open so
 {col-md-4
 ### Applib Service Implementations
 
+<ul>
   - [Eagerly Registering Entity Types](components/objectstores/jdo/eagerly-registering-entities.html)
   - [Publishing Service on JDO](components/objectstores/jdo/publishing-service-jdo.html) 
   - [Auditing Service on JDO](components/objectstores/jdo/auditing-service-jdo.html)
   - [Exception Recognizers](components/objectstores/jdo/exception-recognizers-jdo.html)
   - [Settings Services on JDO](components/objectstores/jdo/settings-services-jdo.html) [jdo-1.2.0-SNAPSHOT]
+</ul>
 
 }