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/02/11 09:07:14 UTC

svn commit: r1567008 - in /isis/site/trunk/content: core/about.md documentation.md

Author: danhaywood
Date: Tue Feb 11 08:07:13 2014
New Revision: 1567008

URL: http://svn.apache.org/r1567008
Log:
fixing links

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

Modified: isis/site/trunk/content/core/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/about.md?rev=1567008&r1=1567007&r2=1567008&view=diff
==============================================================================
--- isis/site/trunk/content/core/about.md (original)
+++ isis/site/trunk/content/core/about.md Tue Feb 11 08:07:13 2014
@@ -1,49 +1,3 @@
 Title: Core Modules
 
-- [Releases](release-notes/about.html)
-
-###  Applib & Services
-
-- [Programming Model and How-tos](../applib-guide/about.html)
-- [Static and dynamic layouts](dynamic-layouts.html)
-- [Configuration Files](configuration-files.html)
-- [Deployment Types](deployment-type.html)
-
-###  Services
-
-- [Initializing Services](services/initializing-services.html)
-- [Bookmark Service](services/bookmark-service.html)
-- [Settings Services](services/settings-services.html)
-- [Developer Utilities Service](services/developer-utilities-service.html)
-- [Exception Recognizers](services/exception-recognizers.html)
-- [Auditing Service](services/auditing-service.html)
-- [Publishing Service](services/publishing-service.html)
-
-### Development
-
-- [Unit Test Support](unittestsupport.html)
-- [Integration Test Support](integtestsupport.html)
-- [BDD/Integ Test Support](specsupport-and-integtestsupport.html)
-- [Wrapper Factory](wrapper.html) [stub]
-
-###  Non-UI execution [1.4.0-SNAPSHOT]
-
-- [IsisSessionTemplate](isis-session-template.html)
-- [BackgroundCommandExecution](background-command-execution.html)
-
-###  Programming Model
-
-- [Finetuning the Programming Model](metamodel-finetuning-the-programming-model.html)
-
-### Runtime
-
-- [Core Runtime](runtime.html) [stub]
-- [Webserver](webserver.html) [stub]
-
-### Bundled Components
-
-- [Bytecode Enhancers](bytecode.html) [stub]
-- [Bypass Security](bypass-security.html) [stub]
-- [In-memory Object Store](inmemory-objectstore.html) [stub]
-- [In-memory Profile Store](inmemory-profilestore.html) [stub]
-
+go back to: [documentation](../documentation.html)

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1567008&r1=1567007&r2=1567008&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Tue Feb 11 08:07:13 2014
@@ -77,16 +77,17 @@ Title: Documentation
 * [Instantiating and persisting objects](./how-tos/how-to-09-050-How-to-use-Factories.html)
 * [Create/delete objects](./how-tos/how-to-01-160-How-to-create-or-delete-objects-within-your-code.html)
 
-}
-
-{col-md-4
-
 #### UI hints
 
 * [Entity icons](./how-tos/how-to-01-070-How-to-specify-the-icon-for-a-domain-entity.html)
 * [Ordering prop/colls in the UI](./how-tos/how-to-01-080-How-to-specify-the-order-in-which-properties-or-collections-are-displayed.html)
 * [Ordering actions in the UI](./how-tos/how-to-01-090-How-to-specify-the-order-in-which-actions-appear-on-the-menu.html)
 
+}
+
+{col-md-4
+
+
 #### Business rules
 
 Visibility ("see it")
@@ -107,10 +108,6 @@ Validity ("do it")
 * [Validate collection add/remove](./how-tos/how-to-02-110-How-to-validate-an-object-being-added-or-removed-from-a-collection.html)
 * [Validate action params](./how-tos/how-to-02-120-How-to-validate-an-action-parameter-argument.html)
 
-}
-
-{col-md-4
-
 #### Common constraints
 
 * [Optional property](./how-tos/how-to-01-100-How-to-make-a-property-optional.html)
@@ -118,6 +115,11 @@ Validity ("do it")
 * [Size of string properties](./how-tos/how-to-01-120-How-to-specify-the-size-of-String-properties.html)
 * [Size of string action params](./how-tos/how-to-01-130-How-to-specify-the-size-of-String-action-parameters.html)
 
+}
+
+{col-md-4
+
+
 #### Drop-downs & defaults
 
 For properties: