You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/02/11 21:33:42 UTC

svn commit: r897485 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/ content/contributors/ content/other/ content/third-party/ content/third-party/viewers/

Author: buildbot
Date: Tue Feb 11 20:33:42 2014
New Revision: 897485

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.html
    websites/staging/isis/trunk/content/contributors/about.html
    websites/staging/isis/trunk/content/other/about.html
    websites/staging/isis/trunk/content/third-party/about.html
    websites/staging/isis/trunk/content/third-party/viewers/about.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 20:33:42 2014
@@ -1 +1 @@
-1567360
+1567361

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Feb 11 20:33:42 2014
@@ -1 +1 @@
-1567360
+1567361

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/exception-recognizers-jdo.html Tue Feb 11 20:33:42 2014
@@ -282,17 +282,16 @@
 </h1>
 </div>
 
-<p>The JDO objectstore provides a number of implementations of the applib <a href="../../../core/services/exception-recognizers.html">ExceptionRecognizer</a> API that will recognize SQL constraint exceptions and convert them into user-friendly error messages.  The <code>ExceptionRecognizerCompositeForJdoObjectStore</code> wraps these up into a single implementation.</p>
+<p>The JDO objectstore provides a number of implementations of the applib <a href="../../../reference/services/exception-recognizers.html">ExceptionRecognizer</a> API that will recognize SQL constraint exceptions and convert them into user-friendly error messages.  The <code>ExceptionRecognizerCompositeForJdoObjectStore</code> wraps these up into a single implementation.</p>
 
 <h3>Register the Service</h3>
 
 <p>Register like any other service in <code>isis.properties</code>:</p>
 
-<pre>
-isis.services=<i>...other services...</i>,\
+<pre><code>isis.services=...,\
               org.apache.isis.objectstore.jdo.applib.service.exceprecog.ExceptionRecognizerCompositeForJdoObjectStore,\
               ...
-</pre>
+</code></pre>
 
 <p>Alternatively, create your own implementations, for example based upon the vagaries of the JDBC driver in use.  More than one implementation of <code>ExceptionRecognizer</code> can be registered; all we be checked if an exception is thrown.</p>
 

Modified: websites/staging/isis/trunk/content/contributors/about.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/about.html (original)
+++ websites/staging/isis/trunk/content/contributors/about.html Tue Feb 11 20:33:42 2014
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>Contributors
</title>
+      <title>Contributors</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -174,7 +174,7 @@
       };
       function twshare () {
           window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Contributors
",
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Contributors",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -277,34 +277,12 @@
 
 <div class="page-header">
 <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../contributors/about.html">Contributors</a></p>
-<h1>Contributors
+<h1>Contributors
 
 </h1>
 </div>
 
-<h3>Contributors</h3>
-
-<ul>
-<li><a href="contributing.html">Contributing</a></li>
-<li><a href="development-environment.html">Development Environment</a></li>
-<li><a href="building-isis.html">Building Isis</a></li>
-<li><a href="git-policy.html">Git Policy</a></li>
-<li><a href="git-cookbook.html">Git Cookbook</a></li>
-<li><a href="versioning-policy.html">Versioning Policy</a></li>
-</ul>
-
-<h3>Committers</h3>
-
-<ul>
-<li><a href="updating-the-cms-site.html">Updating the CMS site</a></li>
-<li><a href="applying-patches.html">Applying Patches</a></li>
-<li><a href="recreating-an-archetype.html">Recreating an archetype</a></li>
-<li><a href="snapshot-process.html">Snapshot process</a></li>
-<li><a href="release-process.html">Release process</a></li>
-<li><a href="release-branch-and-tag-names.html">Release branch and tag names</a></li>
-<li><a href="verifying-releases.html">Verifying releases</a></li>
-<li><a href="key-generation.html">Key generation</a></li>
-</ul>
+<p>go back to: <a href="../documentation.html">documentation</a></p>
 
 
 

Modified: websites/staging/isis/trunk/content/other/about.html
==============================================================================
--- websites/staging/isis/trunk/content/other/about.html (original)
+++ websites/staging/isis/trunk/content/other/about.html Tue Feb 11 20:33:42 2014
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>Other Topics
</title>
+      <title>Other Topics</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -174,7 +174,7 @@
       };
       function twshare () {
           window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Other Topics
",
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Other Topics",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -277,18 +277,12 @@
 
 <div class="page-header">
 <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../other/about.html">Other</a></p>
-<h1>Other Topics
+<h1>Other Topics
 
 </h1>
 </div>
 
-<ul>
-<li><a href="maven-plugin.html">Maven Plugin</a> [stub]</li>
-<li><a href="eclipse-plugin.html">Eclipse IDE Plugin</a> [stub]
-<!--</li>
-<li><a href="dsl.html">DSL</a>
---></li>
-</ul>
+<p>go back to: <a href="../documentation.html">documentation</a></p>
 
 
 

Modified: websites/staging/isis/trunk/content/third-party/about.html
==============================================================================
--- websites/staging/isis/trunk/content/third-party/about.html (original)
+++ websites/staging/isis/trunk/content/third-party/about.html Tue Feb 11 20:33:42 2014
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>Third-party Components
</title>
+      <title>Third-Party</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -174,7 +174,7 @@
       };
       function twshare () {
           window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Third-party Components
",
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Third-Party",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -277,14 +277,12 @@
 
 <div class="page-header">
 <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../third-party/about.html">Third Party</a></p>
-<h1>Third-party Components
+<h1>Third-Party
 
 </h1>
 </div>
 
-<ul>
-<li><a href="viewers/about.html">Viewers</a></li>
-</ul>
+<p>go back to: <a href="../documentation.html">documentation</a></p>
 
 
 

Modified: websites/staging/isis/trunk/content/third-party/viewers/about.html
==============================================================================
--- websites/staging/isis/trunk/content/third-party/viewers/about.html (original)
+++ websites/staging/isis/trunk/content/third-party/viewers/about.html Tue Feb 11 20:33:42 2014
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>Third-party Viewers
</title>
+      <title>Third-Party Viewers</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -174,7 +174,7 @@
       };
       function twshare () {
           window.open(
-                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Third-party Viewers
",
+                  "https://twitter.com/intent/tweet?url="+document.URL+"&text=Third-Party Viewers",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -277,12 +277,12 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a href="./../../third-party/about.html">Third Party</a>&nbsp;&raquo&nbsp;<a href="./../../third-party/viewers/about.html">Viewers</a></p>
-<h1>Third-party Viewers
+<h1>Third-Party Viewers
 
 </h1>
 </div>
 
-<h2>- <a href="dhtmlx/about.html">DHTMLX Viewer</a></h2>
+<p>go back to: <a href="../documentation.html">documentation</a></p>