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 21:33:34 UTC

svn commit: r1567361 - in /isis/site/trunk/content: components/objectstores/jdo/exception-recognizers-jdo.md contributors/about.md other/about.md third-party/about.md third-party/viewers/about.md

Author: danhaywood
Date: Tue Feb 11 20:33:34 2014
New Revision: 1567361

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

Modified:
    isis/site/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.md
    isis/site/trunk/content/contributors/about.md
    isis/site/trunk/content/other/about.md
    isis/site/trunk/content/third-party/about.md
    isis/site/trunk/content/third-party/viewers/about.md

Modified: isis/site/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.md?rev=1567361&r1=1567360&r2=1567361&view=diff
==============================================================================
--- isis/site/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.md (original)
+++ isis/site/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.md Tue Feb 11 20:33:34 2014
@@ -1,16 +1,14 @@
 Title: Exception Recognizers
 
-The JDO objectstore provides a number of implementations of the applib [ExceptionRecognizer](../../../core/services/exception-recognizers.html) API that will recognize SQL constraint exceptions and convert them into user-friendly error messages.  The `ExceptionRecognizerCompositeForJdoObjectStore` wraps these up into a single implementation.
+The JDO objectstore provides a number of implementations of the applib [ExceptionRecognizer](../../../reference/services/exception-recognizers.html) API that will recognize SQL constraint exceptions and convert them into user-friendly error messages.  The `ExceptionRecognizerCompositeForJdoObjectStore` wraps these up into a single implementation.
 
 
 ### Register the Service
 
 Register like any other service in `isis.properties`:
 
-<pre>
-isis.services=<i>...other services...</i>,\
-              org.apache.isis.objectstore.jdo.applib.service.exceprecog.ExceptionRecognizerCompositeForJdoObjectStore,\
-              ...
-</pre>
+    isis.services=...,\
+                  org.apache.isis.objectstore.jdo.applib.service.exceprecog.ExceptionRecognizerCompositeForJdoObjectStore,\
+                  ...
 
 Alternatively, create your own implementations, for example based upon the vagaries of the JDBC driver in use.  More than one implementation of `ExceptionRecognizer` can be registered; all we be checked if an exception is thrown.

Modified: isis/site/trunk/content/contributors/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/about.md?rev=1567361&r1=1567360&r2=1567361&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/about.md (original)
+++ isis/site/trunk/content/contributors/about.md Tue Feb 11 20:33:34 2014
@@ -1,21 +1,6 @@
-Title: Contributors
-
-###  Contributors
-
-- [Contributing](contributing.html)
-- [Development Environment](development-environment.html)
-- [Building Isis](building-isis.html)
-- [Git Policy](git-policy.html)
-- [Git Cookbook](git-cookbook.html)
-- [Versioning Policy](versioning-policy.html)
-
-###  Committers
-
-- [Updating the CMS site](updating-the-cms-site.html)
-- [Applying Patches](applying-patches.html)
-- [Recreating an archetype](recreating-an-archetype.html)
-- [Snapshot process](snapshot-process.html)
-- [Release process](release-process.html)
-- [Release branch and tag names](release-branch-and-tag-names.html)
-- [Verifying releases](verifying-releases.html)
-- [Key generation](key-generation.html)
+title: Contributors
+
+go back to: [documentation](../documentation.html)
+
+
+

Modified: isis/site/trunk/content/other/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/other/about.md?rev=1567361&r1=1567360&r2=1567361&view=diff
==============================================================================
--- isis/site/trunk/content/other/about.md (original)
+++ isis/site/trunk/content/other/about.md Tue Feb 11 20:33:34 2014
@@ -1,7 +1,6 @@
-Title: Other Topics
-
-- [Maven Plugin](maven-plugin.html) [stub]
-- [Eclipse IDE Plugin](eclipse-plugin.html) [stub]
-<!--
-- [DSL](dsl.html)
--->
+title: Other Topics
+
+go back to: [documentation](../documentation.html)
+
+
+

Modified: isis/site/trunk/content/third-party/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/third-party/about.md?rev=1567361&r1=1567360&r2=1567361&view=diff
==============================================================================
--- isis/site/trunk/content/third-party/about.md (original)
+++ isis/site/trunk/content/third-party/about.md Tue Feb 11 20:33:34 2014
@@ -1,3 +1,6 @@
-Title: Third-party Components
-
-- [Viewers](viewers/about.html)
+title: Third-Party
+
+go back to: [documentation](../documentation.html)
+
+
+

Modified: isis/site/trunk/content/third-party/viewers/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/third-party/viewers/about.md?rev=1567361&r1=1567360&r2=1567361&view=diff
==============================================================================
--- isis/site/trunk/content/third-party/viewers/about.md (original)
+++ isis/site/trunk/content/third-party/viewers/about.md Tue Feb 11 20:33:34 2014
@@ -1,5 +1,6 @@
-Title: Third-party Viewers
-
-
-- [DHTMLX Viewer](dhtmlx/about.html)
-- 
\ No newline at end of file
+title: Third-Party Viewers
+
+go back to: [documentation](../documentation.html)
+
+
+