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 2019/01/06 17:23:12 UTC

[45/51] [partial] isis-site git commit: ISIS-1899: updates site for 1.17.0

http://git-wip-us.apache.org/repos/asf/isis-site/blob/1685fcc5/content/guides/dg/dg.html
----------------------------------------------------------------------
diff --git a/content/guides/dg/dg.html b/content/guides/dg/dg.html
index 44650d9..11452de 100644
--- a/content/guides/dg/dg.html
+++ b/content/guides/dg/dg.html
@@ -244,7 +244,7 @@ table.CodeRay td.code>pre{padding:0}
        </div> 
       </form> 
      </div> 
-     <p class="nav navbar-text navbar-right small">v1.16.2</p> 
+     <p class="nav navbar-text navbar-right small">v1.17.0</p> 
     </div> 
    </div> 
   </nav> 
@@ -597,7 +597,7 @@ table.CodeRay td.code>pre{padding:0}
             </div> 
            </div> 
            <div class="paragraph"> 
-            <p>The live templates have a prefix of prefixed either:</p> 
+            <p>The live templates have a prefix of either:</p> 
            </div> 
            <div class="ulist"> 
             <ul> 
@@ -614,7 +614,7 @@ table.CodeRay td.code>pre{padding:0}
           <div class="sect4"> 
            <h5 id="__dg_ide_intellij_coding-standards">Coding Standards</h5> 
            <div class="paragraph"> 
-            <p>Next, we suggest you recommend you import settings for standard ASF/Apache Isis coding conventions. This file is also provided as a settings file, namely <strong><a href="resources/intellij/isis-settings-code-style.jar">isis-settings-code-style.jar</a></strong>. Download and import (as for the above settings JAR files).</p> 
+            <p>Next, we suggest you import settings for standard ASF/Apache Isis coding conventions. This file is also provided as a settings file, namely <strong><a href="resources/intellij/isis-settings-code-style.jar">isis-settings-code-style.jar</a></strong>. Download and import (as for the above settings JAR files).</p> 
            </div> 
           </div> 
           <div class="sect4"> 
@@ -793,7 +793,7 @@ table.CodeRay td.code>pre{padding:0}
           <div class="sect4"> 
            <h5 id="__dg_ide_intellij_running_the-app">Running the App</h5> 
            <div class="paragraph"> 
-            <p>Once you’ve imported your Isis application, we should run it. We do this by creating a Run configuration, using <code>Run &gt; Edit Configurations</code>.</p> 
+            <p>Once you’ve imported your Apache Isis application, we should run it. We do this by creating a Run configuration, using <code>Run &gt; Edit Configurations</code>.</p> 
            </div> 
            <div class="paragraph"> 
             <p>Set up the details as follows:</p> 
