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:50:11 UTC

svn commit: r1530950 - in /isis/site/trunk: content/documentation.md templates/index.html

Author: danhaywood
Date: Thu Oct 10 12:50:11 2013
New Revision: 1530950

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

Modified:
    isis/site/trunk/content/documentation.md
    isis/site/trunk/templates/index.html

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1530950&r1=1530949&r2=1530950&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Thu Oct 10 12:50:11 2013
@@ -69,7 +69,6 @@ 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)
@@ -77,19 +76,16 @@ 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>
+  * [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]
 
 ###  Programming Model
 
@@ -100,8 +96,8 @@ 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
 
@@ -191,13 +187,11 @@ 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>
 
 }
 

Modified: isis/site/trunk/templates/index.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/index.html?rev=1530950&r1=1530949&r2=1530950&view=diff
==============================================================================
--- isis/site/trunk/templates/index.html (original)
+++ isis/site/trunk/templates/index.html Thu Oct 10 12:50:11 2013
@@ -5,9 +5,9 @@
   <div class="row">
     <div class="col-md-8 col-md-offset-2">
       <div align="center">
-        <p>Apache Isis&trade; software is a framework for rapidly developing domain-driven apps in Java. </p>
-        <p>Write your business logic in entities, domain services and repositories, and the framework dynamically generates a representation of that domain model as a webapp or a RESTful API.</p>
-        <p>For prototyping or production.</p>
+        <h3>Apache Isis&trade; software is a framework for rapidly developing domain-driven apps in Java. </h3>
+        <h4>Write your business logic in entities, domain services and repositories, and the framework dynamically generates a representation of that domain model as a webapp or a RESTful API.</h4>
+        <h4>For prototyping or production.</h4>
       </div>
     </div>
   </div>