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 2014/10/25 12:39:07 UTC

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

Author: danhaywood
Date: Sat Oct 25 10:39:06 2014
New Revision: 1634207

URL: http://svn.apache.org/r1634207
Log:
reorganizing doc page

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=1634207&r1=1634206&r2=1634207&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Sat Oct 25 10:39:06 2014
@@ -69,6 +69,140 @@ Title: Documentation
 
 }
 
+
+{row
+
+{col-md-12
+## <a name="core">Core [1.7.0](core/release-notes/about.html)</a>
+
+}
+
+}
+
+{row
+
+{col-md-4
+
+#### <a name="reference-config">Config</a>
+
+* [Configuration Files](./reference/configuration-files.html)
+* [Externalized Configuration](./reference/externalized-configuration.html)
+* [JVM args](./reference/jvm-args.html)
+
+####  <a name="reference-non-ui-execution">Non-UI execution</a>
+
+- [IsisSessionTemplate](./reference/non-ui/isis-session-template.html)
+
+}
+
+{col-md-4
+
+
+####  <a name="reference-reference">Reference</a>
+
+* [Recognized Annotations](./reference/recognized-annotations/about.html)
+* [Deployment Types](./reference/deployment-type.html)
+* [Recognized Methods](./reference/Recognized-Methods-and-Prefixes.html)
+* [Lifecycle callbacks](./reference/object-lifecycle-callbacks.html)
+* [Value types](./reference/value-types.html)
+
+#### <a name="reference-supporting-features">Supporting features</a>
+
+* [Security](./reference/Security.html)
+* [Applib utility classes](./reference/Utility.html)
+* [Applib Events](./reference/Event.html)
+
+}
+
+{col-md-4
+
+
+#### <a name="core-dev-support">Dev support</a>
+<p class="display:none"/>
+
+* [Unit Test Support](core/unittestsupport.html)
+* [Integration Test Support](core/integtestsupport.html)
+* [BDD/Integ Test Support](core/specsupport-and-integtestsupport.html)
+  
+#### <a name="core-bundled-components">Other parts of core</a>
+
+* [Core Runtime](core/runtime.html) [stub]
+* [Webserver](core/webserver.html) [stub]
+* [Bytecode Enhancers](core/bytecode.html) [stub]
+
+}
+
+}
+
+
+{row
+
+{col-md-12
+## <a name="jdo-objectstore">Core Object Store</a>
+
+<i>previously released as the JDO/DataNucleus Objectstore component (v[1.5.0](components/objectstores/jdo/release-notes/about.html)), now part of Core</i>
+
+}
+
+
+{col-md-4
+
+#### <a name="jdo-objectstore-about">About</a>
+<p class="display:none"/>
+
+* [About](components/objectstores/jdo/about.html)
+
+#### <a name="jdo-objectstore-configuration">JDO/Isis Configuration</a>
+
+* [`persistence.xml` file](components/objectstores/jdo/persistence_xml.html)
+* [Eagerly Registering Entity Types](components/objectstores/jdo/eagerly-registering-entities.html)
+* [Disabling persistence-by-reachability](components/objectstores/jdo/disabling-persistence-by-reachability.html)
+* [Enabling Logging](components/objectstores/jdo/enabling-logging.html)
+* [Using a JNDI Datasource](components/objectstores/jdo/using-jndi-datasource.html)
+
+####  <a name="jdo-objectstore-jdo-services">JDO services</a>
+<p class="display:none"/>
+
+* [Using the `IsisJdoSupport` service](components/objectstores/jdo/services/isisjdosupport-service.html)
+
+}
+
+{col-md-4
+
+
+####  <a name="jdo-objectstore-jdo-mapping-hints">JDO (Mapping) Hints</a>
+<p class="display:none"/>
+
+* [Mapping Mandatory and Optional Properties](components/objectstores/jdo/mapping-mandatory-and-optional-properties.html)
+* [Mapping JODA Dates](components/objectstores/jdo/mapping-joda-dates.html)
+* [Mapping BigDecimals](components/objectstores/jdo/mapping-bigdecimals.html)
+* [Mapping Blobs](components/objectstores/jdo/mapping-blobs.html)
+* [Managed 1:m bidirectional relationships](components/objectstores/jdo/managed-1-to-m-relationships.html)
+* [Lazy Loading](components/objectstores/jdo/lazy-loading.html)
+
+}
+
+{col-md-4
+####  <a name="jdo-objectstore-jdoother-hints">Other Hints</a>
+
+* [Transaction Management](components/objectstores/jdo/transaction-management.html)
+* [Deploying on the Google App Engine](components/objectstores/jdo/deploying-on-the-google-app-engine.html)
+* [`IsisConfigurationForJdoIntegTests`](components/objectstores/jdo/IsisConfigurationForJdoIntegTests.html)
+* [Using Maven with DataNucleus plugin](components/objectstores/jdo/datanucleus-and-maven.html) (prior to 1.4.0)
+
+
+####  <a name="other-core-objectstore-implementations">Other Core Implementations</a>
+
+* [In-memory Object Store](core/inmemory-objectstore.html) [stub]
+  
+  
+}
+
+}
+
+
+
+
 {row
 
 {col-md-4
@@ -248,6 +382,7 @@ For both:
 
 }
 
+
 {row
 
 {col-md-12
@@ -379,137 +514,6 @@ In addition, a full list of all applib s
 {row
 
 {col-md-12
-## <a name="core">Core [1.7.0](core/release-notes/about.html)</a>
-
-}
-
-}
-
-{row
-
-{col-md-4
-
-#### <a name="reference-config">Config</a>
-
-* [Configuration Files](./reference/configuration-files.html)
-* [Externalized Configuration](./reference/externalized-configuration.html)
-* [JVM args](./reference/jvm-args.html)
-
-####  <a name="reference-non-ui-execution">Non-UI execution</a>
-
-- [IsisSessionTemplate](./reference/non-ui/isis-session-template.html)
-
-}
-
-{col-md-4
-
-
-####  <a name="reference-reference">Reference</a>
-
-* [Deployment Types](./reference/deployment-type.html)
-* [Recognized Methods](./reference/Recognized-Methods-and-Prefixes.html)
-* [Recognized Annotations](./reference/recognized-annotations/about.html)
-* [Lifecycle callbacks](./reference/object-lifecycle-callbacks.html)
-* [Value types](./reference/value-types.html)
-
-#### <a name="reference-supporting-features">Supporting features</a>
-
-* [Security](./reference/Security.html)
-* [Applib utility classes](./reference/Utility.html)
-* [Applib Events](./reference/Event.html)
-
-}
-
-{col-md-4
-
-
-#### <a name="core-dev-support">Dev support</a>
-<p class="display:none"/>
-
-* [Unit Test Support](core/unittestsupport.html)
-* [Integration Test Support](core/integtestsupport.html)
-* [BDD/Integ Test Support](core/specsupport-and-integtestsupport.html)
-  
-#### <a name="core-bundled-components">Other parts of core</a>
-
-* [Core Runtime](core/runtime.html) [stub]
-* [Webserver](core/webserver.html) [stub]
-* [Bytecode Enhancers](core/bytecode.html) [stub]
-
-}
-
-}
-
-
-{row
-
-{col-md-12
-## <a name="jdo-objectstore">Core Object Store</a>
-
-<i>previously released as the JDO/DataNucleus Objectstore component (v[1.5.0](components/objectstores/jdo/release-notes/about.html)), now part of Core</i>
-
-}
-
-
-{col-md-4
-
-#### <a name="jdo-objectstore-about">About</a>
-<p class="display:none"/>
-
-* [About](components/objectstores/jdo/about.html)
-
-#### <a name="jdo-objectstore-configuration">JDO/Isis Configuration</a>
-
-* [`persistence.xml` file](components/objectstores/jdo/persistence_xml.html)
-* [Eagerly Registering Entity Types](components/objectstores/jdo/eagerly-registering-entities.html)
-* [Disabling persistence-by-reachability](components/objectstores/jdo/disabling-persistence-by-reachability.html)
-* [Enabling Logging](components/objectstores/jdo/enabling-logging.html)
-* [Using a JNDI Datasource](components/objectstores/jdo/using-jndi-datasource.html)
-
-####  <a name="jdo-objectstore-jdo-services">JDO services</a>
-<p class="display:none"/>
-
-* [Using the `IsisJdoSupport` service](components/objectstores/jdo/services/isisjdosupport-service.html)
-
-}
-
-{col-md-4
-
-
-####  <a name="jdo-objectstore-jdo-mapping-hints">JDO (Mapping) Hints</a>
-<p class="display:none"/>
-
-* [Mapping Mandatory and Optional Properties](components/objectstores/jdo/mapping-mandatory-and-optional-properties.html)
-* [Mapping JODA Dates](components/objectstores/jdo/mapping-joda-dates.html)
-* [Mapping BigDecimals](components/objectstores/jdo/mapping-bigdecimals.html)
-* [Mapping Blobs](components/objectstores/jdo/mapping-blobs.html)
-* [Managed 1:m bidirectional relationships](components/objectstores/jdo/managed-1-to-m-relationships.html)
-* [Lazy Loading](components/objectstores/jdo/lazy-loading.html)
-
-}
-
-{col-md-4
-####  <a name="jdo-objectstore-jdoother-hints">Other Hints</a>
-
-* [Transaction Management](components/objectstores/jdo/transaction-management.html)
-* [Deploying on the Google App Engine](components/objectstores/jdo/deploying-on-the-google-app-engine.html)
-* [`IsisConfigurationForJdoIntegTests`](components/objectstores/jdo/IsisConfigurationForJdoIntegTests.html)
-* [Using Maven with DataNucleus plugin](components/objectstores/jdo/datanucleus-and-maven.html) (prior to 1.4.0)
-
-
-####  <a name="other-core-objectstore-implementations">Other Core Implementations</a>
-
-* [In-memory Object Store](core/inmemory-objectstore.html) [stub]
-  
-  
-}
-
-}
-
-
-{row
-
-{col-md-12
 ## <a name="restfulobjects-viewer">Core Viewer</a> 
 
 <i>previously released as the Restful Objects Viewer component (v[2.3.0](components/viewers/restfulobjects/release-notes/about.html)), now part of Core.</i>