@@ -1229,7 +1229,7 @@ task copyClasses &lt;&lt; {
             <p>Similarly, gradle can be run to reduce the turn-around time when tweaking the UI (defined by the <a href="../ugvw/ugvw.html#_ugvw_layout_file-based"><code>*.layout.xml</code></a> file for each domain class), when the app is running.</p> 
            </div> 
            <div class="paragraph"> 
-            <p>The framework will automatically notice any changes to <code>.layout.xml</code> files, but these are read from the the classpath (the <code>target/classes</code> directory), not the source path. With IntelliJ these can be copied over manually by invoking <code>Run &gt; Reload Changed Classes</code>. Once the browser is refreshed, the new layout will be rendered.</p> 
+            <p>The framework will automatically notice any changes to <code>.layout.xml</code> files, but these are read from the classpath (the <code>target/classes</code> directory), not the source path. With IntelliJ these can be copied over manually by invoking <code>Run &gt; Reload Changed Classes</code>. Once the browser is refreshed, the new layout will be rendered.</p> 
            </div> 
            <div class="admonitionblock note"> 
             <table> 
@@ -1943,7 +1943,7 @@ gradle -t --offline -b liveReload.gradle &amp;</code></pre>
           <p>Alternatively just set <code>isis.fixtures</code> and <code>isis.persistor.datanucleus.install-fixtures</code> properties.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>In terms of implementations, you might also want to check out the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s excel module, by using <code>ExcelFixture</code> and overriding <code>ExcelFixtureRowHandler</code>.</p> 
+          <p>In terms of implementations, you might also want to check out the (non-ASF) <a href="http://platform.incode.org" target="_blank" rel="noopener">Incode Platform</a>'s excel module, by using <code>ExcelFixture</code> and overriding <code>ExcelFixtureRowHandler</code>.</p> 
          </div> 
          <div class="paragraph"> 
           <p>An example can be found in this (non ASF) <a href="https://github.com/incodehq/contactapp">contactapp</a>, see <a href="https://github.com/incodehq/contactapp/blob/master/backend/fixture/src/main/java/org/incode/eurocommercial/contactapp/fixture/scenarios/demo/ContactImport.java"><code>ContactRowHandler</code></a>.</p> 
@@ -3086,7 +3086,7 @@ git reset --hard &lt;i&gt;shaId&lt;/i&gt;      # move master branch shaId of com
        </div> 
        <div class="sectionbody"> 
         <div class="paragraph"> 
-         <p>Applications built with Apache Isis often (should) consist of multiple modules. For example, there are the various modules that make up the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a> that provide various technical/cross-cutting concerns and generic business functionality.</p> 
+         <p>Applications built with Apache Isis often (should) consist of multiple modules. For example, there are the various modules that make up the (non-ASF) <a href="http://platform.incode.org" target="_blank" rel="noopener">Incode Platform</a> that provide various technical/cross-cutting concerns and generic business functionality.</p> 
         </div> 
         <div class="paragraph"> 
          <p>In addition, your own application may well be structured as a number of distinct modules (probably with the entities in each module being mapped to a different schema), and using such techniques as the <a href="../ugfun/ugfun.html#_ugfun_building-blocks_events_domain-events">event bus</a> and <a href="../ugfun/ugfun.html#_ugfun_building-blocks_types-of-domain-objects_mixins">mixins</a> so that these modules are decoupled from each other.</p> 
@@ -3118,7 +3118,7 @@ git reset --hard &lt;i&gt;shaId&lt;/i&gt;      # move master branch shaId of com
          </div> 
         </div> 
         <div class="sect2"> 
-         <h3 id="__code_repos_txt_code">8.2. <code>_repos.txt</code></h3> 
+         <h3 id="_code_repos_txt_code">8.2. <code>_repos.txt</code></h3> 
          <div class="paragraph"> 
           <p>Create a file <code>_repos.txt</code> that catalogues the repositories, eg:</p> 
          </div> 
@@ -3582,7 +3582,7 @@ b. Another child bullet
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
-               <p><a href="http://ciserver:8080" target="_blank">CI Server</a></p> 
+               <p><a href="http://ciserver:8080" target="_blank" rel="noopener">CI Server</a></p> 
               </div>
              </div></td> 
             <td class="tableblock halign-left valign-top">
@@ -3845,7 +3845,7 @@ just code
             <tr> 
              <th class="tableblock halign-left valign-top">Header (h)</th> 
              <th class="tableblock halign-left valign-top">Strong (s)</th> 
-             <th class="tableblock halign-left valign-top">Literal (l)</th> 
+             <th class="tableblock halign-left valign-top"> Literal (l)</th> 
             </tr> 
            </thead> 
            <tbody> 
@@ -3854,7 +3854,7 @@ just code
              <td class="tableblock halign-left valign-top"><p class="tableblock"><strong>Awesome way to write documentation</strong></p></td> 
              <td class="tableblock halign-left valign-top">
               <div class="literal">
-               <pre>It is
+               <pre> It is
 just code</pre>
               </div></td> 
             </tr> 
@@ -3892,7 +3892,7 @@ documentation
            <thead> 
             <tr> 
              <th class="tableblock halign-left valign-top">Default (d)</th> 
-             <th class="tableblock halign-left valign-top">Verse (v)</th> 
+             <th class="tableblock halign-left valign-top"> Verse (v)</th> 
             </tr> 
            </thead> 
            <tbody> 
@@ -3900,7 +3900,7 @@ documentation
              <td class="tableblock halign-left valign-top"><p class="tableblock">Asciidoctor</p></td> 
              <td class="tableblock halign-left valign-top">
               <div class="verse">
-               Awesome way to write documentation
+                Awesome way to write documentation
               </div></td> 
             </tr> 
            </tbody> 
@@ -4959,7 +4959,7 @@ xxx
                <p>for example:</p> 
               </div> 
               <div class="paragraph"> 
-               <p><code>xref:../dg/dg.adoc#_cgcom_cutting-a-release[Cutting a release\]</code></p> 
+               <p><code>\xref:../dg/dg.adoc#_cgcom_cutting-a-release[Cutting a release\]</code></p> 
               </div>
              </div></td> 
             <td class="tableblock halign-left valign-top">
@@ -4970,7 +4970,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../dg/dg.adoc#xxx[ttt]</code> </p><p class="tableblock">a hyperlink to a bookmark within the developers' guide, where: </p><p class="tableblock">* <code>xxx</code> is the bookmark’s anchor * <code>ttt</code> is the text to display as the hyperlink </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../dg/dg.adoc#_dg_asciidoc-templates[Asciidoc templates\]</code></p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../dg/dg.adoc#xxx[ttt]</code></p> <p class="tableblock">a hyperlink to a bookmark within the developers' guide, where:</p> <p class="tableblock">* <code>xxx</code> is the bookmark’s anchor * <code>ttt</code> is the text to display as the hyperlink</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>\xref:../dg/dg.adoc#_dg_asciidoc-templates[Asciidoc templates\]</code></p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -4985,7 +4985,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgant/rgant.adoc#xxx[ttt]</code> </p><p class="tableblock">a hyperlink to a bookmark within the reference guide for annotations, where: </p><p class="tableblock">* <code>xxx</code> is the bookmark * <code>ttt</code> is the text to display as the hyperlink </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgant/rgant.adoc#_rgant_aaa_main[Core annotations]</code></p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgant/rgant.adoc#xxx[ttt]</code></p> <p class="tableblock">a hyperlink to a bookmark within the reference guide for annotations, where:</p> <p class="tableblock">* <code>xxx</code> is the bookmark * <code>ttt</code> is the text to display as the hyperlink</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../rgant/rgant.adoc#_rgant_aaa_main[Core annotations]</code></p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5000,7 +5000,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgcfg/rgcfg.adoc#xxx[ttt]</code> </p><p class="tableblock">a hyperlink to a bookmark within the reference guide for configuration properties guide, where: </p><p class="tableblock">* <code>xxx</code> is the bookmark * <code>ttt</code> is the text to display as the hyperlink </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgcfg/rgcfg.adoc#_rgcfg_configuring-core[Configuring Core]</code></p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgcfg/rgcfg.adoc#xxx[ttt]</code></p> <p class="tableblock">a hyperlink to a bookmark within the reference guide for configuration properties guide, where:</p> <p class="tableblock">* <code>xxx</code> is the bookmark * <code>ttt</code> is the text to display as the hyperlink</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../rgcfg/rgcfg.adoc#_rgcfg_configuring-core[Configuring Core]</code></p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5015,7 +5015,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgcms/rgcms.adoc#xxx[ttt]</code> </p><p class="tableblock">a hyperlink to a bookmark within the reference guide for classes, methods and schema, where: </p><p class="tableblock">* <code>xxx</code> is the bookmark * <code>ttt</code> is the text to display as the hyperlink </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgcms/rgcms.adoc#_rgcms_classes_super_AbstractService[`AbstractService</code>]`</p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgcms/rgcms.adoc#xxx[ttt]</code></p> <p class="tableblock">a hyperlink to a bookmark within the reference guide for classes, methods and schema, where:</p> <p class="tableblock">* <code>xxx</code> is the bookmark * <code>ttt</code> is the text to display as the hyperlink</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../rgcms/rgcms.adoc#_rgcms_classes_super_AbstractService[`AbstractService</code>]`</p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5030,7 +5030,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#xxx[ttt]</code> </p><p class="tableblock">a hyperlink to a bookmark within the reference guide for domain services, where: </p><p class="tableblock">* <code>xxx</code> is the bookmark * <code>ttt</code> is the text to display as the hyperlink </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgcms/rgcms.adoc#_rgcms_classes_AppManifest-bootstrapping[`AppManifest</code> bootstrapping]`</p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#xxx[ttt]</code></p> <p class="tableblock">a hyperlink to a bookmark within the reference guide for domain services, where:</p> <p class="tableblock">* <code>xxx</code> is the bookmark * <code>ttt</code> is the text to display as the hyperlink</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../rgcms/rgcms.adoc#_rgcms_classes_AppManifest-bootstrapping[`AppManifest</code> bootstrapping]`</p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5045,7 +5045,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgmvn/rgmvn.adoc#xxx[ttt]</code> </p><p class="tableblock">a hyperlink to a bookmark within the reference guide for the maven plugin, where: </p><p class="tableblock">* <code>xxx</code> is the bookmark * <code>ttt</code> is the text to display as the hyperlink </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgmvn/rgmvn.adoc#_rgmvn_validate[validate goal]</code></p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgmvn/rgmvn.adoc#xxx[ttt]</code></p> <p class="tableblock">a hyperlink to a bookmark within the reference guide for the maven plugin, where:</p> <p class="tableblock">* <code>xxx</code> is the bookmark * <code>ttt</code> is the text to display as the hyperlink</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../rgmvn/rgmvn.adoc#_rgmvn_validate[validate goal]</code></p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5060,7 +5060,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgant/rgant.adoc#_rgant-xxx[</code>@xxx`]` </p><p class="tableblock">a hyperlink to the "man page" for an annotation within the reference guide for annotations, where: </p><p class="tableblock">* <code>xxx</code> is the annotation type (eg <code>@Action</code>) </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgant/rgant.adoc#_rgant-Action[</code>@Action`]`</p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgant/rgant.adoc#_rgant-xxx[</code>@xxx`]`</p> <p class="tableblock">a hyperlink to the "man page" for an annotation within the reference guide for annotations, where:</p> <p class="tableblock">* <code>xxx</code> is the annotation type (eg <code>@Action</code>)</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../rgant/rgant.adoc#_rgant-Action[</code>@Action`]`</p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5075,7 +5075,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgant/rgant.adoc#_rgant-xxx_ttt[</code>@xxx#ttt()<code>]</code> </p><p class="tableblock">a hyperlink to the "man page" for the specific attribute (field) of an annotation within the reference guide for annotations, where: </p><p class="tableblock">* <code>xxx</code> is the annotation type (eg <code>@Action</code>) * <code>ttt</code> is the attribute (eg <code>@semantics</code>) </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgant/rgant.adoc#_rgant-Action_semantics[</code>@Action#semantics()<code>]</code></p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgant/rgant.adoc#_rgant-xxx_ttt[</code>@xxx#ttt()<code>]</code></p> <p class="tableblock">a hyperlink to the "man page" for the specific attribute (field) of an annotation within the reference guide for annotations, where:</p> <p class="tableblock">* <code>xxx</code> is the annotation type (eg <code>@Action</code>) * <code>ttt</code> is the attribute (eg <code>@semantics</code>)</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../rgant/rgant.adoc#_rgant-Action_semantics[</code>@Action#semantics()<code>]</code></p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5090,7 +5090,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_api_xxx[`xxx</code>]` </p><p class="tableblock">a hyperlink to the "man page" for an (API) domain service within the reference guide for domain services, where: </p><p class="tableblock">* <code>xxx</code> is the domain service (eg <code>RepositoryService</code>) </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_core-domain-api_RepositoryService[`RepositoryService</code>]`</p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_api_xxx[`xxx</code>]`</p> <p class="tableblock">a hyperlink to the "man page" for an (API) domain service within the reference guide for domain services, where:</p> <p class="tableblock">* <code>xxx</code> is the domain service (eg <code>RepositoryService</code>)</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_core-domain-api_RepositoryService[`RepositoryService</code>]`</p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5105,7 +5105,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_spi_xxx[`xxx</code>]` </p><p class="tableblock">a hyperlink to the "man page" for an (SPI) domain service within the reference guide for domain services, where: </p><p class="tableblock">* <code>xxx</code> is the domain service (eg <code>ContentMappingService</code>) </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_presentation-layer-spi_ContentMappingService[`ContentMappingService</code>]`</p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_spi_xxx[`xxx</code>]`</p> <p class="tableblock">a hyperlink to the "man page" for an (SPI) domain service within the reference guide for domain services, where:</p> <p class="tableblock">* <code>xxx</code> is the domain service (eg <code>ContentMappingService</code>)</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../rgsvc/rgsvc.adoc#_rgsvc_presentation-layer-spi_ContentMappingService[`ContentMappingService</code>]`</p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5120,7 +5120,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../ugfun/ugfun.adoc#xxx[ttt]</code> </p><p class="tableblock">a hyperlink to a bookmark within the fundamentals users' guide, where: </p><p class="tableblock">* <code>xxx</code> is the bookmark’s anchor * <code>ttt</code> is the text to display as the hyperlink </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../ugfun/ugfun.adoc#_ugfun_core-concepts[Core concepts]</code></p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../ugfun/ugfun.adoc#xxx[ttt]</code></p> <p class="tableblock">a hyperlink to a bookmark within the fundamentals users' guide, where:</p> <p class="tableblock">* <code>xxx</code> is the bookmark’s anchor * <code>ttt</code> is the text to display as the hyperlink</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../ugfun/ugfun.adoc#_ugfun_core-concepts[Core concepts]</code></p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5135,7 +5135,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../ugvw/ugvw.adoc#xxx[ttt]</code> </p><p class="tableblock">A hyperlink to a bookmark within the Wicket viewer guide, where: </p><p class="tableblock">* <code>xxx</code> is the bookmark’s anchor * <code>ttt</code> is the text to display as the hyperlink. </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../ugvw/ugvw.adoc#_ugvw_customisation[Customisation]</code></p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../ugvw/ugvw.adoc#xxx[ttt]</code></p> <p class="tableblock">A hyperlink to a bookmark within the Wicket viewer guide, where:</p> <p class="tableblock">* <code>xxx</code> is the bookmark’s anchor * <code>ttt</code> is the text to display as the hyperlink.</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../ugvw/ugvw.adoc#_ugvw_customisation[Customisation]</code></p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5150,7 +5150,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../ugvro/ugvro.adoc#xxx[ttt]</code> </p><p class="tableblock">A hyperlink to a bookmark within the Restful Objects viewer guide, where: </p><p class="tableblock">* <code>xxx</code> is the bookmark’s anchor * <code>ttt</code> is the text to display as the hyperlink. </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../ugvro/ugvro.adoc#_ugvro_ro-spec[RestfulObjects specification]</code></p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../ugvro/ugvro.adoc#xxx[ttt]</code></p> <p class="tableblock">A hyperlink to a bookmark within the Restful Objects viewer guide, where:</p> <p class="tableblock">* <code>xxx</code> is the bookmark’s anchor * <code>ttt</code> is the text to display as the hyperlink.</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../ugvro/ugvro.adoc#_ugvro_ro-spec[RestfulObjects specification]</code></p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5165,7 +5165,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../ugsec/ugsec.adoc#xxx[ttt]</code> </p><p class="tableblock">A hyperlink to a bookmark within the Secrurity guide, where: </p><p class="tableblock">* <code>xxx</code> is the bookmark’s anchor * <code>ttt</code> is the text to display as the hyperlink. </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../ugsec/ugsec.adoc#_ugsec_hints-and-tips_shiro-caching[Caching and other Shiro Features]</code></p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../ugsec/ugsec.adoc#xxx[ttt]</code></p> <p class="tableblock">A hyperlink to a bookmark within the Secrurity guide, where:</p> <p class="tableblock">* <code>xxx</code> is the bookmark’s anchor * <code>ttt</code> is the text to display as the hyperlink.</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../ugsec/ugsec.adoc#_ugsec_hints-and-tips_shiro-caching[Caching and other Shiro Features]</code></p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph"> 
@@ -5180,7 +5180,7 @@ xxx
              </div></td> 
            </tr> 
            <tr> 
-            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../ugtst/ugtst.adoc#xxx[ttt]</code> </p><p class="tableblock">A hyperlink to a bookmark within the Testing guide, where: </p><p class="tableblock">* <code>xxx</code> is the bookmark’s anchor * <code>ttt</code> is the text to display as the hyperlink. </p><p class="tableblock">for example: </p><p class="tableblock"><code>xref:../ugtst/ugtst.adoc#_ugtst_bdd-spec-support[BDD Spec Support]</code></p></td> 
+            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>xref:../ugtst/ugtst.adoc#xxx[ttt]</code></p> <p class="tableblock">A hyperlink to a bookmark within the Testing guide, where:</p> <p class="tableblock">* <code>xxx</code> is the bookmark’s anchor * <code>ttt</code> is the text to display as the hyperlink.</p> <p class="tableblock">for example:</p> <p class="tableblock"><code>xref:../ugtst/ugtst.adoc#_ugtst_bdd-spec-support[BDD Spec Support]</code></p></td> 
             <td class="tableblock halign-left valign-top">
              <div>
               <div class="paragraph">