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 2017/03/08 05:35:30 UTC

[01/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Repository: isis-site
Updated Branches:
  refs/heads/asf-site 83a3755a5 -> 158316f7c


http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/ugvw.html
----------------------------------------------------------------------
diff --git a/content/guides/ugvw.html b/content/guides/ugvw.html
index 743ff20..0bffc44 100644
--- a/content/guides/ugvw.html
+++ b/content/guides/ugvw.html
@@ -1327,7 +1327,7 @@ table.CodeRay td.code>pre{padding:0}
             </div>
            </div></td> 
           <td class="tableblock halign-left valign-top"><p class="tableblock">URL</p></td> 
-          <td class="tableblock halign-left valign-top"><p class="tableblock">Specifies the URL if <a href="dg.html#_dg_ide_intellij_advanced_gradle-liveReload">live reload</a> is set up, eg:<br> </p><p class="tableblock"><code><a href="http://localhost:35729/livereload.js?snipver=1" class="bare">http://localhost:35729/livereload.js?snipver=1</a></code></p></td> 
+          <td class="tableblock halign-left valign-top"><p class="tableblock">Specifies the URL if <a href="dg.html#__dg_ide_intellij_advanced_gradle-liveReload">live reload</a> is set up, eg:<br> </p><p class="tableblock"><code><a href="http://localhost:35729/livereload.js?snipver=1" class="bare">http://localhost:35729/livereload.js?snipver=1</a></code></p></td> 
          </tr> 
          <tr> 
           <td class="tableblock halign-left valign-top">
@@ -2320,7 +2320,7 @@ isis.viewer.wicket.maxTitleLengthInParentedTables=8</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugvw_customisation_tweaking-css-classes_columns-in-tables">6.5.3. Table columns</h4> 
+         <h4 id="__ugvw_customisation_tweaking-css-classes_columns-in-tables">6.5.3. Table columns</h4> 
          <div class="paragraph"> 
           <p>Sometimes you may want to apply styling to specific columns of tables. For example, you might want to adjust width so that for certain properties have more (or less) room than they otherwise would; or you might want to hide the column completely. This also applies to the initial icon/title column.</p> 
          </div> 
@@ -2337,7 +2337,7 @@ isis.viewer.wicket.maxTitleLengthInParentedTables=8</code></pre>
           <p>In each of these cases the Wicket viewer adds CSS classes either to containing <code>div</code>s or to the <code>&lt;th&gt;</code> and <code>&lt;td&gt;</code> elements of the table itself so that it can custom styles can be appropriately targetted.</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugvw_customisation_tweaking-css-classes_columns-in-tables_globally">Applying styles globally</h5> 
+          <h5 id="__ugvw_customisation_tweaking-css-classes_columns-in-tables_globally">Applying styles globally</h5> 
           <div class="paragraph"> 
            <p>Every rendered collection containing a domain class will be wrapped in a <code>&lt;div&gt;</code> that lists that domain class (in CSS safe form). For example:</p> 
           </div> 
@@ -2415,7 +2415,7 @@ isis.viewer.wicket.maxTitleLengthInParentedTables=8</code></pre>
              </tr> 
              <tr> 
               <td><i class="conum" data-value="2"></i><b>2</b></td> 
-              <td>the collection identifier. This element\u2019s class also has the entity type within the collection (as <a href="#_ugvw_customisation_tweaking-css-classes_columns-in-tables_globally">discussed above</a>).</td> 
+              <td>the collection identifier. This element\u2019s class also has the entity type within the collection (as <a href="#__ugvw_customisation_tweaking-css-classes_columns-in-tables_globally">discussed above</a>).</td> 
              </tr> 
             </tbody>
            </table> 
@@ -2469,7 +2469,7 @@ isis.viewer.wicket.maxTitleLengthInParentedTables=8</code></pre>
             <tbody>
              <tr> 
               <td><i class="conum" data-value="1"></i><b>1</b></td> 
-              <td>action identifier. This element\u2019s class also identifies the entity type within the collection (as <a href="#_ugvw_customisation_tweaking-css-classes_columns-in-tables_globally">discussed above</a>).</td> 
+              <td>action identifier. This element\u2019s class also identifies the entity type within the collection (as <a href="#__ugvw_customisation_tweaking-css-classes_columns-in-tables_globally">discussed above</a>).</td> 
              </tr> 
             </tbody>
            </table> 
@@ -2728,7 +2728,7 @@ isis.viewer.wicket.maxTitleLengthInParentedTables=8</code></pre>
              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>There is one refinement to the above algorithm where multiple component factories might be used to render an object; this is discussed in <a href="#_ugvw_extending_replacing-page-elements_collections">Additional Views of Collections</a>, below.</p> 
+               <p>There is one refinement to the above algorithm where multiple component factories might be used to render an object; this is discussed in <a href="#__ugvw_extending_replacing-page-elements_collections">Additional Views of Collections</a>, below.</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -2832,7 +2832,7 @@ isis.viewer.wicket.maxTitleLengthInParentedTables=8</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugvw_extending_replacing-page-elements_collections">7.2.3. Additional Views of Collections</h4> 
+         <h4 id="__ugvw_extending_replacing-page-elements_collections">7.2.3. Additional Views of Collections</h4> 
          <div class="paragraph"> 
           <p>As explained above, in most cases Apache Isis' Wicket viewer will search for the first <code>ComponentFactory</code> that can render an element, and use it. In the case of (either standalone or parented) collections, though, Apache Isis will show all available views.</p> 
          </div> 
@@ -3267,9 +3267,9 @@ public WebRequest newWebRequest(HttpServletRequest servletRequest, String filter
           <ul class="sectlevel3"> 
            <li><a href="#_individual_members">6.5.1. Individual members</a></li> 
            <li><a href="#_custom_css_styles">6.5.2. Custom CSS styles</a></li> 
-           <li><a href="#_ugvw_customisation_tweaking-css-classes_columns-in-tables">6.5.3. Table columns</a> 
+           <li><a href="#__ugvw_customisation_tweaking-css-classes_columns-in-tables">6.5.3. Table columns</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_ugvw_customisation_tweaking-css-classes_columns-in-tables_globally">Applying styles globally</a></li> 
+             <li><a href="#__ugvw_customisation_tweaking-css-classes_columns-in-tables_globally">Applying styles globally</a></li> 
              <li><a href="#_parented_collections">Parented collections</a></li> 
              <li><a href="#_standalone_collections">Standalone collections</a></li> 
             </ul> </li> 
@@ -3286,7 +3286,7 @@ public WebRequest newWebRequest(HttpServletRequest servletRequest, String filter
           <ul class="sectlevel3"> 
            <li><a href="#_how_the_viewer_selects_components">7.2.1. How the viewer selects components</a></li> 
            <li><a href="#_how_to_replace_a_component">7.2.2. How to replace a component</a></li> 
-           <li><a href="#_ugvw_extending_replacing-page-elements_collections">7.2.3. Additional Views of Collections</a></li> 
+           <li><a href="#__ugvw_extending_replacing-page-elements_collections">7.2.3. Additional Views of Collections</a></li> 
            <li><a href="#_custom_object_view_eg_dashboard">7.2.4. Custom object view (eg dashboard)</a></li> 
           </ul> </li> 
          <li><a href="#_ugvw_extending_custom-pages">7.3. Custom pages</a></li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/ugvw.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugvw.pdf b/content/guides/ugvw.pdf
index 451a0cc..b652296 100644
--- a/content/guides/ugvw.pdf
+++ b/content/guides/ugvw.pdf
@@ -4,8 +4,8 @@
 << /Title (Wicket Viewer)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307234603+00'00')
-/ModDate (D:20170307234603+00'00')
+/CreationDate (D:20170308005439+00'00')
+/ModDate (D:20170308005439+00'00')
 >>
 endobj
 2 0 obj
@@ -23,7 +23,7 @@ endobj
 3 0 obj
 << /Type /Pages
 /Count 59
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 38 0 R 50 0 R 63 0 R 71 0 R 79 0 R 88 0 R 94 0 R 100 0 R 110 0 R 112 0 R 127 0 R 134 0 R 142 0 R 149 0 R 152 0 R 163 0 R 169 0 R 175 0 R 185 0 R 195 0 R 204 0 R 212 0 R 219 0 R 225 0 R 233 0 R 243 0 R 249 0 R 260 0 R 265 0 R 269 0 R 277 0 R 281 0 R 296 0 R 299 0 R 308 0 R 312 0 R 320 0 R 328 0 R 335 0 R 337 0 R 344 0 R 348 0 R 354 0 R 357 0 R 361 0 R 365 0 R 372 0 R 375 0 R 392 0 R 405 0 R 408 0 R 416 0 R 424 0 R 428 0 R 433 0 R]
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 38 0 R 50 0 R 63 0 R 71 0 R 79 0 R 88 0 R 94 0 R 100 0 R 110 0 R 112 0 R 127 0 R 134 0 R 142 0 R 149 0 R 152 0 R 163 0 R 169 0 R 175 0 R 185 0 R 195 0 R 204 0 R 212 0 R 219 0 R 225 0 R 233 0 R 243 0 R 249 0 R 260 0 R 265 0 R 269 0 R 277 0 R 281 0 R 296 0 R 299 0 R 308 0 R 312 0 R 320 0 R 328 0 R 335 0 R 337 0 R 344 0 R 348 0 R 354 0 R 357 0 R 361 0 R 365 0 R 372 0 R 375 0 R 392 0 R 405 0 R 408 0 R 416 0 R 424 0 R 427 0 R 433 0 R]
 >>
 endobj
 4 0 obj
@@ -2492,7 +2492,7 @@ endobj
 >>
 endobj
 17 0 obj
-<< /Kids [103 0 R 352 0 R 426 0 R 227 0 R 418 0 R 104 0 R 440 0 R 237 0 R]
+<< /Kids [103 0 R 352 0 R 429 0 R 227 0 R 418 0 R 104 0 R 440 0 R 237 0 R]
 >>
 endobj
 18 0 obj
@@ -10337,8 +10337,8 @@ endobj
 [100 0 R /XYZ 0 458.35254343293957 null]
 endobj
 103 0 obj
-<< /Limits [(_ugvw) (_ugvw_customisation_about-page)]
-/Names [(_ugvw) 15 0 R (_ugvw_configuration-properties) 186 0 R (_ugvw_configuration-properties_abbreviating-titles) 213 0 R (_ugvw_configuration-properties_showing-theme-chooser) 253 0 R (_ugvw_configuration-properties_stripped-wicket-tags) 252 0 R (_ugvw_configuration-properties_suppressing-password-reset) 239 0 R (_ugvw_configuration-properties_suppressing-remember-me) 216 0 R (_ugvw_configuration-properties_suppressing-sign-up) 226 0 R (_ugvw_customisation) 300 0 R (_ugvw_customisation_about-page) 324 0 R]
+<< /Limits [(__ugvw_customisation_tweaking-css-classes_columns-in-tables) (_ugvw_configuration-properties_suppressing-sign-up)]
+/Names [(__ugvw_customisation_tweaking-css-classes_columns-in-tables) 350 0 R (__ugvw_customisation_tweaking-css-classes_columns-in-tables_globally) 351 0 R (__ugvw_extending_replacing-page-elements_collections) 409 0 R (_ugvw) 15 0 R (_ugvw_configuration-properties) 186 0 R (_ugvw_configuration-properties_abbreviating-titles) 213 0 R (_ugvw_configuration-properties_showing-theme-chooser) 253 0 R (_ugvw_configuration-properties_stripped-wicket-tags) 252 0 R (_ugvw_configuration-properties_suppressing-password-reset) 239 0 R (_ugvw_configuration-properties_suppressing-remember-me) 216 0 R (_ugvw_configuration-properties_suppressing-sign-up) 226 0 R]
 >>
 endobj
 104 0 obj
@@ -26519,7 +26519,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (dg.pdf#_dg_ide_intellij_advanced_gradle-liveReload)
+/URI (dg.pdf#__dg_ide_intellij_advanced_gradle-liveReload)
 >>
 /Subtype /Link
 /Rect [399.4970012 645.8370000000001 452.7320012 660.1170000000001]
@@ -49215,8 +49215,8 @@ endobj
 [348 0 R /XYZ 0 164.28999999999988 null]
 endobj
 352 0 obj
-<< /Limits [(_ugvw_customisation_auto-refresh) (_ugvw_customisation_welcome-page)]
-/Names [(_ugvw_customisation_auto-refresh) 373 0 R (_ugvw_customisation_brand-logo) 301 0 R (_ugvw_customisation_cheap-n-cheerful-theme) 363 0 R (_ugvw_customisation_custom-javascript) 369 0 R (_ugvw_customisation_default-theme) 314 0 R (_ugvw_customisation_tweaking-css-classes) 339 0 R (_ugvw_customisation_tweaking-css-classes_columns-in-tables) 350 0 R (_ugvw_customisation_tweaking-css-classes_columns-in-tables_globally) 351 0 R (_ugvw_customisation_using-different-css-file) 368 0 R (_ugvw_customisation_welcome-page) 323 0 R]
+<< /Limits [(_ugvw_customisation) (_ugvw_customisation_welcome-page)]
+/Names [(_ugvw_customisation) 300 0 R (_ugvw_customisation_about-page) 324 0 R (_ugvw_customisation_auto-refresh) 373 0 R (_ugvw_customisation_brand-logo) 301 0 R (_ugvw_customisation_cheap-n-cheerful-theme) 363 0 R (_ugvw_customisation_custom-javascript) 369 0 R (_ugvw_customisation_default-theme) 314 0 R (_ugvw_customisation_tweaking-css-classes) 339 0 R (_ugvw_customisation_using-different-css-file) 368 0 R (_ugvw_customisation_welcome-page) 323 0 R]
 >>
 endobj
 353 0 obj
@@ -52306,7 +52306,7 @@ endobj
 endobj
 358 0 obj
 << /Border [0 0 0]
-/Dest (_ugvw_customisation_tweaking-css-classes_columns-in-tables_globally)
+/Dest (__ugvw_customisation_tweaking-css-classes_columns-in-tables_globally)
 /Subtype /Link
 /Rect [64.809 401.0199999999999 145.49099999999999 415.2999999999999]
 /Type /Annot
@@ -54294,7 +54294,7 @@ endobj
 endobj
 362 0 obj
 << /Border [0 0 0]
-/Dest (_ugvw_customisation_tweaking-css-classes_columns-in-tables_globally)
+/Dest (__ugvw_customisation_tweaking-css-classes_columns-in-tables_globally)
 /Subtype /Link
 /Rect [64.809 393.3199999999999 145.49099999999999 407.59999999999985]
 /Type /Annot
@@ -60890,7 +60890,7 @@ endobj
 endobj
 400 0 obj
 << /Border [0 0 0]
-/Dest (_ugvw_extending_replacing-page-elements_collections)
+/Dest (__ugvw_extending_replacing-page-elements_collections)
 /Subtype /Link
 /Rect [449.35243289262814 224.02000000000015 535.04 238.30000000000015]
 /Type /Annot
@@ -60898,7 +60898,7 @@ endobj
 endobj
 401 0 obj
 << /Border [0 0 0]
-/Dest (_ugvw_extending_replacing-page-elements_collections)
+/Dest (__ugvw_extending_replacing-page-elements_collections)
 /Subtype /Link
 /Rect [125.80666666666667 208.24000000000015 192.85966666666667 222.52000000000015]
 /Type /Annot
@@ -69775,11 +69775,6 @@ endobj
 [424 0 R /XYZ 0 194.05000000000013 null]
 endobj
 426 0 obj
-<< /Limits [(_ugvw_extending) (_ugvw_features_recent-pages)]
-/Names [(_ugvw_extending) 376 0 R (_ugvw_extending_custom-bootstrap-theme) 383 0 R (_ugvw_extending_custom-pages) 419 0 R (_ugvw_extending_isis-addons-extensions) 425 0 R (_ugvw_extending_login-via-query-args-prototyping) 429 0 R (_ugvw_extending_replacing-page-elements) 393 0 R (_ugvw_extending_replacing-page-elements_collections) 409 0 R (_ugvw_features) 39 0 R (_ugvw_features_blob-attachments) 115 0 R (_ugvw_features_bookmarked-pages) 56 0 R (_ugvw_features_hints-and-copy-url) 77 0 R (_ugvw_features_recent-pages) 40 0 R]
->>
-endobj
-427 0 obj
 << /Length 11447
 >>
 stream
@@ -70389,11 +70384,11 @@ Q
 
 endstream
 endobj
-428 0 obj
+427 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 427 0 R
+/Contents 426 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
@@ -70405,8 +70400,13 @@ endobj
 /Annots [430 0 R 431 0 R]
 >>
 endobj
+428 0 obj
+[427 0 R /XYZ 0 841.89 null]
+endobj
 429 0 obj
-[428 0 R /XYZ 0 841.89 null]
+<< /Limits [(_ugvw_extending) (_ugvw_features_recent-pages)]
+/Names [(_ugvw_extending) 376 0 R (_ugvw_extending_custom-bootstrap-theme) 383 0 R (_ugvw_extending_custom-pages) 419 0 R (_ugvw_extending_isis-addons-extensions) 425 0 R (_ugvw_extending_login-via-query-args-prototyping) 428 0 R (_ugvw_extending_replacing-page-elements) 393 0 R (_ugvw_features) 39 0 R (_ugvw_features_blob-attachments) 115 0 R (_ugvw_features_bookmarked-pages) 56 0 R (_ugvw_features_hints-and-copy-url) 77 0 R (_ugvw_features_recent-pages) 40 0 R]
+>>
 endobj
 430 0 obj
 << /Border [0 0 0]
@@ -71955,7 +71955,7 @@ endobj
 /Parent 562 0 R
 /Count 0
 /Prev 566 0 R
-/Dest [428 0 R /XYZ 0 841.89 null]
+/Dest [427 0 R /XYZ 0 841.89 null]
 >>
 endobj
 568 0 obj
@@ -72556,513 +72556,513 @@ xref
 0001272890 00000 n 
 0001273091 00000 n 
 0001273149 00000 n 
-0001273739 00000 n 
-0001274091 00000 n 
-0001274149 00000 n 
-0001282133 00000 n 
-0001285798 00000 n 
-0001286031 00000 n 
-0001324967 00000 n 
-0001325221 00000 n 
-0001332132 00000 n 
-0001332465 00000 n 
-0001332649 00000 n 
-0001332835 00000 n 
-0001332892 00000 n 
-0001333106 00000 n 
-0001333311 00000 n 
-0001333368 00000 n 
-0001333600 00000 n 
-0001333657 00000 n 
-0001418726 00000 n 
-0001418964 00000 n 
-0001419120 00000 n 
-0001419177 00000 n 
-0001505960 00000 n 
-0001506952 00000 n 
-0001507232 00000 n 
-0001507446 00000 n 
-0001507503 00000 n 
-0001591343 00000 n 
-0001591579 00000 n 
-0001677989 00000 n 
-0001679669 00000 n 
-0001679962 00000 n 
-0001680186 00000 n 
-0001680243 00000 n 
-0001797591 00000 n 
-0001797826 00000 n 
-0001797883 00000 n 
-0001923947 00000 n 
-0001925520 00000 n 
-0001925813 00000 n 
-0001926019 00000 n 
-0001926076 00000 n 
-0002013808 00000 n 
-0002014028 00000 n 
-0002014085 00000 n 
-0002067326 00000 n 
-0002067567 00000 n 
-0002067625 00000 n 
-0002074233 00000 n 
-0002074551 00000 n 
-0002074759 00000 n 
-0002074957 00000 n 
-0002075144 00000 n 
-0002075370 00000 n 
-0002075546 00000 n 
-0002075603 00000 n 
-0002086693 00000 n 
-0002086929 00000 n 
-0002095649 00000 n 
-0002096423 00000 n 
-0002096690 00000 n 
-0002096888 00000 n 
-0002110096 00000 n 
-0002110326 00000 n 
-0002121825 00000 n 
-0002122661 00000 n 
-0002122928 00000 n 
-0002123159 00000 n 
-0002134286 00000 n 
-0002134517 00000 n 
-0002173423 00000 n 
-0002178280 00000 n 
-0002178587 00000 n 
-0002178809 00000 n 
-0002178867 00000 n 
-0002179099 00000 n 
-0002179325 00000 n 
-0002179552 00000 n 
-0002179763 00000 n 
-0002179972 00000 n 
-0002180178 00000 n 
-0002211382 00000 n 
-0002211722 00000 n 
-0002211768 00000 n 
-0002211943 00000 n 
-0002212199 00000 n 
-0002212456 00000 n 
-0002212690 00000 n 
-0002212946 00000 n 
-0002213203 00000 n 
-0002213436 00000 n 
-0002246493 00000 n 
-0002246828 00000 n 
-0002247052 00000 n 
-0002247252 00000 n 
-0002247446 00000 n 
-0002247640 00000 n 
-0002247834 00000 n 
-0002248094 00000 n 
-0002248320 00000 n 
-0002279643 00000 n 
-0002279970 00000 n 
-0002280179 00000 n 
-0002280375 00000 n 
-0002280576 00000 n 
-0002280772 00000 n 
-0002280970 00000 n 
-0002281166 00000 n 
-0002298877 00000 n 
-0002299172 00000 n 
-0002299229 00000 n 
-0002299406 00000 n 
-0002299582 00000 n 
-0002299639 00000 n 
-0002299697 00000 n 
-0002301610 00000 n 
-0002301903 00000 n 
-0002302110 00000 n 
-0002312783 00000 n 
-0002313004 00000 n 
-0002313051 00000 n 
-0002315493 00000 n 
-0002315760 00000 n 
-0002315806 00000 n 
-0002316238 00000 n 
-0002316402 00000 n 
-0002316459 00000 n 
-0002316683 00000 n 
-0002326719 00000 n 
-0002331136 00000 n 
-0002331424 00000 n 
-0002331636 00000 n 
-0002331684 00000 n 
-0002331741 00000 n 
-0002332288 00000 n 
-0002332480 00000 n 
-0002332538 00000 n 
-0002332714 00000 n 
-0002332772 00000 n 
-0002334681 00000 n 
-0002334974 00000 n 
-0002335184 00000 n 
-0002345545 00000 n 
-0002345772 00000 n 
-0002345819 00000 n 
-0002356813 00000 n 
-0002357117 00000 n 
-0002357163 00000 n 
-0002357347 00000 n 
-0002357404 00000 n 
-0002357461 00000 n 
-0002357674 00000 n 
-0002357897 00000 n 
-0002358087 00000 n 
-0002358295 00000 n 
-0002437104 00000 n 
-0002438233 00000 n 
-0002438514 00000 n 
-0002438714 00000 n 
-0002506050 00000 n 
-0002506263 00000 n 
-0002509507 00000 n 
-0002509774 00000 n 
-0002509962 00000 n 
-0002510145 00000 n 
-0002513817 00000 n 
-0002514089 00000 n 
-0002514135 00000 n 
-0002514192 00000 n 
-0002514249 00000 n 
-0002587394 00000 n 
-0002587604 00000 n 
-0002652239 00000 n 
-0002656360 00000 n 
-0002656632 00000 n 
-0002656841 00000 n 
-0002656897 00000 n 
-0002667823 00000 n 
-0002668159 00000 n 
-0002668205 00000 n 
-0002668415 00000 n 
-0002668472 00000 n 
-0002668677 00000 n 
-0002668886 00000 n 
-0002669091 00000 n 
-0002669310 00000 n 
-0002669516 00000 n 
-0002669722 00000 n 
-0002669940 00000 n 
-0002669997 00000 n 
-0002670231 00000 n 
-0002676420 00000 n 
-0002703002 00000 n 
-0002703244 00000 n 
-0002703420 00000 n 
-0002706179 00000 n 
-0002706446 00000 n 
-0002706492 00000 n 
-0002706549 00000 n 
-0002706606 00000 n 
-0002706840 00000 n 
-0002777890 00000 n 
-0002778099 00000 n 
-0002816602 00000 n 
-0002819401 00000 n 
-0002819673 00000 n 
-0002819877 00000 n 
-0002819933 00000 n 
-0002857269 00000 n 
-0002857560 00000 n 
-0002857801 00000 n 
-0002857858 00000 n 
-0002858069 00000 n 
-0002858302 00000 n 
-0002858521 00000 n 
-0002858719 00000 n 
-0002893291 00000 n 
-0002893572 00000 n 
-0002893755 00000 n 
-0002893978 00000 n 
-0002894024 00000 n 
-0002894070 00000 n 
-0002894115 00000 n 
-0002940179 00000 n 
-0002946241 00000 n 
-0002946542 00000 n 
-0002946740 00000 n 
-0002946896 00000 n 
-0002946954 00000 n 
-0002947194 00000 n 
-0002947251 00000 n 
-0002969353 00000 n 
-0002969581 00000 n 
-0002995087 00000 n 
-0002995354 00000 n 
-0002995400 00000 n 
-0002995457 00000 n 
-0002995678 00000 n 
-0002995724 00000 n 
-0002995961 00000 n 
-0003023205 00000 n 
-0003023464 00000 n 
-0003023704 00000 n 
-0003023761 00000 n 
-0003042632 00000 n 
-0003042904 00000 n 
-0003043119 00000 n 
-0003043177 00000 n 
-0003043235 00000 n 
-0003043872 00000 n 
-0003063287 00000 n 
-0003063528 00000 n 
-0003063585 00000 n 
-0003086985 00000 n 
-0003087258 00000 n 
-0003087471 00000 n 
-0003087529 00000 n 
-0003116152 00000 n 
-0003116425 00000 n 
-0003116639 00000 n 
-0003116696 00000 n 
-0003144814 00000 n 
-0003145102 00000 n 
-0003145286 00000 n 
-0003145470 00000 n 
-0003145516 00000 n 
-0003145574 00000 n 
-0003145712 00000 n 
-0003167944 00000 n 
-0003168185 00000 n 
-0003168231 00000 n 
-0003193035 00000 n 
-0003193390 00000 n 
-0003193436 00000 n 
-0003193620 00000 n 
-0003193814 00000 n 
-0003194007 00000 n 
-0003194203 00000 n 
-0003194387 00000 n 
-0003194545 00000 n 
-0003194602 00000 n 
-0003194812 00000 n 
-0003195033 00000 n 
-0003195266 00000 n 
-0003195477 00000 n 
-0003195685 00000 n 
-0003195875 00000 n 
-0003196099 00000 n 
-0003218617 00000 n 
-0003218945 00000 n 
-0003218991 00000 n 
-0003219180 00000 n 
-0003219389 00000 n 
-0003219606 00000 n 
-0003219819 00000 n 
-0003220035 00000 n 
-0003220081 00000 n 
-0003220280 00000 n 
-0003220491 00000 n 
-0003220549 00000 n 
-0003220799 00000 n 
-0003257300 00000 n 
-0003257559 00000 n 
-0003257793 00000 n 
-0003285341 00000 n 
-0003285632 00000 n 
-0003285678 00000 n 
-0003285913 00000 n 
-0003286145 00000 n 
-0003286384 00000 n 
-0003286628 00000 n 
-0003286832 00000 n 
-0003314510 00000 n 
-0003314799 00000 n 
-0003314845 00000 n 
-0003315213 00000 n 
-0003315270 00000 n 
-0003315456 00000 n 
-0003315678 00000 n 
-0003315902 00000 n 
-0003350445 00000 n 
-0003350699 00000 n 
-0003350757 00000 n 
-0003351368 00000 n 
-0003362870 00000 n 
-0003363137 00000 n 
-0003363183 00000 n 
-0003363371 00000 n 
-0003363606 00000 n 
-0003370491 00000 n 
-0003370758 00000 n 
-0003370804 00000 n 
-0003371006 00000 n 
-0003371168 00000 n 
-0003371225 00000 n 
-0003371282 00000 n 
-0003371340 00000 n 
-0003371733 00000 n 
-0003371791 00000 n 
-0003371919 00000 n 
-0003372038 00000 n 
-0003372163 00000 n 
-0003372289 00000 n 
-0003372437 00000 n 
-0003372576 00000 n 
-0003372737 00000 n 
-0003372889 00000 n 
-0003373052 00000 n 
-0003373208 00000 n 
-0003373373 00000 n 
-0003373531 00000 n 
-0003373705 00000 n 
-0003373872 00000 n 
-0003374048 00000 n 
-0003374224 00000 n 
-0003374401 00000 n 
-0003374578 00000 n 
-0003374753 00000 n 
-0003374928 00000 n 
-0003375111 00000 n 
-0003375317 00000 n 
-0003375516 00000 n 
-0003375715 00000 n 
-0003375899 00000 n 
-0003376094 00000 n 
-0003376287 00000 n 
-0003376490 00000 n 
-0003376684 00000 n 
-0003376880 00000 n 
-0003377077 00000 n 
-0003377274 00000 n 
-0003377442 00000 n 
-0003377612 00000 n 
-0003377799 00000 n 
-0003378000 00000 n 
-0003378155 00000 n 
-0003378313 00000 n 
-0003378468 00000 n 
-0003378625 00000 n 
-0003378791 00000 n 
-0003378943 00000 n 
-0003379106 00000 n 
-0003379260 00000 n 
-0003379425 00000 n 
-0003379599 00000 n 
-0003379775 00000 n 
-0003379955 00000 n 
-0003380135 00000 n 
-0003380313 00000 n 
-0003380491 00000 n 
-0003380656 00000 n 
-0003380831 00000 n 
-0003381005 00000 n 
-0003381190 00000 n 
-0003381379 00000 n 
-0003381568 00000 n 
-0003381748 00000 n 
-0003381939 00000 n 
-0003382112 00000 n 
-0003382296 00000 n 
-0003382471 00000 n 
-0003382648 00000 n 
-0003382808 00000 n 
-0003382968 00000 n 
-0003383151 00000 n 
-0003383334 00000 n 
-0003383520 00000 n 
-0003383706 00000 n 
-0003383881 00000 n 
-0003384056 00000 n 
-0003384241 00000 n 
-0003384426 00000 n 
-0003384608 00000 n 
-0003384801 00000 n 
-0003384961 00000 n 
-0003385123 00000 n 
-0003385260 00000 n 
-0003385408 00000 n 
-0003385545 00000 n 
-0003385692 00000 n 
-0003385820 00000 n 
-0003385959 00000 n 
-0003386117 00000 n 
-0003386275 00000 n 
-0003386562 00000 n 
-0003386640 00000 n 
-0003386801 00000 n 
-0003386993 00000 n 
-0003387242 00000 n 
-0003387417 00000 n 
-0003387706 00000 n 
-0003387943 00000 n 
-0003388162 00000 n 
-0003388389 00000 n 
-0003388610 00000 n 
-0003388846 00000 n 
-0003389057 00000 n 
-0003389351 00000 n 
-0003389657 00000 n 
-0003389913 00000 n 
-0003390142 00000 n 
-0003390411 00000 n 
-0003390647 00000 n 
-0003390881 00000 n 
-0003391151 00000 n 
-0003391459 00000 n 
-0003391681 00000 n 
-0003391863 00000 n 
-0003392077 00000 n 
-0003392327 00000 n 
-0003392509 00000 n 
-0003392769 00000 n 
-0003392962 00000 n 
-0003393147 00000 n 
-0003393383 00000 n 
-0003393627 00000 n 
-0003393876 00000 n 
-0003394101 00000 n 
-0003394300 00000 n 
-0003394578 00000 n 
-0003394808 00000 n 
-0003395045 00000 n 
-0003395249 00000 n 
-0003395494 00000 n 
-0003395777 00000 n 
-0003396049 00000 n 
-0003396247 00000 n 
-0003396455 00000 n 
-0003396632 00000 n 
-0003396827 00000 n 
-0003397356 00000 n 
-0003406377 00000 n 
-0003406593 00000 n 
-0003407956 00000 n 
-0003409009 00000 n 
-0003416707 00000 n 
-0003416928 00000 n 
-0003418291 00000 n 
-0003419368 00000 n 
-0003420731 00000 n 
-0003420942 00000 n 
-0003421257 00000 n 
-0003422173 00000 n 
-0003427988 00000 n 
-0003428202 00000 n 
-0003429565 00000 n 
-0003430617 00000 n 
-0003432045 00000 n 
-0003432263 00000 n 
-0003433626 00000 n 
-0003434764 00000 n 
-0003438931 00000 n 
-0003439157 00000 n 
-0003440520 00000 n 
-0003441626 00000 n 
-0003444078 00000 n 
-0003444291 00000 n 
-0003445654 00000 n 
-0003446774 00000 n 
-0003448349 00000 n 
-0003448563 00000 n 
-0003448871 00000 n 
+0001273954 00000 n 
+0001274306 00000 n 
+0001274364 00000 n 
+0001282348 00000 n 
+0001286013 00000 n 
+0001286246 00000 n 
+0001325182 00000 n 
+0001325436 00000 n 
+0001332347 00000 n 
+0001332680 00000 n 
+0001332864 00000 n 
+0001333050 00000 n 
+0001333107 00000 n 
+0001333321 00000 n 
+0001333526 00000 n 
+0001333583 00000 n 
+0001333815 00000 n 
+0001333872 00000 n 
+0001418941 00000 n 
+0001419179 00000 n 
+0001419335 00000 n 
+0001419392 00000 n 
+0001506175 00000 n 
+0001507167 00000 n 
+0001507447 00000 n 
+0001507661 00000 n 
+0001507718 00000 n 
+0001591558 00000 n 
+0001591794 00000 n 
+0001678204 00000 n 
+0001679884 00000 n 
+0001680177 00000 n 
+0001680401 00000 n 
+0001680458 00000 n 
+0001797806 00000 n 
+0001798041 00000 n 
+0001798098 00000 n 
+0001924162 00000 n 
+0001925735 00000 n 
+0001926028 00000 n 
+0001926234 00000 n 
+0001926291 00000 n 
+0002014023 00000 n 
+0002014243 00000 n 
+0002014300 00000 n 
+0002067541 00000 n 
+0002067782 00000 n 
+0002067840 00000 n 
+0002074448 00000 n 
+0002074766 00000 n 
+0002074974 00000 n 
+0002075172 00000 n 
+0002075359 00000 n 
+0002075585 00000 n 
+0002075761 00000 n 
+0002075818 00000 n 
+0002086908 00000 n 
+0002087144 00000 n 
+0002095864 00000 n 
+0002096638 00000 n 
+0002096905 00000 n 
+0002097103 00000 n 
+0002110311 00000 n 
+0002110541 00000 n 
+0002122040 00000 n 
+0002122876 00000 n 
+0002123143 00000 n 
+0002123374 00000 n 
+0002134501 00000 n 
+0002134732 00000 n 
+0002173638 00000 n 
+0002178495 00000 n 
+0002178802 00000 n 
+0002179024 00000 n 
+0002179082 00000 n 
+0002179314 00000 n 
+0002179540 00000 n 
+0002179767 00000 n 
+0002179978 00000 n 
+0002180187 00000 n 
+0002180393 00000 n 
+0002211597 00000 n 
+0002211937 00000 n 
+0002211983 00000 n 
+0002212158 00000 n 
+0002212414 00000 n 
+0002212671 00000 n 
+0002212905 00000 n 
+0002213161 00000 n 
+0002213418 00000 n 
+0002213651 00000 n 
+0002246708 00000 n 
+0002247043 00000 n 
+0002247268 00000 n 
+0002247468 00000 n 
+0002247662 00000 n 
+0002247856 00000 n 
+0002248050 00000 n 
+0002248310 00000 n 
+0002248536 00000 n 
+0002279859 00000 n 
+0002280186 00000 n 
+0002280395 00000 n 
+0002280591 00000 n 
+0002280792 00000 n 
+0002280988 00000 n 
+0002281186 00000 n 
+0002281382 00000 n 
+0002299093 00000 n 
+0002299388 00000 n 
+0002299445 00000 n 
+0002299622 00000 n 
+0002299798 00000 n 
+0002299855 00000 n 
+0002299913 00000 n 
+0002301826 00000 n 
+0002302119 00000 n 
+0002302326 00000 n 
+0002312999 00000 n 
+0002313220 00000 n 
+0002313267 00000 n 
+0002315709 00000 n 
+0002315976 00000 n 
+0002316022 00000 n 
+0002316454 00000 n 
+0002316618 00000 n 
+0002316675 00000 n 
+0002316899 00000 n 
+0002326935 00000 n 
+0002331352 00000 n 
+0002331640 00000 n 
+0002331852 00000 n 
+0002331900 00000 n 
+0002331957 00000 n 
+0002332504 00000 n 
+0002332696 00000 n 
+0002332754 00000 n 
+0002332930 00000 n 
+0002332988 00000 n 
+0002334897 00000 n 
+0002335190 00000 n 
+0002335400 00000 n 
+0002345761 00000 n 
+0002345988 00000 n 
+0002346035 00000 n 
+0002357029 00000 n 
+0002357333 00000 n 
+0002357379 00000 n 
+0002357563 00000 n 
+0002357620 00000 n 
+0002357677 00000 n 
+0002357890 00000 n 
+0002358113 00000 n 
+0002358303 00000 n 
+0002358511 00000 n 
+0002437320 00000 n 
+0002438449 00000 n 
+0002438730 00000 n 
+0002438930 00000 n 
+0002506266 00000 n 
+0002506479 00000 n 
+0002509723 00000 n 
+0002509990 00000 n 
+0002510178 00000 n 
+0002510361 00000 n 
+0002514033 00000 n 
+0002514305 00000 n 
+0002514351 00000 n 
+0002514408 00000 n 
+0002514465 00000 n 
+0002587610 00000 n 
+0002587820 00000 n 
+0002652455 00000 n 
+0002656576 00000 n 
+0002656848 00000 n 
+0002657057 00000 n 
+0002657113 00000 n 
+0002668039 00000 n 
+0002668375 00000 n 
+0002668421 00000 n 
+0002668631 00000 n 
+0002668688 00000 n 
+0002668893 00000 n 
+0002669102 00000 n 
+0002669307 00000 n 
+0002669526 00000 n 
+0002669732 00000 n 
+0002669938 00000 n 
+0002670156 00000 n 
+0002670213 00000 n 
+0002670447 00000 n 
+0002676636 00000 n 
+0002703218 00000 n 
+0002703460 00000 n 
+0002703636 00000 n 
+0002706395 00000 n 
+0002706662 00000 n 
+0002706708 00000 n 
+0002706765 00000 n 
+0002706822 00000 n 
+0002707056 00000 n 
+0002778106 00000 n 
+0002778315 00000 n 
+0002816818 00000 n 
+0002819617 00000 n 
+0002819889 00000 n 
+0002820093 00000 n 
+0002820149 00000 n 
+0002857485 00000 n 
+0002857776 00000 n 
+0002858017 00000 n 
+0002858074 00000 n 
+0002858285 00000 n 
+0002858518 00000 n 
+0002858737 00000 n 
+0002858935 00000 n 
+0002893507 00000 n 
+0002893788 00000 n 
+0002893971 00000 n 
+0002894194 00000 n 
+0002894240 00000 n 
+0002894286 00000 n 
+0002894331 00000 n 
+0002940395 00000 n 
+0002946457 00000 n 
+0002946758 00000 n 
+0002946956 00000 n 
+0002947112 00000 n 
+0002947170 00000 n 
+0002947410 00000 n 
+0002947467 00000 n 
+0002969569 00000 n 
+0002969797 00000 n 
+0002995303 00000 n 
+0002995570 00000 n 
+0002995616 00000 n 
+0002995673 00000 n 
+0002995894 00000 n 
+0002995940 00000 n 
+0002996177 00000 n 
+0003023421 00000 n 
+0003023680 00000 n 
+0003023920 00000 n 
+0003023977 00000 n 
+0003042848 00000 n 
+0003043120 00000 n 
+0003043335 00000 n 
+0003043393 00000 n 
+0003043451 00000 n 
+0003043999 00000 n 
+0003063414 00000 n 
+0003063655 00000 n 
+0003063712 00000 n 
+0003087112 00000 n 
+0003087385 00000 n 
+0003087599 00000 n 
+0003087657 00000 n 
+0003116280 00000 n 
+0003116553 00000 n 
+0003116768 00000 n 
+0003116825 00000 n 
+0003144943 00000 n 
+0003145231 00000 n 
+0003145415 00000 n 
+0003145599 00000 n 
+0003145645 00000 n 
+0003145703 00000 n 
+0003145841 00000 n 
+0003168073 00000 n 
+0003168314 00000 n 
+0003168360 00000 n 
+0003193164 00000 n 
+0003193519 00000 n 
+0003193565 00000 n 
+0003193749 00000 n 
+0003193943 00000 n 
+0003194136 00000 n 
+0003194332 00000 n 
+0003194516 00000 n 
+0003194674 00000 n 
+0003194731 00000 n 
+0003194941 00000 n 
+0003195162 00000 n 
+0003195395 00000 n 
+0003195606 00000 n 
+0003195814 00000 n 
+0003196004 00000 n 
+0003196228 00000 n 
+0003218746 00000 n 
+0003219074 00000 n 
+0003219120 00000 n 
+0003219309 00000 n 
+0003219518 00000 n 
+0003219735 00000 n 
+0003219948 00000 n 
+0003220164 00000 n 
+0003220210 00000 n 
+0003220410 00000 n 
+0003220622 00000 n 
+0003220680 00000 n 
+0003220930 00000 n 
+0003257431 00000 n 
+0003257690 00000 n 
+0003257924 00000 n 
+0003285472 00000 n 
+0003285763 00000 n 
+0003285809 00000 n 
+0003286044 00000 n 
+0003286276 00000 n 
+0003286515 00000 n 
+0003286759 00000 n 
+0003286963 00000 n 
+0003314641 00000 n 
+0003314930 00000 n 
+0003314976 00000 n 
+0003315344 00000 n 
+0003315401 00000 n 
+0003315587 00000 n 
+0003315809 00000 n 
+0003316033 00000 n 
+0003350576 00000 n 
+0003350830 00000 n 
+0003350888 00000 n 
+0003362390 00000 n 
+0003362657 00000 n 
+0003362703 00000 n 
+0003363252 00000 n 
+0003363440 00000 n 
+0003363675 00000 n 
+0003370560 00000 n 
+0003370827 00000 n 
+0003370873 00000 n 
+0003371075 00000 n 
+0003371237 00000 n 
+0003371294 00000 n 
+0003371351 00000 n 
+0003371409 00000 n 
+0003371802 00000 n 
+0003371860 00000 n 
+0003371988 00000 n 
+0003372107 00000 n 
+0003372232 00000 n 
+0003372358 00000 n 
+0003372506 00000 n 
+0003372645 00000 n 
+0003372806 00000 n 
+0003372958 00000 n 
+0003373121 00000 n 
+0003373277 00000 n 
+0003373442 00000 n 
+0003373600 00000 n 
+0003373774 00000 n 
+0003373941 00000 n 
+0003374117 00000 n 
+0003374293 00000 n 
+0003374470 00000 n 
+0003374647 00000 n 
+0003374822 00000 n 
+0003374997 00000 n 
+0003375180 00000 n 
+0003375386 00000 n 
+0003375585 00000 n 
+0003375784 00000 n 
+0003375968 00000 n 
+0003376163 00000 n 
+0003376356 00000 n 
+0003376559 00000 n 
+0003376753 00000 n 
+0003376949 00000 n 
+0003377146 00000 n 
+0003377343 00000 n 
+0003377511 00000 n 
+0003377681 00000 n 
+0003377868 00000 n 
+0003378069 00000 n 
+0003378224 00000 n 
+0003378382 00000 n 
+0003378537 00000 n 
+0003378694 00000 n 
+0003378860 00000 n 
+0003379012 00000 n 
+0003379175 00000 n 
+0003379329 00000 n 
+0003379494 00000 n 
+0003379668 00000 n 
+0003379844 00000 n 
+0003380024 00000 n 
+0003380204 00000 n 
+0003380382 00000 n 
+0003380560 00000 n 
+0003380725 00000 n 
+0003380900 00000 n 
+0003381074 00000 n 
+0003381259 00000 n 
+0003381448 00000 n 
+0003381637 00000 n 
+0003381817 00000 n 
+0003382008 00000 n 
+0003382181 00000 n 
+0003382365 00000 n 
+0003382540 00000 n 
+0003382717 00000 n 
+0003382877 00000 n 
+0003383037 00000 n 
+0003383220 00000 n 
+0003383403 00000 n 
+0003383589 00000 n 
+0003383775 00000 n 
+0003383950 00000 n 
+0003384125 00000 n 
+0003384310 00000 n 
+0003384495 00000 n 
+0003384677 00000 n 
+0003384870 00000 n 
+0003385030 00000 n 
+0003385192 00000 n 
+0003385329 00000 n 
+0003385477 00000 n 
+0003385614 00000 n 
+0003385761 00000 n 
+0003385889 00000 n 
+0003386028 00000 n 
+0003386186 00000 n 
+0003386344 00000 n 
+0003386631 00000 n 
+0003386709 00000 n 
+0003386870 00000 n 
+0003387062 00000 n 
+0003387311 00000 n 
+0003387486 00000 n 
+0003387775 00000 n 
+0003388012 00000 n 
+0003388231 00000 n 
+0003388458 00000 n 
+0003388679 00000 n 
+0003388915 00000 n 
+0003389126 00000 n 
+0003389420 00000 n 
+0003389726 00000 n 
+0003389982 00000 n 
+0003390211 00000 n 
+0003390480 00000 n 
+0003390716 00000 n 
+0003390950 00000 n 
+0003391220 00000 n 
+0003391528 00000 n 
+0003391750 00000 n 
+0003391932 00000 n 
+0003392146 00000 n 
+0003392396 00000 n 
+0003392578 00000 n 
+0003392838 00000 n 
+0003393031 00000 n 
+0003393216 00000 n 
+0003393452 00000 n 
+0003393696 00000 n 
+0003393945 00000 n 
+0003394170 00000 n 
+0003394369 00000 n 
+0003394647 00000 n 
+0003394877 00000 n 
+0003395114 00000 n 
+0003395318 00000 n 
+0003395563 00000 n 
+0003395846 00000 n 
+0003396118 00000 n 
+0003396316 00000 n 
+0003396524 00000 n 
+0003396701 00000 n 
+0003396896 00000 n 
+0003397425 00000 n 
+0003406446 00000 n 
+0003406662 00000 n 
+0003408025 00000 n 
+0003409078 00000 n 
+0003416776 00000 n 
+0003416997 00000 n 
+0003418360 00000 n 
+0003419437 00000 n 
+0003420800 00000 n 
+0003421011 00000 n 
+0003421326 00000 n 
+0003422242 00000 n 
+0003428057 00000 n 
+0003428271 00000 n 
+0003429634 00000 n 
+0003430686 00000 n 
+0003432114 00000 n 
+0003432332 00000 n 
+0003433695 00000 n 
+0003434833 00000 n 
+0003439000 00000 n 
+0003439226 00000 n 
+0003440589 00000 n 
+0003441695 00000 n 
+0003444147 00000 n 
+0003444360 00000 n 
+0003445723 00000 n 
+0003446843 00000 n 
+0003448418 00000 n 
+0003448632 00000 n 
+0003448940 00000 n 
 trailer
 << /Size 606
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-3450009
+3450078
 %%EOF

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/migration-notes.html
----------------------------------------------------------------------
diff --git a/content/migration-notes.html b/content/migration-notes.html
index 833fee2..7f5a9f1 100644
--- a/content/migration-notes.html
+++ b/content/migration-notes.html
@@ -524,7 +524,7 @@ table.CodeRay td.code>pre{padding:0}
        <div class="sect2"> 
         <h3 id="_command_changes">Command changes</h3> 
         <div class="paragraph"> 
-         <p>The main feature in <code>1.13.0</code> is the <a href="guides/rgsvc.html#<em>rgsvc_api_InteractionContext"><code>InteractionContext</code></a> domain service to represent an action invocation/property edit, with the re-positioning of <a href="guides/rgsvc.html#_rgsvc_api_CommandContext"><code>CommandContext</code></a> to represent the _intention to invoke an action/edit a property. You can read more about this design in the reference guide on domain services, in the <a href="guides/rgsvc.html#_rgsvc_intro_commands-and-events">commands and events</a> section.</p> 
+         <p>The main feature in <code>1.13.0</code> is the <a href="guides/rgsvc.html#<em>rgsvc_api_InteractionContext"><code>InteractionContext</code></a> domain service to represent an action invocation/property edit, with the re-positioning of <a href="guides/rgsvc.html#_rgsvc_api_CommandContext"><code>CommandContext</code></a> to represent the _intention to invoke an action/edit a property. You can read more about this design in the reference guide on domain services, in the <a href="guides/rgsvc.html#__rgsvc_intro_commands-and-events">commands and events</a> section.</p> 
         </div> 
         <div class="paragraph"> 
          <p>This refactoring completely overhauls the structure of the XML mementos passed to <a href="guides/rgsvc.html#_rgsvc_spi_CommandService"><code>CommandService</code></a> (to persist) and to <a href="guides/rgsvc.html#_rgsvc_spi_BackgroundCommandService"><code>BackgroundCommandService</code></a> (to invoke persisted commands in the background). If you are using these services then ensure that there are no pending commands at the point at which you cut-over. If you have any code that makes assumptions on the format of the XML, it will also need to be rewritten. Note that the XML which is persisted henceforth is well-defined and any future changes to it will be backward compatible; see <a href="guides/rgcms.html#_rgcms_schema">schema reference guide</a>. In fact, there are three schema: for commands (<code>cmd.xsd</code>), inteactions (<code>ixn.xsd</code>) and for changes (<code>chg.xsd</code>). These replace the earlier <code>aim.xsd</code> schema (which was an amalgam of <
 code>cmd.xsd</code> and <code>ixn.xsd</code>).</p> 
@@ -730,7 +730,7 @@ table.CodeRay td.code>pre{padding:0}
            </div> </li> 
           <li> <p>Live reloading<br></p> 
            <div class="paragraph"> 
-            <p>The <code>isis.viewer.wicket.liveReloadUrl</code> configuration property allows live reloading of objects if the layout is updated, reducing feedback times. Further guidance on setting this up can be found <a href="guides/dg.html#_dg_ide_intellij_advanced_gradle-liveReload">here</a>.</p> 
+            <p>The <code>isis.viewer.wicket.liveReloadUrl</code> configuration property allows live reloading of objects if the layout is updated, reducing feedback times. Further guidance on setting this up can be found <a href="guides/dg.html#__dg_ide_intellij_advanced_gradle-liveReload">here</a>.</p> 
            </div> </li> 
           <li> <p>Docker support<br></p> 
            <div class="paragraph"> 
@@ -770,14 +770,14 @@ table.CodeRay td.code>pre{padding:0}
         </div> 
         <div class="ulist"> 
          <ul> 
-          <li> <p><a href="guides/rgcms.html#_rgcms_classes_mixins_Object_clearHints">clear hints</a> action</p> </li> 
-          <li> <p><a href="guides/rgcms.html#_rgcms_classes_mixins_Object_downloadLayoutXml">download Layout XML</a> action (prototype mode)</p> </li> 
-          <li> <p><a href="guides/rgcms.html#_rgcms_classes_mixins_Object_rebuildMetamodel">rebuild metamodel</a> action (prototype mode)</p> </li> 
-          <li> <p><a href="guides/rgcms.html#_rgcms_classes_mixins_Persistable_datanucleusXxx">id and version</a> properties (for domain entities only)</p> </li> 
+          <li> <p><a href="guides/rgcms.html#__rgcms_classes_mixins_Object_clearHints">clear hints</a> action</p> </li> 
+          <li> <p><a href="guides/rgcms.html#__rgcms_classes_mixins_Object_downloadLayoutXml">download Layout XML</a> action (prototype mode)</p> </li> 
+          <li> <p><a href="guides/rgcms.html#__rgcms_classes_mixins_Object_rebuildMetamodel">rebuild metamodel</a> action (prototype mode)</p> </li> 
+          <li> <p><a href="guides/rgcms.html#__rgcms_classes_mixins_Persistable_datanucleusXxx">id and version</a> properties (for domain entities only)</p> </li> 
          </ul> 
         </div> 
         <div class="paragraph"> 
-         <p>These are in addition to the <a href="guides/rgcms.html#_rgcms_classes_mixins_Persistable_downloadJdoMetadata">download JDO metadata</a> mixin action (prototype mode) provided in earlier versions of the framework.</p> 
+         <p>These are in addition to the <a href="guides/rgcms.html#__rgcms_classes_mixins_Persistable_downloadJdoMetadata">download JDO metadata</a> mixin action (prototype mode) provided in earlier versions of the framework.</p> 
         </div> 
         <div class="paragraph"> 
          <p>The properties are grouped in a "metadata" fieldset, and the mixin actions associated with that fieldset. If the domain object is a view model rather than an entity (that is, has no id or version) then the actions will instead be rendered as top-level actions.</p> 
@@ -922,7 +922,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>The <a href="guides/ugvw.html">Wicket viewer</a> (its labels, buttons, messages etc) can now be internationalized using the <a href="guides/rgsvc.html#_rgsvc_spi_TranslationService"><code>TranslationService</code></a>.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>To enable this, new <code>msgId</code>s and corresponding translations must be added to the <code>translations.po</code> file. Full details of these <code>msgId</code>s can be found in <a href="guides/ugbtb.html#_ugbtb_i18n_wicket-viewer">i18n</a> section of the "beyond the basics" guide.</p> 
+         <p>To enable this, new <code>msgId</code>s and corresponding translations must be added to the <code>translations.po</code> file. Full details of these <code>msgId</code>s can be found in <a href="guides/ugbtb.html#__ugbtb_i18n_wicket-viewer">i18n</a> section of the "beyond the basics" guide.</p> 
         </div> 
         <div class="paragraph"> 
          <p>If no translations are available, then the fallback is to use the previous mechanism, ie Wicket\u2019s original resource bundles. This feature can therefore be considered as optional.</p> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/powered-by.html
----------------------------------------------------------------------
diff --git a/content/powered-by.html b/content/powered-by.html
index 7b04377..3d3817b 100644
--- a/content/powered-by.html
+++ b/content/powered-by.html
@@ -676,7 +676,7 @@ table.CodeRay td.code>pre{padding:0}
          <p><span class="image"><img src="http://i.imgur.com/qhXhKiu.png" alt="qhXhKiu" width="32%"></span></p> 
         </div> 
         <div class="paragraph"> 
-         <p>As our first Apache Isis app making use of mobile technologies it opens the doors for more to follow. Ionic has proven easy to learn and build apps with, and has a helpful community. Meanwhile we\u2019ve used Apache Isis' support for <a href="//http://isis.apache.org/guides/ugbtb.html#_ugbtb_view-models_jaxb">JAXB view models</a> and in particular the <a href="http://isis.apache.org/guides/ugvro.html#_ugvro_simplified-representations_apache-isis-profile">simplified REST representations</a> introduced in v1.12.0. The result is code that is easy to follow and enhance.</p> 
+         <p>As our first Apache Isis app making use of mobile technologies it opens the doors for more to follow. Ionic has proven easy to learn and build apps with, and has a helpful community. Meanwhile we\u2019ve used Apache Isis' support for <a href="//http://isis.apache.org/guides/ugbtb.html#_ugbtb_view-models_jaxb">JAXB view models</a> and in particular the <a href="http://isis.apache.org/guides/ugvro.html#__ugvro_simplified-representations_apache-isis-profile">simplified REST representations</a> introduced in v1.12.0. The result is code that is easy to follow and enhance.</p> 
         </div> 
         <div class="paragraph"> 
          <p>We expect that the scope of <em>Contact App</em> will expand and new features added, these will (almost certainly) remain open source. Meanwhile we\u2019re now set up nicely to build further mobile apps using this technology stack.</p> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/screencasts.html
----------------------------------------------------------------------
diff --git a/content/screencasts.html b/content/screencasts.html
index 12f0aa5..c0500e7 100644
--- a/content/screencasts.html
+++ b/content/screencasts.html
@@ -1669,7 +1669,7 @@ table.CodeRay td.code>pre{padding:0}
         <td class="tableblock halign-left valign-top">
          <div>
           <div class="paragraph"> 
-           <p><a href="https://www.youtube.com/watch?v=0d713-V4vrg" target="_blank">019</a><br> Demonstrates how Apache Isis' <a href="#guides/ugvw.adoc">Wicket viewer</a> remembers the state of rendered domain objects, and how the end-user of the application can clear these UI hints using the (framework-provided) <a href="guides/rgcms.html#_rgcms_classes_mixins_Object_clearHints">"clear hints"</a> action.</p> 
+           <p><a href="https://www.youtube.com/watch?v=0d713-V4vrg" target="_blank">019</a><br> Demonstrates how Apache Isis' <a href="#guides/ugvw.adoc">Wicket viewer</a> remembers the state of rendered domain objects, and how the end-user of the application can clear these UI hints using the (framework-provided) <a href="guides/rgcms.html#__rgcms_classes_mixins_Object_clearHints">"clear hints"</a> action.</p> 
           </div>
          </div></td> 
         <td class="tableblock halign-left valign-top">
@@ -1955,7 +1955,7 @@ table.CodeRay td.code>pre{padding:0}
         <td class="tableblock halign-left valign-top">
          <div>
           <div class="paragraph"> 
-           <p><a href="https://www.youtube.com/watch?v=6GjLW0hlrm4" target="_blank">025</a><br> Using a domain event <a href="guides/rgcms.html#_rgcms_classes_super_AbstractSubscriber">subscriber</a> to hide functionality, in this case the <a href="guides/rgcms.html#_rgcms_classes_mixins_Object_clearHints">"clear hints"</a> action automatically provided by the framework.</p> 
+           <p><a href="https://www.youtube.com/watch?v=6GjLW0hlrm4" target="_blank">025</a><br> Using a domain event <a href="guides/rgcms.html#_rgcms_classes_super_AbstractSubscriber">subscriber</a> to hide functionality, in this case the <a href="guides/rgcms.html#__rgcms_classes_mixins_Object_clearHints">"clear hints"</a> action automatically provided by the framework.</p> 
           </div>
          </div></td> 
         <td class="tableblock halign-left valign-top">


[07/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/tg.html
----------------------------------------------------------------------
diff --git a/content/guides/tg.html b/content/guides/tg.html
index e3fbd90..0b2e69f 100644
--- a/content/guides/tg.html
+++ b/content/guides/tg.html
@@ -2179,7 +2179,7 @@ mvn clean install -D mavenmixin-jettyconsole</code></pre>
         </div> 
         <div class="ulist"> 
          <ul> 
-          <li> <p>as per <a href="ugvro.html#_ugvro_simplified-representations_configuration-properties">the documentation</a>, configure the Restful Objects viewer to generate a simplified object representation:<br></p> 
+          <li> <p>as per <a href="ugvro.html#__ugvro_simplified-representations_configuration-properties">the documentation</a>, configure the Restful Objects viewer to generate a simplified object representation:<br></p> 
            <div class="listingblock"> 
             <div class="content"> 
              <pre class="CodeRay highlight"><code data-lang="ini">isis.viewer.restfulobjects.objectPropertyValuesOnly=true</code></pre> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/tg.pdf
----------------------------------------------------------------------
diff --git a/content/guides/tg.pdf b/content/guides/tg.pdf
index b634b26..db1079d 100644
--- a/content/guides/tg.pdf
+++ b/content/guides/tg.pdf
@@ -4,8 +4,8 @@
 << /Title (Tutorials)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307234228+00'00')
-/ModDate (D:20170307234228+00'00')
+/CreationDate (D:20170308005300+00'00')
+/ModDate (D:20170308005300+00'00')
 >>
 endobj
 2 0 obj
@@ -37412,7 +37412,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugvro.pdf#_ugvro_simplified-representations_configuration-properties)
+/URI (ugvro.pdf#__ugvro_simplified-representations_configuration-properties)
 >>
 /Subtype /Link
 /Rect [101.38026231971153 454.1000000000002 197.19639347956732 468.38000000000017]
@@ -39584,207 +39584,207 @@ xref
 0001144423 00000 n 
 0001144626 00000 n 
 0001144683 00000 n 
-0001144940 00000 n 
-0001144998 00000 n 
-0001145124 00000 n 
-0001145241 00000 n 
-0001145388 00000 n 
-0001145526 00000 n 
-0001145663 00000 n 
-0001145801 00000 n 
-0001145941 00000 n 
-0001146083 00000 n 
-0001146230 00000 n 
-0001146368 00000 n 
-0001146505 00000 n 
-0001146643 00000 n 
-0001146792 00000 n 
-0001146943 00000 n 
-0001147104 00000 n 
-0001147256 00000 n 
-0001147406 00000 n 
-0001147549 00000 n 
-0001147700 00000 n 
-0001147852 00000 n 
-0001148006 00000 n 
-0001148162 00000 n 
-0001148323 00000 n 
-0001148475 00000 n 
-0001148629 00000 n 
-0001148794 00000 n 
-0001148967 00000 n 
-0001149152 00000 n 
-0001149340 00000 n 
-0001149515 00000 n 
-0001149687 00000 n 
-0001149859 00000 n 
-0001150027 00000 n 
-0001150208 00000 n 
-0001150378 00000 n 
-0001150547 00000 n 
-0001150726 00000 n 
-0001150916 00000 n 
-0001151106 00000 n 
-0001151257 00000 n 
-0001151418 00000 n 
-0001151572 00000 n 
-0001151737 00000 n 
-0001151897 00000 n 
-0001152057 00000 n 
-0001152208 00000 n 
-0001152369 00000 n 
-0001152521 00000 n 
-0001152684 00000 n 
-0001152849 00000 n 
-0001153014 00000 n 
-0001153167 00000 n 
-0001153322 00000 n 
-0001153468 00000 n 
-0001153624 00000 n 
-0001153777 00000 n 
-0001153940 00000 n 
-0001154100 00000 n 
-0001154260 00000 n 
-0001154411 00000 n 
-0001154572 00000 n 
-0001154723 00000 n 
-0001154885 00000 n 
-0001155035 00000 n 
-0001155187 00000 n 
-0001155340 00000 n 
-0001155493 00000 n 
-0001155662 00000 n 
-0001155831 00000 n 
-0001155992 00000 n 
-0001156155 00000 n 
-0001156322 00000 n 
-0001156489 00000 n 
-0001156644 00000 n 
-0001156809 00000 n 
-0001156955 00000 n 
-0001157111 00000 n 
-0001157277 00000 n 
-0001157445 00000 n 
-0001157581 00000 n 
-0001157727 00000 n 
-0001157873 00000 n 
-0001158021 00000 n 
-0001158159 00000 n 
-0001158307 00000 n 
-0001158451 00000 n 
-0001158605 00000 n 
-0001158753 00000 n 
-0001158911 00000 n 
-0001159064 00000 n 
-0001159228 00000 n 
-0001159382 00000 n 
-0001159546 00000 n 
-0001159703 00000 n 
-0001159860 00000 n 
-0001160013 00000 n 
-0001160176 00000 n 
-0001160342 00000 n 
-0001160510 00000 n 
-0001160678 00000 n 
-0001160846 00000 n 
-0001160991 00000 n 
-0001161147 00000 n 
-0001161301 00000 n 
-0001161455 00000 n 
-0001161622 00000 n 
-0001161791 00000 n 
-0001161975 00000 n 
-0001162159 00000 n 
-0001162446 00000 n 
-0001162524 00000 n 
-0001162669 00000 n 
-0001162861 00000 n 
-0001163065 00000 n 
-0001163303 00000 n 
-0001163497 00000 n 
-0001163709 00000 n 
-0001163917 00000 n 
-0001164113 00000 n 
-0001164317 00000 n 
-0001164537 00000 n 
-0001164720 00000 n 
-0001164940 00000 n 
-0001165164 00000 n 
-0001165387 00000 n 
-0001165626 00000 n 
-0001165862 00000 n 
-0001166118 00000 n 
-0001166324 00000 n 
-0001166577 00000 n 
-0001166882 00000 n 
-0001167076 00000 n 
-0001167300 00000 n 
-0001167509 00000 n 
-0001167706 00000 n 
-0001167923 00000 n 
-0001168144 00000 n 
-0001168328 00000 n 
-0001168529 00000 n 
-0001168746 00000 n 
-0001168959 00000 n 
-0001169164 00000 n 
-0001169385 00000 n 
-0001169573 00000 n 
-0001169765 00000 n 
-0001170010 00000 n 
-0001170234 00000 n 
-0001170463 00000 n 
-0001170700 00000 n 
-0001170904 00000 n 
-0001171145 00000 n 
-0001171353 00000 n 
-0001171569 00000 n 
-0001171786 00000 n 
-0001171983 00000 n 
-0001172195 00000 n 
-0001172431 00000 n 
-0001172667 00000 n 
-0001172864 00000 n 
-0001173096 00000 n 
-0001173349 00000 n 
-0001173609 00000 n 
-0001173814 00000 n 
-0001174002 00000 n 
-0001174258 00000 n 
-0001174561 00000 n 
-0001175104 00000 n 
-0001183596 00000 n 
-0001183812 00000 n 
-0001185175 00000 n 
-0001186235 00000 n 
-0001193802 00000 n 
-0001194023 00000 n 
-0001195386 00000 n 
-0001196465 00000 n 
-0001202139 00000 n 
-0001202353 00000 n 
-0001203716 00000 n 
-0001204770 00000 n 
-0001205992 00000 n 
-0001206203 00000 n 
-0001206511 00000 n 
-0001207426 00000 n 
-0001209371 00000 n 
-0001209585 00000 n 
-0001209911 00000 n 
-0001211049 00000 n 
-0001212445 00000 n 
-0001212663 00000 n 
-0001214026 00000 n 
-0001215165 00000 n 
-0001216656 00000 n 
-0001216882 00000 n 
-0001218245 00000 n 
+0001144941 00000 n 
+0001144999 00000 n 
+0001145125 00000 n 
+0001145242 00000 n 
+0001145389 00000 n 
+0001145527 00000 n 
+0001145664 00000 n 
+0001145802 00000 n 
+0001145942 00000 n 
+0001146084 00000 n 
+0001146231 00000 n 
+0001146369 00000 n 
+0001146506 00000 n 
+0001146644 00000 n 
+0001146793 00000 n 
+0001146944 00000 n 
+0001147105 00000 n 
+0001147257 00000 n 
+0001147407 00000 n 
+0001147550 00000 n 
+0001147701 00000 n 
+0001147853 00000 n 
+0001148007 00000 n 
+0001148163 00000 n 
+0001148324 00000 n 
+0001148476 00000 n 
+0001148630 00000 n 
+0001148795 00000 n 
+0001148968 00000 n 
+0001149153 00000 n 
+0001149341 00000 n 
+0001149516 00000 n 
+0001149688 00000 n 
+0001149860 00000 n 
+0001150028 00000 n 
+0001150209 00000 n 
+0001150379 00000 n 
+0001150548 00000 n 
+0001150727 00000 n 
+0001150917 00000 n 
+0001151107 00000 n 
+0001151258 00000 n 
+0001151419 00000 n 
+0001151573 00000 n 
+0001151738 00000 n 
+0001151898 00000 n 
+0001152058 00000 n 
+0001152209 00000 n 
+0001152370 00000 n 
+0001152522 00000 n 
+0001152685 00000 n 
+0001152850 00000 n 
+0001153015 00000 n 
+0001153168 00000 n 
+0001153323 00000 n 
+0001153469 00000 n 
+0001153625 00000 n 
+0001153778 00000 n 
+0001153941 00000 n 
+0001154101 00000 n 
+0001154261 00000 n 
+0001154412 00000 n 
+0001154573 00000 n 
+0001154724 00000 n 
+0001154886 00000 n 
+0001155036 00000 n 
+0001155188 00000 n 
+0001155341 00000 n 
+0001155494 00000 n 
+0001155663 00000 n 
+0001155832 00000 n 
+0001155993 00000 n 
+0001156156 00000 n 
+0001156323 00000 n 
+0001156490 00000 n 
+0001156645 00000 n 
+0001156810 00000 n 
+0001156956 00000 n 
+0001157112 00000 n 
+0001157278 00000 n 
+0001157446 00000 n 
+0001157582 00000 n 
+0001157728 00000 n 
+0001157874 00000 n 
+0001158022 00000 n 
+0001158160 00000 n 
+0001158308 00000 n 
+0001158452 00000 n 
+0001158606 00000 n 
+0001158754 00000 n 
+0001158912 00000 n 
+0001159065 00000 n 
+0001159229 00000 n 
+0001159383 00000 n 
+0001159547 00000 n 
+0001159704 00000 n 
+0001159861 00000 n 
+0001160014 00000 n 
+0001160177 00000 n 
+0001160343 00000 n 
+0001160511 00000 n 
+0001160679 00000 n 
+0001160847 00000 n 
+0001160992 00000 n 
+0001161148 00000 n 
+0001161302 00000 n 
+0001161456 00000 n 
+0001161623 00000 n 
+0001161792 00000 n 
+0001161976 00000 n 
+0001162160 00000 n 
+0001162447 00000 n 
+0001162525 00000 n 
+0001162670 00000 n 
+0001162862 00000 n 
+0001163066 00000 n 
+0001163304 00000 n 
+0001163498 00000 n 
+0001163710 00000 n 
+0001163918 00000 n 
+0001164114 00000 n 
+0001164318 00000 n 
+0001164538 00000 n 
+0001164721 00000 n 
+0001164941 00000 n 
+0001165165 00000 n 
+0001165388 00000 n 
+0001165627 00000 n 
+0001165863 00000 n 
+0001166119 00000 n 
+0001166325 00000 n 
+0001166578 00000 n 
+0001166883 00000 n 
+0001167077 00000 n 
+0001167301 00000 n 
+0001167510 00000 n 
+0001167707 00000 n 
+0001167924 00000 n 
+0001168145 00000 n 
+0001168329 00000 n 
+0001168530 00000 n 
+0001168747 00000 n 
+0001168960 00000 n 
+0001169165 00000 n 
+0001169386 00000 n 
+0001169574 00000 n 
+0001169766 00000 n 
+0001170011 00000 n 
+0001170235 00000 n 
+0001170464 00000 n 
+0001170701 00000 n 
+0001170905 00000 n 
+0001171146 00000 n 
+0001171354 00000 n 
+0001171570 00000 n 
+0001171787 00000 n 
+0001171984 00000 n 
+0001172196 00000 n 
+0001172432 00000 n 
+0001172668 00000 n 
+0001172865 00000 n 
+0001173097 00000 n 
+0001173350 00000 n 
+0001173610 00000 n 
+0001173815 00000 n 
+0001174003 00000 n 
+0001174259 00000 n 
+0001174562 00000 n 
+0001175105 00000 n 
+0001183597 00000 n 
+0001183813 00000 n 
+0001185176 00000 n 
+0001186236 00000 n 
+0001193803 00000 n 
+0001194024 00000 n 
+0001195387 00000 n 
+0001196466 00000 n 
+0001202140 00000 n 
+0001202354 00000 n 
+0001203717 00000 n 
+0001204771 00000 n 
+0001205993 00000 n 
+0001206204 00000 n 
+0001206512 00000 n 
+0001207427 00000 n 
+0001209372 00000 n 
+0001209586 00000 n 
+0001209912 00000 n 
+0001211050 00000 n 
+0001212446 00000 n 
+0001212664 00000 n 
+0001214027 00000 n 
+0001215166 00000 n 
+0001216657 00000 n 
+0001216883 00000 n 
+0001218246 00000 n 
 trailer
 << /Size 574
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-1219381
+1219382
 %%EOF

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/ugbtb.html
----------------------------------------------------------------------
diff --git a/content/guides/ugbtb.html b/content/guides/ugbtb.html
index 112cd91..733513c 100644
--- a/content/guides/ugbtb.html
+++ b/content/guides/ugbtb.html
@@ -528,7 +528,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>When developing an Apache Isis application you will most likely start off with the persistent domain entities: <code>Customer</code>, <code>Order</code>, <code>Product</code>, and so on. For some applications this may well suffice. However, if the application needs to integrate with other systems, or if the application needs to support reasonably complex business processes, then you may need to look beyond just domain entities. This section explores these use cases.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugbtb_view-models_use-cases_externally-managed-entities">2.1.1. Externally-managed entities</h4> 
+         <h4 id="__ugbtb_view-models_use-cases_externally-managed-entities">2.1.1. Externally-managed entities</h4> 
          <div class="paragraph"> 
           <p>Sometimes the entities that make up your application are persisted not in the local JDO/DataNucleus database but reside in some other system, for example accessible only through a SOAP web service. Logically that data might still be considered a domain entity and we might want to associate behaviour with it, however it cannot be modelled as a domain entity if only because JDO/DataNucleus doesn\u2019t know about the entity nor how to retrieve or update it.</p> 
          </div> 
@@ -556,7 +556,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugbtb_view-models_use-cases_in-memory-entities">2.1.2. In-memory entities</h4> 
+         <h4 id="__ugbtb_view-models_use-cases_in-memory-entities">2.1.2. In-memory entities</h4> 
          <div class="paragraph"> 
           <p>As a variation on the above, sometimes there are domain objects that are, conceptually at least entities, but whose state is not actually persisted anywhere, merely held in-memory (eg in a hash).</p> 
          </div> 
@@ -565,7 +565,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugbtb_view-models_use-cases_application-layer-view-models">2.1.3. Application-layer view models</h4> 
+         <h4 id="__ugbtb_view-models_use-cases_application-layer-view-models">2.1.3. Application-layer view models</h4> 
          <div class="paragraph"> 
           <p>Domain entities (whether locally persisted using JDO/DataNucleus or managed externally) are the bread-and-butter of Apache Isis applications: the focus after all, should be on the business domain concepts and ensuring that they are solid. Generally those domain entities will make sense to the business domain experts: they form the <em>ubiquitous language</em> of the domain. These domain entities are part of the domain layer.</p> 
          </div> 
@@ -599,13 +599,13 @@ table.CodeRay td.code>pre{padding:0}
             <p>It takes a little practice though, because even when building the domain layer "first", you should still bear in mind what the use cases are that those domain entities are trying to support. You certainly <em>shouldn\u2019t</em> try to build out a domain layer that could support every conceivable use case before starting to think about view models.</p> 
            </div> 
            <div class="paragraph"> 
-            <p>Instead, you should iterate. Identify the use case/story/end-user objective that you will deliver value to the business. Then build out the minimum domain entities to support that use case (refining the <a href="ugfun.html#_ugfun_core-concepts_philosophy_domain-driven-design_ubiquitous-language">ubiquitous language</a> as you go). Then, identify if there any view models that could be introduced which would simplify the end-user interactions with the system (perhaps automating several related use cases together).</p> 
+            <p>Instead, you should iterate. Identify the use case/story/end-user objective that you will deliver value to the business. Then build out the minimum domain entities to support that use case (refining the <a href="ugfun.html#__ugfun_core-concepts_philosophy_domain-driven-design_ubiquitous-language">ubiquitous language</a> as you go). Then, identify if there any view models that could be introduced which would simplify the end-user interactions with the system (perhaps automating several related use cases together).</p> 
            </div> 
           </div> 
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugbtb_view-models_use-cases_dtos">2.1.4. DTOs</h4> 
+         <h4 id="__ugbtb_view-models_use-cases_dtos">2.1.4. DTOs</h4> 
          <div class="paragraph"> 
           <p>DTOs (data transfer objects) are simple classes that (according to <a href="https://en.wikipedia.org/wiki/Data_transfer_object">wikipedia</a>) "carry data between processes".</p> 
          </div> 
@@ -616,7 +616,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>On the other hand, if the client consuming the DTO is a different application\u2009\u2014\u2009by which we mean developed/deployed by a different (possible third-party) team\u2009\u2014\u2009then the DTOs act as a formal contract between the provider and the consumer. In such cases, exposing domain entities over <a href="ugvro.html">RestfulObjects</a> would be "A Bad Thing"\u2122 because the consumer would in effect have access to implementation details that could then not be easily changed by the producer.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To support this use case, a view model can be defined such that it can act as a DTO. This is done by annotating the class using JAXB annotations; this allows the consumer to obtain the DTO in XML format along with a corresponding XSD schema describing the structure of that XML. A discussion of how that might be done using an ESB such as <a href="http://camel.apache.org">Apache Camel\u2122</a> follows <a href="#_ugbtb_view-models_use-cases_dtos_consumers">below</a>.</p> 
+          <p>To support this use case, a view model can be defined such that it can act as a DTO. This is done by annotating the class using JAXB annotations; this allows the consumer to obtain the DTO in XML format along with a corresponding XSD schema describing the structure of that XML. A discussion of how that might be done using an ESB such as <a href="http://camel.apache.org">Apache Camel\u2122</a> follows <a href="#__ugbtb_view-models_use-cases_dtos_consumers">below</a>.</p> 
          </div> 
          <div class="paragraph"> 
           <p>In case it\u2019s not obvious, these DTOs are still usable as "regular" view models; they will render in the <a href="ugvw.html">Wicket viewer</a> just like any other. In fact (as the <a href="#_ugbtb_view-models_programming-model">programming model</a> section below makes clear), these JAXB-annotated view models are in many regards the most powerful of all the alternative ways of writing view models.</p> 
@@ -625,7 +625,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>It\u2019s also worth noting that it is also possible to download the XML (or XSD) straight from the UI, useful during development. The view model simply needs to implement the <a href="rgcms.html#_rgcms_classes_mixins_Dto"><code>Dto</code></a> marker interface; the framework has <a href="rgcms.html#_rgcms_classes_mixins_Dto">mixins</a> that contribute the download actions to the view model.</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugbtb_view-models_use-cases_dtos_consumers">DTO Consumers</h5> 
+          <h5 id="__ugbtb_view-models_use-cases_dtos_consumers">DTO Consumers</h5> 
           <div class="paragraph"> 
            <p>The actual consumers of DTOs will generally obtain the XML of the view models either by requesting the XML directly, eg using the <a href="ugvro.html">RestfulObjects viewer</a>, or may have the XML sent to them asynchronously using an ESB such as Apache Camel.</p> 
           </div> 
@@ -890,7 +890,7 @@ table.CodeRay td.code>pre{padding:0}
           <tbody>
            <tr> 
             <td><i class="conum" data-value="1"></i><b>1</b></td> 
-            <td>package name encodes major version; see discussion on <a href="#_ugbtb_view-models_jaxb_versioning">versioning</a></td> 
+            <td>package name encodes major version; see discussion on <a href="#__ugbtb_view-models_jaxb_versioning">versioning</a></td> 
            </tr> 
            <tr> 
             <td><i class="conum" data-value="2"></i><b>2</b></td> 
@@ -906,15 +906,15 @@ table.CodeRay td.code>pre{padding:0}
            </tr> 
            <tr> 
             <td><i class="conum" data-value="5"></i><b>5</b></td> 
-            <td>class name encodes (major and) minor version; see discussion on <a href="#_ugbtb_view-models_jaxb_versioning">versioning</a></td> 
+            <td>class name encodes (major and) minor version; see discussion on <a href="#__ugbtb_view-models_jaxb_versioning">versioning</a></td> 
            </tr> 
            <tr> 
             <td><i class="conum" data-value="6"></i><b>6</b></td> 
-            <td>again, see discussion on <a href="#_ugbtb_view-models_jaxb_versioning">versioning</a></td> 
+            <td>again, see discussion on <a href="#__ugbtb_view-models_jaxb_versioning">versioning</a></td> 
            </tr> 
            <tr> 
             <td><i class="conum" data-value="7"></i><b>7</b></td> 
-            <td>again, see discussion on <a href="#_ugbtb_view-models_jaxb_versioning">versioning</a></td> 
+            <td>again, see discussion on <a href="#__ugbtb_view-models_jaxb_versioning">versioning</a></td> 
            </tr> 
            <tr> 
             <td><i class="conum" data-value="8"></i><b>8</b></td> 
@@ -922,17 +922,17 @@ table.CodeRay td.code>pre{padding:0}
            </tr> 
            <tr> 
             <td><i class="conum" data-value="9"></i><b>9</b></td> 
-            <td>reference to a persistent entity; discussed <a href="#_ugbtb_view-models_jaxb_referencing-domain-entities">below</a></td> 
+            <td>reference to a persistent entity; discussed <a href="#__ugbtb_view-models_jaxb_referencing-domain-entities">below</a></td> 
            </tr> 
            <tr> 
             <td><i class="conum" data-value="10"></i><b>10</b></td> 
-            <td>reference to a collection of persistent entities; again discussed <a href="#_ugbtb_view-models_jaxb_referencing-domain-entities">below</a></td> 
+            <td>reference to a collection of persistent entities; again discussed <a href="#__ugbtb_view-models_jaxb_referencing-domain-entities">below</a></td> 
            </tr> 
           </tbody>
          </table> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugbtb_view-models_jaxb_referencing-domain-entities">2.3.1. Referencing Domain Entities</h4> 
+         <h4 id="__ugbtb_view-models_jaxb_referencing-domain-entities">2.3.1. Referencing Domain Entities</h4> 
          <div class="paragraph"> 
           <p>It\u2019s quite common for view models to be "backed by" (be projections of) some underlying domain entity. The <code>ToDoItemDto</code> we\u2019ve been using as the example in this section is an example: there is an underlying <code>ToDoItem</code> entity.</p> 
          </div> 
@@ -994,7 +994,7 @@ public <span class="type">class</span> <span class="class">ToDoItemV1_1</span> <
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugbtb_view-models_jaxb_versioning">2.3.2. Versioning</h4> 
+         <h4 id="__ugbtb_view-models_jaxb_versioning">2.3.2. Versioning</h4> 
          <div class="paragraph"> 
           <p>The whole point of using DTOs (in Apache Isis, at least) is to define a formal contact between two inter-operating but independent applications. Since the only thing we can predicate about the future with any certainty is that it one or both of these applications will change, we should version DTOs from the get-go. This allows us to make changes going forward without unnecessarily breaking existing consumers of the data.</p> 
          </div> 
@@ -1059,7 +1059,7 @@ public <span class="type">class</span> <span class="class">ToDoItemV1_1</span> <
           <p>Although there is no requirement for the namespace URI to correspond to a physical URL, it should be unique. This usually means including a company domain name within the string.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>As noted above, this package will contain multiple DTO classes all with the same namespace; these represent a set of minor versions of the DTO, each subsequent one intended to be backwardly compatible with the previous. Since these DTO classes will all be in the same package (as per the <a href="#_ugbtb_view-models_jaxb_using-packages-to-version">advice above</a>), the class should therefore include the minor version name:</p> 
+          <p>As noted above, this package will contain multiple DTO classes all with the same namespace; these represent a set of minor versions of the DTO, each subsequent one intended to be backwardly compatible with the previous. Since these DTO classes will all be in the same package (as per the <a href="#__ugbtb_view-models_jaxb_using-packages-to-version">advice above</a>), the class should therefore include the minor version name:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
@@ -1143,9 +1143,9 @@ public <span class="type">class</span> <span class="class">ToDoItemV1_1</span> <
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugbtb_view-models_jaxb_generating-xsds-and-dtos">2.3.3. Generating XSDs and DTOs</h4> 
+         <h4 id="__ugbtb_view-models_jaxb_generating-xsds-and-dtos">2.3.3. Generating XSDs and DTOs</h4> 
          <div class="paragraph"> 
-          <p>In the section <a href="#_ugbtb_view-models_jaxb_referencing-domain-entities">above</a> it was explained how a view model DTO can transparent reference any "backing" entities; these references are converted to internal object identifiers.</p> 
+          <p>In the section <a href="#__ugbtb_view-models_jaxb_referencing-domain-entities">above</a> it was explained how a view model DTO can transparent reference any "backing" entities; these references are converted to internal object identifiers.</p> 
          </div> 
          <div class="paragraph"> 
           <p>However, if the consumer of the XML is another Java process (eg running within an Apache Camel route), then you might be tempted/expect to be able to use the same DTO within that Java process. After a little thought though you\u2019ll realize that (duh!) of course you cannot; the consumer runs in a different process space, and will not have references to those containing entities.</p> 
@@ -1817,7 +1817,7 @@ public <span class="type">class</span> <span class="class">ToDoItemV1_1</span> <
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>The <a href="ugtst.html#_ugtst_integ-test-support_bootstrapping_IntegrationTestAbstract"><code>IntegrationTestAbstract</code></a> and <a href="rgcms.html#_rgcms_classes_super_FixtureScript"><code>FixtureScript</code></a> classes both provide a <code>mixin(\u2026\u200b)</code> convenience method.</p> 
+          <p>The <a href="ugtst.html#__ugtst_integ-test-support_bootstrapping_IntegrationTestAbstract"><code>IntegrationTestAbstract</code></a> and <a href="rgcms.html#_rgcms_classes_super_FixtureScript"><code>FixtureScript</code></a> classes both provide a <code>mixin(\u2026\u200b)</code> convenience method.</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -2211,7 +2211,7 @@ public <span class="type">class</span> <span class="class">ToDoItemV1_1</span> <
         <p>Isis does not translate the values of your domain objects, though. So, if you have a domain concept such as <code>Country</code> whose name is intended to be localized according to the current user, you will need to model this yourself.</p> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugbtb_i18n_implementation-approach">4.1. Implementation Approach</h3> 
+        <h3 id="__ugbtb_i18n_implementation-approach">4.1. Implementation Approach</h3> 
         <div class="paragraph"> 
          <p>Most Java frameworks tackle i18n by using Java\u2019s own <code>ResourceBundle</code> API. However, there are some serious drawbacks in this approach, including:</p> 
         </div> 
@@ -2266,7 +2266,7 @@ public <span class="type">class</span> <span class="class">ToDoItemV1_1</span> <
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugbtb_i18n_translation-service">4.2. <code>TranslationService</code></h3> 
+        <h3 id="__ugbtb_i18n_translation-service">4.2. <code>TranslationService</code></h3> 
         <div class="paragraph"> 
          <p>The cornerstone of Apache Isis' support for i18n is the <code>TranslationService</code> service. This is defined in the applib with the following API:</p> 
         </div> 
@@ -2339,7 +2339,7 @@ public <span class="type">class</span> <span class="class">ToDoItemV1_1</span> <
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugbtb_i18n_imperative-messages">4.3. Imperative messages</h3> 
+        <h3 id="__ugbtb_i18n_imperative-messages">4.3. Imperative messages</h3> 
         <div class="paragraph"> 
          <p>The <code>TranslationService</code> is used internally by Apache Isis when building up the metamodel; the name and description of every class, property, collection, action and action parameter is automatically translated. Thus the simple act of bootstrapping Apache Isis will cause most of the messages requiring translation (that is: those for the Apache Isis metamodel) to be captured by the <code>TranslationService</code>.</p> 
         </div> 
@@ -2499,7 +2499,7 @@ msgstr "Ich heisse {firstName} {lastName}."</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugbtb_i18n_wicket-viewer">4.4. Wicket Viewer</h3> 
+        <h3 id="__ugbtb_i18n_wicket-viewer">4.4. Wicket Viewer</h3> 
         <div class="paragraph"> 
          <p>The <a href="ugvw.html">Wicket viewer</a> (its labels and messages) is also internationalized using the <code>TranslationService</code>. This is done through an Isis-specific implementation of the Wicket framework\u2019s <code>org.apache.wicket.Localizer</code> class, namely <code>LocalizerForIsis</code>.</p> 
         </div> 
@@ -2764,7 +2764,7 @@ msgstr "Username"</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugbtb_i18n_integration-testing">4.5. Integration Testing</h3> 
+        <h3 id="__ugbtb_i18n_integration-testing">4.5. Integration Testing</h3> 
         <div class="paragraph"> 
          <p>So much for the API; but as noted, it is also necessary to ensure that the required translations are recorded (by the <code>TranslationService</code>) into the <code>.pot</code> file.</p> 
         </div> 
@@ -2869,7 +2869,7 @@ msgstr "&lt;i&gt;Quantité&lt;/i&gt;"</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugbtb_i18n_configuration">4.7. Configuration</h3> 
+        <h3 id="__ugbtb_i18n_configuration">4.7. Configuration</h3> 
         <div class="paragraph"> 
          <p>There are several different aspects of the translation service that can be configured.</p> 
         </div> 
@@ -4208,7 +4208,7 @@ log4j.additivity.org.apache.isis.core.runtime.services.i18n.po.PotWriter=false</
          <p>Each of these frameworks has its own way of externalizing its configuration.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugbtb_deployment_externalized-configuration_Isis">8.3.1. Apache Isis' Config</h4> 
+         <h4 id="__ugbtb_deployment_externalized-configuration_Isis">8.3.1. Apache Isis' Config</h4> 
          <div class="paragraph"> 
           <p>To tell Apache Isis to load configuration from an external directory, specify the <code>isis.config.dir</code> context parameter.</p> 
          </div> 
@@ -4267,7 +4267,7 @@ log4j.additivity.org.apache.isis.core.runtime.services.i18n.po.PotWriter=false</
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugbtb_deployment_externalized-configuration_Shiro">8.3.2. Shiro Config</h4> 
+         <h4 id="__ugbtb_deployment_externalized-configuration_Shiro">8.3.2. Shiro Config</h4> 
          <div class="paragraph"> 
           <p>If using Apache Isis' <a href="ugsec.html#_ugsec_configuring-isis-to-use-shiro">Shiro integration</a> for authentication and/or authorization, note that it reads from the <code>shiro.ini</code> configuration file. By default this also resides in <code>WEB-INF</code>.</p> 
          </div> 
@@ -4299,7 +4299,7 @@ log4j.additivity.org.apache.isis.core.runtime.services.i18n.po.PotWriter=false</
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugbtb_deployment_externalized-configuration_Log4j">8.3.3. Log4j Config</h4> 
+         <h4 id="__ugbtb_deployment_externalized-configuration_Log4j">8.3.3. Log4j Config</h4> 
          <div class="paragraph"> 
           <p>By default Apache Isis configures log4j to read the <code>logging.properties</code> file in the <code>WEB-INF</code> directory. This can be overridden by setting the <code>log4j.properties</code> system property to the URL of the log4j properties file.</p> 
          </div> 
@@ -4754,7 +4754,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
         <div class="sect3"> 
          <h4 id="_configuring_in_tomcat">8.7.1. Configuring in Tomcat</h4> 
          <div class="paragraph"> 
-          <p>If using Tomcat, update the <code>CATALINA_OPTS</code> variable. (This variable is also updated if <a href="#_ugbtb_deployment_externalized-configuration_Log4j">configuring logging to run externally</a>).</p> 
+          <p>If using Tomcat, update the <code>CATALINA_OPTS</code> variable. (This variable is also updated if <a href="#__ugbtb_deployment_externalized-configuration_Log4j">configuring logging to run externally</a>).</p> 
          </div> 
         </div> 
        </div> 
@@ -4822,7 +4822,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
         <p>The following sections detail these various listeners, filters and servlets in more detail.</p> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugbtb_web-xml_servlet-context-listeners">9.1. Servlet Context Listeners</h3> 
+        <h3 id="__ugbtb_web-xml_servlet-context-listeners">9.1. Servlet Context Listeners</h3> 
         <div class="paragraph"> 
          <p>Servlet context listeners are used to perform initialization on application startup. Both Shiro (if configured as the security mechanism) and RestEasy (for the Restful Objects viewer) require their own context listener. In addition, if the Wicket viewer is <em>not</em> being used, then additional Apache Isis-specific listener is required for bootstrapping of the Apache Isis framework itself.</p> 
         </div> 
@@ -4920,7 +4920,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugbtb_web-xml_servlets">9.2. Servlets</h3> 
+        <h3 id="__ugbtb_web-xml_servlets">9.2. Servlets</h3> 
         <div class="paragraph"> 
          <p>Servlets process HTTP requests and return corresponding responses.</p> 
         </div> 
@@ -5017,7 +5017,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugbtb_web-xml_filters">9.3. Filters</h3> 
+        <h3 id="__ugbtb_web-xml_filters">9.3. Filters</h3> 
         <div class="paragraph"> 
          <p>The order in which filters appear in <code>web.xml</code> matters: first to last they define a pipeline. This is shown in the above diagrams, and the subsections also list the in the same order that they should appear in your <code>web.xml</code>.</p> 
         </div> 
@@ -5329,7 +5329,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugbtb_web-xml_context-parameters">9.4. Configuration Files</h3> 
+        <h3 id="__ugbtb_web-xml_context-parameters">9.4. Configuration Files</h3> 
         <div class="paragraph"> 
          <p>However Apache Isis is bootstrapped (using the <code>IsisWicketApplication</code> or using <code>IsisWebAppBootstrapper</code>), it will read a number of configuration files, such as <code>isis.properties</code>.</p> 
         </div> 
@@ -5379,20 +5379,20 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
         <ul class="sectlevel2"> 
          <li><a href="#_ugbtb_view-models_use-cases">2.1. Use Cases</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_ugbtb_view-models_use-cases_externally-managed-entities">2.1.1. Externally-managed entities</a></li> 
-           <li><a href="#_ugbtb_view-models_use-cases_in-memory-entities">2.1.2. In-memory entities</a></li> 
-           <li><a href="#_ugbtb_view-models_use-cases_application-layer-view-models">2.1.3. Application-layer view models</a></li> 
-           <li><a href="#_ugbtb_view-models_use-cases_dtos">2.1.4. DTOs</a> 
+           <li><a href="#__ugbtb_view-models_use-cases_externally-managed-entities">2.1.1. Externally-managed entities</a></li> 
+           <li><a href="#__ugbtb_view-models_use-cases_in-memory-entities">2.1.2. In-memory entities</a></li> 
+           <li><a href="#__ugbtb_view-models_use-cases_application-layer-view-models">2.1.3. Application-layer view models</a></li> 
+           <li><a href="#__ugbtb_view-models_use-cases_dtos">2.1.4. DTOs</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_ugbtb_view-models_use-cases_dtos_consumers">DTO Consumers</a></li> 
+             <li><a href="#__ugbtb_view-models_use-cases_dtos_consumers">DTO Consumers</a></li> 
             </ul> </li> 
           </ul> </li> 
          <li><a href="#_ugbtb_view-models_programming-model">2.2. Programming Model</a></li> 
          <li><a href="#_ugbtb_view-models_jaxb">2.3. JAXB-annotated DTOs</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_ugbtb_view-models_jaxb_referencing-domain-entities">2.3.1. Referencing Domain Entities</a></li> 
-           <li><a href="#_ugbtb_view-models_jaxb_versioning">2.3.2. Versioning</a></li> 
-           <li><a href="#_ugbtb_view-models_jaxb_generating-xsds-and-dtos">2.3.3. Generating XSDs and DTOs</a></li> 
+           <li><a href="#__ugbtb_view-models_jaxb_referencing-domain-entities">2.3.1. Referencing Domain Entities</a></li> 
+           <li><a href="#__ugbtb_view-models_jaxb_versioning">2.3.2. Versioning</a></li> 
+           <li><a href="#__ugbtb_view-models_jaxb_generating-xsds-and-dtos">2.3.3. Generating XSDs and DTOs</a></li> 
           </ul> </li> 
         </ul> </li> 
        <li><a href="#_ugbtb_decoupling">3. Decoupling</a> 
@@ -5430,24 +5430,24 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
         </ul> </li> 
        <li><a href="#_ugbtb_i18n">4. i18n</a> 
         <ul class="sectlevel2"> 
-         <li><a href="#_ugbtb_i18n_implementation-approach">4.1. Implementation Approach</a></li> 
-         <li><a href="#_ugbtb_i18n_translation-service">4.2. <code>TranslationService</code></a> 
+         <li><a href="#__ugbtb_i18n_implementation-approach">4.1. Implementation Approach</a></li> 
+         <li><a href="#__ugbtb_i18n_translation-service">4.2. <code>TranslationService</code></a> 
           <ul class="sectlevel3"> 
            <li><a href="#__code_translationservicepo_code">4.2.1. <code>TranslationServicePo</code></a></li> 
           </ul> </li> 
-         <li><a href="#_ugbtb_i18n_imperative-messages">4.3. Imperative messages</a> 
+         <li><a href="#__ugbtb_i18n_imperative-messages">4.3. Imperative messages</a> 
           <ul class="sectlevel3"> 
            <li><a href="#__code_translatablestring_code">4.3.1. <code>TranslatableString</code></a></li> 
            <li><a href="#__code_translatableexception_code">4.3.2. <code>TranslatableException</code></a></li> 
           </ul> </li> 
-         <li><a href="#_ugbtb_i18n_wicket-viewer">4.4. Wicket Viewer</a> 
+         <li><a href="#__ugbtb_i18n_wicket-viewer">4.4. Wicket Viewer</a> 
           <ul class="sectlevel3"> 
            <li><a href="#_commonly_used">4.4.1. Commonly used</a></li> 
            <li><a href="#_login_self_sign_up">4.4.2. Login/self-sign-up</a></li> 
           </ul> </li> 
-         <li><a href="#_ugbtb_i18n_integration-testing">4.5. Integration Testing</a></li> 
+         <li><a href="#__ugbtb_i18n_integration-testing">4.5. Integration Testing</a></li> 
          <li><a href="#_escaped_strings">4.6. Escaped strings</a></li> 
-         <li><a href="#_ugbtb_i18n_configuration">4.7. Configuration</a> 
+         <li><a href="#__ugbtb_i18n_configuration">4.7. Configuration</a> 
           <ul class="sectlevel3"> 
            <li><a href="#_logging">4.7.1. Logging</a></li> 
            <li><a href="#_location_of_the_code_po_code_files">4.7.2. Location of the <code>.po</code> files</a></li> 
@@ -5520,9 +5520,9 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
           </ul> </li> 
          <li><a href="#_ugbtb_deployment_externalized-configuration">8.3. Externalized Configuration</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_ugbtb_deployment_externalized-configuration_Isis">8.3.1. Apache Isis' Config</a></li> 
-           <li><a href="#_ugbtb_deployment_externalized-configuration_Shiro">8.3.2. Shiro Config</a></li> 
-           <li><a href="#_ugbtb_deployment_externalized-configuration_Log4j">8.3.3. Log4j Config</a></li> 
+           <li><a href="#__ugbtb_deployment_externalized-configuration_Isis">8.3.1. Apache Isis' Config</a></li> 
+           <li><a href="#__ugbtb_deployment_externalized-configuration_Shiro">8.3.2. Shiro Config</a></li> 
+           <li><a href="#__ugbtb_deployment_externalized-configuration_Log4j">8.3.3. Log4j Config</a></li> 
            <li><a href="#_spring_config">8.3.4. Spring Config</a> 
             <ul class="sectlevel4"> 
              <li><a href="#_an_alternative_approach">An alternative approach</a></li> 
@@ -5553,18 +5553,18 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
         </ul> </li> 
        <li><a href="#_ugbtb_web-xml">9. <code>web.xml</code></a> 
         <ul class="sectlevel2"> 
-         <li><a href="#_ugbtb_web-xml_servlet-context-listeners">9.1. Servlet Context Listeners</a> 
+         <li><a href="#__ugbtb_web-xml_servlet-context-listeners">9.1. Servlet Context Listeners</a> 
           <ul class="sectlevel3"> 
            <li><a href="#__code_environmentloaderlistener_code_shiro">9.1.1. <code>EnvironmentLoaderListener</code> (Shiro)</a></li> 
            <li><a href="#__code_isiswebappbootstrapper_code">9.1.2. <code>IsisWebAppBootstrapper</code></a></li> 
            <li><a href="#__code_resteasybootstrap_code_resteasy">9.1.3. <code>ResteasyBootstrap</code> (RestEasy)</a></li> 
           </ul> </li> 
-         <li><a href="#_ugbtb_web-xml_servlets">9.2. Servlets</a> 
+         <li><a href="#__ugbtb_web-xml_servlets">9.2. Servlets</a> 
           <ul class="sectlevel3"> 
            <li><a href="#__code_httpservletdispatcher_code_resteasy">9.2.1. <code>HttpServletDispatcher</code> (RestEasy)</a></li> 
            <li><a href="#__code_resourceservlet_code">9.2.2. <code>ResourceServlet</code></a></li> 
           </ul> </li> 
-         <li><a href="#_ugbtb_web-xml_filters">9.3. Filters</a> 
+         <li><a href="#__ugbtb_web-xml_filters">9.3. Filters</a> 
           <ul class="sectlevel3"> 
            <li><a href="#__code_shirofilter_code_shiro">9.3.1. <code>ShiroFilter</code> (Shiro)</a></li> 
            <li><a href="#__code_isislogonexceptionfilter_code">9.3.2. <code>IsisLogOnExceptionFilter</code></a></li> 
@@ -5573,7 +5573,7 @@ export ISIS_OPTS="isis.appManifest=domainapp.app.DomainAppAppManifestWithFixture
            <li><a href="#__code_isissessionfilter_code">9.3.5. <code>IsisSessionFilter</code></a></li> 
            <li><a href="#__code_isistransactionfilterforrestfulobjects_code">9.3.6. <code>IsisTransactionFilterForRestfulObjects</code></a></li> 
           </ul> </li> 
-         <li><a href="#_ugbtb_web-xml_context-parameters">9.4. Configuration Files</a></li> 
+         <li><a href="#__ugbtb_web-xml_context-parameters">9.4. Configuration Files</a></li> 
         </ul> </li> 
       </ul> 
      </div> 


[05/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/ugfun.html
----------------------------------------------------------------------
diff --git a/content/guides/ugfun.html b/content/guides/ugfun.html
index f1610ad..bfc5fe7 100644
--- a/content/guides/ugfun.html
+++ b/content/guides/ugfun.html
@@ -558,7 +558,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>Let\u2019s look at each in turn.</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_core-concepts_philosophy_domain-driven-design_ubiquitous-language">Ubiquitous Language</h5> 
+          <h5 id="__ugfun_core-concepts_philosophy_domain-driven-design_ubiquitous-language">Ubiquitous Language</h5> 
           <div class="paragraph"> 
            <p>It\u2019s no secret that the IT industry is plagued by project failures. Too often systems take longer than intended to implement, and when finally implemented, they don\u2019t address the real requirements anyway.</p> 
           </div> 
@@ -1168,7 +1168,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>In this section we run through the main building blocks that make up an Apache Isis application.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugfun_core-concepts_building-blocks_metamodel">2.3.1. A MetaModel</h4> 
+         <h4 id="__ugfun_core-concepts_building-blocks_metamodel">2.3.1. A MetaModel</h4> 
          <div class="paragraph"> 
           <p>At its core, Apache Isis is a metamodel that is built at runtime from the domain classes (eg <code>Customer.java</code>), along with optional supporting metadata (eg <code>Customer.layout.json</code>).</p> 
          </div> 
@@ -1199,7 +1199,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugfun_core-concepts_building-blocks_types-of-domain-objects">2.3.2. Type of Domain Objects</h4> 
+         <h4 id="__ugfun_core-concepts_building-blocks_types-of-domain-objects">2.3.2. Type of Domain Objects</h4> 
          <div class="paragraph"> 
           <p>Most domain objects that the end-user interacts with are <strong>domain entities</strong>, such as <code>Customer</code>, <code>Order</code>, <code>Product</code> and so on. These are persistent objects and which are mapped to a database (usually relational), using JDO/DataNucleus annotations. From the end-user\u2019s perspective the UI displays a single domain object per page; they can then inspect and modify its state, and navigate to related objects.</p> 
          </div> 
@@ -1257,7 +1257,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugfun_core-concepts_building-blocks_objects-members">2.3.3. Object Members</h4> 
+         <h4 id="__ugfun_core-concepts_building-blocks_objects-members">2.3.3. Object Members</h4> 
          <div class="paragraph"> 
           <p>Every domain object in Apache Isis consists of (at most) three types of members:</p> 
          </div> 
@@ -1384,7 +1384,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugfun_core-concepts_building-blocks_domain-services">2.3.5. Domain Services</h4> 
+         <h4 id="__ugfun_core-concepts_building-blocks_domain-services">2.3.5. Domain Services</h4> 
          <div class="paragraph"> 
           <p>Domain services consist of a set of logically grouped actions, and as such follow the same conventions as for entities. However, a service cannot have (persisted) properties, nor can it have (persisted) collections.</p> 
          </div> 
@@ -1425,7 +1425,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugfun_core-concepts_building-blocks_mixins-and-contributions">2.3.6. Mixins &amp; Contributions</h4> 
+         <h4 id="__ugfun_core-concepts_building-blocks_mixins-and-contributions">2.3.6. Mixins &amp; Contributions</h4> 
          <div class="admonitionblock note"> 
           <table> 
            <tbody>
@@ -1441,7 +1441,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugfun_core-concepts_building-blocks_domain-events">2.3.7. Domain Events</h4> 
+         <h4 id="__ugfun_core-concepts_building-blocks_domain-events">2.3.7. Domain Events</h4> 
          <div class="admonitionblock note"> 
           <table> 
            <tbody>
@@ -1467,9 +1467,9 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugfun_core-concepts_building-blocks_oid">2.3.8. OIDs</h4> 
+         <h4 id="__ugfun_core-concepts_building-blocks_oid">2.3.8. OIDs</h4> 
          <div class="paragraph"> 
-          <p>As well as defining a <a href="#_ugfun_core-concepts_building-blocks_metamodel">metamodel</a> of the structure (domain classes) of its domain objects, Apache Isis also manages the runtime instances of said domain objects.</p> 
+          <p>As well as defining a <a href="#__ugfun_core-concepts_building-blocks_metamodel">metamodel</a> of the structure (domain classes) of its domain objects, Apache Isis also manages the runtime instances of said domain objects.</p> 
          </div> 
          <div class="paragraph"> 
           <p>When a domain entity is recreated from the database, the framework keeps track of its identity through an "OID": an object identifier. Fundamentally this is a combination of its type (domain class), along with an identifier. You can think of it as its "primary key", except across all domain entity types.</p> 
@@ -1501,7 +1501,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugfun_core-concepts_building-blocks_value-objects">2.3.9. Value Objects (Primitives)</h4> 
+         <h4 id="__ugfun_core-concepts_building-blocks_value-objects">2.3.9. Value Objects (Primitives)</h4> 
          <div class="admonitionblock note"> 
           <table> 
            <tbody>
@@ -2173,7 +2173,7 @@ mvn clean install</code></pre>
           <p>Once you are familiar with the generated app, you\u2019ll want to start modifying it. There is plenty of guidance on this site; check out the 'programming model how-tos' section on the main <a href="../documentation.html">documentation</a> page first).</p> 
          </div> 
          <div class="paragraph"> 
-          <p>If you use IntelliJ IDEA or Eclipse, do also install the <a href="dg.html#_dg_ide_intellij_live-templates">live templates (for IntelliJ)</a> / <a href="dg.html#_dg_ide_eclipse_editor-templates">editor templates (for Eclipse)</a>; these will help you follow the Apache Isis naming conventions.</p> 
+          <p>If you use IntelliJ IDEA or Eclipse, do also install the <a href="dg.html#<em>dg_ide_intellij_live-templates">live templates (for IntelliJ)</a> / <a href="dg.html#</em>dg_ide_eclipse_editor-templates">editor templates (for Eclipse)</a>; these will help you follow the Apache Isis naming conventions.</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -2435,7 +2435,7 @@ mvn clean install</code></pre>
           <p>In the same way that the Java module act as a namespace for domain objects, it\u2019s good practice to map domain entities to their own (database) schemas.</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_class-definition_entities">Entities</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_class-definition_entities">Entities</h5> 
           <div class="paragraph"> 
            <p>Entities are persistent domain objects. Their persistence is handled by JDO/DataNucleus, which means that it will generally be decorated with both DataNucleus and Apache Isis annotations. The following is typical:</p> 
           </div> 
@@ -2537,7 +2537,7 @@ mvn clean install</code></pre>
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_class-definition_domain-services">Domain Services</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_class-definition_domain-services">Domain Services</h5> 
           <div class="paragraph"> 
            <p>Domain services are generally singletons that are automatically injected into other domain services. A very common usage is as a repository (to find/locate existing entities) or as a factory (to create new instances of entities). But services can also be exposed in the UI as top-level menus; and services are also used as a bridge to access technical resources (eg rendering a document object as a PDF).</p> 
           </div> 
@@ -2599,7 +2599,7 @@ mvn clean install</code></pre>
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_class-definition_view-models">View Models</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_class-definition_view-models">View Models</h5> 
           <div class="paragraph"> 
            <p><a href="ugbtb.html#_ugbtb_view-models">View model</a>s are similar to entities in that (unlike domain services) there can be many instances of any given type; but they differ from entities in that they are not persisted into a database. Instead they are recreated dynamically by serializing their state, ultimately into the URL itself.</p> 
           </div> 
@@ -2650,7 +2650,7 @@ mvn clean install</code></pre>
         <div class="sect3"> 
          <h4 id="_ugfun_how-tos_class-structure_properties">4.1.2. Property</h4> 
          <div class="paragraph"> 
-          <p>A property is an instance variable of a domain object, of a scalar type, that holds some state about either a <a href="#_ugfun_how-tos_class-structure_class-definition_entities">domain entity</a> or a <a href="#_ugfun_how-tos_class-structure_class-definition_view-models">view model</a>.</p> 
+          <p>A property is an instance variable of a domain object, of a scalar type, that holds some state about either a <a href="#<em>ugfun_how-tos_class-structure_class-definition_entities">domain entity</a> or a <a href="#</em>ugfun_how-tos_class-structure_class-definition_view-models">view model</a>.</p> 
          </div> 
          <div class="paragraph"> 
           <p>For example, a <code>Customer</code>'s <code>firstName</code> would be a property, as would their <code>accountCreationDate</code> that they created their account. All properties have at least a "getter" method, and most properties have also a "setter" method (meaning that they are immutable). Properties that do <em>not</em> have a setter method are derived properties, and so are not persisted.</p> 
@@ -2672,7 +2672,7 @@ mvn clean install</code></pre>
           <p>Since writing getter and setter methods adds quite a bit of boilerplate, it\u2019s common to use <a href="https://projectlombok.org/">Project Lombok</a> to code generate these methods at compile time (using Java\u2019s annotation processor) simply by adding the <code>@lombok.Getter</code> and <code>@lombok.Setter</code> annotations to the field. The <a href="guides/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp archetype</a> uses this approach.</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_properties_value-vs-reference-types">Value vs Reference Types</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_properties_value-vs-reference-types">Value vs Reference Types</h5> 
           <div class="paragraph"> 
            <p>Properties can be either a value types (strings, int, date and so on) or be a reference to another object (for example, an <code>Order</code> referencing the <code>Customer</code> that placed it).</p> 
           </div> 
@@ -2718,7 +2718,7 @@ mvn clean install</code></pre>
            </div> 
           </div> 
           <div class="paragraph"> 
-           <p>It\u2019s ok for a <a href="#_ugfun_how-tos_class-structure_class-definition_entities">domain entity</a> to reference another domain entity, and for a <a href="#_ugfun_how-tos_class-structure_class-definition_view-models">view model</a> to reference both view model and domain entities. However, it isn\u2019t valid for a domain entity to hold a persisted reference to view model (DataNucleus will not know how to persist that view model).</p> 
+           <p>It\u2019s ok for a <a href="#<em>ugfun_how-tos_class-structure_class-definition_entities">domain entity</a> to reference another domain entity, and for a <a href="#</em>ugfun_how-tos_class-structure_class-definition_view-models">view model</a> to reference both view model and domain entities. However, it isn\u2019t valid for a domain entity to hold a persisted reference to view model (DataNucleus will not know how to persist that view model).</p> 
           </div> 
           <div class="admonitionblock note"> 
            <table> 
@@ -2738,7 +2738,7 @@ mvn clean install</code></pre>
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_properties_optional-properties">Optional Properties</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_properties_optional-properties">Optional Properties</h5> 
           <div class="paragraph"> 
            <p>(For domain entities) JDO/DataNucleus' default is that a property is assumed to be mandatory if it is a primitive type (eg <code>int</code>, <code>boolean</code>), but optional if a reference type (eg <code>String</code>, <code>BigDecimal</code> etc). To override optionality in JDO/DataNucleus the <code>@Column(allowsNull="\u2026\u200b")</code> annotations is used.</p> 
           </div> 
@@ -2774,7 +2774,7 @@ mvn clean install</code></pre>
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_properties_editable-properties">Editable Properties</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_properties_editable-properties">Editable Properties</h5> 
           <div class="paragraph"> 
            <p>Apache Isis provides the capability to allow individual properties to be modified. This is specified using the <code>@Property(editing=\u2026\u200b)</code> attribute.</p> 
           </div> 
@@ -2789,11 +2789,11 @@ mvn clean install</code></pre>
            </div> 
           </div> 
           <div class="paragraph"> 
-           <p>If this is omitted then whether editing is enabled or disabled is defined globally, in the <code>isis.properties</code> configuration file; see <a href="rgcfg.html#_rgcfg_configuring-core_isis-objects-editing">reference configuration guide</a> for further details.</p> 
+           <p>If this is omitted then whether editing is enabled or disabled is defined globally, in the <code>isis.properties</code> configuration file; see <a href="rgcfg.html#__rgcfg_configuring-core_isis-objects-editing">reference configuration guide</a> for further details.</p> 
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_properties_ignoring-properties">Ignoring Properties</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_properties_ignoring-properties">Ignoring Properties</h5> 
           <div class="paragraph"> 
            <p>By default Apache Isis will automatically render all properties in the <a href="#ugvw.adoc">UI</a> or in the <a href="#ugvro.adoc">REST API</a>. To get Apache Isis to ignore a property (exclude it from its metamodel), annotate the getter using <code>@Programmatic</code>.</p> 
           </div> 
@@ -2805,7 +2805,7 @@ mvn clean install</code></pre>
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_properties_derived-properties">Derived Properties</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_properties_derived-properties">Derived Properties</h5> 
           <div class="paragraph"> 
            <p>Derived properties are those with a getter but no setter. Provided that the property has not been annotated with <code>@Programmatic</code>, these will still be rendered in the UI, but they will be read-only (not editable) and their state will not be persisted.</p> 
           </div> 
@@ -2852,7 +2852,7 @@ AddressService addressService;
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_properties_mapping-strings">Mapping <code>String</code>s (Length)</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_properties_mapping-strings">Mapping <code>String</code>s (Length)</h5> 
           <div class="paragraph"> 
            <p>By default JDO/DataNucleus will map string properties to a <code>VARCHAR(255)</code>. To limit the length, use the <code>@Column(length=\u2026\u200b)</code> annotation.</p> 
           </div> 
@@ -2871,7 +2871,7 @@ AddressService addressService;
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_properties_mapping-joda-dates">Mapping JODA Date</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_properties_mapping-joda-dates">Mapping JODA Date</h5> 
           <div class="paragraph"> 
            <p>Isis' JDO objectstore bundles DataNucleus' <a href="http://www.datanucleus.org/documentation/products/plugins.html">built-in support</a> for Joda <code>LocalDate</code> and <code>LocalDateTime</code> datatypes, meaning that entity properties of these types will be persisted as appropriate data types in the database tables.</p> 
           </div> 
@@ -2894,7 +2894,7 @@ AddressService addressService;
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_properties_mapping-bigdecimals">Mapping <code>BigDecimal</code>s (Precision)</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_properties_mapping-bigdecimals">Mapping <code>BigDecimal</code>s (Precision)</h5> 
           <div class="paragraph"> 
            <p>Working with <code>java.math.BigDecimal</code> properties takes a little care due to scale/precision issues.</p> 
           </div> 
@@ -2939,15 +2939,15 @@ AddressService addressService;
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs">Mapping <code>Blob</code>s and <code>Clob</code>s</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs">Mapping <code>Blob</code>s and <code>Clob</code>s</h5> 
           <div class="paragraph"> 
            <p>Apache Isis configures JDO/DataNucleus so that the properties of type <code>org.apache.isis.applib.value.Blob</code> and <code>org.apache.isis.applib.value.Clob</code> can also be persisted.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>As for <a href="#_ugfun_how-tos_class-structure_properties_mapping-joda-dates">Joda dates</a>, this requires the <code>@javax.jdo.annotations.Persistent</code> annotation. However, whereas for dates one would always expect this value to be retrieved eagerly, for blobs and clobs it is not so clear cut.</p> 
+           <p>As for <a href="#__ugfun_how-tos_class-structure_properties_mapping-joda-dates">Joda dates</a>, this requires the <code>@javax.jdo.annotations.Persistent</code> annotation. However, whereas for dates one would always expect this value to be retrieved eagerly, for blobs and clobs it is not so clear cut.</p> 
           </div> 
           <div class="sect5"> 
-           <h6 id="_ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs_mapping-blobs">Mapping <code>Blob</code>s</h6> 
+           <h6 id="__ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs_mapping-blobs">Mapping <code>Blob</code>s</h6> 
            <div class="paragraph"> 
             <p>For example, in the <code>ToDoItem</code> class (of the <a href="https://github.com/isisaddons/isis-app-todoapp/blob/0333852ddd18ad67e3356fccf805aa442246790d/dom/src/main/java/todoapp/dom/todoitem/ToDoItem.java#L442">todoapp example app</a> (non-ASF) the <code>attachment</code> property is as follows:</p> 
            </div> 
@@ -3002,7 +3002,7 @@ AddressService addressService;
            </div> 
           </div> 
           <div class="sect5"> 
-           <h6 id="_ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs_mapping-clobs">Mapping <code>Clob</code>s</h6> 
+           <h6 id="__ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs_mapping-clobs">Mapping <code>Clob</code>s</h6> 
            <div class="paragraph"> 
             <p>Mapping <code>Clob`s works in a very similar way, but the `jdbcType</code> and <code>sqlType</code> attributes will, respectively, be <code>CLOB</code> and <code>LONGVARCHAR</code>:</p> 
            </div> 
@@ -3041,7 +3041,7 @@ AddressService addressService;
            </div> 
           </div> 
           <div class="sect5"> 
-           <h6 id="_ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs_mapping-to-varbinary-or-varchar">Mapping to VARBINARY or VARCHAR</h6> 
+           <h6 id="__ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs_mapping-to-varbinary-or-varchar">Mapping to VARBINARY or VARCHAR</h6> 
            <div class="paragraph"> 
             <p>Instead of mapping to a sqlType of <code>LONGVARBINARY</code> (or perhaps <code>BLOB</code>), you might instead decide to map to a <code>VARBINARY</code>. The difference is whether the binary data is held "on-row" or as a pointer "off-row"; with a <code>VARBINARY</code> the data is held on-row and so you will need to specify a length.</p> 
            </div> 
@@ -3067,7 +3067,7 @@ AddressService addressService;
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_properties_handling-mandatory-properties-in-subtypes">Handling Mandatory Properties in Subtypes</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_properties_handling-mandatory-properties-in-subtypes">Handling Mandatory Properties in Subtypes</h5> 
           <div class="paragraph"> 
            <p>If you have a hierarchy of classes then you need to decide which inheritance strategy to use.</p> 
           </div> 
@@ -3128,7 +3128,7 @@ AddressService addressService;
           <p>A collection is an instance variable of a domain object, of a collection type that holds references to other domain objects. For example, a <code>Customer</code> may have a collection of <code>Order</code>s).</p> 
          </div> 
          <div class="paragraph"> 
-          <p>It\u2019s ok for a <a href="#_ugfun_how-tos_class-structure_class-definition_entities">domain entity</a> to reference another domain entity, and for a <a href="#_ugfun_how-tos_class-structure_class-definition_view-models">view model</a> to reference both view model and domain entities. However, it isn\u2019t valid for a domain entity to hold a persisted reference to view model (DataNucleus will not know how to persist that view model).</p> 
+          <p>It\u2019s ok for a <a href="#<em>ugfun_how-tos_class-structure_class-definition_entities">domain entity</a> to reference another domain entity, and for a <a href="#</em>ugfun_how-tos_class-structure_class-definition_view-models">view model</a> to reference both view model and domain entities. However, it isn\u2019t valid for a domain entity to hold a persisted reference to view model (DataNucleus will not know how to persist that view model).</p> 
          </div> 
          <div class="paragraph"> 
           <p>Formally speaking, a collection is simply a regular JavaBean getter, returning a collection type (subtype of <code>java.util.Collection</code>). Most collections (those that are modifiable) will also have a setter and (if persisted) a backing instance field. And collections properties will also have a number of annotations:</p> 
@@ -3272,7 +3272,7 @@ AddressService addressService;
           <p>For simple domain applications, you may want to start prototyping only with properties, and only later introduce actions (representing the most common business operations). But an alternative approach, recommended for more complex applications, is actually to start the application with all properties non-editable. Then, as the end-user requires the ability to modify some state, there is a context in which to ask the question "why does this state need to change?" and "are their any side-effects?" (ie, other state that changes at the same time, or other behaviour that should occur). If the state change is simple, for example just being able to correct an invalid address, or adding a note or comment, then that can probably be modelled as a simple editable property. But if the state change is more complex, then most likely an action should be used instead.</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_actions_defining-actions">Defining actions</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_actions_defining-actions">Defining actions</h5> 
           <div class="paragraph"> 
            <p>Broadly speaking, actions are all the <code>public</code> methods that are not getters or setters which represent properties or collections. This is a slight simplification; there are a number of other method prefixes (such as <code>hide</code> or <code>validate</code>) that represent <a href="#_ugfun_how-tos_business-rules">business rules</a>); these also not treated as actions. And, any method that are annotated with <code>@Programmatic</code> will also be excluded. But by and large, all other methods such as <code>placeOrder(\u2026\u200b)</code> or <code>approveInvoice(\u2026\u200b)</code> will be treated as actions.</p> 
           </div> 
@@ -3321,7 +3321,7 @@ AddressService addressService;
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_actions_reference-parameter-types">(Reference) Parameter types</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_actions_reference-parameter-types">(Reference) Parameter types</h5> 
           <div class="paragraph"> 
            <p>Parameter types can be value types or reference types. In the case of primitive types, the end-user can just enter the value directly through the parameter field. In the case of reference types however (such as <code>Product</code>), a drop-down must be provided from which the end-user to select. This is done using either a supporting <a href="rgcms.html#_rgcms_methods_prefixes_choices"><code>choices</code></a> or <a href="rgcms.html#_rgcms_methods_prefixes_autoComplete"><code>autoComplete</code></a> method. The "choices" is used when there is a limited set of options, while "autoComplete" is used when there are large set of options such that the end-user must provide some characters to use for a search.</p> 
           </div> 
@@ -3370,7 +3370,7 @@ ProductRepository productRepository;</code></pre>
            <p>Note that it is also valid to define "choices" and "autoComplete" for value types (such as <code>quantity</code>, above); it just isn\u2019t as common to do so.</p> 
           </div> 
           <div class="sect5"> 
-           <h6 id="_ugfun_how-tos_class-structure_actions_reference-parameter-types_removing-boilerplate">Removing boilerplate</h6> 
+           <h6 id="__ugfun_how-tos_class-structure_actions_reference-parameter-types_removing-boilerplate">Removing boilerplate</h6> 
            <div class="paragraph"> 
             <p>To save having to define an <code>autoCompleteNXxx(\u2026\u200b)</code> method everywhere that a reference to a particular type (such as <code>Product</code>) appears as an action parameter, it is also possible to use the <code>@DomainObject</code> annotation on <code>Product</code> itself:</p> 
            </div> 
@@ -3438,7 +3438,7 @@ ProductRepository productRepository;</code></pre>
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_actions_collection-parameter-types">Collection Parameter types</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_actions_collection-parameter-types">Collection Parameter types</h5> 
           <div class="paragraph"> 
            <p>Action parameters can also be collections of values (for example <code>List&lt;String&gt;</code>), or can be collections of references (such as <code>List&lt;Customer&gt;</code>).</p> 
           </div> 
@@ -3461,13 +3461,13 @@ ProductRepository productRepository;</code></pre>
            </div> 
           </div> 
           <div class="paragraph"> 
-           <p>As the example suggests, any collection parameter type must provide a way to select items, either by way of a "choices" or "autoComplete" supporting method or alternatively defined globally using <a href="rgant.html#_rgant_DomainObject"><code>@DomainObject</code></a> on the referenced type (described <a href="#_ugfun_how-tos_class-structure_actions_reference-parameter-types_removing-boilerplate">above</a>).</p> 
+           <p>As the example suggests, any collection parameter type must provide a way to select items, either by way of a "choices" or "autoComplete" supporting method or alternatively defined globally using <a href="rgant.html#_rgant_DomainObject"><code>@DomainObject</code></a> on the referenced type (described <a href="#__ugfun_how-tos_class-structure_actions_reference-parameter-types_removing-boilerplate">above</a>).</p> 
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_actions_optional-parameters">Optional Parameters</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_actions_optional-parameters">Optional Parameters</h5> 
           <div class="paragraph"> 
-           <p>Whereas the <a href="#_ugfun_how-tos_class-structure_properties_optional-properties">optionality of properties</a> is defined using <a href="rgant.html#_rgant_Column_allowsNull"><code>@javax.jdo.annotations.Column#allowsNull()</code></a>, that JDO annotation cannot be applied to parameter types. Instead, either the <a href="rgant.html#_rgant_Nullable"><code>@Nullable</code></a> annotation or the <a href="rgant.html#_rgant_Parameter_optionality"><code>@Parameter#optionality()</code></a> annotation/attribute is used.</p> 
+           <p>Whereas the <a href="#__ugfun_how-tos_class-structure_properties_optional-properties">optionality of properties</a> is defined using <a href="rgant.html#_rgant_Column_allowsNull"><code>@javax.jdo.annotations.Column#allowsNull()</code></a>, that JDO annotation cannot be applied to parameter types. Instead, either the <a href="rgant.html#_rgant_Nullable"><code>@Nullable</code></a> annotation or the <a href="rgant.html#_rgant_Parameter_optionality"><code>@Parameter#optionality()</code></a> annotation/attribute is used.</p> 
           </div> 
           <div class="paragraph"> 
            <p>For example:</p> 
@@ -3508,9 +3508,9 @@ ProductRepository productRepository;</code></pre>
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_actions_string-parameters"><code>String</code> Parameters (Length)</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_actions_string-parameters"><code>String</code> Parameters (Length)</h5> 
           <div class="paragraph"> 
-           <p>Whereas the <a href="#_ugfun_how-tos_class-structure_properties_mapping-strings">length of string properties</a> is defined using <a href="rgant.html#_rgant_Column_length"><code>@javax.jdo.annotations.Column#length()</code></a>, that JDO annotation cannot be applied to parameter types. Instead, the <a href="rgant.html#_rgant_Parameter_maxLength"><code>@Parameter#maxLength()</code></a> annotation/attribute is used.</p> 
+           <p>Whereas the <a href="#__ugfun_how-tos_class-structure_properties_mapping-strings">length of string properties</a> is defined using <a href="rgant.html#_rgant_Column_length"><code>@javax.jdo.annotations.Column#length()</code></a>, that JDO annotation cannot be applied to parameter types. Instead, the <a href="rgant.html#_rgant_Parameter_maxLength"><code>@Parameter#maxLength()</code></a> annotation/attribute is used.</p> 
           </div> 
           <div class="paragraph"> 
            <p>For example:</p> 
@@ -3570,9 +3570,9 @@ ProductRepository productRepository;</code></pre>
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugfun_how-tos_class-structure_actions_bigdecimal-parameters"><code>BigDecimal</code>s (Precision)</h5> 
+          <h5 id="__ugfun_how-tos_class-structure_actions_bigdecimal-parameters"><code>BigDecimal</code>s (Precision)</h5> 
           <div class="paragraph"> 
-           <p>Whereas the <a href="#_ugfun_how-tos_class-structure_properties_mapping-bigdecimals">precision of BigDecimal properties</a> is defined using <a href="rgant.html#_rgant_Column_scale"><code>@javax.jdo.annotations.Column#scale()</code></a>, that JDO annotation cannot be applied to parameter types. Instead, the <a href="rgant.html#_rgant_Digits_fraction"><code>@javax.validation.constraints.Digits#fraction()</code></a> annotation/attribute is used.</p> 
+           <p>Whereas the <a href="#__ugfun_how-tos_class-structure_properties_mapping-bigdecimals">precision of BigDecimal properties</a> is defined using <a href="rgant.html#_rgant_Column_scale"><code>@javax.jdo.annotations.Column#scale()</code></a>, that JDO annotation cannot be applied to parameter types. Instead, the <a href="rgant.html#_rgant_Digits_fraction"><code>@javax.validation.constraints.Digits#fraction()</code></a> annotation/attribute is used.</p> 
           </div> 
           <div class="paragraph"> 
            <p>For example:</p> 
@@ -4307,7 +4307,7 @@ ProductRepository productRepository;</code></pre>
          <p>The Apache Isis framework also provides numerous in-built domain services. These are catalogued in the <a href="#rgsvc.adoc">domain services</a> reference guide.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugfun_how-tos_domain-services_organizing-services">4.3.1. Organizing Services</h4> 
+         <h4 id="__ugfun_how-tos_domain-services_organizing-services">4.3.1. Organizing Services</h4> 
          <div class="paragraph"> 
           <p>In larger applications we have found it worthwhile to ensure that our domain services only act aligned with these responsibilities, employing a naming convention so that it is clear what the responsibilities of each domain service is.</p> 
          </div> 
@@ -4555,7 +4555,7 @@ ProductRepository productRepository;</code></pre>
         <div class="sect3"> 
          <h4 id="_prototyping">4.3.2. Prototyping</h4> 
          <div class="paragraph"> 
-          <p>While for long-term maintainability we do recommend the naming conventions described <a href="#_ugfun_how-tos_domain-services_organizing-services">above</a>, you can get away with far fewer services when just prototyping a domain.</p> 
+          <p>While for long-term maintainability we do recommend the naming conventions described <a href="#__ugfun_how-tos_domain-services_organizing-services">above</a>, you can get away with far fewer services when just prototyping a domain.</p> 
          </div> 
          <div class="paragraph"> 
           <p>If the domain service nature is not specified (or is left to its default, <code>VIEW</code>), then the service\u2019s actions will appear in the UI both as menu items <em>and</em> as contributions (and the service can of course be injected into other domain objects for programmatic invocation).</p> 
@@ -4715,7 +4715,7 @@ isis.services = employee.Employees,\
             <tbody>
              <tr> 
               <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
-              <td class="content"> TODO - as described <a href="rgsvc.html#_rgsvc_api_IsisJdoSupport_type-safe-jdoql-queries">here</a> </td> 
+              <td class="content"> TODO - as described <a href="rgsvc.html#__rgsvc_api_IsisJdoSupport_type-safe-jdoql-queries">here</a> </td> 
              </tr> 
             </tbody>
            </table> 
@@ -6018,7 +6018,7 @@ isis.services = employee.Employees,\
            </div> 
           </div> 
           <div class="paragraph"> 
-           <p>You will notice that one of the <code>col</code>umns has an <code>unreferencedActions</code> attribute, while one of the <code>tabGroup</code>s has a similar <code>unreferencedCollections</code> attribute. This topic is discussed in more detail <a href="#_ugfun_object-layout_dynamic_xml-unreferenced">below</a>.</p> 
+           <p>You will notice that one of the <code>col</code>umns has an <code>unreferencedActions</code> attribute, while one of the <code>tabGroup</code>s has a similar <code>unreferencedCollections</code> attribute. This topic is discussed in more detail <a href="#__ugfun_object-layout_dynamic_xml-unreferenced">below</a>.</p> 
           </div> 
          </div> 
          <div class="sect4"> 
@@ -6066,7 +6066,7 @@ isis.services = employee.Employees,\
            <p>Thereafter the fieldset lists the properties in order. Actions can be associated with properties too; here they are rendered underneath or to the right of the field.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>Note also the <code>unreferencedProperties</code> attribute for the fieldset; this topic is discussed in more detail <a href="#_ugfun_object-layout_dynamic_xml-unreferenced">below</a>.</p> 
+           <p>Note also the <code>unreferencedProperties</code> attribute for the fieldset; this topic is discussed in more detail <a href="#__ugfun_object-layout_dynamic_xml-unreferenced">below</a>.</p> 
           </div> 
          </div> 
          <div class="sect4"> 
@@ -6101,7 +6101,7 @@ isis.services = employee.Employees,\
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugfun_object-layout_dynamic_xml-unreferenced">6.2.4. Unreferenced Members</h4> 
+         <h4 id="__ugfun_object-layout_dynamic_xml-unreferenced">6.2.4. Unreferenced Members</h4> 
          <div class="paragraph"> 
           <p>As noted in the preceding discussion, several of the grid\u2019s regions have either an <code>unreferencedActions</code>, <code>unreferencedCollections</code> or <code>unreferencedProperties</code> attribute.</p> 
          </div> 
@@ -7026,7 +7026,7 @@ isis.services = employee.Employees,\
          <p>The above FAQ was raised against <code>1.10.0</code>. As of <code>1.11.0</code> (due to <a href="https://issues.apache.org/jira/browse/ISIS-1093">ISIS-1093</a>) it <em>is</em> now possible to internationalize both the Wicket viewer\u2019s labels as well as the regular translations of the domain object metadata using the <code>.po</code> translation files as supported by the <a href="rgsvc.html#_rgsvc_spi_TranslationService"><code>TranslationService</code></a>.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>Full details of the <code>msgId</code>s that must be added to the <code>translations.po</code> file can be found in <a href="guides/ugbtb.html#_ugbtb_i18n_wicket-viewer">i18n</a> section of the <a href="ugbtb.html">beyond the basics</a> guide.</p> 
+         <p>Full details of the <code>msgId</code>s that must be added to the <code>translations.po</code> file can be found in <a href="guides/ugbtb.html#__ugbtb_i18n_wicket-viewer">i18n</a> section of the <a href="ugbtb.html">beyond the basics</a> guide.</p> 
         </div> 
         <div class="paragraph"> 
          <p>In prior releases (<code>1.10.0</code> and earlier) it was necessary to use <a href="https://ci.apache.org/projects/wicket/guide/6.x/guide/i18n.html#i18n_3"> Wicket\u2019s internationalization support</a>, namely resource bundles. This is still supported (as a fallback):</p> 
@@ -7219,7 +7219,7 @@ isis.services = employee.Employees,\
           <ul class="sectlevel3"> 
            <li><a href="#_ugfun_core-concepts_philosophy_domain-driven-design">2.1.1. Domain-Driven Design</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_ugfun_core-concepts_philosophy_domain-driven-design_ubiquitous-language">Ubiquitous Language</a></li> 
+             <li><a href="#__ugfun_core-concepts_philosophy_domain-driven-design_ubiquitous-language">Ubiquitous Language</a></li> 
              <li><a href="#_model_driven_design">Model-Driven Design</a></li> 
             </ul> </li> 
            <li><a href="#_ugfun_core-concepts_philosophy_naked-objects-pattern">2.1.2. Naked Objects Pattern</a> 
@@ -7260,26 +7260,26 @@ isis.services = employee.Employees,\
           </ul> </li> 
          <li><a href="#_ugfun_core-concepts_building-blocks">2.3. Building Blocks</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_ugfun_core-concepts_building-blocks_metamodel">2.3.1. A MetaModel</a></li> 
-           <li><a href="#_ugfun_core-concepts_building-blocks_types-of-domain-objects">2.3.2. Type of Domain Objects</a></li> 
-           <li><a href="#_ugfun_core-concepts_building-blocks_objects-members">2.3.3. Object Members</a> 
+           <li><a href="#__ugfun_core-concepts_building-blocks_metamodel">2.3.1. A MetaModel</a></li> 
+           <li><a href="#__ugfun_core-concepts_building-blocks_types-of-domain-objects">2.3.2. Type of Domain Objects</a></li> 
+           <li><a href="#__ugfun_core-concepts_building-blocks_objects-members">2.3.3. Object Members</a> 
             <ul class="sectlevel4"> 
              <li><a href="#_properties">Properties</a></li> 
              <li><a href="#_collections">Collections</a></li> 
              <li><a href="#_actions">Actions</a></li> 
             </ul> </li> 
            <li><a href="#_entities_vs_view_models">2.3.4. Entities vs View Models</a></li> 
-           <li><a href="#_ugfun_core-concepts_building-blocks_domain-services">2.3.5. Domain Services</a> 
+           <li><a href="#__ugfun_core-concepts_building-blocks_domain-services">2.3.5. Domain Services</a> 
             <ul class="sectlevel4"> 
              <li><a href="#_domain_services_vs_view_services">Domain Services vs View Services</a></li> 
             </ul> </li> 
-           <li><a href="#_ugfun_core-concepts_building-blocks_mixins-and-contributions">2.3.6. Mixins &amp; Contributions</a></li> 
-           <li><a href="#_ugfun_core-concepts_building-blocks_domain-events">2.3.7. Domain Events</a> 
+           <li><a href="#__ugfun_core-concepts_building-blocks_mixins-and-contributions">2.3.6. Mixins &amp; Contributions</a></li> 
+           <li><a href="#__ugfun_core-concepts_building-blocks_domain-events">2.3.7. Domain Events</a> 
             <ul class="sectlevel4"> 
              <li><a href="#_ui_events">UI Events</a></li> 
             </ul> </li> 
-           <li><a href="#_ugfun_core-concepts_building-blocks_oid">2.3.8. OIDs</a></li> 
-           <li><a href="#_ugfun_core-concepts_building-blocks_value-objects">2.3.9. Value Objects (Primitives)</a></li> 
+           <li><a href="#__ugfun_core-concepts_building-blocks_oid">2.3.8. OIDs</a></li> 
+           <li><a href="#__ugfun_core-concepts_building-blocks_value-objects">2.3.9. Value Objects (Primitives)</a></li> 
           </ul> </li> 
          <li><a href="#_ugfun_core-concepts_framework-provided-services">2.4. Framework-provided Services</a></li> 
          <li><a href="#_ugfun_core-concepts_add-ons">2.5. Isis Add-ons</a></li> 
@@ -7321,22 +7321,22 @@ isis.services = employee.Employees,\
           <ul class="sectlevel3"> 
            <li><a href="#_ugfun_how-tos_class-structure_class-definition">4.1.1. Class Definition</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_ugfun_how-tos_class-structure_class-definition_entities">Entities</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_class-definition_domain-services">Domain Services</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_class-definition_view-models">View Models</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_class-definition_entities">Entities</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_class-definition_domain-services">Domain Services</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_class-definition_view-models">View Models</a></li> 
             </ul> </li> 
            <li><a href="#_ugfun_how-tos_class-structure_properties">4.1.2. Property</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_ugfun_how-tos_class-structure_properties_value-vs-reference-types">Value vs Reference Types</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_properties_optional-properties">Optional Properties</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_properties_editable-properties">Editable Properties</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_properties_ignoring-properties">Ignoring Properties</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_properties_derived-properties">Derived Properties</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_properties_mapping-strings">Mapping <code>String</code>s (Length)</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_properties_mapping-joda-dates">Mapping JODA Date</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_properties_mapping-bigdecimals">Mapping <code>BigDecimal</code>s (Precision)</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs">Mapping <code>Blob</code>s and <code>Clob</code>s</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_properties_handling-mandatory-properties-in-subtypes">Handling Mandatory Properties in Subtypes</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_properties_value-vs-reference-types">Value vs Reference Types</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_properties_optional-properties">Optional Properties</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_properties_editable-properties">Editable Properties</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_properties_ignoring-properties">Ignoring Properties</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_properties_derived-properties">Derived Properties</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_properties_mapping-strings">Mapping <code>String</code>s (Length)</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_properties_mapping-joda-dates">Mapping JODA Date</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_properties_mapping-bigdecimals">Mapping <code>BigDecimal</code>s (Precision)</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs">Mapping <code>Blob</code>s and <code>Clob</code>s</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_properties_handling-mandatory-properties-in-subtypes">Handling Mandatory Properties in Subtypes</a></li> 
             </ul> </li> 
            <li><a href="#_ugfun_how-tos_class-structure_collections">4.1.3. Collections</a> 
             <ul class="sectlevel4"> 
@@ -7345,12 +7345,12 @@ isis.services = employee.Employees,\
             </ul> </li> 
            <li><a href="#_ugfun_how-tos_class-structure_actions">4.1.4. Actions</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_ugfun_how-tos_class-structure_actions_defining-actions">Defining actions</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_actions_reference-parameter-types">(Reference) Parameter types</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_actions_collection-parameter-types">Collection Parameter types</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_actions_optional-parameters">Optional Parameters</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_actions_string-parameters"><code>String</code> Parameters (Length)</a></li> 
-             <li><a href="#_ugfun_how-tos_class-structure_actions_bigdecimal-parameters"><code>BigDecimal</code>s (Precision)</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_actions_defining-actions">Defining actions</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_actions_reference-parameter-types">(Reference) Parameter types</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_actions_collection-parameter-types">Collection Parameter types</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_actions_optional-parameters">Optional Parameters</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_actions_string-parameters"><code>String</code> Parameters (Length)</a></li> 
+             <li><a href="#__ugfun_how-tos_class-structure_actions_bigdecimal-parameters"><code>BigDecimal</code>s (Precision)</a></li> 
             </ul> </li> 
            <li><a href="#_ugfun_how-tos_class-structure_inject-services">4.1.5. Injecting services</a> 
             <ul class="sectlevel4"> 
@@ -7391,7 +7391,7 @@ isis.services = employee.Employees,\
           </ul> </li> 
          <li><a href="#_ugfun_how-tos_domain-services">4.3. Domain Services</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_ugfun_how-tos_domain-services_organizing-services">4.3.1. Organizing Services</a> 
+           <li><a href="#__ugfun_how-tos_domain-services_organizing-services">4.3.1. Organizing Services</a> 
             <ul class="sectlevel4"> 
              <li><a href="#_factory_and_repository">Factory and Repository</a></li> 
              <li><a href="#_menu">Menu</a></li> 
@@ -7505,7 +7505,7 @@ isis.services = employee.Employees,\
              <li><a href="#_fieldsets">Fieldsets</a></li> 
              <li><a href="#_collections_3">Collections</a></li> 
             </ul> </li> 
-           <li><a href="#_ugfun_object-layout_dynamic_xml-unreferenced">6.2.4. Unreferenced Members</a></li> 
+           <li><a href="#__ugfun_object-layout_dynamic_xml-unreferenced">6.2.4. Unreferenced Members</a></li> 
            <li><a href="#_more_advanced_features">6.2.5. More advanced features</a> 
             <ul class="sectlevel4"> 
              <li><a href="#_multiple_references_to_a_feature">Multiple references to a feature</a></li> 


[10/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/rgcms.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgcms.pdf b/content/guides/rgcms.pdf
index 1ea445e..7d8b5e4 100644
--- a/content/guides/rgcms.pdf
+++ b/content/guides/rgcms.pdf
@@ -4,8 +4,8 @@
 << /Title (Classes, Methods and Schema)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307234001+00'00')
-/ModDate (D:20170307234001+00'00')
+/CreationDate (D:20170308005128+00'00')
+/ModDate (D:20170308005128+00'00')
 >>
 endobj
 2 0 obj
@@ -23,7 +23,7 @@ endobj
 3 0 obj
 << /Type /Pages
 /Count 93
-/Kids [7 0 R 10 0 R 12 0 R 39 0 R 62 0 R 127 0 R 150 0 R 155 0 R 163 0 R 168 0 R 172 0 R 177 0 R 187 0 R 191 0 R 194 0 R 204 0 R 209 0 R 216 0 R 226 0 R 240 0 R 243 0 R 247 0 R 260 0 R 291 0 R 299 0 R 308 0 R 311 0 R 327 0 R 337 0 R 347 0 R 356 0 R 374 0 R 403 0 R 421 0 R 424 0 R 435 0 R 442 0 R 450 0 R 455 0 R 458 0 R 464 0 R 492 0 R 506 0 R 530 0 R 548 0 R 560 0 R 566 0 R 572 0 R 579 0 R 585 0 R 594 0 R 601 0 R 611 0 R 621 0 R 637 0 R 654 0 R 668 0 R 684 0 R 701 0 R 710 0 R 713 0 R 717 0 R 725 0 R 729 0 R 736 0 R 739 0 R 747 0 R 754 0 R 764 0 R 778 0 R 791 0 R 803 0 R 822 0 R 831 0 R 844 0 R 863 0 R 867 0 R 880 0 R 885 0 R 890 0 R 898 0 R 904 0 R 913 0 R 918 0 R 924 0 R 928 0 R 935 0 R 940 0 R 943 0 R 950 0 R 956 0 R 962 0 R 965 0 R]
+/Kids [7 0 R 10 0 R 12 0 R 39 0 R 62 0 R 127 0 R 150 0 R 155 0 R 163 0 R 168 0 R 172 0 R 177 0 R 187 0 R 191 0 R 194 0 R 204 0 R 209 0 R 216 0 R 226 0 R 240 0 R 243 0 R 247 0 R 260 0 R 291 0 R 299 0 R 308 0 R 311 0 R 327 0 R 337 0 R 347 0 R 356 0 R 374 0 R 403 0 R 421 0 R 424 0 R 435 0 R 442 0 R 450 0 R 455 0 R 458 0 R 464 0 R 492 0 R 506 0 R 530 0 R 548 0 R 560 0 R 566 0 R 572 0 R 579 0 R 585 0 R 594 0 R 601 0 R 611 0 R 621 0 R 637 0 R 654 0 R 668 0 R 684 0 R 701 0 R 710 0 R 713 0 R 717 0 R 725 0 R 729 0 R 736 0 R 739 0 R 747 0 R 754 0 R 764 0 R 778 0 R 791 0 R 803 0 R 822 0 R 831 0 R 844 0 R 864 0 R 868 0 R 881 0 R 886 0 R 891 0 R 898 0 R 904 0 R 913 0 R 918 0 R 924 0 R 928 0 R 935 0 R 940 0 R 943 0 R 950 0 R 956 0 R 962 0 R 965 0 R]
 >>
 endobj
 4 0 obj
@@ -2004,7 +2004,7 @@ endobj
 >>
 endobj
 15 0 obj
-<< /Kids [220 0 R 694 0 R 786 0 R 525 0 R 720 0 R 221 0 R 395 0 R 896 0 R 287 0 R 807 0 R 448 0 R 815 0 R]
+<< /Kids [220 0 R 860 0 R 694 0 R 786 0 R 525 0 R 720 0 R 221 0 R 395 0 R 287 0 R 807 0 R 448 0 R 815 0 R]
 >>
 endobj
 16 0 obj
@@ -38909,8 +38909,8 @@ endobj
 [216 0 R /XYZ 0 466.25 null]
 endobj
 220 0 obj
-<< /Limits [(_rgcms) (_rgcms_classes_lifecycleevent_AbstractLifecycleEvent)]
-/Names [(_rgcms) 13 0 R (_rgcms_classes) 425 0 R (_rgcms_classes_AppManifest-bootstrapping) 429 0 R (_rgcms_classes_contributee) 758 0 R (_rgcms_classes_domainevent) 539 0 R (_rgcms_classes_domainevent_AbstractDomainEvent) 558 0 R (_rgcms_classes_domainevent_ActionDomainEvent) 567 0 R (_rgcms_classes_domainevent_CollectionDomainEvent) 576 0 R (_rgcms_classes_domainevent_PropertyDomainEvent) 582 0 R (_rgcms_classes_i18n) 755 0 R (_rgcms_classes_i18n_TranslatableString) 756 0 R (_rgcms_classes_layout) 842 0 R (_rgcms_classes_layout_component) 854 0 R (_rgcms_classes_layout_grid-bootstrap3) 859 0 R (_rgcms_classes_lifecycleevent) 626 0 R (_rgcms_classes_lifecycleevent_AbstractLifecycleEvent) 675 0 R]
+<< /Limits [(__rgcms_classes_layout_component) (_rgcms_classes_AppManifest-bootstrapping)]
+/Names [(__rgcms_classes_layout_component) 854 0 R (__rgcms_classes_layout_grid-bootstrap3) 859 0 R (__rgcms_classes_mixins_Object_clearHints) 795 0 R (__rgcms_classes_mixins_Object_downloadLayoutXml) 800 0 R (__rgcms_classes_mixins_Object_rebuildMetamodel) 811 0 R (__rgcms_classes_mixins_Persistable_datanucleusXxx) 839 0 R (__rgcms_classes_mixins_Persistable_downloadJdoMetadata) 832 0 R (__rgcms_schema-cmd_ancillary) 892 0 R (__rgcms_schema-cmd_commandDto) 879 0 R (__rgcms_schema-cmd_memberDto) 887 0 R (__rgcms_schema-common_ancillary) 966 0 R (__rgcms_schema-common_oidDto) 946 0 R (__rgcms_schema-common_valueDto) 960 0 R (__rgcms_schema-ixn_ancillary) 916 0 R (__rgcms_schema-ixn_interactionDto) 896 0 R (__rgcms_schema-ixn_memberExecutionDto) 905 0 R (_rgcms) 13 0 R (_rgcms_classes) 425 0 R (_rgcms_classes_AppManifest-bootstrapping) 429 0 R]
 >>
 endobj
 221 0 obj
@@ -66901,8 +66901,8 @@ endobj
 [374 0 R /XYZ 0 309.0810000000006 null]
 endobj
 395 0 obj
-<< /Limits [(_rgcms_methods_reserved_disable) (_rgcms_methods_reserved_title)]
-/Names [(_rgcms_methods_reserved_disable) 300 0 R (_rgcms_methods_reserved_getId) 309 0 R (_rgcms_methods_reserved_hide) 322 0 R (_rgcms_methods_reserved_iconName) 331 0 R (_rgcms_methods_reserved_loaded) 380 0 R (_rgcms_methods_reserved_persisted) 384 0 R (_rgcms_methods_reserved_persisting) 389 0 R (_rgcms_methods_reserved_removed) 394 0 R (_rgcms_methods_reserved_removing) 400 0 R (_rgcms_methods_reserved_title) 343 0 R]
+<< /Limits [(_rgcms_methods_reserved_disable) (action-parameter)]
+/Names [(_rgcms_methods_reserved_disable) 300 0 R (_rgcms_methods_reserved_getId) 309 0 R (_rgcms_methods_reserved_hide) 322 0 R (_rgcms_methods_reserved_iconName) 331 0 R (_rgcms_methods_reserved_loaded) 380 0 R (_rgcms_methods_reserved_persisted) 384 0 R (_rgcms_methods_reserved_persisting) 389 0 R (_rgcms_methods_reserved_removed) 394 0 R (_rgcms_methods_reserved_removing) 400 0 R (_rgcms_methods_reserved_title) 343 0 R (_rgcms_methods_reserved_updated) 407 0 R (_rgcms_methods_reserved_updating) 412 0 R (_rgcms_methods_reserved_validate) 353 0 R (_rgcms_schema) 869 0 R (_rgcms_schema-aim) 933 0 R (_rgcms_schema-chg) 920 0 R (_rgcms_schema-cmd) 878 0 R (_rgcms_schema-common) 945 0 R (_rgcms_schema-ixn) 894 0 R (action-parameter) 238 0 R]
 >>
 endobj
 396 0 obj
@@ -112438,7 +112438,7 @@ endobj
 endobj
 694 0 obj
 << /Limits [(_rgcms_classes_lifecycleevent_ObjectCreatedEvent) (_rgcms_classes_roles)]
-/Names [(_rgcms_classes_lifecycleevent_ObjectCreatedEvent) 685 0 R (_rgcms_classes_lifecycleevent_ObjectLoadedEvent) 688 0 R (_rgcms_classes_lifecycleevent_ObjectPersistedEvent) 690 0 R (_rgcms_classes_lifecycleevent_ObjectPersistingEvent) 693 0 R (_rgcms_classes_lifecycleevent_ObjectRemovingEvent) 697 0 R (_rgcms_classes_lifecycleevent_ObjectUpdatedEvent) 702 0 R (_rgcms_classes_lifecycleevent_ObjectUpdatingEvent) 705 0 R (_rgcms_classes_mixins) 793 0 R (_rgcms_classes_mixins_Dto) 818 0 R (_rgcms_classes_mixins_HasTransactionId) 759 0 R (_rgcms_classes_mixins_HasUserName) 767 0 R (_rgcms_classes_mixins_Object) 794 0 R (_rgcms_classes_mixins_Object_clearHints) 795 0 R (_rgcms_classes_mixins_Object_downloadLayoutXml) 800 0 R (_rgcms_classes_mixins_Object_rebuildMetamodel) 811 0 R (_rgcms_classes_mixins_Persistable) 829 0 R (_rgcms_classes_mixins_Persistable_datanucleusXxx) 839 0 R (_rgcms_classes_mixins_Persistable_downloadJdoMetadata) 832 0 R (_rgcms_classes_roles) 774 0 R]
+/Names [(_rgcms_classes_lifecycleevent_ObjectCreatedEvent) 685 0 R (_rgcms_classes_lifecycleevent_ObjectLoadedEvent) 688 0 R (_rgcms_classes_lifecycleevent_ObjectPersistedEvent) 690 0 R (_rgcms_classes_lifecycleevent_ObjectPersistingEvent) 693 0 R (_rgcms_classes_lifecycleevent_ObjectRemovingEvent) 697 0 R (_rgcms_classes_lifecycleevent_ObjectUpdatedEvent) 702 0 R (_rgcms_classes_lifecycleevent_ObjectUpdatingEvent) 705 0 R (_rgcms_classes_mixins) 793 0 R (_rgcms_classes_mixins_Dto) 818 0 R (_rgcms_classes_mixins_HasTransactionId) 759 0 R (_rgcms_classes_mixins_HasUserName) 767 0 R (_rgcms_classes_mixins_Object) 794 0 R (_rgcms_classes_mixins_Persistable) 829 0 R (_rgcms_classes_roles) 774 0 R]
 >>
 endobj
 695 0 obj
@@ -147151,7 +147151,7 @@ endobj
 /XObject << /Stamp1 1025 0 R
 >>
 >>
-/Annots [845 0 R 846 0 R 847 0 R 848 0 R 849 0 R 850 0 R 851 0 R 852 0 R 853 0 R 855 0 R 856 0 R 857 0 R 858 0 R 860 0 R 861 0 R]
+/Annots [845 0 R 846 0 R 847 0 R 848 0 R 849 0 R 850 0 R 851 0 R 852 0 R 853 0 R 855 0 R 856 0 R 857 0 R 858 0 R 861 0 R 862 0 R]
 >>
 endobj
 845 0 obj
@@ -147301,6 +147301,11 @@ endobj
 [844 0 R /XYZ 0 143.96000000000012 null]
 endobj
 860 0 obj
+<< /Limits [(_rgcms_classes_contributee) (_rgcms_classes_lifecycleevent_AbstractLifecycleEvent)]
+/Names [(_rgcms_classes_contributee) 758 0 R (_rgcms_classes_domainevent) 539 0 R (_rgcms_classes_domainevent_AbstractDomainEvent) 558 0 R (_rgcms_classes_domainevent_ActionDomainEvent) 567 0 R (_rgcms_classes_domainevent_CollectionDomainEvent) 576 0 R (_rgcms_classes_domainevent_PropertyDomainEvent) 582 0 R (_rgcms_classes_i18n) 755 0 R (_rgcms_classes_i18n_TranslatableString) 756 0 R (_rgcms_classes_layout) 842 0 R (_rgcms_classes_lifecycleevent) 626 0 R (_rgcms_classes_lifecycleevent_AbstractLifecycleEvent) 675 0 R]
+>>
+endobj
+861 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -147311,7 +147316,7 @@ endobj
 /Type /Annot
 >>
 endobj
-861 0 obj
+862 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -147322,7 +147327,7 @@ endobj
 /Type /Annot
 >>
 endobj
-862 0 obj
+863 0 obj
 << /Length 21973
 >>
 stream
@@ -148768,11 +148773,11 @@ Q
 
 endstream
 endobj
-863 0 obj
+864 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 862 0 R
+/Contents 863 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 18 0 R
@@ -148780,10 +148785,10 @@ endobj
 /XObject << /Stamp1 1025 0 R
 >>
 >>
-/Annots [864 0 R 865 0 R]
+/Annots [865 0 R 866 0 R]
 >>
 endobj
-864 0 obj
+865 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -148794,7 +148799,7 @@ endobj
 /Type /Annot
 >>
 endobj
-865 0 obj
+866 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -148805,7 +148810,7 @@ endobj
 /Type /Annot
 >>
 endobj
-866 0 obj
+867 0 obj
 << /Length 14227
 >>
 stream
@@ -149712,11 +149717,11 @@ Q
 
 endstream
 endobj
-867 0 obj
+868 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 866 0 R
+/Contents 867 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
@@ -149727,13 +149732,13 @@ endobj
 /XObject << /Stamp1 1025 0 R
 >>
 >>
-/Annots [869 0 R 870 0 R 871 0 R 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R]
+/Annots [870 0 R 871 0 R 872 0 R 873 0 R 874 0 R 875 0 R 876 0 R 877 0 R]
 >>
 endobj
-868 0 obj
-[867 0 R /XYZ 0 841.89 null]
-endobj
 869 0 obj
+[868 0 R /XYZ 0 841.89 null]
+endobj
+870 0 obj
 << /Border [0 0 0]
 /Dest (_rgcms_schema-cmd)
 /Subtype /Link
@@ -149741,7 +149746,7 @@ endobj
 /Type /Annot
 >>
 endobj
-870 0 obj
+871 0 obj
 << /Border [0 0 0]
 /Dest (_rgcms_schema-ixn)
 /Subtype /Link
@@ -149749,7 +149754,7 @@ endobj
 /Type /Annot
 >>
 endobj
-871 0 obj
+872 0 obj
 << /Border [0 0 0]
 /Dest (_rgcms_schema-chg)
 /Subtype /Link
@@ -149757,7 +149762,7 @@ endobj
 /Type /Annot
 >>
 endobj
-872 0 obj
+873 0 obj
 << /Border [0 0 0]
 /Dest (_rgcms_schema-aim)
 /Subtype /Link
@@ -149765,7 +149770,7 @@ endobj
 /Type /Annot
 >>
 endobj
-873 0 obj
+874 0 obj
 << /Border [0 0 0]
 /Dest (_rgcms_schema-common)
 /Subtype /Link
@@ -149773,7 +149778,7 @@ endobj
 /Type /Annot
 >>
 endobj
-874 0 obj
+875 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -149784,7 +149789,7 @@ endobj
 /Type /Annot
 >>
 endobj
-875 0 obj
+876 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -149795,7 +149800,7 @@ endobj
 /Type /Annot
 >>
 endobj
-876 0 obj
+877 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -149806,13 +149811,13 @@ endobj
 /Type /Annot
 >>
 endobj
-877 0 obj
-[867 0 R /XYZ 0 434.6900000000004 null]
-endobj
 878 0 obj
-[867 0 R /XYZ 0 283.7100000000004 null]
+[868 0 R /XYZ 0 434.6900000000004 null]
 endobj
 879 0 obj
+[868 0 R /XYZ 0 283.7100000000004 null]
+endobj
+880 0 obj
 << /Length 42284
 >>
 stream
@@ -152743,11 +152748,11 @@ Q
 
 endstream
 endobj
-880 0 obj
+881 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 879 0 R
+/Contents 880 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 18 0 R
 /F3.1 141 0 R
@@ -152756,10 +152761,10 @@ endobj
 /XObject << /Stamp1 1025 0 R
 >>
 >>
-/Annots [881 0 R 882 0 R 883 0 R]
+/Annots [882 0 R 883 0 R 884 0 R]
 >>
 endobj
-881 0 obj
+882 0 obj
 << /Border [0 0 0]
 /Dest (_rgcms_schema_common)
 /Subtype /Link
@@ -152767,7 +152772,7 @@ endobj
 /Type /Annot
 >>
 endobj
-882 0 obj
+883 0 obj
 << /Border [0 0 0]
 /Dest (_rgcms_schema_interaction)
 /Subtype /Link
@@ -152775,7 +152780,7 @@ endobj
 /Type /Annot
 >>
 endobj
-883 0 obj
+884 0 obj
 << /Border [0 0 0]
 /Dest (_rgcms_schema_changes)
 /Subtype /Link
@@ -152783,7 +152788,7 @@ endobj
 /Type /Annot
 >>
 endobj
-884 0 obj
+885 0 obj
 << /Length 34998
 >>
 stream
@@ -155148,11 +155153,11 @@ Q
 
 endstream
 endobj
-885 0 obj
+886 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 884 0 R
+/Contents 885 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 18 0 R
@@ -155162,29 +155167,29 @@ endobj
 /XObject << /Stamp1 1025 0 R
 >>
 >>
-/Annots [887 0 R 888 0 R]
+/Annots [888 0 R 889 0 R]
 >>
 endobj
-886 0 obj
-[885 0 R /XYZ 0 778.86 null]
-endobj
 887 0 obj
+[886 0 R /XYZ 0 778.86 null]
+endobj
+888 0 obj
 << /Border [0 0 0]
-/Dest (_rgcms_schema-cmd_ancillary)
+/Dest (__rgcms_schema-cmd_ancillary)
 /Subtype /Link
 /Rect [377.96079492187505 156.41000000000005 408.36879492187506 170.69000000000005]
 /Type /Annot
 >>
 endobj
-888 0 obj
+889 0 obj
 << /Border [0 0 0]
-/Dest (_rgcms_schema-ixn_memberExecutionDto)
+/Dest (__rgcms_schema-ixn_memberExecutionDto)
 /Subtype /Link
 /Rect [246.87872473958333 108.44600000000005 341.37872473958333 118.94600000000005]
 /Type /Annot
 >>
 endobj
-889 0 obj
+890 0 obj
 << /Length 24839
 >>
 stream
@@ -156830,11 +156835,11 @@ Q
 
 endstream
 endobj
-890 0 obj
+891 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 889 0 R
+/Contents 890 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
@@ -156845,13 +156850,13 @@ endobj
 /XObject << /Stamp1 1025 0 R
 >>
 >>
-/Annots [892 0 R 894 0 R]
+/Annots [893 0 R 895 0 R]
 >>
 endobj
-891 0 obj
-[890 0 R /XYZ 0 841.89 null]
-endobj
 892 0 obj
+[891 0 R /XYZ 0 841.89 null]
+endobj
+893 0 obj
 << /Border [0 0 0]
 /Dest (_rgcms_schema-common)
 /Subtype /Link
@@ -156859,10 +156864,10 @@ endobj
 /Type /Annot
 >>
 endobj
-893 0 obj
-[890 0 R /XYZ 0 404.6700000000001 null]
-endobj
 894 0 obj
+[891 0 R /XYZ 0 404.6700000000001 null]
+endobj
+895 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -156873,13 +156878,8 @@ endobj
 /Type /Annot
 >>
 endobj
-895 0 obj
-[890 0 R /XYZ 0 178.56999999999996 null]
-endobj
 896 0 obj
-<< /Limits [(_rgcms_methods_reserved_updated) (action-parameter)]
-/Names [(_rgcms_methods_reserved_updated) 407 0 R (_rgcms_methods_reserved_updating) 412 0 R (_rgcms_methods_reserved_validate) 353 0 R (_rgcms_schema) 868 0 R (_rgcms_schema-aim) 933 0 R (_rgcms_schema-chg) 920 0 R (_rgcms_schema-cmd) 877 0 R (_rgcms_schema-cmd_ancillary) 891 0 R (_rgcms_schema-cmd_commandDto) 878 0 R (_rgcms_schema-cmd_memberDto) 886 0 R (_rgcms_schema-common) 945 0 R (_rgcms_schema-common_ancillary) 966 0 R (_rgcms_schema-common_oidDto) 946 0 R (_rgcms_schema-common_valueDto) 960 0 R (_rgcms_schema-ixn) 893 0 R (_rgcms_schema-ixn_ancillary) 916 0 R (_rgcms_schema-ixn_interactionDto) 895 0 R (_rgcms_schema-ixn_memberExecutionDto) 905 0 R (action-parameter) 238 0 R]
->>
+[891 0 R /XYZ 0 178.56999999999996 null]
 endobj
 897 0 obj
 << /Length 38999
@@ -163133,7 +163133,7 @@ endobj
 endobj
 906 0 obj
 << /Border [0 0 0]
-/Dest (_rgcms_schema-cmd_memberDto)
+/Dest (__rgcms_schema-cmd_memberDto)
 /Subtype /Link
 /Rect [353.3403060661765 748.196 400.5903060661765 758.696]
 /Type /Annot
@@ -163141,7 +163141,7 @@ endobj
 endobj
 907 0 obj
 << /Border [0 0 0]
-/Dest (_rgcms_schema-cmd_memberDto)
+/Dest (__rgcms_schema-cmd_memberDto)
 /Subtype /Link
 /Rect [485.1345 233.01599999999996 532.3845 243.51599999999996]
 /Type /Annot
@@ -163149,7 +163149,7 @@ endobj
 endobj
 908 0 obj
 << /Border [0 0 0]
-/Dest (_rgcms_schema-cmd_memberDto)
+/Dest (__rgcms_schema-cmd_memberDto)
 /Subtype /Link
 /Rect [485.32349999999997 211.23599999999996 532.5735 221.73599999999996]
 /Type /Annot
@@ -163157,7 +163157,7 @@ endobj
 endobj
 909 0 obj
 << /Border [0 0 0]
-/Dest (_rgcms_schema-cmd_memberDto)
+/Dest (__rgcms_schema-cmd_memberDto)
 /Subtype /Link
 /Rect [64.809 176.51099999999997 112.059 187.01099999999997]
 /Type /Annot
@@ -163165,7 +163165,7 @@ endobj
 endobj
 910 0 obj
 << /Border [0 0 0]
-/Dest (_rgcms_schema-ixn_ancillary)
+/Dest (__rgcms_schema-ixn_ancillary)
 /Subtype /Link
 /Rect [426.828 132.95099999999996 457.236 147.23099999999997]
 /Type /Annot
@@ -165517,7 +165517,7 @@ endobj
 endobj
 914 0 obj
 << /Border [0 0 0]
-/Dest (_rgcms_schema-cmd_memberDto)
+/Dest (__rgcms_schema-cmd_memberDto)
 /Subtype /Link
 /Rect [64.809 295.8859999999999 112.059 306.3859999999999]
 /Type /Annot
@@ -165525,7 +165525,7 @@ endobj
 endobj
 915 0 obj
 << /Border [0 0 0]
-/Dest (_rgcms_schema-cmd_memberDto)
+/Dest (__rgcms_schema-cmd_memberDto)
 /Subtype /Link
 /Rect [489.28999999999996 183.2059999999999 547.04 193.7059999999999]
 /Type /Annot
@@ -179725,7 +179725,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_core-concepts_building-blocks_oid)
+/URI (ugfun.pdf#__ugfun_core-concepts_building-blocks_oid)
 >>
 /Subtype /Link
 /Rect [371.05179492187506 270.12000000000023 393.88929492187503 284.4000000000002]
@@ -189895,7 +189895,7 @@ endobj
 /First 1050 0 R
 /Last 1054 0 R
 /Prev 1035 0 R
-/Dest [867 0 R /XYZ 0 841.89 null]
+/Dest [868 0 R /XYZ 0 841.89 null]
 >>
 endobj
 1050 0 obj
@@ -189903,7 +189903,7 @@ endobj
 /Parent 1049 0 R
 /Count 0
 /Next 1051 0 R
-/Dest [867 0 R /XYZ 0 434.6900000000004 null]
+/Dest [868 0 R /XYZ 0 434.6900000000004 null]
 >>
 endobj
 1051 0 obj
@@ -189912,7 +189912,7 @@ endobj
 /Count 0
 /Next 1052 0 R
 /Prev 1050 0 R
-/Dest [890 0 R /XYZ 0 404.6700000000001 null]
+/Dest [891 0 R /XYZ 0 404.6700000000001 null]
 >>
 endobj
 1052 0 obj
@@ -190605,878 +190605,878 @@ xref
 0000634450 00000 n 
 0000634669 00000 n 
 0000634715 00000 n 
-0000635519 00000 n 
-0000636053 00000 n 
-0000636239 00000 n 
-0000636426 00000 n 
-0000636613 00000 n 
-0000669959 00000 n 
-0000670328 00000 n 
-0000670374 00000 n 
-0000670547 00000 n 
-0000670735 00000 n 
-0000670924 00000 n 
-0000671113 00000 n 
-0000671170 00000 n 
-0000671356 00000 n 
-0000671543 00000 n 
-0000671730 00000 n 
-0000671787 00000 n 
-0000671988 00000 n 
-0000672046 00000 n 
-0000700211 00000 n 
-0000700453 00000 n 
-0000700511 00000 n 
-0000741726 00000 n 
-0000741981 00000 n 
-0000742027 00000 n 
-0000742085 00000 n 
-0000776118 00000 n 
-0000776476 00000 n 
-0000776649 00000 n 
-0000776847 00000 n 
-0000777033 00000 n 
-0000777220 00000 n 
-0000777407 00000 n 
-0000777585 00000 n 
-0000777763 00000 n 
-0000777941 00000 n 
-0000777999 00000 n 
-0000778184 00000 n 
-0000778393 00000 n 
-0000812479 00000 n 
-0000812965 00000 n 
-0000813156 00000 n 
-0000813348 00000 n 
-0000813540 00000 n 
-0000813713 00000 n 
-0000813886 00000 n 
-0000814059 00000 n 
-0000814105 00000 n 
-0000814282 00000 n 
-0000814498 00000 n 
-0000814665 00000 n 
-0000814835 00000 n 
-0000815010 00000 n 
-0000815198 00000 n 
-0000815387 00000 n 
-0000815560 00000 n 
-0000815732 00000 n 
-0000815916 00000 n 
-0000816100 00000 n 
-0000816277 00000 n 
-0000816444 00000 n 
-0000816614 00000 n 
-0000816787 00000 n 
-0000816957 00000 n 
-0000817127 00000 n 
-0000817306 00000 n 
-0000817364 00000 n 
-0000817671 00000 n 
-0000817868 00000 n 
-0000818093 00000 n 
-0000833023 00000 n 
-0000833314 00000 n 
-0000833536 00000 n 
-0000954289 00000 n 
-0000954513 00000 n 
-0000954735 00000 n 
-0000954920 00000 n 
-0000955109 00000 n 
-0000983251 00000 n 
-0000983570 00000 n 
-0000983616 00000 n 
-0000983783 00000 n 
-0000983950 00000 n 
-0000984117 00000 n 
-0000984325 00000 n 
-0000984511 00000 n 
-0000984569 00000 n 
-0001018840 00000 n 
-0001019082 00000 n 
-0001019139 00000 n 
-0001039607 00000 n 
-0001039973 00000 n 
-0001040184 00000 n 
-0001040336 00000 n 
-0001040478 00000 n 
-0001040654 00000 n 
-0001040837 00000 n 
-0001040894 00000 n 
-0001040951 00000 n 
-0001041169 00000 n 
-0001041357 00000 n 
-0001041552 00000 n 
-0001041610 00000 n 
-0001041793 00000 n 
-0001041976 00000 n 
-0001042159 00000 n 
-0001061986 00000 n 
-0001062304 00000 n 
-0001062473 00000 n 
-0001062530 00000 n 
-0001062699 00000 n 
-0001062756 00000 n 
-0001062934 00000 n 
-0001063164 00000 n 
-0001072412 00000 n 
-0001072632 00000 n 
-0001090062 00000 n 
-0001090379 00000 n 
-0001092288 00000 n 
-0001093109 00000 n 
-0001093317 00000 n 
-0001093503 00000 n 
-0001093693 00000 n 
-0001093751 00000 n 
-0001093949 00000 n 
-0001094179 00000 n 
-0001127143 00000 n 
-0001127483 00000 n 
-0001127641 00000 n 
-0001127822 00000 n 
-0001128031 00000 n 
-0001128200 00000 n 
-0001128390 00000 n 
-0001128448 00000 n 
-0001128659 00000 n 
-0001153469 00000 n 
-0001153867 00000 n 
-0001153913 00000 n 
-0001154090 00000 n 
-0001154264 00000 n 
-0001154452 00000 n 
-0001154671 00000 n 
-0001154860 00000 n 
-0001155053 00000 n 
-0001155247 00000 n 
-0001155437 00000 n 
-0001155629 00000 n 
-0001155817 00000 n 
-0001156009 00000 n 
-0001156197 00000 n 
-0001156388 00000 n 
-0001156579 00000 n 
-0001156770 00000 n 
-0001174428 00000 n 
-0001174853 00000 n 
-0001174899 00000 n 
-0001175104 00000 n 
-0001175316 00000 n 
-0001175502 00000 n 
-0001175686 00000 n 
-0001175743 00000 n 
-0001175965 00000 n 
-0001176161 00000 n 
-0001176364 00000 n 
-0001176421 00000 n 
-0001176613 00000 n 
-0001176837 00000 n 
-0001177035 00000 n 
-0001177241 00000 n 
-0001177299 00000 n 
-0001177490 00000 n 
-0001177713 00000 n 
-0001177910 00000 n 
-0001178119 00000 n 
-0001178176 00000 n 
-0001178703 00000 n 
-0001178895 00000 n 
-0001179119 00000 n 
-0001179317 00000 n 
-0001179523 00000 n 
-0001179581 00000 n 
-0001179770 00000 n 
-0001191242 00000 n 
-0001191611 00000 n 
-0001191822 00000 n 
-0001192007 00000 n 
-0001192212 00000 n 
-0001192258 00000 n 
-0001192448 00000 n 
-0001192670 00000 n 
-0001192866 00000 n 
-0001193070 00000 n 
-0001193127 00000 n 
-0001193316 00000 n 
-0001193538 00000 n 
-0001193734 00000 n 
-0001193940 00000 n 
-0001193997 00000 n 
-0001194251 00000 n 
-0001194476 00000 n 
-0001223322 00000 n 
-0001223583 00000 n 
-0001223795 00000 n 
-0001255552 00000 n 
-0001255858 00000 n 
-0001255904 00000 n 
-0001256040 00000 n 
-0001256236 00000 n 
-0001256429 00000 n 
-0001256486 00000 n 
-0001256543 00000 n 
-0001256600 00000 n 
-0001256816 00000 n 
-0001257029 00000 n 
-0001294039 00000 n 
-0001294310 00000 n 
-0001294515 00000 n 
-0001294724 00000 n 
-0001294782 00000 n 
-0001295002 00000 n 
-0001295238 00000 n 
-0001322082 00000 n 
-0001322350 00000 n 
-0001322407 00000 n 
-0001322593 00000 n 
-0001322651 00000 n 
-0001322838 00000 n 
-0001322896 00000 n 
-0001323274 00000 n 
-0001343000 00000 n 
-0001343242 00000 n 
-0001343287 00000 n 
-0001343332 00000 n 
-0001343389 00000 n 
-0001394013 00000 n 
-0001394274 00000 n 
-0001394502 00000 n 
-0001422620 00000 n 
-0001422901 00000 n 
-0001422947 00000 n 
-0001423129 00000 n 
-0001423353 00000 n 
-0001423411 00000 n 
-0001451379 00000 n 
-0001451844 00000 n 
-0001451901 00000 n 
-0001452102 00000 n 
-0001452303 00000 n 
-0001452494 00000 n 
-0001452696 00000 n 
-0001452895 00000 n 
-0001453093 00000 n 
-0001453281 00000 n 
-0001453487 00000 n 
-0001453692 00000 n 
-0001453886 00000 n 
-0001454093 00000 n 
-0001454286 00000 n 
-0001454480 00000 n 
-0001454663 00000 n 
-0001454860 00000 n 
-0001455055 00000 n 
-0001455239 00000 n 
-0001455435 00000 n 
-0001455631 00000 n 
-0001455816 00000 n 
-0001456008 00000 n 
-0001456200 00000 n 
-0001456393 00000 n 
-0001456585 00000 n 
-0001456778 00000 n 
-0001474391 00000 n 
-0001474757 00000 n 
-0001474917 00000 n 
-0001475074 00000 n 
-0001475254 00000 n 
-0001475421 00000 n 
-0001475581 00000 n 
-0001475781 00000 n 
-0001475981 00000 n 
-0001476201 00000 n 
-0001476421 00000 n 
-0001476478 00000 n 
-0001476666 00000 n 
-0001476885 00000 n 
-0001494010 00000 n 
-0001494408 00000 n 
-0001494454 00000 n 
-0001494618 00000 n 
-0001494823 00000 n 
-0001494880 00000 n 
-0001495082 00000 n 
+0000635681 00000 n 
+0000636215 00000 n 
+0000636401 00000 n 
+0000636588 00000 n 
+0000636775 00000 n 
+0000670121 00000 n 
+0000670490 00000 n 
+0000670536 00000 n 
+0000670709 00000 n 
+0000670897 00000 n 
+0000671086 00000 n 
+0000671275 00000 n 
+0000671332 00000 n 
+0000671518 00000 n 
+0000671705 00000 n 
+0000671892 00000 n 
+0000671949 00000 n 
+0000672150 00000 n 
+0000672208 00000 n 
+0000700373 00000 n 
+0000700615 00000 n 
+0000700673 00000 n 
+0000741888 00000 n 
+0000742143 00000 n 
+0000742189 00000 n 
+0000742247 00000 n 
+0000776280 00000 n 
+0000776638 00000 n 
+0000776811 00000 n 
+0000777009 00000 n 
+0000777195 00000 n 
+0000777382 00000 n 
+0000777569 00000 n 
+0000777747 00000 n 
+0000777925 00000 n 
+0000778103 00000 n 
+0000778161 00000 n 
+0000778346 00000 n 
+0000778555 00000 n 
+0000812641 00000 n 
+0000813127 00000 n 
+0000813318 00000 n 
+0000813510 00000 n 
+0000813702 00000 n 
+0000813875 00000 n 
+0000814048 00000 n 
+0000814221 00000 n 
+0000814267 00000 n 
+0000814444 00000 n 
+0000814660 00000 n 
+0000814827 00000 n 
+0000814997 00000 n 
+0000815172 00000 n 
+0000815360 00000 n 
+0000815549 00000 n 
+0000815722 00000 n 
+0000815894 00000 n 
+0000816078 00000 n 
+0000816262 00000 n 
+0000816439 00000 n 
+0000816606 00000 n 
+0000816776 00000 n 
+0000816949 00000 n 
+0000817119 00000 n 
+0000817289 00000 n 
+0000817468 00000 n 
+0000817526 00000 n 
+0000817833 00000 n 
+0000818030 00000 n 
+0000818255 00000 n 
+0000833185 00000 n 
+0000833476 00000 n 
+0000833698 00000 n 
+0000954451 00000 n 
+0000954675 00000 n 
+0000954897 00000 n 
+0000955082 00000 n 
+0000955271 00000 n 
+0000983413 00000 n 
+0000983732 00000 n 
+0000983778 00000 n 
+0000983945 00000 n 
+0000984112 00000 n 
+0000984279 00000 n 
+0000984487 00000 n 
+0000984673 00000 n 
+0000984731 00000 n 
+0001019002 00000 n 
+0001019244 00000 n 
+0001019301 00000 n 
+0001039769 00000 n 
+0001040135 00000 n 
+0001040346 00000 n 
+0001040498 00000 n 
+0001040640 00000 n 
+0001040816 00000 n 
+0001040999 00000 n 
+0001041056 00000 n 
+0001041113 00000 n 
+0001041331 00000 n 
+0001041519 00000 n 
+0001041714 00000 n 
+0001041772 00000 n 
+0001041955 00000 n 
+0001042138 00000 n 
+0001042321 00000 n 
+0001062148 00000 n 
+0001062466 00000 n 
+0001062635 00000 n 
+0001062692 00000 n 
+0001062861 00000 n 
+0001062918 00000 n 
+0001063096 00000 n 
+0001063326 00000 n 
+0001072574 00000 n 
+0001072794 00000 n 
+0001090224 00000 n 
+0001090541 00000 n 
+0001092450 00000 n 
+0001093271 00000 n 
+0001093479 00000 n 
+0001093665 00000 n 
+0001093855 00000 n 
+0001093913 00000 n 
+0001094111 00000 n 
+0001094341 00000 n 
+0001127305 00000 n 
+0001127645 00000 n 
+0001127803 00000 n 
+0001127984 00000 n 
+0001128193 00000 n 
+0001128362 00000 n 
+0001128552 00000 n 
+0001128610 00000 n 
+0001128821 00000 n 
+0001153631 00000 n 
+0001154029 00000 n 
+0001154075 00000 n 
+0001154252 00000 n 
+0001154426 00000 n 
+0001154614 00000 n 
+0001154833 00000 n 
+0001155022 00000 n 
+0001155215 00000 n 
+0001155409 00000 n 
+0001155599 00000 n 
+0001155791 00000 n 
+0001155979 00000 n 
+0001156171 00000 n 
+0001156359 00000 n 
+0001156550 00000 n 
+0001156741 00000 n 
+0001156932 00000 n 
+0001174590 00000 n 
+0001175015 00000 n 
+0001175061 00000 n 
+0001175266 00000 n 
+0001175478 00000 n 
+0001175664 00000 n 
+0001175848 00000 n 
+0001175905 00000 n 
+0001176127 00000 n 
+0001176323 00000 n 
+0001176526 00000 n 
+0001176583 00000 n 
+0001176775 00000 n 
+0001176999 00000 n 
+0001177197 00000 n 
+0001177403 00000 n 
+0001177461 00000 n 
+0001177652 00000 n 
+0001177875 00000 n 
+0001178072 00000 n 
+0001178281 00000 n 
+0001178338 00000 n 
+0001179174 00000 n 
+0001179366 00000 n 
+0001179590 00000 n 
+0001179788 00000 n 
+0001179994 00000 n 
+0001180052 00000 n 
+0001180241 00000 n 
+0001191713 00000 n 
+0001192082 00000 n 
+0001192293 00000 n 
+0001192478 00000 n 
+0001192683 00000 n 
+0001192729 00000 n 
+0001192919 00000 n 
+0001193141 00000 n 
+0001193337 00000 n 
+0001193541 00000 n 
+0001193598 00000 n 
+0001193787 00000 n 
+0001194009 00000 n 
+0001194205 00000 n 
+0001194411 00000 n 
+0001194468 00000 n 
+0001194722 00000 n 
+0001194947 00000 n 
+0001223793 00000 n 
+0001224054 00000 n 
+0001224266 00000 n 
+0001256023 00000 n 
+0001256329 00000 n 
+0001256375 00000 n 
+0001256511 00000 n 
+0001256707 00000 n 
+0001256900 00000 n 
+0001256957 00000 n 
+0001257014 00000 n 
+0001257071 00000 n 
+0001257287 00000 n 
+0001257500 00000 n 
+0001294510 00000 n 
+0001294781 00000 n 
+0001294986 00000 n 
+0001295195 00000 n 
+0001295253 00000 n 
+0001295473 00000 n 
+0001295709 00000 n 
+0001322553 00000 n 
+0001322821 00000 n 
+0001322878 00000 n 
+0001323064 00000 n 
+0001323122 00000 n 
+0001323309 00000 n 
+0001323367 00000 n 
+0001323745 00000 n 
+0001343471 00000 n 
+0001343713 00000 n 
+0001343758 00000 n 
+0001343803 00000 n 
+0001343860 00000 n 
+0001394484 00000 n 
+0001394745 00000 n 
+0001394973 00000 n 
+0001423091 00000 n 
+0001423372 00000 n 
+0001423418 00000 n 
+0001423600 00000 n 
+0001423824 00000 n 
+0001423882 00000 n 
+0001451850 00000 n 
+0001452315 00000 n 
+0001452372 00000 n 
+0001452573 00000 n 
+0001452774 00000 n 
+0001452965 00000 n 
+0001453167 00000 n 
+0001453366 00000 n 
+0001453564 00000 n 
+0001453752 00000 n 
+0001453958 00000 n 
+0001454163 00000 n 
+0001454357 00000 n 
+0001454564 00000 n 
+0001454757 00000 n 
+0001454951 00000 n 
+0001455134 00000 n 
+0001455331 00000 n 
+0001455526 00000 n 
+0001455710 00000 n 
+0001455906 00000 n 
+0001456102 00000 n 
+0001456287 00000 n 
+0001456479 00000 n 
+0001456671 00000 n 
+0001456864 00000 n 
+0001457056 00000 n 
+0001457249 00000 n 
+0001474862 00000 n 
+0001475228 00000 n 
+0001475388 00000 n 
+0001475545 00000 n 
+0001475725 00000 n 
+0001475892 00000 n 
+0001476052 00000 n 
+0001476252 00000 n 
+0001476452 00000 n 
+0001476672 00000 n 
+0001476892 00000 n 
+0001476949 00000 n 
+0001477137 00000 n 
+0001477356 00000 n 
+0001494481 00000 n 
+0001494879 00000 n 
+0001494925 00000 n 
+0001495089 00000 n 
 0001495294 00000 n 
 0001495351 00000 n 
-0001495543 00000 n 
-0001495773 00000 n 
-0001495831 00000 n 
-0001496052 00000 n 
-0001496260 00000 n 
-0001496452 00000 n 
-0001496663 00000 n 
-0001496901 00000 n 
-0001497088 00000 n 
-0001497297 00000 n 
-0001497355 00000 n 
-0001498104 00000 n 
-0001498292 00000 n 
-0001498482 00000 n 
-0001498540 00000 n 
-0001517883 00000 n 
-0001518260 00000 n 
-0001518469 00000 n 
-0001518660 00000 n 
-0001518717 00000 n 
-0001518907 00000 n 
-0001519126 00000 n 
-0001519336 00000 n 
-0001519557 00000 n 
-0001519771 00000 n 
-0001519829 00000 n 
-0001520048 00000 n 
-0001520262 00000 n 
-0001520479 00000 n 
-0001520682 00000 n 
-0001520875 00000 n 
-0001521055 00000 n 
-0001521236 00000 n 
-0001541183 00000 n 
-0001541507 00000 n 
-0001541696 00000 n 
-0001541872 00000 n 
-0001542049 00000 n 
-0001542242 00000 n 
-0001542412 00000 n 
-0001542573 00000 n 
-0001542764 00000 n 
-0001542942 00000 n 
-0001543121 00000 n 
-0001543178 00000 n 
-0001590216 00000 n 
-0001590506 00000 n 
-0001590673 00000 n 
-0001590842 00000 n 
-0001591013 00000 n 
-0001591059 00000 n 
-0001608122 00000 n 
-0001608417 00000 n 
-0001608475 00000 n 
-0001608667 00000 n 
-0001608872 00000 n 
-0001608930 00000 n 
-0001647191 00000 n 
-0001647502 00000 n 
-0001647725 00000 n 
-0001647928 00000 n 
-0001648145 00000 n 
-0001648202 00000 n 
-0001648394 00000 n 
-0001682680 00000 n 
-0001682975 00000 n 
-0001683021 00000 n 
-0001683248 00000 n 
-0001683305 00000 n 
-0001683499 00000 n 
-0001714910 00000 n 
-0001715229 00000 n 
-0001715286 00000 n 
-0001715509 00000 n 
-0001715566 00000 n 
-0001715783 00000 n 
-0001716017 00000 n 
-0001716250 00000 n 
-0001716476 00000 n 
-0001725875 00000 n 
-0001726167 00000 n 
-0001726347 00000 n 
-0001726504 00000 n 
-0001726684 00000 n 
-0001726870 00000 n 
-0001727068 00000 n 
-0001737017 00000 n 
-0001737333 00000 n 
-0001737492 00000 n 
-0001737648 00000 n 
-0001737827 00000 n 
-0001738006 00000 n 
-0001738230 00000 n 
-0001738452 00000 n 
-0001738674 00000 n 
-0001738897 00000 n 
-0001754564 00000 n 
-0001754877 00000 n 
-0001755060 00000 n 
-0001755220 00000 n 
-0001755391 00000 n 
-0001755580 00000 n 
-0001755626 00000 n 
-0001755813 00000 n 
-0001756012 00000 n 
-0001756070 00000 n 
-0001775128 00000 n 
-0001775515 00000 n 
-0001775703 00000 n 
-0001775925 00000 n 
-0001775971 00000 n 
-0001776159 00000 n 
-0001776216 00000 n 
-0001776425 00000 n 
-0001776634 00000 n 
-0001776833 00000 n 
-0001777046 00000 n 
-0001777258 00000 n 
-0001777459 00000 n 
-0001777710 00000 n 
-0001777961 00000 n 
-0001778213 00000 n 
-0001796725 00000 n 
-0001797110 00000 n 
-0001797308 00000 n 
-0001797493 00000 n 
-0001797679 00000 n 
-0001797880 00000 n 
-0001798068 00000 n 
-0001798257 00000 n 
-0001798509 00000 n 
-0001798761 00000 n 
-0001799014 00000 n 
-0001799218 00000 n 
-0001799408 00000 n 
-0001799598 00000 n 
-0001799850 00000 n 
-0001800104 00000 n 
-0001800357 00000 n 
-0001815787 00000 n 
-0001816148 00000 n 
-0001816348 00000 n 
-0001816535 00000 n 
-0001816723 00000 n 
-0001816975 00000 n 
-0001817227 00000 n 
-0001817460 00000 n 
-0001817659 00000 n 
-0001817825 00000 n 
-0001818012 00000 n 
-0001818264 00000 n 
-0001818516 00000 n 
-0001818771 00000 n 
-0001832293 00000 n 
-0001832662 00000 n 
-0001832862 00000 n 
-0001833039 00000 n 
-0001833227 00000 n 
-0001833479 00000 n 
-0001833731 00000 n 
-0001833986 00000 n 
-0001834043 00000 n 
-0001834238 00000 n 
-0001834432 00000 n 
-0001834629 00000 n 
-0001834827 00000 n 
-0001835023 00000 n 
-0001835218 00000 n 
-0001835414 00000 n 
-0001852047 00000 n 
-0001852397 00000 n 
-0001852443 00000 n 
-0001852633 00000 n 
-0001852838 00000 n 
-0001852895 00000 n 
-0001853105 00000 n 
-0001853162 00000 n 
-0001853372 00000 n 
-0001853627 00000 n 
-0001853685 00000 n 
-0001854781 00000 n 
-0001854990 00000 n 
-0001855235 00000 n 
-0001855292 00000 n 
-0001855504 00000 n 
-0001855759 00000 n 
-0001880224 00000 n 
-0001880547 00000 n 
-0001880593 00000 n 
-0001880783 00000 n 
-0001880991 00000 n 
-0001881048 00000 n 
-0001881258 00000 n 
-0001881498 00000 n 
-0001881555 00000 n 
-0001898993 00000 n 
-0001899248 00000 n 
-0001899294 00000 n 
-0001942498 00000 n 
-0001942771 00000 n 
-0001942939 00000 n 
-0001942985 00000 n 
-0001998922 00000 n 
-0001999195 00000 n 
-0001999385 00000 n 
-0001999443 00000 n 
-0002000065 00000 n 
-0002000122 00000 n 
-0002000180 00000 n 
-0002000238 00000 n 
-0002053152 00000 n 
-0002053407 00000 n 
-0002053453 00000 n 
-0002053510 00000 n 
-0002080224 00000 n 
-0002080530 00000 n 
-0002080576 00000 n 
-0002080792 00000 n 
-0002085970 00000 n 
-0002087775 00000 n 
-0002087999 00000 n 
-0002118317 00000 n 
-0002118559 00000 n 
-0002118616 00000 n 
-0002149438 00000 n 
-0002149741 00000 n 
-0002149787 00000 n 
-0002149940 00000 n 
-0002149997 00000 n 
-0002150197 00000 n 
-0002150419 00000 n 
-0002150476 00000 n 
-0002182355 00000 n 
-0002182637 00000 n 
-0002182683 00000 n 
-0002182857 00000 n 
-0002182914 00000 n 
-0002183125 00000 n 
-0002183183 00000 n 
-0002204115 00000 n 
-0002204439 00000 n 
-0002204496 00000 n 
-0002204553 00000 n 
-0002204762 00000 n 
-0002204819 00000 n 
-0002204877 00000 n 
-0002205094 00000 n 
-0002205319 00000 n 
-0002205555 00000 n 
-0002229533 00000 n 
-0002229857 00000 n 
-0002230081 00000 n 
-0002230276 00000 n 
-0002230333 00000 n 
-0002230566 00000 n 
-0002230790 00000 n 
-0002231016 00000 n 
-0002231246 00000 n 
-0002231489 00000 n 
-0002231717 00000 n 
-0002231774 00000 n 
-0002231832 00000 n 
-0002232031 00000 n 
-0002258021 00000 n 
-0002258321 00000 n 
-0002258514 00000 n 
-0002258684 00000 n 
-0002258730 00000 n 
-0002258787 00000 n 
-0002258980 00000 n 
-0002259152 00000 n 
-0002259209 00000 n 
-0002259841 00000 n 
-0002260032 00000 n 
-0002260214 00000 n 
-0002260272 00000 n 
-0002272960 00000 n 
-0002273244 00000 n 
-0002273413 00000 n 
-0002273459 00000 n 
-0002273516 00000 n 
-0002273573 00000 n 
-0002273739 00000 n 
-0002273797 00000 n 
-0002273854 00000 n 
-0002274055 00000 n 
-0002274113 00000 n 
-0002274345 00000 n 
-0002295141 00000 n 
-0002295479 00000 n 
-0002295696 00000 n 
-0002295916 00000 n 
-0002295962 00000 n 
-0002296530 00000 n 
-0002296699 00000 n 
-0002296756 00000 n 
-0002296960 00000 n 
-0002297018 00000 n 
-0002297076 00000 n 
-0002297247 00000 n 
-0002297305 00000 n 
-0002297704 00000 n 
-0002297911 00000 n 
-0002298123 00000 n 
-0002298181 00000 n 
-0002298380 00000 n 
-0002298581 00000 n 
-0002330898 00000 n 
-0002331204 00000 n 
-0002331373 00000 n 
-0002331564 00000 n 
-0002331752 00000 n 
-0002331925 00000 n 
-0002331983 00000 n 
-0002332205 00000 n 
-0002332263 00000 n 
-0002350675 00000 n 
-0002350981 00000 n 
-0002351027 00000 n 
-0002351271 00000 n 
-0002351440 00000 n 
-0002351497 00000 n 
+0001495553 00000 n 
+0001495765 00000 n 
+0001495822 00000 n 
+0001496014 00000 n 
+0001496244 00000 n 
+0001496302 00000 n 
+0001496523 00000 n 
+0001496731 00000 n 
+0001496923 00000 n 
+0001497134 00000 n 
+0001497372 00000 n 
+0001497559 00000 n 
+0001497768 00000 n 
+0001497826 00000 n 
+0001498575 00000 n 
+0001498763 00000 n 
+0001498953 00000 n 
+0001499011 00000 n 
+0001518354 00000 n 
+0001518731 00000 n 
+0001518940 00000 n 
+0001519131 00000 n 
+0001519188 00000 n 
+0001519378 00000 n 
+0001519597 00000 n 
+0001519807 00000 n 
+0001520028 00000 n 
+0001520242 00000 n 
+0001520300 00000 n 
+0001520519 00000 n 
+0001520733 00000 n 
+0001520950 00000 n 
+0001521153 00000 n 
+0001521346 00000 n 
+0001521526 00000 n 
+0001521707 00000 n 
+0001541654 00000 n 
+0001541978 00000 n 
+0001542167 00000 n 
+0001542343 00000 n 
+0001542520 00000 n 
+0001542713 00000 n 
+0001542883 00000 n 
+0001543044 00000 n 
+0001543235 00000 n 
+0001543413 00000 n 
+0001543592 00000 n 
+0001543649 00000 n 
+0001590687 00000 n 
+0001590977 00000 n 
+0001591144 00000 n 
+0001591313 00000 n 
+0001591484 00000 n 
+0001591530 00000 n 
+0001608593 00000 n 
+0001608888 00000 n 
+0001608946 00000 n 
+0001609138 00000 n 
+0001609343 00000 n 
+0001609401 00000 n 
+0001647662 00000 n 
+0001647973 00000 n 
+0001648196 00000 n 
+0001648399 00000 n 
+0001648616 00000 n 
+0001648673 00000 n 
+0001648865 00000 n 
+0001683151 00000 n 
+0001683446 00000 n 
+0001683492 00000 n 
+0001683719 00000 n 
+0001683776 00000 n 
+0001683970 00000 n 
+0001715381 00000 n 
+0001715700 00000 n 
+0001715757 00000 n 
+0001715980 00000 n 
+0001716037 00000 n 
+0001716254 00000 n 
+0001716488 00000 n 
+0001716721 00000 n 
+0001716947 00000 n 
+0001726346 00000 n 
+0001726638 00000 n 
+0001726818 00000 n 
+0001726975 00000 n 
+0001727155 00000 n 
+0001727341 00000 n 
+0001727539 00000 n 
+0001737488 00000 n 
+0001737804 00000 n 
+0001737963 00000 n 
+0001738119 00000 n 
+0001738298 00000 n 
+0001738477 00000 n 
+0001738701 00000 n 
+0001738923 00000 n 
+0001739145 00000 n 
+0001739368 00000 n 
+0001755035 00000 n 
+0001755348 00000 n 
+0001755531 00000 n 
+0001755691 00000 n 
+0001755862 00000 n 
+0001756051 00000 n 
+0001756097 00000 n 
+0001756284 00000 n 
+0001756483 00000 n 
+0001756541 00000 n 
+0001775599 00000 n 
+0001775986 00000 n 
+0001776174 00000 n 
+0001776396 00000 n 
+0001776442 00000 n 
+0001776630 00000 n 
+0001776687 00000 n 
+0001776896 00000 n 
+0001777105 00000 n 
+0001777304 00000 n 
+0001777517 00000 n 
+0001777729 00000 n 
+0001777930 00000 n 
+0001778181 00000 n 
+0001778432 00000 n 
+0001778684 00000 n 
+0001797196 00000 n 
+0001797581 00000 n 
+0001797779 00000 n 
+0001797964 00000 n 
+0001798150 00000 n 
+0001798351 00000 n 
+0001798539 00000 n 
+0001798728 00000 n 
+0001798980 00000 n 
+0001799232 00000 n 
+0001799485 00000 n 
+0001799689 00000 n 
+0001799879 00000 n 
+0001800069 00000 n 
+0001800321 00000 n 
+0001800575 00000 n 
+0001800828 00000 n 
+0001816258 00000 n 
+0001816619 00000 n 
+0001816819 00000 n 
+0001817006 00000 n 
+0001817194 00000 n 
+0001817446 00000 n 
+0001817698 00000 n 
+0001817931 00000 n 
+0001818130 00000 n 
+0001818296 00000 n 
+0001818483 00000 n 
+0001818735 00000 n 
+0001818987 00000 n 
+0001819242 00000 n 
+0001832764 00000 n 
+0001833133 00000 n 
+0001833333 00000 n 
+0001833510 00000 n 
+0001833698 00000 n 
+0001833950 00000 n 
+0001834202 00000 n 
+0001834457 00000 n 
+0001834514 00000 n 
+0001834709 00000 n 
+0001834903 00000 n 
+0001835100 00000 n 
+0001835298 00000 n 
+0001835494 00000 n 
+0001835689 00000 n 
+0001835885 00000 n 
+0001852518 00000 n 
+0001852868 00000 n 
+0001852914 00000 n 
+0001853104 00000 n 
+0001853309 00000 n 
+0001853366 00000 n 
+0001853576 00000 n 
+0001853633 00000 n 
+0001853843 00000 n 
+0001854098 00000 n 
+0001854156 00000 n 
+0001854966 00000 n 
+0001855175 00000 n 
+0001855420 00000 n 
+0001855477 00000 n 
+0001855689 00000 n 
+0001855944 00000 n 
+0001880409 00000 n 
+0001880732 00000 n 
+0001880778 00000 n 
+0001880968 00000 n 
+0001881176 00000 n 
+0001881233 00000 n 
+0001881443 00000 n 
+0001881683 00000 n 
+0001881740 00000 n 
+0001899178 00000 n 
+0001899433 00000 n 
+0001899479 00000 n 
+0001942683 00000 n 
+0001942956 00000 n 
+0001943124 00000 n 
+0001943170 00000 n 
+0001999107 00000 n 
+0001999380 00000 n 
+0001999570 00000 n 
+0001999628 00000 n 
+0002000250 00000 n 
+0002000307 00000 n 
+0002000365 00000 n 
+0002000423 00000 n 
+0002053337 00000 n 
+0002053592 00000 n 
+0002053638 00000 n 
+0002053695 00000 n 
+0002080409 00000 n 
+0002080715 00000 n 
+0002080761 00000 n 
+0002080977 00000 n 
+0002086155 00000 n 
+0002087960 00000 n 
+0002088184 00000 n 
+0002118502 00000 n 
+0002118744 00000 n 
+0002118801 00000 n 
+0002149623 00000 n 
+0002149926 00000 n 
+0002149972 00000 n 
+0002150125 00000 n 
+0002150182 00000 n 
+0002150382 00000 n 
+0002150604 00000 n 
+0002150661 00000 n 
+0002182540 00000 n 
+0002182822 00000 n 
+0002182868 00000 n 
+0002183042 00000 n 
+0002183099 00000 n 
+0002183310 00000 n 
+0002183368 00000 n 
+0002204300 00000 n 
+0002204624 00000 n 
+0002204681 00000 n 
+0002204738 00000 n 
+0002204947 00000 n 
+0002205004 00000 n 
+0002205062 00000 n 
+0002205279 00000 n 
+0002205504 00000 n 
+0002205740 00000 n 
+0002229718 00000 n 
+0002230042 00000 n 
+0002230266 00000 n 
+0002230461 00000 n 
+0002230518 00000 n 
+0002230751 00000 n 
+0002230975 00000 n 
+0002231201 00000 n 
+0002231431 00000 n 
+0002231674 00000 n 
+0002231902 00000 n 
+0002231959 00000 n 
+0002232017 00000 n 
+0002232216 00000 n 
+0002258206 00000 n 
+0002258506 00000 n 
+0002258699 00000 n 
+0002258869 00000 n 
+0002258915 00000 n 
+0002258972 00000 n 
+0002259165 00000 n 
+0002259337 00000 n 
+0002259394 00000 n 
+0002260026 00000 n 
+0002260217 00000 n 
+0002260399 00000 n 
+0002260457 00000 n 
+0002273145 00000 n 
+0002273429 00000 n 
+0002273598 00000 n 
+0002273644 00000 n 
+0002273701 00000 n 
+0002273758 00000 n 
+0002273924 00000 n 
+0002273982 00000 n 
+0002274039 00000 n 
+0002274240 00000 n 
+0002274298 00000 n 
+0002274530 00000 n 
+0002295326 00000 n 
+0002295664 00000 n 
+0002295881 00000 n 
+0002296101 00000 n 
+0002296147 00000 n 
+0002296715 00000 n 
+0002296884 00000 n 
+0002296941 00000 n 
+0002297145 00000 n 
+0002297203 00000 n 
+0002297261 00000 n 
+0002297432 00000 n 
+0002297490 00000 n 
+0002297889 00000 n 
+0002298096 00000 n 
+0002298308 00000 n 
+0002298366 00000 n 
+0002298565 00000 n 
+0002298766 00000 n 
+0002331083 00000 n 
+0002331389 00000 n 
+0002331558 00000 n 
+0002331749 00000 n 
+0002331937 00000 n 
+0002332110 00000 n 
+0002332168 00000 n 
+0002332390 00000 n 
+0002332448 00000 n 
+0002350860 00000 n 
+0002351166 00000 n 
+0002351212 00000 n 
+0002351456 00000 n 
+0002351625 00000 n 
 0002351682 00000 n 
-0002351739 00000 n 
-0002351961 00000 n 
-0002352019 00000 n 
-0002352076 00000 n 
-0002352263 00000 n 
-0002352321 00000 n 
-0002372756 00000 n 
-0002373128 00000 n 
-0002373316 00000 n 
-0002373472 00000 n 
-0002373659 00000 n 
-0002373840 00000 n 
-0002374015 00000 n 
-0002374196 00000 n 
-0002374429 00000 n 
-0002374668 00000 n 
-0002374894 00000 n 
-0002374952 00000 n 
-0002375151 00000 n 
-0002375372 00000 n 
-0002375591 00000 n 
-0002375816 00000 n 
-0002375874 00000 n 
-0002376083 00000 n 
-0002376300 00000 n 
-0002398328 00000 n 
-0002398583 00000 n 
-0002398820 00000 n 
-0002399055 00000 n 
-0002413337 00000 n 
-0002413679 00000 n 
-0002413725 00000 n 
-0002413887 00000 n 
-0002414061 00000 n 
-0002414235 00000 n 
-0002414409 00000 n 
-0002414583 00000 n 
-0002414819 00000 n 
-0002415056 00000 n 
-0002415258 00000 n 
-0002415315 00000 n 
-0002415372 00000 n 
-0002457711 00000 n 
-0002457988 00000 n 
-0002458158 00000 n 
-0002458343 00000 n 
-0002458523 00000 n 
-0002493576 00000 n 
-0002493858 00000 n 
-0002493904 00000 n 
-0002494091 00000 n 
-0002494287 00000 n 
-0002519181 00000 n 
-0002519476 00000 n 
-0002519522 00000 n 
-0002519686 00000 n 
-0002519743 00000 n 
-0002519934 00000 n 
-0002519992 00000 n 
-0002520771 00000 n 
-0002559825 00000 n 
-0002560110 00000 n 
-0002560279 00000 n 
-0002560452 00000 n 
-0002560632 00000 n 
-0002560813 00000 n 
-0002609285 00000 n 
-0002609599 00000 n 
-0002609645 00000 n 
-0002609808 00000 n 
-0002609975 00000 n 
-0002610152 00000 n 
-0002610316 00000 n 
-0002610481 00000 n 
-0002610705 00000 n 
-0002643777 00000 n 
-0002644059 00000 n 
-0002644221 00000 n 
-0002644394 00000 n 
+0002351867 00000 n 
+0002351924 00000 n 
+0002352146 00000 n 
+0002352204 00000 n 
+0002352261 00000 n 
+0002352448 00000 n 
+0002352506 00000 n 
+0002372941 00000 n 
+0002373313 00000 n 
+0002373501 00000 n 
+0002373657 00000 n 
+0002373844 00000 n 
+0002374025 00000 n 
+0002374200 00000 n 
+0002374381 00000 n 
+0002374614 00000 n 
+0002374853 00000 n 
+0002375079 00000 n 
+0002375137 00000 n 
+0002375336 00000 n 
+0002375557 00000 n 
+0002375776 00000 n 
+0002376001 00000 n 
+0002376059 00000 n 
+0002376701 00000 n 
+0002376910 00000 n 
+0002377127 00000 n 
+0002399155 00000 n 
+0002399410 00000 n 
+0002399647 00000 n 
+0002399882 00000 n 
+0002414164 00000 n 
+0002414506 00000 n 
+0002414552 00000 n 
+0002414714 00000 n 
+0002414888 00000 n 
+0002415062 00000 n 
+0002415236 00000 n 
+0002415410 00000 n 
+0002415646 00000 n 
+0002415883 00000 n 
+0002416085 00000 n 
+0002416142 00000 n 
+0002416199 00000 n 
+0002458538 00000 n 
+0002458815 00000 n 
+0002458985 00000 n 
+0002459170 00000 n 
+0002459350 00000 n 
+0002494403 00000 n 
+0002494685 00000 n 
+0002494731 00000 n 
+0002494919 00000 n 
+0002495116 00000 n 
+0002520010 00000 n 
+0002520305 00000 n 
+0002520351 00000 n 
+0002520515 00000 n 
+0002520572 00000 n 
+0002520763 00000 n 
+0002520821 00000 n 
+0002559875 00000 n 
+0002560160 00000 n 
+0002560329 00000 n 
+0002560502 00000 n 
+0002560682 00000 n 
+0002560863 00000 n 
+0002609335 00000 n 
+0002609649 00000 n 
+0002609695 00000 n 
+0002609859 00000 n 
+0002610027 00000 n 
+0002610205 00000 n 
+0002610370 00000 n 
+0002610536 00000 n 
+0002610760 00000 n 
+0002643832 00000 n 
+0002644114 00000 n 
+0002644277 00000 n 
 0002644451 00000 n 
-0002680886 00000 n 
-0002681176 00000 n 
-0002681356 00000 n 
-0002681414 00000 n 
-0002681638 00000 n 
-0002681864 00000 n 
-0002722527 00000 n 
-0002722801 00000 n 
-0002722847 00000 n 
-0002722992 00000 n 
-0002751364 00000 n 
-0002751654 00000 n 
-0002751810 00000 n 
-0002751970 00000 n 
+0002644508 00000 n 
+0002680943 00000 n 
+0002681233 00000 n 
+0002681413 00000 n 
+0002681471 00000 n 
+0002681695 00000 n 
+0002681921 00000 n 
+0002722584 00000 n 
+0002722858 00000 n 
+0002722904 00000 n 
+0002723049 00000 n 
+0002751421 00000 n 
+0002751711 00000 n 
+0002751867 00000 n 
 0002752027 00000 n 
-0002752201 00000 n 
+0002752084 00000 n 
 0002752258 00000 n 
-0002795877 00000 n 
-0002796180 00000 n 
-0002796344 00000 n 
-0002796506 00000 n 
-0002796703 00000 n 
-0002835888 00000 n 
-0002836149 00000 n 
-0002836308 00000 n 
-0002849925 00000 n 
-0002850241 00000 n 
-0002850387 00000 n 
+0002752315 00000 n 
+0002795934 00000 n 
+0002796237 00000 n 
+0002796401 00000 n 
+0002796563 00000 n 
+0002796760 00000 n 
+0002835945 00000 n 
+0002836206 00000 n 
+0002836365 00000 n 
+0002849982 00000 n 
+0002850298 00000 n 
 0002850444 00000 n 
-0002850502 00000 n 
-0002850706 00000 n 
-0002850945 00000 n 
-0002888449 00000 n 
-0002888734 00000 n 
-0002888960 00000 n 
-0002889160 00000 n 
-0002889366 00000 n 
-0002889541 00000 n 
-0002898189 00000 n 
-0002898478 00000 n 
-0002898675 00000 n 
-0002898848 00000 n 
-0002899017 00000 n 
+0002850501 00000 n 
+0002850559 00000 n 
+0002850763 00000 n 
+0002851003 00000 n 
+0002888507 00000 n 
+0002888792 00000 n 
+0002889018 00000 n 
+0002889218 00000 n 
+0002889424 00000 n 
+0002889599 00000 n 
+0002898247 00000 n 
+0002898536 00000 n 
+0002898733 00000 n 
+0002898906 00000 n 
 0002899075 00000 n 
-0002948216 00000 n 
-0002948477 00000 n 
-0002948641 00000 n 
-0002986451 00000 n 
-0002986749 00000 n 
-0002986795 00000 n 
-0002986958 00000 n 
-0002987121 00000 n 
-0002987296 00000 n 
-0002987473 00000 n 
-0002987602 00000 n 
-0002987722 00000 n 
-0002987847 00000 n 
-0002987973 00000 n 
-0002988121 00000 n 
-0002988260 00000 n 
-0002988417 00000 n 
-0002988565 00000 n 
-0002988712 00000 n 
-0002988869 00000 n 
-0002989016 00000 n 
-0002989174 00000 n 
-0002989333 00000 n 
-0002989492 00000 n 
-0002989666 00000 n 
-0002989853 00000 n 
-0002990051 00000 n 
-0002990236 00000 n 
-0002990401 00000 n 
-0002990566 00000 n 
-0002990726 00000 n 
-0002990897 00000 n 
-0002991064 00000 n 
-0002991231 00000 n 
-0002991393 00000 n 
-0002991567 00000 n 
-0002991738 00000 n 
-0002991909 00000 n 
-0002992077 00000 n 
-0002992246 00000 n 
-0002992401 00000 n 
-0002992566 00000 n 
-0002992731 00000 n 
-0002992896 00000 n 
-0002993058 00000 n 
-0002993231 00000 n 
-0002993388 00000 n 
-0002993556 00000 n 
-0002993714 00000 n 
-0002993882 00000 n 
-0002994050 00000 n 
-0002994218 00000 n 
-0002994365 00000 n 
-0002994524 00000 n 
-0002994678 00000 n 
-0002994842 00000 n 
-0002995004 00000 n 
-0002995168 00000 n 
-0002995323 00000 n 
-0002995488 00000 n 
-0002995650 00000 n 
-0002995814 00000 n 
-0002995969 00000 n 
-0002996135 00000 n 
-0002996423 00000 n 
-0002996504 00000 n 
-0002996724 00000 n 
-0002996920 00000 n 
-0002997231 00000 n 
-0002997408 00000 n 
-0002997639 00000 n 
-0002997887 00000 n 
-0002998100 00000 n 
-0002998302 00000 n 
-0002998595 00000 n 
-0002998848 00000 n 
-0002999056 00000 n 
-0002999297 00000 n 
-0002999521 00000 n 
-0002999745 00000 n 
-0002999949 00000 n 
-0003000198 00000 n 
-0003000442 00000 n 
-0003000650 00000 n 
-0003000858 00000 n 
-0003001042 00000 n 
-0003001219 00000 n 
-0003001393 00000 n 
-0003001606 00000 n 
-0003001779 00000 n 
-0003002023 00000 n 
-0003002212 00000 n 
-0003002472 00000 n 
-0003002669 00000 n 
-0003003085 00000 n 
-0003012248 00000 n 
-0003012466 00000 n 
-0003013830 00000 n 
-0003014885 00000 n 
-0003022170 00000 n 
-0003022393 00000 n 
-0003023757 00000 n 
-0003024840 00000 n 
-0003030500 00000 n 
-0003030716 00000 n 
-0003032080 00000 n 
-0003033134 00000 n 
-0003034532 00000 n 
-0003034752 00000 n 
-0003036116 00000 n 
-0003037256 00000 n 
-0003038710 00000 n 
-0003038923 00000 n 
-0003039245 00000 n 
-0003040162 00000 n 
-0003045686 00000 n 
-0003045914 00000 n 
-0003047278 00000 n 
-0003048366 00000 n 
-0003051267 00000 n 
-0003051483 00000 n 
-0003051852 00000 n 
-0003052991 00000 n 
-0003054156 00000 n 
-0003054374 00000 n 
-0003054678 00000 n 
+0002899133 00000 n 
+0002948274 00000 n 
+0002948535 00000 n 
+0002948699 00000 n 
+0002986509 00000 n 
+0002986807 00000 n 
+0002986853 00000 n 
+0002987016 00000 n 
+0002987179 00000 n 
+0002987354 00000 n 
+0002987531 00000 n 
+0002987660 00000 n 
+0002987780 00000 n 
+0002987905 00000 n 
+0002988031 00000 n 
+0002988179 00000 n 
+0002988318 00000 n 
+0002988475 00000 n 
+0002988623 00000 n 
+0002988770 00000 n 
+0002988927 00000 n 
+0002989074 00000 n 
+0002989232 00000 n 
+0002989391 00000 n 
+0002989550 00000 n 
+0002989724 00000 n 
+0002989911 00000 n 
+0002990109 00000 n 
+0002990294 00000 n 
+0002990459 00000 n 
+0002990624 00000 n 
+0002990784 00000 n 
+0002990955 00000 n 
+0002991122 00000 n 
+0002991289 00000 n 
+0002991451 00000 n 
+0002991625 00000 n 
+0002991796 00000 n 
+0002991967 00000 n 
+0002992135 00000 n 
+0002992304 00000 n 
+0002992459 00000 n 
+0002992624 00000 n 
+0002992789 00000 n 
+0002992954 00000 n 
+0002993116 00000 n 
+0002993289 00000 n 
+0002993446 00000 n 
+0002993614 00000 n 
+0002993772 00000 n 
+0002993940 00000 n 
+0002994108 00000 n 
+0002994276 00000 n 
+0002994423 00000 n 
+0002994582 00000 n 
+0002994736 00000 n 
+0002994900 00000 n 
+0002995062 00000 n 
+0002995226 00000 n 
+0002995381 00000 n 
+0002995546 00000 n 
+0002995708 00000 n 
+0002995872 00000 n 
+0002996027 00000 n 
+0002996193 00000 n 
+0002996481 00000 n 
+0002996562 00000 n 
+0002996782 00000 n 
+0002996978 00000 n 
+0002997289 00000 n 
+0002997466 00000 n 
+0002997697 00000 n 
+0002997945 00000 n 
+0002998158 00000 n 
+0002998360 00000 n 
+0002998653 00000 n 
+0002998906 00000 n 
+0002999114 00000 n 
+0002999355 00000 n 
+0002999579 00000 n 
+0002999803 00000 n 
+0003000007 00000 n 
+0003000256 00000 n 
+0003000500 00000 n 
+0003000708 00000 n 
+0003000916 00000 n 
+0003001100 00000 n 
+0003001277 00000 n 
+0003001451 00000 n 
+0003001664 00000 n 
+0003001837 00000 n 
+0003002081 00000 n 
+0003002270 00000 n 
+0003002530 00000 n 
+0003002727 00000 n 
+0003003143 00000 n 
+0003012306 00000 n 
+0003012524 00000 n 
+0003013888 00000 n 
+0003014943 00000 n 
+0003022228 00000 n 
+0003022451 00000 n 
+0003023815 00000 n 
+0003024898 00000 n 
+0003030558 00000 n 
+0003030774 00000 n 
+0003032138 00000 n 
+0003033192 00000 n 
+0003034590 00000 n 
+0003034810 00000 n 
+0003036174 00000 n 
+0003037314 00000 n 
+0003038768 00000 n 
+0003038981 00000 n 
+0003039303 00000 n 
+0003040220 00000 n 
+0003045744 00000 n 
+0003045972 00000 n 
+0003047336 00000 n 
+0003048424 00000 n 
+0003051325 00000 n 
+0003051541 00000 n 
+0003051910 00000 n 
+0003053049 00000 n 
+0003054214 00000 n 
+0003054432 00000 n 
+0003054736 00000 n 
 trailer
 << /Size 1088
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-3055816
+3055874
 %%EOF

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/rgfis.html
----------------------------------------------------------------------
diff --git a/content/guides/rgfis.html b/content/guides/rgfis.html
index 8e42879..4ea7f6d 100644
--- a/content/guides/rgfis.html
+++ b/content/guides/rgfis.html
@@ -826,7 +826,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' default implementations of <code>ContentNegotiationService</code> service are automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="rgsvc.html#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -942,7 +942,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>As discussed in the introduction, the framework provides a default implementation, <code>o.a.i.v.ro.rendering.service.RepresentationServiceContentNegotiator</code>. This delegates to <a href="#_rgfis_spi_ContentNegotiationService"><code>ContentNegotiationService</code></a> to generate an alternative representation; but if none is provided then it falls back on generating the representations as defined in the <a href="http://restfulobjects.org">Restful Objects spec</a> v1.0.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="rgsvc.html#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="rgsvc.html#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/rgfis.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgfis.pdf b/content/guides/rgfis.pdf
index 6d5ef15..b1bcc7e 100644
--- a/content/guides/rgfis.pdf
+++ b/content/guides/rgfis.pdf
@@ -4,8 +4,8 @@
 << /Title (Framework Internal Services)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307234033+00'00')
-/ModDate (D:20170307234033+00'00')
+/CreationDate (D:20170308005157+00'00')
+/ModDate (D:20170308005157+00'00')
 >>
 endobj
 2 0 obj
@@ -10009,7 +10009,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgsvc.pdf#_rgsvc_intro_overriding-the-services)
+/URI (rgsvc.pdf#__rgsvc_intro_overriding-the-services)
 >>
 /Subtype /Link
 /Rect [48.24 161.89409836065573 111.19800000000001 176.17409836065573]
@@ -13257,7 +13257,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgsvc.pdf#_rgsvc_intro_overriding-the-services)
+/URI (rgsvc.pdf#__rgsvc_intro_overriding-the-services)
 >>
 /Subtype /Link
 /Rect [48.24 748.05 111.19800000000001 762.33]
@@ -36059,298 +36059,298 @@ xref
 0000316043 00000 n 
 0000316281 00000 n 
 0000316513 00000 n 
-0000316735 00000 n 
-0000316791 00000 n 
-0000317020 00000 n 
-0000327776 00000 n 
-0000328084 00000 n 
-0000328248 00000 n 
-0000328292 00000 n 
-0000328476 00000 n 
-0000328675 00000 n 
-0000328869 00000 n 
-0000329018 00000 n 
-0000329227 00000 n 
-0000329272 00000 n 
-0000359352 00000 n 
-0000359624 00000 n 
-0000359682 00000 n 
-0000359864 00000 n 
-0000366182 00000 n 
-0000366481 00000 n 
-0000366679 00000 n 
-0000366910 00000 n 
-0000367109 00000 n 
-0000367166 00000 n 
-0000367403 00000 n 
-0000367460 00000 n 
-0000367640 00000 n 
-0000367866 00000 n 
-0000390641 00000 n 
-0000391089 00000 n 
-0000391135 00000 n 
-0000391343 00000 n 
-0000391516 00000 n 
-0000391678 00000 n 
-0000391831 00000 n 
-0000391983 00000 n 
-0000392136 00000 n 
-0000392308 00000 n 
-0000392479 00000 n 
-0000392647 00000 n 
-0000392816 00000 n 
-0000393011 00000 n 
-0000393208 00000 n 
-0000393407 00000 n 
-0000393581 00000 n 
-0000393753 00000 n 
-0000393925 00000 n 
-0000394098 00000 n 
-0000394297 00000 n 
-0000394472 00000 n 
-0000394646 00000 n 
-0000394821 00000 n 
-0000394995 00000 n 
-0000395197 00000 n 
-0000412547 00000 n 
-0000412830 00000 n 
-0000412887 00000 n 
-0000412944 00000 n 
-0000413165 00000 n 
-0000413223 00000 n 
-0000413436 00000 n 
-0000413653 00000 n 
-0000413886 00000 n 
-0000413944 00000 n 
-0000449116 00000 n 
-0000449441 00000 n 
-0000449657 00000 n 
-0000449884 00000 n 
-0000450102 00000 n 
-0000450159 00000 n 
-0000450963 00000 n 
-0000451406 00000 n 
-0000451604 00000 n 
-0000451818 00000 n 
-0000451876 00000 n 
-0000452097 00000 n 
-0000469209 00000 n 
-0000469510 00000 n 
-0000469556 00000 n 
-0000469613 00000 n 
-0000469782 00000 n 
-0000469840 00000 n 
-0000470055 00000 n 
-0000470262 00000 n 
-0000470319 00000 n 
-0000488112 00000 n 
-0000488400 00000 n 
-0000488591 00000 n 
-0000488637 00000 n 
-0000488833 00000 n 
-0000489050 00000 n 
-0000515235 00000 n 
-0000515747 00000 n 
-0000515793 00000 n 
-0000516001 00000 n 
-0000516168 00000 n 
-0000516334 00000 n 
-0000516481 00000 n 
-0000516635 00000 n 
-0000516789 00000 n 
-0000516930 00000 n 
-0000517103 00000 n 
-0000517275 00000 n 
-0000517448 00000 n 
-0000517620 00000 n 
-0000517811 00000 n 
-0000517989 00000 n 
-0000518168 00000 n 
-0000518345 00000 n 
-0000518522 00000 n 
-0000518710 00000 n 
-0000518881 00000 n 
-0000519049 00000 n 
-0000519218 00000 n 
-0000519392 00000 n 
-0000519566 00000 n 
-0000519767 00000 n 
-0000519968 00000 n 
-0000520170 00000 n 
-0000520360 00000 n 
-0000520535 00000 n 
-0000520723 00000 n 
-0000520898 00000 n 
-0000521074 00000 n 
-0000521261 00000 n 
-0000544128 00000 n 
-0000544525 00000 n 
-0000544571 00000 n 
-0000544762 00000 n 
-0000544965 00000 n 
-0000545189 00000 n 
-0000545411 00000 n 
-0000545457 00000 n 
-0000545677 00000 n 
-0000545900 00000 n 
-0000546100 00000 n 
-0000546304 00000 n 
-0000546361 00000 n 
-0000546599 00000 n 
-0000546657 00000 n 
-0000546857 00000 n 
-0000547083 00000 n 
-0000547259 00000 n 
-0000547476 00000 n 
-0000547534 00000 n 
-0000547724 00000 n 
-0000547905 00000 n 
-0000579455 00000 n 
-0000579751 00000 n 
-0000579797 00000 n 
-0000580010 00000 n 
-0000580183 00000 n 
-0000580353 00000 n 
-0000580411 00000 n 
-0000580649 00000 n 
-0000611166 00000 n 
-0000611459 00000 n 
-0000611505 00000 n 
-0000612041 00000 n 
-0000612212 00000 n 
-0000612364 00000 n 
-0000612421 00000 n 
-0000612478 00000 n 
-0000653244 00000 n 
-0000653532 00000 n 
-0000653589 00000 n 
-0000653759 00000 n 
-0000653817 00000 n 
-0000654042 00000 n 
-0000654246 00000 n 
-0000682309 00000 n 
-0000682653 00000 n 
-0000682829 00000 n 
-0000682875 00000 n 
-0000683099 00000 n 
-0000683301 00000 n 
-0000683505 00000 n 
-0000683710 00000 n 
-0000683934 00000 n 
-0000684138 00000 n 
-0000684342 00000 n 
-0000684558 00000 n 
-0000684615 00000 n 
-0000684854 00000 n 
-0000698903 00000 n 
-0000699236 00000 n 
-0000699282 00000 n 
-0000699450 00000 n 
-0000699644 00000 n 
-0000699830 00000 n 
-0000699992 00000 n 
-0000700177 00000 n 
-0000700234 00000 n 
-0000700459 00000 n 
-0000700516 00000 n 
-0000700573 00000 n 
-0000700742 00000 n 
-0000700869 00000 n 
-0000700989 00000 n 
-0000701114 00000 n 
-0000701240 00000 n 
-0000701399 00000 n 
-0000701549 00000 n 
-0000701708 00000 n 
-0000701891 00000 n 
-0000702052 00000 n 
-0000702207 00000 n 
-0000702386 00000 n 
-0000702543 00000 n 
-0000702699 00000 n 
-0000702857 00000 n 
-0000703031 00000 n 
-0000703218 00000 n 
-0000703403 00000 n 
-0000703573 00000 n 
-0000703756 00000 n 
-0000703937 00000 n 
-0000704110 00000 n 
-0000704296 00000 n 
-0000704480 00000 n 
-0000704654 00000 n 
-0000704841 00000 n 
-0000705026 00000 n 
-0000705195 00000 n 
-0000705364 00000 n 
-0000705532 00000 n 
-0000705713 00000 n 
-0000705892 00000 n 
-0000706066 00000 n 
-0000706253 00000 n 
-0000706438 00000 n 
-0000706617 00000 n 
-0000706808 00000 n 
-0000706998 00000 n 
-0000707168 00000 n 
-0000707353 00000 n 
-0000707534 00000 n 
-0000707711 00000 n 
-0000707903 00000 n 
-0000708091 00000 n 
-0000708378 00000 n 
-0000708456 00000 n 
-0000708673 00000 n 
-0000708865 00000 n 
-0000709170 00000 n 
-0000709345 00000 n 
-0000709614 00000 n 
-0000709856 00000 n 
-0000710070 00000 n 
-0000710336 00000 n 
-0000710594 00000 n 
-0000710851 00000 n 
-0000711120 00000 n 
-0000711379 00000 n 
-0000711683 00000 n 
-0000711906 00000 n 
-0000712179 00000 n 
-0000712467 00000 n 
-0000712724 00000 n 
-0000712994 00000 n 
-0000713254 00000 n 
-0000721416 00000 n 
-0000721632 00000 n 
-0000722995 00000 n 
-0000724060 00000 n 
-0000730539 00000 n 
-0000730760 00000 n 
-0000732123 00000 n 
-0000733213 00000 n 
-0000734329 00000 n 
-0000734540 00000 n 
-0000734849 00000 n 
-0000735765 00000 n 
-0000739391 00000 n 
-0000739617 00000 n 
-0000740980 00000 n 
-0000742090 00000 n 
-0000747244 00000 n 
-0000747458 00000 n 
-0000748821 00000 n 
-0000749885 00000 n 
-0000751709 00000 n 
-0000751923 00000 n 
-0000752245 00000 n 
-0000753383 00000 n 
-0000754779 00000 n 
-0000754997 00000 n 
-0000756360 00000 n 
+0000316736 00000 n 
+0000316792 00000 n 
+0000317021 00000 n 
+0000327777 00000 n 
+0000328085 00000 n 
+0000328249 00000 n 
+0000328293 00000 n 
+0000328477 00000 n 
+0000328676 00000 n 
+0000328870 00000 n 
+0000329019 00000 n 
+0000329228 00000 n 
+0000329273 00000 n 
+0000359353 00000 n 
+0000359625 00000 n 
+0000359683 00000 n 
+0000359865 00000 n 
+0000366183 00000 n 
+0000366482 00000 n 
+0000366680 00000 n 
+0000366911 00000 n 
+0000367111 00000 n 
+0000367168 00000 n 
+0000367405 00000 n 
+0000367462 00000 n 
+0000367642 00000 n 
+0000367868 00000 n 
+0000390643 00000 n 
+0000391091 00000 n 
+0000391137 00000 n 
+0000391345 00000 n 
+0000391518 00000 n 
+0000391680 00000 n 
+0000391833 00000 n 
+0000391985 00000 n 
+0000392138 00000 n 
+0000392310 00000 n 
+0000392481 00000 n 
+0000392649 00000 n 
+0000392818 00000 n 
+0000393013 00000 n 
+0000393210 00000 n 
+0000393409 00000 n 
+0000393583 00000 n 
+0000393755 00000 n 
+0000393927 00000 n 
+0000394100 00000 n 
+0000394299 00000 n 
+0000394474 00000 n 
+0000394648 00000 n 
+0000394823 00000 n 
+0000394997 00000 n 
+0000395199 00000 n 
+0000412549 00000 n 
+0000412832 00000 n 
+0000412889 00000 n 
+0000412946 00000 n 
+0000413167 00000 n 
+0000413225 00000 n 
+0000413438 00000 n 
+0000413655 00000 n 
+0000413888 00000 n 
+0000413946 00000 n 
+0000449118 00000 n 
+0000449443 00000 n 
+0000449659 00000 n 
+0000449886 00000 n 
+0000450104 00000 n 
+0000450161 00000 n 
+0000450965 00000 n 
+0000451408 00000 n 
+0000451606 00000 n 
+0000451820 00000 n 
+0000451878 00000 n 
+0000452099 00000 n 
+0000469211 00000 n 
+0000469512 00000 n 
+0000469558 00000 n 
+0000469615 00000 n 
+0000469784 00000 n 
+0000469842 00000 n 
+0000470057 00000 n 
+0000470264 00000 n 
+0000470321 00000 n 
+0000488114 00000 n 
+0000488402 00000 n 
+0000488593 00000 n 
+0000488639 00000 n 
+0000488835 00000 n 
+0000489052 00000 n 
+0000515237 00000 n 
+0000515749 00000 n 
+0000515795 00000 n 
+0000516003 00000 n 
+0000516170 00000 n 
+0000516336 00000 n 
+0000516483 00000 n 
+0000516637 00000 n 
+0000516791 00000 n 
+0000516932 00000 n 
+0000517105 00000 n 
+0000517277 00000 n 
+0000517450 00000 n 
+0000517622 00000 n 
+0000517813 00000 n 
+0000517991 00000 n 
+0000518170 00000 n 
+0000518347 00000 n 
+0000518524 00000 n 
+0000518712 00000 n 
+0000518883 00000 n 
+0000519051 00000 n 
+0000519220 00000 n 
+0000519394 00000 n 
+0000519568 00000 n 
+0000519769 00000 n 
+0000519970 00000 n 
+0000520172 00000 n 
+0000520362 00000 n 
+0000520537 00000 n 
+0000520725 00000 n 
+0000520900 00000 n 
+0000521076 00000 n 
+0000521263 00000 n 
+0000544130 00000 n 
+0000544527 00000 n 
+0000544573 00000 n 
+0000544764 00000 n 
+0000544967 00000 n 
+0000545191 00000 n 
+0000545413 00000 n 
+0000545459 00000 n 
+0000545679 00000 n 
+0000545902 00000 n 
+0000546102 00000 n 
+0000546306 00000 n 
+0000546363 00000 n 
+0000546601 00000 n 
+0000546659 00000 n 
+0000546859 00000 n 
+0000547085 00000 n 
+0000547261 00000 n 
+0000547478 00000 n 
+0000547536 00000 n 
+0000547726 00000 n 
+0000547907 00000 n 
+0000579457 00000 n 
+0000579753 00000 n 
+0000579799 00000 n 
+0000580012 00000 n 
+0000580185 00000 n 
+0000580355 00000 n 
+0000580413 00000 n 
+0000580651 00000 n 
+0000611168 00000 n 
+0000611461 00000 n 
+0000611507 00000 n 
+0000612043 00000 n 
+0000612214 00000 n 
+0000612366 00000 n 
+0000612423 00000 n 
+0000612480 00000 n 
+0000653246 00000 n 
+0000653534 00000 n 
+0000653591 00000 n 
+0000653761 00000 n 
+0000653819 00000 n 
+0000654044 00000 n 
+0000654248 00000 n 
+0000682311 00000 n 
+0000682655 00000 n 
+0000682831 00000 n 
+0000682877 00000 n 
+0000683101 00000 n 
+0000683303 00000 n 
+0000683507 00000 n 
+0000683712 00000 n 
+0000683936 00000 n 
+0000684140 00000 n 
+0000684344 00000 n 
+0000684560 00000 n 
+0000684617 00000 n 
+0000684856 00000 n 
+0000698905 00000 n 
+0000699238 00000 n 
+0000699284 00000 n 
+0000699452 00000 n 
+0000699646 00000 n 
+0000699832 00000 n 
+0000699994 00000 n 
+0000700179 00000 n 
+0000700236 00000 n 
+0000700461 00000 n 
+0000700518 00000 n 
+0000700575 00000 n 
+0000700744 00000 n 
+0000700871 00000 n 
+0000700991 00000 n 
+0000701116 00000 n 
+0000701242 00000 n 
+0000701401 00000 n 
+0000701551 00000 n 
+0000701710 00000 n 
+0000701893 00000 n 
+0000702054 00000 n 
+0000702209 00000 n 
+0000702388 00000 n 
+0000702545 00000 n 
+0000702701 00000 n 
+0000702859 00000 n 
+0000703033 00000 n 
+0000703220 00000 n 
+0000703405 00000 n 
+0000703575 00000 n 
+0000703758 00000 n 
+0000703939 00000 n 
+0000704112 00000 n 
+0000704298 00000 n 
+0000704482 00000 n 
+0000704656 00000 n 
+0000704843 00000 n 
+0000705028 00000 n 
+0000705197 00000 n 
+0000705366 00000 n 
+0000705534 00000 n 
+0000705715 00000 n 
+0000705894 00000 n 
+0000706068 00000 n 
+0000706255 00000 n 
+0000706440 00000 n 
+0000706619 00000 n 
+0000706810 00000 n 
+0000707000 00000 n 
+0000707170 00000 n 
+0000707355 00000 n 
+0000707536 00000 n 
+0000707713 00000 n 
+0000707905 00000 n 
+0000708093 00000 n 
+0000708380 00000 n 
+0000708458 00000 n 
+0000708675 00000 n 
+0000708867 00000 n 
+0000709172 00000 n 
+0000709347 00000 n 
+0000709616 00000 n 
+0000709858 00000 n 
+0000710072 00000 n 
+0000710338 00000 n 
+0000710596 00000 n 
+0000710853 00000 n 
+0000711122 00000 n 
+0000711381 00000 n 
+0000711685 00000 n 
+0000711908 00000 n 
+0000712181 00000 n 
+0000712469 00000 n 
+0000712726 00000 n 
+0000712996 00000 n 
+0000713256 00000 n 
+0000721418 00000 n 
+0000721634 00000 n 
+0000722997 00000 n 
+0000724062 00000 n 
+0000730541 00000 n 
+0000730762 00000 n 
+0000732125 00000 n 
+0000733215 00000 n 
+0000734331 00000 n 
+0000734542 00000 n 
+0000734851 00000 n 
+0000735767 00000 n 
+0000739393 00000 n 
+0000739619 00000 n 
+0000740982 00000 n 
+0000742092 00000 n 
+0000747246 00000 n 
+0000747460 00000 n 
+0000748823 00000 n 
+0000749887 00000 n 
+0000751711 00000 n 
+0000751925 00000 n 
+0000752247 00000 n 
+0000753385 00000 n 
+0000754781 00000 n 
+0000754999 00000 n 
+0000756362 00000 n 
 trailer
 << /Size 380
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-757499
+757501
 %%EOF

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/rgmvn.html
----------------------------------------------------------------------
diff --git a/content/guides/rgmvn.html b/content/guides/rgmvn.html
index 00c924c..c835b6b 100644
--- a/content/guides/rgmvn.html
+++ b/content/guides/rgmvn.html
@@ -542,7 +542,7 @@ table.CodeRay td.code>pre{padding:0}
         <p>All of these goals require an <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping"><code>AppManifest</code></a> to point the plugin at, so that it knows how to bootstrap an Isis runtime. This is discussed below, followed by sections on configuring the two goals.</p> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_rgmvn_intro_app-manifest">2.1. <code>AppManifest</code></h3> 
+        <h3 id="__rgmvn_intro_app-manifest">2.1. <code>AppManifest</code></h3> 
         <div class="paragraph"> 
          <p>As noted in the introduction, all the goals require an <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping"><code>AppManifest</code></a> to point the plugin at, so that it knows how to bootstrap an Isis runtime.</p> 
         </div> 
@@ -1076,7 +1076,7 @@ public <span class="type">class</span> <span class="class">DomainAppDomManifest<
         <p>The rest of this section explains how to configure a new <code>xsd</code> submodule that uses the <code>isis-maven-plugin</code> along with other standard plugins in order to generate both XSDs and DTOs. The <code>pom.xml</code> described below uses Maven profiles to separate out these two responsibilities.</p> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_rgmvn_xsd">5.1. <code>xsd</code> submodule</h3> 
+        <h3 id="__rgmvn_xsd">5.1. <code>xsd</code> submodule</h3> 
         <div class="paragraph"> 
          <p>We recommend creating a new submodule that will perform the following build steps:</p> 
         </div> 
@@ -1464,7 +1464,7 @@ public <span class="type">class</span> <span class="class">DomainAppDomManifest<
         </ul> </li> 
        <li><a href="#_rgmvn_intro">2. Introduction</a> 
         <ul class="sectlevel2"> 
-         <li><a href="#_rgmvn_intro_app-manifest">2.1. <code>AppManifest</code></a></li> 
+         <li><a href="#__rgmvn_intro_app-manifest">2.1. <code>AppManifest</code></a></li> 
         </ul> </li> 
        <li><a href="#_rgmvn_validate">3. <code>validate</code> goal</a> 
         <ul class="sectlevel2"> 
@@ -1481,7 +1481,7 @@ public <span class="type">class</span> <span class="class">DomainAppDomManifest<
         </ul> </li> 
        <li><a href="#_rgmvn_xsd">5. <code>xsd</code> goal</a> 
         <ul class="sectlevel2"> 
-         <li><a href="#_rgmvn_xsd">5.1. <code>xsd</code> submodule</a> 
+         <li><a href="#__rgmvn_xsd">5.1. <code>xsd</code> submodule</a> 
           <ul class="sectlevel3"> 
            <li><a href="#_xsd_profile">5.1.1. XSD profile</a></li> 
            <li><a href="#_xjc_profile">5.1.2. XJC profile</a></li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/rgmvn.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgmvn.pdf b/content/guides/rgmvn.pdf
index 310ae0d..3ae39c5 100644
--- a/content/guides/rgmvn.pdf
+++ b/content/guides/rgmvn.pdf
@@ -4,8 +4,8 @@
 << /Title (Apache Isis Maven plugin)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307234041+00'00')
-/ModDate (D:20170307234041+00'00')
+/CreationDate (D:20170308005204+00'00')
+/ModDate (D:20170308005204+00'00')
 >>
 endobj
 2 0 obj
@@ -1495,7 +1495,7 @@ endobj
 >>
 endobj
 15 0 obj
-<< /Names [(1-9-0-version) 74 0 R (_rgmvn) 13 0 R (_rgmvn_intro) 35 0 R (_rgmvn_intro_app-manifest) 46 0 R (_rgmvn_swagger) 79 0 R (_rgmvn_validate) 55 0 R (_rgmvn_xsd) 102 0 R (_rgmvn_xsd) 93 0 R (code-dom-code-submodule) 57 0 R (code-integtest-code-submodule) 84 0 R (custom-validation-rules) 70 0 R (example-of-failure) 66 0 R (other-guides) 17 0 R (to-run) 65 0 R (to-run-2) 90 0 R (to-run-3) 127 0 R (xjc-profile) 120 0 R (xsd-profile) 113 0 R]
+<< /Names [(1-9-0-version) 74 0 R (__rgmvn_intro_app-manifest) 46 0 R (__rgmvn_xsd) 102 0 R (_rgmvn) 13 0 R (_rgmvn_intro) 35 0 R (_rgmvn_swagger) 79 0 R (_rgmvn_validate) 55 0 R (_rgmvn_xsd) 93 0 R (code-dom-code-submodule) 57 0 R (code-integtest-code-submodule) 84 0 R (custom-validation-rules) 70 0 R (example-of-failure) 66 0 R (other-guides) 17 0 R (to-run) 65 0 R (to-run-2) 90 0 R (to-run-3) 127 0 R (xjc-profile) 120 0 R (xsd-profile) 113 0 R]
 >>
 endobj
 16 0 obj
@@ -24509,7 +24509,7 @@ endobj
 endobj
 134 0 obj
 << /Border [0 0 0]
-/Dest (_rgmvn_intro_app-manifest)
+/Dest (__rgmvn_intro_app-manifest)
 /Subtype /Link
 /Rect [60.24 693.3499999999999 79.9485 707.63]
 /Type /Annot
@@ -24517,7 +24517,7 @@ endobj
 endobj
 135 0 obj
 << /Border [0 0 0]
-/Dest (_rgmvn_intro_app-manifest)
+/Dest (__rgmvn_intro_app-manifest)
 /Subtype /Link
 /Rect [79.9485 694.9459999999999 137.69850000000002 705.4459999999999]
 /Type /Annot
@@ -24525,7 +24525,7 @@ endobj
 endobj
 136 0 obj
 << /Border [0 0 0]
-/Dest (_rgmvn_intro_app-manifest)
+/Dest (__rgmvn_intro_app-manifest)
 /Subtype /Link
 /Rect [541.1705 693.3499999999999 547.04 707.63]
 /Type /Annot
@@ -24773,7 +24773,7 @@ endobj
 endobj
 167 0 obj
 << /Border [0 0 0]
-/Dest (_rgmvn_xsd)
+/Dest (__rgmvn_xsd)
 /Subtype /Link
 /Rect [60.24 490.0699999999998 79.9485 504.3499999999998]
 /Type /Annot
@@ -24781,7 +24781,7 @@ endobj
 endobj
 168 0 obj
 << /Border [0 0 0]
-/Dest (_rgmvn_xsd)
+/Dest (__rgmvn_xsd)
 /Subtype /Link
 /Rect [79.9485 491.66599999999977 95.6985 502.16599999999977]
 /Type /Annot
@@ -24789,7 +24789,7 @@ endobj
 endobj
 169 0 obj
 << /Border [0 0 0]
-/Dest (_rgmvn_xsd)
+/Dest (__rgmvn_xsd)
 /Subtype /Link
 /Rect [95.6985 490.0699999999998 154.1835 504.3499999999998]
 /Type /Annot
@@ -24797,7 +24797,7 @@ endobj
 endobj
 170 0 obj
 << /Border [0 0 0]
-/Dest (_rgmvn_xsd)
+/Dest (__rgmvn_xsd)
 /Subtype /Link
 /Rect [535.3009999999999 490.0699999999998 547.04 504.3499999999998]
 /Type /Annot
@@ -25352,213 +25352,213 @@ xref
 0000026778 00000 n 
 0000026822 00000 n 
 0000026871 00000 n 
-0000027340 00000 n 
-0000027513 00000 n 
-0000027568 00000 n 
-0000027763 00000 n 
-0000027955 00000 n 
-0000028150 00000 n 
-0000028334 00000 n 
-0000028529 00000 n 
-0000028724 00000 n 
-0000028920 00000 n 
-0000029115 00000 n 
-0000029310 00000 n 
-0000029506 00000 n 
-0000029702 00000 n 
-0000029848 00000 n 
-0000030042 00000 n 
-0000030234 00000 n 
-0000030421 00000 n 
-0000048534 00000 n 
-0000048860 00000 n 
-0000048904 00000 n 
-0000049079 00000 n 
-0000049301 00000 n 
-0000049505 00000 n 
-0000049701 00000 n 
-0000049920 00000 n 
-0000050153 00000 n 
-0000050375 00000 n 
-0000050591 00000 n 
-0000050822 00000 n 
-0000051059 00000 n 
-0000051114 00000 n 
-0000051351 00000 n 
-0000051589 00000 n 
-0000091280 00000 n 
-0000091530 00000 n 
-0000091762 00000 n 
-0000091985 00000 n 
-0000102809 00000 n 
-0000103078 00000 n 
-0000103122 00000 n 
-0000103292 00000 n 
-0000103347 00000 n 
-0000103521 00000 n 
-0000125227 00000 n 
-0000125466 00000 n 
-0000125641 00000 n 
-0000144239 00000 n 
-0000144515 00000 n 
-0000144665 00000 n 
-0000144720 00000 n 
-0000144776 00000 n 
-0000145015 00000 n 
-0000157346 00000 n 
-0000157602 00000 n 
-0000157658 00000 n 
-0000157895 00000 n 
-0000180312 00000 n 
-0000180564 00000 n 
-0000180608 00000 n 
-0000184031 00000 n 
-0000184270 00000 n 
-0000197282 00000 n 
-0000197559 00000 n 
-0000197603 00000 n 
-0000197805 00000 n 
-0000197997 00000 n 
-0000198182 00000 n 
-0000198464 00000 n 
-0000198519 00000 n 
-0000224588 00000 n 
-0000224827 00000 n 
-0000230207 00000 n 
-0000230476 00000 n 
-0000230626 00000 n 
-0000230681 00000 n 
-0000252478 00000 n 
-0000252807 00000 n 
-0000252851 00000 n 
-0000253049 00000 n 
-0000253242 00000 n 
-0000253465 00000 n 
-0000253687 00000 n 
-0000253902 00000 n 
-0000254119 00000 n 
-0000254325 00000 n 
-0000254525 00000 n 
-0000254582 00000 n 
-0000254816 00000 n 
-0000254992 00000 n 
-0000258386 00000 n 
-0000258652 00000 n 
-0000303968 00000 n 
-0000306333 00000 n 
-0000306541 00000 n 
-0000306772 00000 n 
-0000329392 00000 n 
-0000329646 00000 n 
-0000329704 00000 n 
-0000352582 00000 n 
-0000352823 00000 n 
-0000368394 00000 n 
-0000368649 00000 n 
-0000391719 00000 n 
-0000391973 00000 n 
-0000392019 00000 n 
-0000414794 00000 n 
-0000415067 00000 n 
-0000415265 00000 n 
-0000428745 00000 n 
-0000429017 00000 n 
-0000429194 00000 n 
-0000429251 00000 n 
-0000429370 00000 n 
-0000429490 00000 n 
-0000429615 00000 n 
-0000429741 00000 n 
-0000429876 00000 n 
-0000430013 00000 n 
-0000430161 00000 n 
-0000430333 00000 n 
-0000430483 00000 n 
-0000430620 00000 n 
-0000430781 00000 n 
-0000430932 00000 n 
-0000431072 00000 n 
-0000431218 00000 n 
-0000431377 00000 n 
-0000431526 00000 n 
-0000431674 00000 n 
-0000431823 00000 n 
-0000431965 00000 n 
-0000432128 00000 n 
-0000432282 00000 n 
-0000432440 00000 n 
-0000432599 00000 n 
-0000432746 00000 n 
-0000432895 00000 n 
-0000433042 00000 n 
-0000433201 00000 n 
-0000433361 00000 n 
-0000433520 00000 n 
-0000433683 00000 n 
-0000433849 00000 n 
-0000434016 00000 n 
-0000434190 00000 n 
-0000434341 00000 n 
-0000434494 00000 n 
-0000434638 00000 n 
-0000434793 00000 n 
-0000434949 00000 n 
-0000435105 00000 n 
-0000435249 00000 n 
-0000435397 00000 n 
-0000435544 00000 n 
-0000435699 00000 n 
-0000435850 00000 n 
-0000436003 00000 n 
-0000436290 00000 n 
-0000436368 00000 n 
-0000436573 00000 n 
-0000436765 00000 n 
-0000437058 00000 n 
-0000437233 00000 n 
-0000437478 00000 n 
-0000437649 00000 n 
-0000437898 00000 n 
-0000438091 00000 n 
-0000438270 00000 n 
-0000438498 00000 n 
-0000438746 00000 n 
-0000438928 00000 n 
-0000439173 00000 n 
-0000439390 00000 n 
-0000439555 00000 n 
-0000439770 00000 n 
-0000439964 00000 n 
-0000440130 00000 n 
-0000440350 00000 n 
-0000448357 00000 n 
-0000448573 00000 n 
-0000449936 00000 n 
-0000451002 00000 n 
-0000456739 00000 n 
-0000456960 00000 n 
-0000458323 00000 n 
-0000459421 00000 n 
-0000465014 00000 n 
-0000465228 00000 n 
-0000466591 00000 n 
-0000467647 00000 n 
-0000468620 00000 n 
-0000468831 00000 n 
-0000469134 00000 n 
-0000470049 00000 n 
-0000472204 00000 n 
-0000472418 00000 n 
-0000472754 00000 n 
-0000473892 00000 n 
-0000475759 00000 n 
-0000475985 00000 n 
-0000477348 00000 n 
+0000027342 00000 n 
+0000027515 00000 n 
+0000027570 00000 n 
+0000027765 00000 n 
+0000027957 00000 n 
+0000028152 00000 n 
+0000028336 00000 n 
+0000028531 00000 n 
+0000028726 00000 n 
+0000028922 00000 n 
+0000029117 00000 n 
+0000029312 00000 n 
+0000029508 00000 n 
+0000029704 00000 n 
+0000029850 00000 n 
+0000030044 00000 n 
+0000030236 00000 n 
+0000030423 00000 n 
+0000048536 00000 n 
+0000048862 00000 n 
+0000048906 00000 n 
+0000049081 00000 n 
+0000049303 00000 n 
+0000049507 00000 n 
+0000049703 00000 n 
+0000049922 00000 n 
+0000050155 00000 n 
+0000050377 00000 n 
+0000050593 00000 n 
+0000050824 00000 n 
+0000051061 00000 n 
+0000051116 00000 n 
+0000051353 00000 n 
+0000051591 00000 n 
+0000091282 00000 n 
+0000091532 00000 n 
+0000091764 00000 n 
+0000091987 00000 n 
+0000102811 00000 n 
+0000103080 00000 n 
+0000103124 00000 n 
+0000103294 00000 n 
+0000103349 00000 n 
+0000103523 00000 n 
+0000125229 00000 n 
+0000125468 00000 n 
+0000125643 00000 n 
+0000144241 00000 n 
+0000144517 00000 n 
+0000144667 00000 n 
+0000144722 00000 n 
+0000144778 00000 n 
+0000145017 00000 n 
+0000157348 00000 n 
+0000157604 00000 n 
+0000157660 00000 n 
+0000157897 00000 n 
+0000180314 00000 n 
+0000180566 00000 n 
+0000180610 00000 n 
+0000184033 00000 n 
+0000184272 00000 n 
+0000197284 00000 n 
+0000197561 00000 n 
+0000197605 00000 n 
+0000197807 00000 n 
+0000197999 00000 n 
+0000198184 00000 n 
+0000198466 00000 n 
+0000198521 00000 n 
+0000224590 00000 n 
+0000224829 00000 n 
+0000230209 00000 n 
+0000230478 00000 n 
+0000230628 00000 n 
+0000230683 00000 n 
+0000252480 00000 n 
+0000252809 00000 n 
+0000252853 00000 n 
+0000253051 00000 n 
+0000253244 00000 n 
+0000253467 00000 n 
+0000253689 00000 n 
+0000253904 00000 n 
+0000254121 00000 n 
+0000254327 00000 n 
+0000254527 00000 n 
+0000254584 00000 n 
+0000254818 00000 n 
+0000254994 00000 n 
+0000258388 00000 n 
+0000258654 00000 n 
+0000303970 00000 n 
+0000306335 00000 n 
+0000306543 00000 n 
+0000306774 00000 n 
+0000329394 00000 n 
+0000329648 00000 n 
+0000329706 00000 n 
+0000352584 00000 n 
+0000352825 00000 n 
+0000368396 00000 n 
+0000368651 00000 n 
+0000391721 00000 n 
+0000391975 00000 n 
+0000392021 00000 n 
+0000414796 00000 n 
+0000415069 00000 n 
+0000415267 00000 n 
+0000428747 00000 n 
+0000429019 00000 n 
+0000429196 00000 n 
+0000429253 00000 n 
+0000429372 00000 n 
+0000429492 00000 n 
+0000429617 00000 n 
+0000429743 00000 n 
+0000429878 00000 n 
+0000430015 00000 n 
+0000430164 00000 n 
+0000430337 00000 n 
+0000430488 00000 n 
+0000430625 00000 n 
+0000430786 00000 n 
+0000430937 00000 n 
+0000431077 00000 n 
+0000431223 00000 n 
+0000431382 00000 n 
+0000431531 00000 n 
+0000431679 00000 n 
+0000431828 00000 n 
+0000431970 00000 n 
+0000432133 00000 n 
+0000432287 00000 n 
+0000432445 00000 n 
+0000432604 00000 n 
+0000432751 00000 n 
+0000432900 00000 n 
+0000433047 00000 n 
+0000433206 00000 n 
+0000433366 00000 n 
+0000433525 00000 n 
+0000433688 00000 n 
+0000433854 00000 n 
+0000434021 00000 n 
+0000434195 00000 n 
+0000434346 00000 n 
+0000434499 00000 n 
+0000434643 00000 n 
+0000434798 00000 n 
+0000434954 00000 n 
+0000435110 00000 n 
+0000435255 00000 n 
+0000435404 00000 n 
+0000435552 00000 n 
+0000435708 00000 n 
+0000435859 00000 n 
+0000436012 00000 n 
+0000436299 00000 n 
+0000436377 00000 n 
+0000436582 00000 n 
+0000436774 00000 n 
+0000437067 00000 n 
+0000437242 00000 n 
+0000437487 00000 n 
+0000437658 00000 n 
+0000437907 00000 n 
+0000438100 00000 n 
+0000438279 00000 n 
+0000438507 00000 n 
+0000438755 00000 n 
+0000438937 00000 n 
+0000439182 00000 n 
+0000439399 00000 n 
+0000439564 00000 n 
+0000439779 00000 n 
+0000439973 00000 n 
+0000440139 00000 n 
+0000440359 00000 n 
+0000448366 00000 n 
+0000448582 00000 n 
+0000449945 00000 n 
+0000451011 00000 n 
+0000456748 00000 n 
+0000456969 00000 n 
+0000458332 00000 n 
+0000459430 00000 n 
+0000465023 00000 n 
+0000465237 00000 n 
+0000466600 00000 n 
+0000467656 00000 n 
+0000468629 00000 n 
+0000468840 00000 n 
+0000469143 00000 n 
+0000470058 00000 n 
+0000472213 00000 n 
+0000472427 00000 n 
+0000472763 00000 n 
+0000473901 00000 n 
+0000475768 00000 n 
+0000475994 00000 n 
+0000477357 00000 n 
 trailer
 << /Size 218
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-478480
+478489
 %%EOF


[09/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/rgsvc.html
----------------------------------------------------------------------
diff --git a/content/guides/rgsvc.html b/content/guides/rgsvc.html
index 5ab2ef1..98d970d 100644
--- a/content/guides/rgsvc.html
+++ b/content/guides/rgsvc.html
@@ -514,7 +514,7 @@ table.CodeRay td.code>pre{padding:0}
       <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/_rgsvc_intro.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="sect2"> 
-        <h3 id="_rgsvc_intro_types-of-domain-services">2.1. Types of Domain Service</h3> 
+        <h3 id="__rgsvc_intro_types-of-domain-services">2.1. Types of Domain Service</h3> 
         <div class="paragraph"> 
          <p>The domain services also group into various broad categories. Many support functionality of the various layers of the system (presentation layer, application layer, core domain, persistence layer); others exist to allow the domain objects to integrate with other bounded contexts, or provide various metadata (eg for development-time tooling). The diagram below shows these categories:</p> 
         </div> 
@@ -534,7 +534,7 @@ table.CodeRay td.code>pre{padding:0}
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_rgsvc_intro_public-api">2.2. Public API vs Internal Services</h3> 
+        <h3 id="__rgsvc_intro_public-api">2.2. Public API vs Internal Services</h3> 
         <div class="paragraph"> 
          <p>The vast majority of Apache Isis' domain services are defined in Apache Isis' applib (<code>o.a.i.core:isis-core-applib</code> module) as stable, public classes. Importantly, this also minimizes the coupling between your code and Apache Isis, allowing you to easily mock out these services in your unit tests.</p> 
         </div> 
@@ -543,7 +543,7 @@ table.CodeRay td.code>pre{padding:0}
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_rgsvc_intro_using-the-services">2.3. Using the services</h3> 
+        <h3 id="__rgsvc_intro_using-the-services">2.3. Using the services</h3> 
         <div class="paragraph"> 
          <p>Apache Isis includes an extensive number of domain services for your domain objects to use; simply define the service as an annotated field and Apache Isis will inject the service into your object.</p> 
         </div> 
@@ -589,7 +589,7 @@ table.CodeRay td.code>pre{padding:0}
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_rgsvc_intro_overriding-the-services">2.4. Overriding the services</h3> 
+        <h3 id="__rgsvc_intro_overriding-the-services">2.4. Overriding the services</h3> 
         <div class="paragraph"> 
          <p>The framework provides default implementations for many of the domain services. This is convenient, but sometimes you will want to replace the default implementation with your own service implementation.</p> 
         </div> 
@@ -687,7 +687,7 @@ table.CodeRay td.code>pre{padding:0}
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_rgsvc_intro_commands-and-events">2.5. Command and Events</h3> 
+        <h3 id="__rgsvc_intro_commands-and-events">2.5. Command and Events</h3> 
         <div class="paragraph"> 
          <p>A good number of the domain services manage the execution of action invocations/property edits, along with the state of domain objects that are modified as a result of these. These services capture information which can then be used for various purposes, most notably for auditing or for publishing events, or for deferring execution such that the execution be performed in the background at some later date.</p> 
         </div> 
@@ -1165,7 +1165,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' default implementation of <code>EmailNotificationService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -1564,7 +1564,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>), then the Bootstrap3 default implementation of <code>GridSystemService</code> is automatically registered and injected, and no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -1603,7 +1603,7 @@ table.CodeRay td.code>pre{padding:0}
             </tr> 
             <tr> 
              <td><i class="conum" data-value="2"></i><b>2</b></td> 
-             <td>support metamodel invalidation/rebuilding of spec, eg as called by this <a href="rgcms.html#_rgcms_classes_mixins_Object_rebuildMetamodel">Object mixin</a> action.</td> 
+             <td>support metamodel invalidation/rebuilding of spec, eg as called by this <a href="rgcms.html#__rgcms_classes_mixins_Object_rebuildMetamodel">Object mixin</a> action.</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="3"></i><b>3</b></td> 
@@ -1611,7 +1611,7 @@ table.CodeRay td.code>pre{padding:0}
             </tr> 
             <tr> 
              <td><i class="conum" data-value="4"></i><b>4</b></td> 
-             <td>returns a new instance of a <a href="rgcms.html#_rgcms_classes_layout_component"><code>Grid</code></a> for the specified domain class, eg as loaded from a <code>layout.xml</code> file. If none exists, will return null (and the calling <a href="#_rgsvc_spi_GridService"><code>GridService</code></a> will use <a href="#_rgsvc_spi_GridSystemService"><code>GridSystemService</code></a> to obtain a default grid for the domain class).</td> 
+             <td>returns a new instance of a <a href="rgcms.html#__rgcms_classes_layout_component"><code>Grid</code></a> for the specified domain class, eg as loaded from a <code>layout.xml</code> file. If none exists, will return null (and the calling <a href="#_rgsvc_spi_GridService"><code>GridService</code></a> will use <a href="#_rgsvc_spi_GridSystemService"><code>GridSystemService</code></a> to obtain a default grid for the domain class).</td> 
             </tr> 
            </tbody>
           </table> 
@@ -1632,7 +1632,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>), then the default implementation of <code>GridLoaderService</code> is automatically registered and injected, and no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -1684,7 +1684,7 @@ table.CodeRay td.code>pre{padding:0}
             </tr> 
             <tr> 
              <td><i class="conum" data-value="2"></i><b>2</b></td> 
-             <td>support metamodel invalidation/rebuilding of spec, eg as called by this <a href="rgcms.html#_rgcms_classes_mixins_Object_rebuildMetamodel">Object mixin</a> action.</td> 
+             <td>support metamodel invalidation/rebuilding of spec, eg as called by this <a href="rgcms.html#__rgcms_classes_mixins_Object_rebuildMetamodel">Object mixin</a> action.</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="3"></i><b>3</b></td> 
@@ -1692,7 +1692,7 @@ table.CodeRay td.code>pre{padding:0}
             </tr> 
             <tr> 
              <td><i class="conum" data-value="4"></i><b>4</b></td> 
-             <td>returns a new instance of a <a href="rgcms.html#_rgcms_classes_layout_component"><code>Grid</code></a> for the specified domain class, eg as loaded from a <code>layout.xml</code> file. If none exists, will return null (and the calling <a href="#_rgsvc_spi_GridService"><code>GridService</code></a> will use <a href="#_rgsvc_spi_GridSystemService"><code>GridSystemService</code></a> to obtain a default grid for the domain class).</td> 
+             <td>returns a new instance of a <a href="rgcms.html#__rgcms_classes_layout_component"><code>Grid</code></a> for the specified domain class, eg as loaded from a <code>layout.xml</code> file. If none exists, will return null (and the calling <a href="#_rgsvc_spi_GridService"><code>GridService</code></a> will use <a href="#_rgsvc_spi_GridSystemService"><code>GridSystemService</code></a> to obtain a default grid for the domain class).</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="5"></i><b>5</b></td> 
@@ -1729,7 +1729,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>), then the default implementation of <code>GridLoaderService</code> is automatically registered and injected, and no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide). That said, there should be little reason to use a different implementation; if behaviour does need to be changed, it would also be possible to replace the implementation of either the <code>GridLoaderService</code> or the <code>GridSystemService</code>.</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide). That said, there should be little reason to use a different implementation; if behaviour does need to be changed, it would also be possible to replace the implementation of either the <code>GridLoaderService</code> or the <code>GridSystemService</code>.</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -1805,13 +1805,13 @@ table.CodeRay td.code>pre{padding:0}
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>HintStore</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
          <h4 id="_related_services_6">3.8.4. Related Services</h4> 
          <div class="paragraph"> 
-          <p>The <a href="#ugvw.adoc">Wicket viewer</a> exposes the <a href="rgcms.html#_rgcms_classes_mixins_Object_clearHints">"clear hints"</a> mixin action that is for use by end-users of the application to clear any UI hints that have accumulated for a domain object.</p> 
+          <p>The <a href="#ugvw.adoc">Wicket viewer</a> exposes the <a href="rgcms.html#__rgcms_classes_mixins_Object_clearHints">"clear hints"</a> mixin action that is for use by end-users of the application to clear any UI hints that have accumulated for a domain object.</p> 
          </div> 
         </div> 
        </div> 
@@ -1878,7 +1878,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>), <em>and</em> that the <a href="ugvw.html">Wicket viewer</a> is being used, then an implementation of <code>LocaleProvider</code> is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -1960,7 +1960,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>The framework provides a default implementation - <code>RoutingServiceDefault</code> - which will always return the original object provided, or the home page if a <code>null</code> or <code>void</code> was provided. It uses the <a href="#_rgsvc_api_HomePageProviderService"><code>HomePageProviderService</code></a>.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>There can be multiple implementations of <code>RoutingService</code> registered. These are checked in turn (chain of responsibility pattern), ordered according to <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide). The route from the first service that returns <code>true</code> from its <code>canRoute(\u2026\u200b)</code> method will be used.</p> 
+          <p>There can be multiple implementations of <code>RoutingService</code> registered. These are checked in turn (chain of responsibility pattern), ordered according to <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide). The route from the first service that returns <code>true</code> from its <code>canRoute(\u2026\u200b)</code> method will be used.</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -2116,11 +2116,11 @@ table.CodeRay td.code>pre{padding:0}
           <p>If the menu items are not required then these can be suppressed either using security or by implementing a <a href="ugbtb.html#_ugbtb_decoupling_vetoing-visibility">vetoing subscriber</a>.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_LayoutService_related-mixins-and-menus">3.12.4. Related Menus</h4> 
+         <h4 id="__rgsvc_api_LayoutService_related-mixins-and-menus">3.12.4. Related Menus</h4> 
          <div class="paragraph"> 
           <p>The <code>TranslationServicePoMenu</code> menu exposes the <code>TranslationServicePo</code> service\u2019s <code>toPot()</code> method so that all translations can be downloaded as a single file.</p> 
          </div> 
@@ -2192,7 +2192,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#<em>rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>), _and that the <a href="ugvw.html">Wicket viewer</a> is being used, then an implementation of <code>TranslationsResolver</code> is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -2258,7 +2258,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>The framework provides a default implementation (<code>UrlEncodingServiceUsingBaseEncoding</code>) that simply converts the string using base-64 encoding and UTF-8 character set. As already noted, be aware that the maximum length of a URL should not exceed 2083 characters. For large view models, there\u2019s the possibility that this limit could be exceeded; in such cases register an alternative implementation of this service.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -2585,7 +2585,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' default implementation of <code>AcceptHeaderService</code> class is automatically registered (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -2687,7 +2687,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' default implementation of <code>ActionInvocationContext</code> class is automatically registered (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -2853,7 +2853,7 @@ CommandContext commandContext;  <i class="conum" data-value="1"></i><b>(1)</b></
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>BackgroundService</code> is automatically registered (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -3077,7 +3077,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
          <p>As of <code>1.13.0</code>, these other uses cases are now more fully supported through the <a href="#_rgsvc_api_InteractionContext"><code>InteractionContext</code></a> service and persistent implementations of the <code>Interaction</code> object, eg as provided by the (non-ASF) <a href="http://github.com/isisaddons/isis-module-publishmq">Isis addons' publishmq</a> module.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_CommandContext_screencast">4.4.1. Screencast</h4> 
+         <h4 id="__rgsvc_api_CommandContext_screencast">4.4.1. Screencast</h4> 
          <div class="paragraph"> 
           <p>The <a href="https://www.youtube.com/watch?v=tqXUZkPB3EI">screencast</a> provides a run-through of the command (profiling) service, auditing service, publishing service. It also shows how commands can be run in the background either explicitly by scheduling through the background service or implicitly by way of a framework annotation.</p> 
          </div> 
@@ -3335,7 +3335,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>CommandContext</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -3605,7 +3605,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
              <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>Unlike the similar <a href="#_rgsvc_api_CommandContext"><code>CommandContext</code></a> (discussed <a href="#_rgsvc_api_InteractionContext_Related-Classes">below</a>) there is no domain service to different implementations of <code>Interaction</code> to be used. If this were to be needed, then a custom implementation of <a href="#_rgsvc_api_FactoryService"><code>FactoryService</code></a> could always used).</p> 
+               <p>Unlike the similar <a href="#_rgsvc_api_CommandContext"><code>CommandContext</code></a> (discussed <a href="#__rgsvc_api_InteractionContext_Related-Classes">below</a>) there is no domain service to different implementations of <code>Interaction</code> to be used. If this were to be needed, then a custom implementation of <a href="#_rgsvc_api_FactoryService"><code>FactoryService</code></a> could always used).</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -3613,7 +3613,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_InteractionContext_Related-Classes">4.5.4. Related Classes</h4> 
+         <h4 id="__rgsvc_api_InteractionContext_Related-Classes">4.5.4. Related Classes</h4> 
          <div class="paragraph"> 
           <p>This service is very similar in nature to <a href="#_rgsvc_api_CommandContext"><code>CommandContext</code></a>, in that the <code>Interaction</code> object accessed through it is very similar to the <code>Command</code> object obtained from the <code>CommandContext</code>. The principle distinction is that while <code>Command</code> represents the <em>intention</em> to invoke an action or edit a property, the <code>Interaction</code> (and contained <code>Execution</code>s) represents the actual execution.</p> 
          </div> 
@@ -3718,7 +3718,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>MessageService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -3771,7 +3771,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>SessionManagementService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -3858,7 +3858,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>TitleService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -3991,7 +3991,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>TransactionService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -4233,7 +4233,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>WrapperFactory</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -5053,7 +5053,7 @@ org.quartz.plugin.jobInitializer.failOnFileNotFound = true</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>ConfigurationService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -5744,7 +5744,7 @@ container.persist(cust);</code></pre>
          <p>Two implementations are available, using either <a href="https://code.google.com/p/guava-libraries/">Guava</a>'s <a href="https://code.google.com/p/guava-libraries/wiki/EventBusExplained"><code>EventBus</code></a>, or alternatively using the <a href="http://www.axonframework.org/">AxonFramework</a>'s <a href="http://www.axonframework.org/docs/2.4/single.html#d5e1489">SimpleEventBus</a>. It is also possible to plug in a custom implementation.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_EventBusService_api-and-implementation">6.4.1. API &amp; Implementation</h4> 
+         <h4 id="__rgsvc_api_EventBusService_api-and-implementation">6.4.1. API &amp; Implementation</h4> 
          <div class="paragraph"> 
           <p>The API defined by <code>EventBusService</code> is:</p> 
          </div> 
@@ -5785,7 +5785,7 @@ container.persist(cust);</code></pre>
         <div class="sect3"> 
          <h4 id="_registering_subscribers">6.4.2. Registering Subscribers</h4> 
          <div class="paragraph"> 
-          <p>The <code>register()</code> method should be called in the <a href="rgant.html#_rgant-PostConstruct"><code>@PostConstruct</code></a> lifecycle method. It is valid and probably the least confusing to readers to also "unregister" in the <a href="rgant.html#_rgant-PreDestroy"><code>@PreDestroy</code></a> lifecycle method (though as noted <a href="#_rgsvc_api_EventBusService_api-and-implementation">above</a>, unregistering is actually a no-op).</p> 
+          <p>The <code>register()</code> method should be called in the <a href="rgant.html#_rgant-PostConstruct"><code>@PostConstruct</code></a> lifecycle method. It is valid and probably the least confusing to readers to also "unregister" in the <a href="rgant.html#_rgant-PreDestroy"><code>@PreDestroy</code></a> lifecycle method (though as noted <a href="#__rgsvc_api_EventBusService_api-and-implementation">above</a>, unregistering is actually a no-op).</p> 
          </div> 
          <div class="paragraph"> 
           <p>For example:</p> 
@@ -5913,7 +5913,7 @@ container.persist(cust);</code></pre>
            <tbody>
             <tr> 
              <td><i class="conum" data-value="1"></i><b>1</b></td> 
-             <td><code>LibraryMemberLeaveEvent</code> is a subclass of <code>o.a.i.applib.eventbus.ActionDomainEvent</code>. The topic of subclassing is discussed in more detail <a href="#_rgsvc_api_EventBusService_event-hierarchy">below</a>.</td> 
+             <td><code>LibraryMemberLeaveEvent</code> is a subclass of <code>o.a.i.applib.eventbus.ActionDomainEvent</code>. The topic of subclassing is discussed in more detail <a href="#__rgsvc_api_EventBusService_event-hierarchy">below</a>.</td> 
             </tr> 
            </tbody>
           </table> 
@@ -5942,7 +5942,7 @@ container.persist(cust);</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_EventBusService_event-hierarchy">6.4.4. Event hierarchy</h4> 
+         <h4 id="__rgsvc_api_EventBusService_event-hierarchy">6.4.4. Event hierarchy</h4> 
          <div class="paragraph"> 
           <p>By creating domain event subtypes we can be more semantically precise and in turn providesmore flexibility for subscribers: they can choose whether to be broadly applicable (by subscribing to a superclass) or to be tightly focussed (by subscribing to a subclass).</p> 
          </div> 
@@ -6125,7 +6125,7 @@ public <span class="directive">static</span> <span class="type">class</span> <sp
         <div class="sect3"> 
          <h4 id="_implementation_spi">6.4.7. Implementation SPI</h4> 
          <div class="paragraph"> 
-          <p>The implementation of <code>EventBusService</code> provided by Apache Isis will by default use <a href="https://code.google.com/p/guava-libraries/">Guava</a>'s <a href="https://code.google.com/p/guava-libraries/wiki/EventBusExplained"><code>EventBus</code></a> as the underlying in-memory event bus. Alternatively the <a href="http://www.axonframework.org/">AxonFramework</a>'s <a href="http://www.axonframework.org/docs/2.4/single.html#d5e1489">SimpleEventBus</a> can be used. Which is used is specified through configuration property (described <a href="#_rgsvc_api_EventBusService_Configuration">below</a>).</p> 
+          <p>The implementation of <code>EventBusService</code> provided by Apache Isis will by default use <a href="https://code.google.com/p/guava-libraries/">Guava</a>'s <a href="https://code.google.com/p/guava-libraries/wiki/EventBusExplained"><code>EventBus</code></a> as the underlying in-memory event bus. Alternatively the <a href="http://www.axonframework.org/">AxonFramework</a>'s <a href="http://www.axonframework.org/docs/2.4/single.html#d5e1489">SimpleEventBus</a> can be used. Which is used is specified through configuration property (described <a href="#__rgsvc_api_EventBusService_Configuration">below</a>).</p> 
          </div> 
          <div class="admonitionblock note"> 
           <table> 
@@ -6166,7 +6166,7 @@ public <span class="directive">static</span> <span class="type">class</span> <sp
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_EventBusService_Configuration">6.4.8. Configuration</h4> 
+         <h4 id="__rgsvc_api_EventBusService_Configuration">6.4.8. Configuration</h4> 
          <div class="paragraph"> 
           <p>The implementation of <code>EventBusService</code> provided by Apache Isis will by default use <a href="https://code.google.com/p/guava-libraries/">Guava</a>'s <a href="https://code.google.com/p/guava-libraries/wiki/EventBusExplained"><code>EventBus</code></a> as the underlying in-memory event bus. Alternatively the <a href="http://www.axonframework.org/">AxonFramework</a>'s <a href="http://www.axonframework.org/docs/2.4/single.html#d5e1489">SimpleEventBus</a> can be used.</p> 
          </div> 
@@ -6212,7 +6212,7 @@ public <span class="directive">static</span> <span class="type">class</span> <sp
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>EventBusService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -6309,7 +6309,7 @@ repositoryService.persist(cust);</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>FactoryService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -6449,7 +6449,7 @@ Scratchpad scratchpad;</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>Scratchpad</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -6542,7 +6542,7 @@ Scratchpad scratchpad;</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>UserService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -6809,7 +6809,7 @@ Scratchpad scratchpad;</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>BookmarkService</code> is automatically registered (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -6870,7 +6870,7 @@ Scratchpad scratchpad;</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#<em>rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>), _and that the <a href="ugvw.html">Wicket viewer</a> is being used, then an implementation of <code>DeepLinkService</code> is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -7016,7 +7016,7 @@ Scratchpad scratchpad;</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>EmailService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -7119,7 +7119,7 @@ Scratchpad scratchpad;</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#<em>rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>), _and that the <a href="ugvw.html">Wicket viewer</a> is being used, then an implementation of <code>GuiceBeanProvider</code> is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -7129,7 +7129,7 @@ Scratchpad scratchpad;</code></pre>
          <p>The <code>JaxbService</code> allows instances of JAXB-annotated classes to be marshalled to XML and unmarshalled from XML back into domain objects.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_JaxbService_api-and-implementation">7.5.1. API &amp; Implementation</h4> 
+         <h4 id="__rgsvc_api_JaxbService_api-and-implementation">7.5.1. API &amp; Implementation</h4> 
          <div class="paragraph"> 
           <p>The API defined by <code>JaxbService</code> is:</p> 
          </div> 
@@ -7189,7 +7189,7 @@ Scratchpad scratchpad;</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>JaxbService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -7354,7 +7354,7 @@ Scratchpad scratchpad;</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>MementoService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -7585,7 +7585,7 @@ Element customerXsd = snapshot.getXsdElement();</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>XmlSnapshotService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -7756,7 +7756,7 @@ Element customerXsd = snapshot.getXsdElement();</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>ApplicationFeatureRepository</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -7769,10 +7769,10 @@ Element customerXsd = snapshot.getXsdElement();</code></pre>
        <div class="sect2"> 
         <h3 id="_rgsvc_api_LayoutService">8.2. <code>LayoutService</code></h3> 
         <div class="paragraph"> 
-         <p>The <code>LayoutService</code> provides the ability to obtain the XML layout for a single domain object or for all domain objects. This functionality is surfaced through the user interface through a related <a href="#_rgsvc_api_LayoutService_related-mixins-and-menus">mixin and menu action</a>.</p> 
+         <p>The <code>LayoutService</code> provides the ability to obtain the XML layout for a single domain object or for all domain objects. This functionality is surfaced through the user interface through a related <a href="#__rgsvc_api_LayoutService_related-mixins-and-menus">mixin and menu action</a>.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_LayoutService_api-and-implementation">8.2.1. API &amp; Implementation</h4> 
+         <h4 id="__rgsvc_api_LayoutService_api-and-implementation">8.2.1. API &amp; Implementation</h4> 
          <div class="paragraph"> 
           <p>The API defined by <code>LayoutService</code> is:</p> 
          </div> 
@@ -7865,7 +7865,7 @@ Element customerXsd = snapshot.getXsdElement();</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_LayoutService_related-mixins-and-menus">8.2.2. Related Mixins and Menus</h4> 
+         <h4 id="__rgsvc_api_LayoutService_related-mixins-and-menus">8.2.2. Related Mixins and Menus</h4> 
          <div class="paragraph"> 
           <p>The service\u2019s functionality is exposed in the UI through a mixin (per object) and a menu action (for all objects):</p> 
          </div> 
@@ -7880,7 +7880,7 @@ Element customerXsd = snapshot.getXsdElement();</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_LayoutService_related-domain-services">8.2.3. Related Domain Services</h4> 
+         <h4 id="__rgsvc_api_LayoutService_related-domain-services">8.2.3. Related Domain Services</h4> 
          <div class="paragraph"> 
           <p>The <a href="#_rgsvc_spi_GridService"><code>GridService</code></a> is responsible for loading and normalizing layout XML for a domain class. It in turn uses the <a href="#_rgsvc_spi_GridLoaderService"><code>GridLoaderService</code></a> and <a href="#_rgsvc_spi_GridSystemService"><code>GridSystemService</code></a> services.</p> 
          </div> 
@@ -7962,7 +7962,7 @@ Element customerXsd = snapshot.getXsdElement();</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>MetamodelService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -8063,7 +8063,7 @@ repositoryService.persist(cust);</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>ServiceRegistry</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -8089,7 +8089,7 @@ repositoryService.persist(cust);</code></pre>
          </table> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_SwaggerService_api-and-implementation">8.5.1. API &amp; Implementation</h4> 
+         <h4 id="__rgsvc_api_SwaggerService_api-and-implementation">8.5.1. API &amp; Implementation</h4> 
          <div class="paragraph"> 
           <p>The API defined by <code>SwaggerService</code> is:</p> 
          </div> 
@@ -8470,7 +8470,7 @@ repositoryService.persist(cust);</code></pre>
              <td class="icon"> <i class="fa icon-important" title="Important"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>Note however that this the "effective user" does not propagate through to the <a href="ugsec.html">Shiro security mechanism</a>, which will continue to be evaluated according to the permissions of the current user. See the <a href="#_rgsvc_api_SudoService_ACCESS-ALL-ROLE"><code>ACCESS-ALL-ROLE</code></a> below for details of how to circumvent this.</p> 
+               <p>Note however that this the "effective user" does not propagate through to the <a href="ugsec.html">Shiro security mechanism</a>, which will continue to be evaluated according to the permissions of the current user. See the <a href="#__rgsvc_api_SudoService_ACCESS-ALL-ROLE"><code>ACCESS-ALL-ROLE</code></a> below for details of how to circumvent this.</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -8504,7 +8504,7 @@ repositoryService.persist(cust);</code></pre>
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_rgsvc_api_SudoService_ACCESS-ALL-ROLE">ACCESS_ALL_ROLE</h5> 
+          <h5 id="__rgsvc_api_SudoService_ACCESS-ALL-ROLE">ACCESS_ALL_ROLE</h5> 
           <div class="paragraph"> 
            <p>When <code>sudo(\u2026\u200b)</code> is called the "effective user" is reported by both <a href="#_rgsvc_api_UserService"><code>UserService</code></a> and by <a href="rgfis.html#_rgfis_spi_AuthenticationSessionProvider"><code>AuthenticationSessionProvider</code></a>, but does not propagate through to the <a href="ugsec.html">Shiro security mechanism</a>. These continue to be evaluated according to the permissions of the current user.</p> 
           </div> 
@@ -8584,7 +8584,7 @@ repositoryService.persist(cust);</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>SudoService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -8738,7 +8738,7 @@ repositoryService.persist(cust);</code></pre>
          <p>The following sections discuss the functionality provided by the service, broken out into categories.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_IsisJdoSupport_executing-sql">10.1.1. Executing SQL</h4> 
+         <h4 id="__rgsvc_api_IsisJdoSupport_executing-sql">10.1.1. Executing SQL</h4> 
          <div class="paragraph"> 
           <p>You can use the <code>IsisJdoSupportService</code> to perform arbitrary SQL SELECTs or UPDATEs:</p> 
          </div> 
@@ -8782,7 +8782,7 @@ repositoryService.persist(cust);</code></pre>
              <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>As an alternative, consider using DataNucleus' <a href="http://www.datanucleus.org/products/accessplatform_4_0/jdo/jdoql_typesafe.html">type-safe JDO query API</a>, discussed <a href="#_rgsvc_api_IsisJdoSupport_type-safe-query-api">below</a>.</p> 
+               <p>As an alternative, consider using DataNucleus' <a href="http://www.datanucleus.org/products/accessplatform_4_0/jdo/jdoql_typesafe.html">type-safe JDO query API</a>, discussed <a href="#__rgsvc_api_IsisJdoSupport_type-safe-query-api">below</a>.</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -8790,7 +8790,7 @@ repositoryService.persist(cust);</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_IsisJdoSupport_type-safe-jdoql-queries">10.1.2. Type-safe JDOQL Queries</h4> 
+         <h4 id="__rgsvc_api_IsisJdoSupport_type-safe-jdoql-queries">10.1.2. Type-safe JDOQL Queries</h4> 
          <div class="paragraph"> 
           <p>DataNucleus provides an <a href="http://www.datanucleus.org/products/accessplatform_4_0/jdo/jdoql_typesafe.html">extension to JDO</a>, so that JDOQL queries can be built up and executed using a set of type-safe classes.</p> 
          </div> 
@@ -8882,9 +8882,9 @@ repositoryService.persist(cust);</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_IsisJdoSupport_fixture-support">10.1.3. Fixture support</h4> 
+         <h4 id="__rgsvc_api_IsisJdoSupport_fixture-support">10.1.3. Fixture support</h4> 
          <div class="paragraph"> 
-          <p>When writing <a href="ugtst.html#_ugtst_integ-test-support">integration tests</a> you\u2019ll usually need to tear down some/all mutable transactional data before each test. One way to do that is to use the <code>executeUpdate(\u2026\u200b)</code> method described <a href="#_rgsvc_api_IsisJdoSupport_executing-sql">above</a>.</p> 
+          <p>When writing <a href="ugtst.html#_ugtst_integ-test-support">integration tests</a> you\u2019ll usually need to tear down some/all mutable transactional data before each test. One way to do that is to use the <code>executeUpdate(\u2026\u200b)</code> method described <a href="#__rgsvc_api_IsisJdoSupport_executing-sql">above</a>.</p> 
          </div> 
          <div class="paragraph"> 
           <p>Alternatively, the <code>deleteAll(\u2026\u200b)</code> method will let your test delete all instances of a class without resorting to SQL:</p> 
@@ -8930,7 +8930,7 @@ repositoryService.persist(cust);</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_IsisJdoSupport_reloading-entities">10.1.4. Reloading entities</h4> 
+         <h4 id="__rgsvc_api_IsisJdoSupport_reloading-entities">10.1.4. Reloading entities</h4> 
          <div class="paragraph"> 
           <p>An <a href="http://www.datanucleus.org/products/datanucleus/jdo/orm/relationships.html">(intentional) limitation</a> of JDO/DataNucleus is that persisting a child entity (in a 1:n bidirectional relationship) does not cause the parent\u2019s collection to be updated.</p> 
          </div> 
@@ -9002,7 +9002,7 @@ repositoryService.persist(cust);</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgsvc_api_IsisJdoSupport_jdo-persistencemanager">10.1.5. JDO <code>PersistenceManager</code></h4> 
+         <h4 id="__rgsvc_api_IsisJdoSupport_jdo-persistencemanager">10.1.5. JDO <code>PersistenceManager</code></h4> 
          <div class="paragraph"> 
           <p>The functionality provided by <code>IsisJdoSupport</code> focus only on the most common use cases. If you require more flexibility than this, eg for dynamically constructed queries, then you can use the service to access the underlying JDO <code>PersistenceManager</code> API:</p> 
          </div> 
@@ -9036,7 +9036,7 @@ repositoryService.persist(cust);</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>IsisJdoSupport</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -9230,7 +9230,7 @@ repositoryService.persist(cust);</code></pre>
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>QueryResultsCache</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -9618,7 +9618,7 @@ public static final String KEY_DISABLE_AUTOFLUSH = "isis.services.container.disa
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>RepositoryService</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
@@ -10756,7 +10756,7 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
           <p>Assuming that the <code>configuration-and-annotation</code> services installer is configured (implicit if using the <code>AppManifest</code> to <a href="rgcms.html#_rgcms_classes_AppManifest-bootstrapping">bootstrap the app</a>) then Apache Isis' core implementation of <code>ClassDiscoveryService2</code> service is automatically registered and injected (it is annotated with <code>@DomainService</code>) so no further configuration is required.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#_rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
+          <p>To use an alternative implementation, use <a href="rgant.html#_rgant-DomainServiceLayout_menuOrder"><code>@DomainServiceLayout#menuOrder()</code></a> (as explained in the <a href="#__rgsvc_intro_overriding-the-services">introduction</a> to this guide).</p> 
          </div> 
         </div> 
        </div> 
@@ -10778,11 +10778,11 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
         </ul> </li> 
        <li><a href="#_rgsvc_intro">2. Introduction</a> 
         <ul class="sectlevel2"> 
-         <li><a href="#_rgsvc_intro_types-of-domain-services">2.1. Types of Domain Service</a></li> 
-         <li><a href="#_rgsvc_intro_public-api">2.2. Public API vs Internal Services</a></li> 
-         <li><a href="#_rgsvc_intro_using-the-services">2.3. Using the services</a></li> 
-         <li><a href="#_rgsvc_intro_overriding-the-services">2.4. Overriding the services</a></li> 
-         <li><a href="#_rgsvc_intro_commands-and-events">2.5. Command and Events</a></li> 
+         <li><a href="#__rgsvc_intro_types-of-domain-services">2.1. Types of Domain Service</a></li> 
+         <li><a href="#__rgsvc_intro_public-api">2.2. Public API vs Internal Services</a></li> 
+         <li><a href="#__rgsvc_intro_using-the-services">2.3. Using the services</a></li> 
+         <li><a href="#__rgsvc_intro_overriding-the-services">2.4. Overriding the services</a></li> 
+         <li><a href="#__rgsvc_intro_commands-and-events">2.5. Command and Events</a></li> 
         </ul> </li> 
        <li><a href="#_rgsvc_presentation-layer-spi">3. Presentation Layer SPI</a> 
         <ul class="sectlevel2"> 
@@ -10867,7 +10867,7 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
            <li><a href="#_spi_12">3.12.1. SPI</a></li> 
            <li><a href="#_implementation_11">3.12.2. Implementation</a></li> 
            <li><a href="#_registering_the_services_9">3.12.3. Registering the Services</a></li> 
-           <li><a href="#_rgsvc_api_LayoutService_related-mixins-and-menus">3.12.4. Related Menus</a></li> 
+           <li><a href="#__rgsvc_api_LayoutService_related-mixins-and-menus">3.12.4. Related Menus</a></li> 
            <li><a href="#_related_services_9">3.12.5. Related Services</a></li> 
           </ul> </li> 
          <li><a href="#_rgsvc_spi_TranslationsResolver">3.13. <code>TranslationsResolver</code></a> 
@@ -10915,7 +10915,7 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
           </ul> </li> 
          <li><a href="#_rgsvc_api_CommandContext">4.4. <code>CommandContext</code></a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_rgsvc_api_CommandContext_screencast">4.4.1. Screencast</a></li> 
+           <li><a href="#__rgsvc_api_CommandContext_screencast">4.4.1. Screencast</a></li> 
            <li><a href="#_api_implementation_4">4.4.2. API &amp; Implementation</a></li> 
            <li><a href="#_usage_4">4.4.3. Usage</a></li> 
            <li><a href="#_interacting_with_the_services">4.4.4. Interacting with the services</a></li> 
@@ -10932,7 +10932,7 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
             </ul> </li> 
            <li><a href="#_interacting_with_the_services_2">4.5.2. Interacting with the services</a></li> 
            <li><a href="#_registering_the_service_6">4.5.3. Registering the Service</a></li> 
-           <li><a href="#_rgsvc_api_InteractionContext_Related-Classes">4.5.4. Related Classes</a></li> 
+           <li><a href="#__rgsvc_api_InteractionContext_Related-Classes">4.5.4. Related Classes</a></li> 
           </ul> </li> 
          <li><a href="#_rgsvc_api_MessageService">4.6. <code>MessageService</code></a> 
           <ul class="sectlevel3"> 
@@ -11030,17 +11030,17 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
           </ul> </li> 
          <li><a href="#_rgsvc_api_EventBusService">6.4. <code>EventBusService</code></a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_rgsvc_api_EventBusService_api-and-implementation">6.4.1. API &amp; Implementation</a></li> 
+           <li><a href="#__rgsvc_api_EventBusService_api-and-implementation">6.4.1. API &amp; Implementation</a></li> 
            <li><a href="#_registering_subscribers">6.4.2. Registering Subscribers</a></li> 
            <li><a href="#_annotating_members">6.4.3. Annotating Members</a></li> 
-           <li><a href="#_rgsvc_api_EventBusService_event-hierarchy">6.4.4. Event hierarchy</a> 
+           <li><a href="#__rgsvc_api_EventBusService_event-hierarchy">6.4.4. Event hierarchy</a> 
             <ul class="sectlevel4"> 
              <li><a href="#_variation_for_contributing_services">Variation (for contributing services)</a></li> 
             </ul> </li> 
            <li><a href="#_programmatic_posting">6.4.5. Programmatic posting</a></li> 
            <li><a href="#_using_code_wrapperfactory_code">6.4.6. Using <code>WrapperFactory</code></a></li> 
            <li><a href="#_implementation_spi">6.4.7. Implementation SPI</a></li> 
-           <li><a href="#_rgsvc_api_EventBusService_Configuration">6.4.8. Configuration</a></li> 
+           <li><a href="#__rgsvc_api_EventBusService_Configuration">6.4.8. Configuration</a></li> 
            <li><a href="#_registering_the_services_14">6.4.9. Registering the Services</a></li> 
            <li><a href="#_related_services_16">6.4.10. Related Services</a></li> 
           </ul> </li> 
@@ -11098,7 +11098,7 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
           </ul> </li> 
          <li><a href="#_rgsvc_api_JaxbService">7.5. <code>JaxbService</code></a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_rgsvc_api_JaxbService_api-and-implementation">7.5.1. API &amp; Implementation</a></li> 
+           <li><a href="#__rgsvc_api_JaxbService_api-and-implementation">7.5.1. API &amp; Implementation</a></li> 
            <li><a href="#_usage_within_the_framework_2">7.5.2. Usage within the framework</a></li> 
            <li><a href="#_registering_the_service_20">7.5.3. Registering the Service</a></li> 
           </ul> </li> 
@@ -11129,9 +11129,9 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
           </ul> </li> 
          <li><a href="#_rgsvc_api_LayoutService">8.2. <code>LayoutService</code></a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_rgsvc_api_LayoutService_api-and-implementation">8.2.1. API &amp; Implementation</a></li> 
-           <li><a href="#_rgsvc_api_LayoutService_related-mixins-and-menus">8.2.2. Related Mixins and Menus</a></li> 
-           <li><a href="#_rgsvc_api_LayoutService_related-domain-services">8.2.3. Related Domain Services</a></li> 
+           <li><a href="#__rgsvc_api_LayoutService_api-and-implementation">8.2.1. API &amp; Implementation</a></li> 
+           <li><a href="#__rgsvc_api_LayoutService_related-mixins-and-menus">8.2.2. Related Mixins and Menus</a></li> 
+           <li><a href="#__rgsvc_api_LayoutService_related-domain-services">8.2.3. Related Domain Services</a></li> 
           </ul> </li> 
          <li><a href="#_rgsvc_api_MetaModelService">8.3. <code>MetaModelService3</code></a> 
           <ul class="sectlevel3"> 
@@ -11149,7 +11149,7 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
           </ul> </li> 
          <li><a href="#_rgsvc_api_SwaggerService">8.5. <code>SwaggerService</code></a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_rgsvc_api_SwaggerService_api-and-implementation">8.5.1. API &amp; Implementation</a></li> 
+           <li><a href="#__rgsvc_api_SwaggerService_api-and-implementation">8.5.1. API &amp; Implementation</a></li> 
            <li><a href="#_usage_within_the_framework_3">8.5.2. Usage within the framework</a></li> 
            <li><a href="#_registering_the_service_26">8.5.3. Registering the Service</a></li> 
            <li><a href="#_related_services_24">8.5.4. Related Services</a></li> 
@@ -11178,7 +11178,7 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
            <li><a href="#_implementation_28">9.4.2. Implementation</a></li> 
            <li><a href="#_usage_14">9.4.3. Usage</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_rgsvc_api_SudoService_ACCESS-ALL-ROLE">ACCESS_ALL_ROLE</a></li> 
+             <li><a href="#__rgsvc_api_SudoService_ACCESS-ALL-ROLE">ACCESS_ALL_ROLE</a></li> 
             </ul> </li> 
            <li><a href="#_spi_19">9.4.4. SPI</a></li> 
            <li><a href="#_registering_the_service_27">9.4.5. Registering the Service</a></li> 
@@ -11193,11 +11193,11 @@ log4j.additivity.org.apache.isis.applib.services.publish.PublisherServiceLogging
         <ul class="sectlevel2"> 
          <li><a href="#_rgsvc_api_IsisJdoSupport">10.1. <code>IsisJdoSupport</code></a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_rgsvc_api_IsisJdoSupport_executing-sql">10.1.1. Executing SQL</a></li> 
-           <li><a href="#_rgsvc_api_IsisJdoSupport_type-safe-jdoql-queries">10.1.2. Type-safe JDOQL Queries</a></li> 
-           <li><a href="#_rgsvc_api_IsisJdoSupport_fixture-support">10.1.3. Fixture support</a></li> 
-           <li><a href="#_rgsvc_api_IsisJdoSupport_reloading-entities">10.1.4. Reloading entities</a></li> 
-           <li><a href="#_rgsvc_api_IsisJdoSupport_jdo-persistencemanager">10.1.5. JDO <code>PersistenceManager</code></a></li> 
+           <li><a href="#__rgsvc_api_IsisJdoSupport_executing-sql">10.1.1. Executing SQL</a></li> 
+           <li><a href="#__rgsvc_api_IsisJdoSupport_type-safe-jdoql-queries">10.1.2. Type-safe JDOQL Queries</a></li> 
+           <li><a href="#__rgsvc_api_IsisJdoSupport_fixture-support">10.1.3. Fixture support</a></li> 
+           <li><a href="#__rgsvc_api_IsisJdoSupport_reloading-entities">10.1.4. Reloading entities</a></li> 
+           <li><a href="#__rgsvc_api_IsisJdoSupport_jdo-persistencemanager">10.1.5. JDO <code>PersistenceManager</code></a></li> 
            <li><a href="#_registering_the_services_18">10.1.6. Registering the Services</a></li> 
           </ul> </li> 
          <li><a href="#_rgsvc_api_MetricsService">10.2. <code>MetricsService</code></a> 


[02/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/ugvro.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugvro.pdf b/content/guides/ugvro.pdf
index 07e5b92..6b28f30 100644
--- a/content/guides/ugvro.pdf
+++ b/content/guides/ugvro.pdf
@@ -4,16 +4,16 @@
 << /Title (Restful Objects Viewer)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307234555+00'00')
-/ModDate (D:20170307234555+00'00')
+/CreationDate (D:20170308005432+00'00')
+/ModDate (D:20170308005432+00'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 14 0 R
-/Outlines 199 0 R
-/PageLabels 224 0 R
+/Outlines 195 0 R
+/PageLabels 219 0 R
 /PageMode /UseOutlines
 /OpenAction [7 0 R /FitH 842.89]
 /ViewerPreferences << /DisplayDocTitle true
@@ -23,7 +23,7 @@ endobj
 3 0 obj
 << /Type /Pages
 /Count 21
-/Kids [7 0 R 10 0 R 12 0 R 35 0 R 43 0 R 48 0 R 64 0 R 69 0 R 78 0 R 88 0 R 91 0 R 94 0 R 98 0 R 100 0 R 109 0 R 114 0 R 127 0 R 135 0 R 140 0 R 142 0 R 149 0 R]
+/Kids [7 0 R 10 0 R 12 0 R 35 0 R 43 0 R 48 0 R 64 0 R 69 0 R 78 0 R 88 0 R 91 0 R 94 0 R 98 0 R 100 0 R 109 0 R 114 0 R 125 0 R 133 0 R 138 0 R 140 0 R 147 0 R]
 >>
 endobj
 4 0 obj
@@ -80,15 +80,15 @@ endobj
 << /Type /Font
 /BaseFont /AAAAEC+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 226 0 R
+/FontDescriptor 221 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 228 0 R
-/ToUnicode 227 0 R
+/Widths 223 0 R
+/ToUnicode 222 0 R
 >>
 endobj
 9 0 obj
-<< /Length 18512
+<< /Length 17703
 >>
 stream
 q
@@ -669,9 +669,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 493.1359999999998 Td
+48.24 493.1359999999998 Td
 /F1.0 10.5 Tf
-<342e362e20476c6f62616c20436f6e6669672050726f707320284465707265636174656429> Tj
+[<352e20436f6e6669677572> 20.01953125 <6174696f6e2050726f70657274696573>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -680,9 +680,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-250.68274999999994 493.1359999999998 Td
+186.54874999999993 493.1359999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -700,7 +700,7 @@ ET
 BT
 535.3009999999999 493.1359999999998 Td
 /F1.0 10.5 Tf
-<3134> Tj
+<3135> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -709,9 +709,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 474.6559999999998 Td
+60.24 474.6559999999998 Td
 /F1.0 10.5 Tf
-[<352e20436f6e6669677572> 20.01953125 <6174696f6e2050726f70657274696573>] TJ
+<352e312e205374616e64617264> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -720,9 +720,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-186.54874999999993 474.6559999999998 Td
+127.75924999999995 474.6559999999998 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -751,7 +751,7 @@ ET
 BT
 60.24 456.17599999999976 Td
 /F1.0 10.5 Tf
-<352e312e205374616e64617264> Tj
+<352e322e2044657072656361746564> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -760,9 +760,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-127.75924999999995 456.17599999999976 Td
+138.44824999999992 456.17599999999976 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -789,9 +789,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-60.24 437.69599999999974 Td
+48.24 437.69599999999974 Td
 /F1.0 10.5 Tf
-<352e322e2044657072656361746564> Tj
+<362e2048696e747320616e642054697073> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -800,9 +800,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-138.44824999999992 437.69599999999974 Td
+133.10374999999993 437.69599999999974 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -820,7 +820,7 @@ ET
 BT
 535.3009999999999 437.69599999999974 Td
 /F1.0 10.5 Tf
-<3135> Tj
+<3138> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -829,9 +829,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24 419.2159999999997 Td
+60.24 419.2159999999997 Td
 /F1.0 10.5 Tf
-<362e2048696e747320616e642054697073> Tj
+[<362e312e205573696e67204368726f6d652054> 29.78515625 <6f6f6c73>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -840,9 +840,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-133.10374999999993 419.2159999999997 Td
+181.20424999999994 419.2159999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -871,7 +871,7 @@ ET
 BT
 60.24 400.7359999999997 Td
 /F1.0 10.5 Tf
-[<362e312e205573696e67204368726f6d652054> 29.78515625 <6f6f6c73>] TJ
+<362e322e20416e67756c61724a532054697073> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -880,9 +880,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-181.20424999999994 400.7359999999997 Td
+154.48174999999992 400.7359999999997 Td
 /F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
+<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
 
 0.000 0.000 0.000 SCN
@@ -911,46 +911,6 @@ ET
 BT
 60.24 382.2559999999997 Td
 /F1.0 10.5 Tf
-<362e322e20416e67756c61724a532054697073> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-154.48174999999992 382.2559999999997 Td
-/F1.0 10.5 Tf
-<2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-
-BT
-533.94125 382.2559999999997 Td
-/F1.0 5.25 Tf
-<ca> Tj
-ET
-
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-535.3009999999999 382.2559999999997 Td
-/F1.0 10.5 Tf
-<3138> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-60.24 363.77599999999967 Td
-/F1.0 10.5 Tf
 <362e332e20507265747479207072696e74696e67> Tj
 ET
 
@@ -960,7 +920,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-159.82624999999996 363.77599999999967 Td
+159.82624999999996 382.2559999999997 Td
 /F1.0 10.5 Tf
 <2e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e202e20> Tj
 ET
@@ -969,7 +929,7 @@ ET
 0.000 0.000 0.000 scn
 
 BT
-533.94125 363.77599999999967 Td
+533.94125 382.2559999999997 Td
 /F1.0 5.25 Tf
 <ca> Tj
 ET
@@ -978,7 +938,7 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-535.3009999999999 363.77599999999967 Td
+535.3009999999999 382.2559999999997 Td
 /F1.0 10.5 Tf
 <3139> Tj
 ET
@@ -999,7 +959,7 @@ endobj
 /F1.0 8 0 R
 >>
 >>
-/Annots [154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R 165 0 R 166 0 R 167 0 R 168 0 R 169 0 R 170 0 R 171 0 R 172 0 R 173 0 R 174 0 R 175 0 R 176 0 R 177 0 R 178 0 R 179 0 R 180 0 R 181 0 R 182 0 R 183 0 R 184 0 R 185 0 R 186 0 R 187 0 R 188 0 R 189 0 R 190 0 R 191 0 R 192 0 R 193 0 R 194 0 R 195 0 R 196 0 R 197 0 R]
+/Annots [152 0 R 153 0 R 154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R 165 0 R 166 0 R 167 0 R 168 0 R 169 0 R 170 0 R 171 0 R 172 0 R 173 0 R 174 0 R 175 0 R 176 0 R 177 0 R 178 0 R 179 0 R 180 0 R 181 0 R 182 0 R 183 0 R 184 0 R 185 0 R 186 0 R 187 0 R 188 0 R 189 0 R 190 0 R 191 0 R 192 0 R 193 0 R]
 >>
 endobj
 11 0 obj
@@ -1718,7 +1678,7 @@ endobj
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 /Annots [17 0 R 19 0 R 20 0 R 21 0 R 22 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R]
@@ -1740,11 +1700,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAAED+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 230 0 R
+/FontDescriptor 225 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 232 0 R
-/ToUnicode 231 0 R
+/Widths 227 0 R
+/ToUnicode 226 0 R
 >>
 endobj
 17 0 obj
@@ -2416,7 +2376,7 @@ endobj
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 /Annots [37 0 R]
@@ -3696,7 +3656,7 @@ endobj
 /Contents 42 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I1 40 0 R
-/Stamp1 198 0 R
+/Stamp1 194 0 R
 >>
 /Font << /F1.0 8 0 R
 /F3.1 45 0 R
@@ -3721,11 +3681,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAAEE+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 234 0 R
+/FontDescriptor 229 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 236 0 R
-/ToUnicode 235 0 R
+/Widths 231 0 R
+/ToUnicode 230 0 R
 >>
 endobj
 46 0 obj
@@ -4954,7 +4914,7 @@ endobj
 /F4.0 49 0 R
 /F5.0 53 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 /Annots [54 0 R 55 0 R 57 0 R 58 0 R 59 0 R 60 0 R 62 0 R]
@@ -4964,11 +4924,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAAEF+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 238 0 R
+/FontDescriptor 233 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 240 0 R
-/ToUnicode 239 0 R
+/Widths 235 0 R
+/ToUnicode 234 0 R
 >>
 endobj
 50 0 obj
@@ -4984,11 +4944,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAAEG+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 242 0 R
+/FontDescriptor 237 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 244 0 R
-/ToUnicode 243 0 R
+/Widths 239 0 R
+/ToUnicode 238 0 R
 >>
 endobj
 54 0 obj
@@ -5690,7 +5650,7 @@ endobj
 /F2.0 16 0 R
 /F4.0 49 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 /Annots [65 0 R 66 0 R]
@@ -6780,7 +6740,7 @@ endobj
 /F1.0 8 0 R
 /F5.0 53 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 /Annots [71 0 R 72 0 R 73 0 R 74 0 R 75 0 R 76 0 R]
@@ -7657,7 +7617,7 @@ endobj
 /F1.0 8 0 R
 /F5.0 53 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 /Annots [80 0 R 81 0 R 82 0 R 83 0 R 85 0 R]
@@ -7928,7 +7888,7 @@ endobj
 /Font << /F1.0 8 0 R
 /F5.0 53 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 /Annots [89 0 R]
@@ -8675,7 +8635,7 @@ endobj
 /F5.1 92 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 >>
@@ -8684,11 +8644,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAAEH+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 246 0 R
+/FontDescriptor 241 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 248 0 R
-/ToUnicode 247 0 R
+/Widths 243 0 R
+/ToUnicode 242 0 R
 >>
 endobj
 93 0 obj
@@ -9036,7 +8996,7 @@ endobj
 /F2.0 16 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 /Annots [96 0 R]
@@ -9803,7 +9763,7 @@ endobj
 /F5.1 92 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 >>
@@ -10457,7 +10417,7 @@ endobj
 /F1.0 8 0 R
 /F5.0 53 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 /Annots [103 0 R 104 0 R 106 0 R 107 0 R]
@@ -10471,7 +10431,7 @@ endobj
 endobj
 103 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_domain-object)
+/Dest (__ugvro_simplified-representations_domain-object)
 /Subtype /Link
 /Rect [455.77650000000006 694.5200000000001 485.8695000000001 708.8000000000002]
 /Type /Annot
@@ -10493,7 +10453,7 @@ endobj
 endobj
 106 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_object-collection)
+/Dest (__ugvro_simplified-representations_object-collection)
 /Subtype /Link
 /Rect [405.2588278459821 106.94000000000025 544.415 121.22000000000025]
 /Type /Annot
@@ -11135,7 +11095,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 16 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 >>
@@ -11144,17 +11104,17 @@ endobj
 [109 0 R /XYZ 0 144.34999999999988 null]
 endobj
 111 0 obj
-<< /Limits [(_ugvro_architecture) (_ugvro_ro-spec_goals)]
-/Names [(_ugvro_architecture) 70 0 R (_ugvro_configuration-properties) 128 0 R (_ugvro_configuration-properties_deprecated) 133 0 R (_ugvro_configuration-properties_standard) 129 0 R (_ugvro_hints-and-tips) 143 0 R (_ugvro_ro-spec) 36 0 R (_ugvro_ro-spec_apache-isis-implementation) 46 0 R (_ugvro_ro-spec_extensions) 50 0 R (_ugvro_ro-spec_extensions_content-negotiation) 51 0 R (_ugvro_ro-spec_extensions_content-negotiation_apache-isis-profile) 56 0 R (_ugvro_ro-spec_extensions_content-negotiation_x-ro-domain-type) 52 0 R (_ugvro_ro-spec_extensions_minimizing-round-trips) 61 0 R (_ugvro_ro-spec_extensions_minimizing-round-trips_honor-ui-hints) 67 0 R (_ugvro_ro-spec_goals) 38 0 R]
+<< /Limits [(___ugvro_ro-spec_extensions_content-negotiation) (__ugvro_simplified-representations_action-invocation)]
+/Names [(___ugvro_ro-spec_extensions_content-negotiation) 51 0 R (___ugvro_ro-spec_extensions_content-negotiation_apache-isis-profile) 56 0 R (___ugvro_ro-spec_extensions_content-negotiation_x-ro-domain-type) 52 0 R (___ugvro_ro-spec_extensions_minimizing-round-trips) 61 0 R (___ugvro_ro-spec_extensions_minimizing-round-trips_honor-ui-hints) 67 0 R (__ugvro) 13 0 R (__ugvro_configuration-properties_deprecated) 131 0 R (__ugvro_configuration-properties_standard) 127 0 R (__ugvro_ro-spec_apache-isis-implementation) 46 0 R (__ugvro_ro-spec_extensions) 50 0 R (__ugvro_ro-spec_goals) 38 0 R (__ugvro_simplified-representations_action-invocation) 101 0 R]
 >>
 endobj
 112 0 obj
-<< /Limits [(_ugvro_simplified-representations) (using-chrome-tools)]
-/Names [(_ugvro_simplified-representations) 79 0 R (_ugvro_simplified-representations_action-invocation) 101 0 R (_ugvro_simplified-representations_apache-isis-profile) 84 0 R (_ugvro_simplified-representations_configuration-properties) 124 0 R (_ugvro_simplified-representations_domain-object) 86 0 R (_ugvro_simplified-representations_object-collection) 95 0 R (_ugvro_simplified-representations_other-representations) 115 0 R (_ugvw) 13 0 R (angularjs-tips) 146 0 R (invoking-a-get-link-eg-invoking-a-query-action) 147 0 R (invoking-a-put-or-post-link) 150 0 R (other-guides) 18 0 R (pretty-printing) 152 0 R (resources-and-representations) 39 0 R (returning-a-list) 105 0 R (returning-an-object) 102 0 R (returning-scalar-nothing) 110 0 R (using-chrome-tools) 144 0 R]
+<< /Limits [(__ugvro_simplified-representations_apache-isis-profile) (using-chrome-tools)]
+/Names [(__ugvro_simplified-representations_apache-isis-profile) 84 0 R (__ugvro_simplified-representations_domain-object) 86 0 R (__ugvro_simplified-representations_object-collection) 95 0 R (__ugvro_simplified-representations_other-representations) 115 0 R (_ugvro_architecture) 70 0 R (_ugvro_configuration-properties) 126 0 R (_ugvro_hints-and-tips) 141 0 R (_ugvro_ro-spec) 36 0 R (_ugvro_simplified-representations) 79 0 R (angularjs-tips) 144 0 R (invoking-a-get-link-eg-invoking-a-query-action) 145 0 R (invoking-a-put-or-post-link) 148 0 R (other-guides) 18 0 R (pretty-printing) 150 0 R (resources-and-representations) 39 0 R (returning-a-list) 105 0 R (returning-an-object) 102 0 R (returning-scalar-nothing) 110 0 R (using-chrome-tools) 142 0 R]
 >>
 endobj
 113 0 obj
-<< /Length 15289
+<< /Length 12024
 >>
 stream
 q
@@ -11796,154 +11756,12 @@ ET
 0.200 0.200 0.200 scn
 0.200 0.200 0.200 SCN
 
-BT
-48.24000000000001 271.42600000000016 Td
-/F2.0 18 Tf
-<342e362e20476c6f62616c20436f6e6669672050726f707320284465707265636174656429> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-1.527 Tw
-
-BT
-48.24000000000001 243.40600000000012 Td
-/F1.0 10.5 Tf
-<496620616c6c2074686174206973207265717569726564206973206120766572792073696d706c6520726570726573656e746174696f6e7320286f66206f626a65637473292c20796f752063616e20636f6e66696775726520746865205265737466756c> Tj
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-1.915 Tw
-
-BT
-48.24000000000001 227.62600000000012 Td
-/F1.0 10.5 Tf
-<4f626a656374732076696577657220746f2070726f7669646520612073696d706c6966696564206f75747075742c207468656e20746869732063616e20626520646f6e6520776974682061206e756d626572206f662028676c6f62616c29> Tj
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24000000000001 211.84600000000012 Td
-/F1.0 10.5 Tf
-[<636f6e6669677572> 20.01953125 <6174696f6e2070726f706572746965732e>] TJ
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-2.807 Tw
-
-BT
-48.24000000000001 184.06600000000012 Td
-/F1.0 10.5 Tf
-[<546865736520636f6e6669677572> 20.01953125 <6174696f6e2070726f70657274696573207072652d646174652074686520737570706f72742c20696e74726f647563656420696e20>] TJ
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-2.807 Tw
-
-BT
-406.10626497395833 184.06600000000012 Td
-/F5.0 10.5 Tf
-<312e31312e30> Tj
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-2.807 Tw
-
-BT
-437.60626497395833 184.06600000000012 Td
-/F1.0 10.5 Tf
-<2c20666f7220746865204170616368652049736973> Tj
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-3.260 Tw
-
-BT
-48.24000000000001 168.28600000000012 Td
-/F1.0 10.5 Tf
-[<70726f66696c652c20616e6420617265206c696d697465642062> 20.01953125 <79207468652066616374207468617420746865792061726520676c6f62616c20636f6e6669677572> 20.01953125 <6174696f6e2073657474696e67732c20736f2063616e6e6f74206265>] TJ
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-0.450 Tw
-
-BT
-48.24000000000001 152.5060000000001 Td
-/F1.0 10.5 Tf
-[<696e666c75656e636564206f6e206120726571756573742d62> 20.01953125 <792d726571756573742062617369732028617320697320746865206361736520776974682074686520>] TJ
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.694 0.129 0.275 scn
-0.694 0.129 0.275 SCN
-
-0.450 Tw
-
-BT
-373.0412796630859 152.5060000000001 Td
-/F5.0 10.5 Tf
-<416363657074> Tj
-ET
-
-
-0.000 Tw
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-0.450 Tw
+6.444 Tw
 
 BT
-404.5412796630859 152.5060000000001 Td
+48.24000000000001 283.48600000000016 Td
 /F1.0 10.5 Tf
-<20686561646572207573656420666f722074686520417061636865> Tj
+<556e7265736f6c7665642064697265637469766520696e205f756776726f5f73696d706c69666965642d726570726573656e746174696f6e732e61646f63202d20696e636c7564653a3a5f5f756776726f5f73696d706c69666965642d> Tj
 ET
 
 
@@ -11954,42 +11772,9 @@ ET
 0.200 0.200 0.200 SCN
 
 BT
-48.24000000000001 136.7260000000001 Td
-/F1.0 10.5 Tf
-[<497369732070726f66696c65292e20546865792068617665207468657265666f7265206265656e20646570726563617465642c20616e64206d61> 20.01953125 <792062652072656d6f76656420696e20746865206675747572652e>] TJ
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-48.24000000000001 108.94600000000011 Td
-/F1.0 10.5 Tf
-<44657461696c732063616e20626520666f756e6420696e20> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.259 0.545 0.792 scn
-0.259 0.545 0.792 SCN
-
-BT
-165.84000000000003 108.94600000000011 Td
-/F1.0 10.5 Tf
-<68657265> Tj
-ET
-
-0.000 0.000 0.000 SCN
-0.000 0.000 0.000 scn
-0.200 0.200 0.200 scn
-0.200 0.200 0.200 SCN
-
-BT
-188.6775 108.94600000000011 Td
+48.24000000000001 267.70600000000013 Td
 /F1.0 10.5 Tf
-<2e> Tj
+[<726570726573656e746174696f6e735f636f6e6669677572> 20.01953125 <6174696f6e2d70726f706572746965732e61646f635b6c6576656c6f66667365743d2b315d>] TJ
 ET
 
 0.000 0.000 0.000 SCN
@@ -12029,10 +11814,10 @@ endobj
 /F5.0 53 0 R
 /F3.1 45 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
-/Annots [116 0 R 117 0 R 118 0 R 119 0 R 120 0 R 121 0 R 122 0 R 123 0 R 125 0 R]
+/Annots [116 0 R 117 0 R 118 0 R 119 0 R 120 0 R 121 0 R 122 0 R 123 0 R]
 >>
 endobj
 115 0 obj
@@ -12127,17 +11912,6 @@ endobj
 >>
 endobj
 124 0 obj
-[114 0 R /XYZ 0 295.45000000000016 null]
-endobj
-125 0 obj
-<< /Border [0 0 0]
-/Dest (_ugvro_configuration-properties_deprecated)
-/Subtype /Link
-/Rect [165.84000000000003 105.88000000000011 188.6775 120.16000000000011]
-/Type /Annot
->>
-endobj
-126 0 obj
 << /Length 21011
 >>
 stream
@@ -13504,50 +13278,50 @@ Q
 
 endstream
 endobj
-127 0 obj
+125 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 126 0 R
+/Contents 124 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 /F5.0 53 0 R
 /F4.0 49 0 R
-/F6.0 130 0 R
+/F6.0 128 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
-/Annots [131 0 R 132 0 R]
+/Annots [129 0 R 130 0 R]
 >>
 endobj
-128 0 obj
-[127 0 R /XYZ 0 841.89 null]
+126 0 obj
+[125 0 R /XYZ 0 841.89 null]
 endobj
-129 0 obj
-[127 0 R /XYZ 0 662.2700000000001 null]
+127 0 obj
+[125 0 R /XYZ 0 662.2700000000001 null]
 endobj
-130 0 obj
+128 0 obj
 << /Type /Font
 /BaseFont /AAAAEI+mplus1mn-italic
 /Subtype /TrueType
-/FontDescriptor 250 0 R
+/FontDescriptor 245 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 252 0 R
-/ToUnicode 251 0 R
+/Widths 247 0 R
+/ToUnicode 246 0 R
 >>
 endobj
-131 0 obj
+129 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_ro-spec_extensions_minimizing-round-trips_honor-ui-hints)
+/Dest (___ugvro_ro-spec_extensions_minimizing-round-trips_honor-ui-hints)
 /Subtype /Link
 /Rect [300.6395012 489.6970000000002 323.47700119999996 503.97700000000015]
 /Type /Annot
 >>
 endobj
-132 0 obj
+130 0 obj
 << /Border [0 0 0]
 /Dest (_ugvro_simplified-representations)
 /Subtype /Link
@@ -13555,10 +13329,10 @@ endobj
 /Type /Annot
 >>
 endobj
-133 0 obj
-[127 0 R /XYZ 0 335.71000000000026 null]
+131 0 obj
+[125 0 R /XYZ 0 335.71000000000026 null]
 endobj
-134 0 obj
+132 0 obj
 << /Length 25493
 >>
 stream
@@ -15292,50 +15066,50 @@ Q
 
 endstream
 endobj
-135 0 obj
+133 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 134 0 R
+/Contents 132 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F4.0 49 0 R
 /F5.0 53 0 R
 /F1.0 8 0 R
-/F6.0 130 0 R
+/F6.0 128 0 R
 /F3.1 45 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
-/Annots [136 0 R 137 0 R 138 0 R]
+/Annots [134 0 R 135 0 R 136 0 R]
 >>
 endobj
-136 0 obj
+134 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_configuration-properties_object-property-values-only)
+/Dest (__ugvro_simplified-representations_configuration-properties_object-property-values-only)
 /Subtype /Link
 /Rect [320.2955012 504.597 372.29150119999997 518.877]
 /Type /Annot
 >>
 endobj
-137 0 obj
+135 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_apache-isis-profile)
+/Dest (__ugvro_simplified-representations_apache-isis-profile)
 /Subtype /Link
 /Rect [477.1092051323784 288.81999999999994 535.04 303.09999999999997]
 /Type /Annot
 >>
 endobj
-138 0 obj
+136 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_apache-isis-profile)
+/Dest (__ugvro_simplified-representations_apache-isis-profile)
 /Subtype /Link
 /Rect [125.80666666666667 273.03999999999996 159.34366666666668 287.31999999999994]
 /Type /Annot
 >>
 endobj
-139 0 obj
+137 0 obj
 << /Length 45276
 >>
 stream
@@ -18695,21 +18469,21 @@ Q
 
 endstream
 endobj
-140 0 obj
+138 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 139 0 R
+/Contents 137 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F5.0 53 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
 >>
 endobj
-141 0 obj
+139 0 obj
 << /Length 16537
 >>
 stream
@@ -19759,29 +19533,29 @@ Q
 
 endstream
 endobj
-142 0 obj
+140 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 141 0 R
+/Contents 139 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 16 0 R
 /F1.0 8 0 R
 /F5.0 53 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
-/Annots [145 0 R]
+/Annots [143 0 R]
 >>
 endobj
-143 0 obj
-[142 0 R /XYZ 0 841.89 null]
+141 0 obj
+[140 0 R /XYZ 0 841.89 null]
 endobj
-144 0 obj
-[142 0 R /XYZ 0 693.8300000000002 null]
+142 0 obj
+[140 0 R /XYZ 0 693.8300000000002 null]
 endobj
-145 0 obj
+143 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -19792,13 +19566,13 @@ endobj
 /Type /Annot
 >>
 endobj
-146 0 obj
-[142 0 R /XYZ 0 610.1900000000003 null]
+144 0 obj
+[140 0 R /XYZ 0 610.1900000000003 null]
 endobj
-147 0 obj
-[142 0 R /XYZ 0 482.99000000000035 null]
+145 0 obj
+[140 0 R /XYZ 0 482.99000000000035 null]
 endobj
-148 0 obj
+146 0 obj
 << /Length 30261
 >>
 stream
@@ -21939,41 +21713,41 @@ Q
 
 endstream
 endobj
-149 0 obj
+147 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 148 0 R
+/Contents 146 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F5.0 53 0 R
 /F1.0 8 0 R
 /F2.0 16 0 R
-/F7.0 151 0 R
+/F7.0 149 0 R
 >>
-/XObject << /Stamp1 198 0 R
+/XObject << /Stamp1 194 0 R
 >>
 >>
-/Annots [153 0 R]
+/Annots [151 0 R]
 >>
 endobj
-150 0 obj
-[149 0 R /XYZ 0 311.75 null]
+148 0 obj
+[147 0 R /XYZ 0 311.75 null]
 endobj
-151 0 obj
+149 0 obj
 << /Type /Font
 /BaseFont /AAAAEJ+mplus-1p-regular
 /Subtype /TrueType
-/FontDescriptor 254 0 R
+/FontDescriptor 249 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 256 0 R
-/ToUnicode 255 0 R
+/Widths 251 0 R
+/ToUnicode 250 0 R
 >>
 endobj
-152 0 obj
-[149 0 R /XYZ 0 207.12999999999997 null]
+150 0 obj
+[147 0 R /XYZ 0 207.12999999999997 null]
 endobj
-153 0 obj
+151 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -21984,23 +21758,23 @@ endobj
 /Type /Annot
 >>
 endobj
-154 0 obj
+152 0 obj
 << /Border [0 0 0]
-/Dest (_ugvw)
+/Dest (__ugvro)
 /Subtype /Link
 /Rect [48.24 748.79 171.8355 763.07]
 /Type /Annot
 >>
 endobj
-155 0 obj
+153 0 obj
 << /Border [0 0 0]
-/Dest (_ugvw)
+/Dest (__ugvro)
 /Subtype /Link
 /Rect [541.1705 748.79 547.04 763.07]
 /Type /Annot
 >>
 endobj
-156 0 obj
+154 0 obj
 << /Border [0 0 0]
 /Dest (other-guides)
 /Subtype /Link
@@ -22008,7 +21782,7 @@ endobj
 /Type /Annot
 >>
 endobj
-157 0 obj
+155 0 obj
 << /Border [0 0 0]
 /Dest (other-guides)
 /Subtype /Link
@@ -22016,7 +21790,7 @@ endobj
 /Type /Annot
 >>
 endobj
-158 0 obj
+156 0 obj
 << /Border [0 0 0]
 /Dest (_ugvro_ro-spec)
 /Subtype /Link
@@ -22024,7 +21798,7 @@ endobj
 /Type /Annot
 >>
 endobj
-159 0 obj
+157 0 obj
 << /Border [0 0 0]
 /Dest (_ugvro_ro-spec)
 /Subtype /Link
@@ -22032,23 +21806,23 @@ endobj
 /Type /Annot
 >>
 endobj
-160 0 obj
+158 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_ro-spec_goals)
+/Dest (__ugvro_ro-spec_goals)
 /Subtype /Link
 /Rect [60.24 693.3499999999999 164.3685 707.63]
 /Type /Annot
 >>
 endobj
-161 0 obj
+159 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_ro-spec_goals)
+/Dest (__ugvro_ro-spec_goals)
 /Subtype /Link
 /Rect [541.1705 693.3499999999999 547.04 707.63]
 /Type /Annot
 >>
 endobj
-162 0 obj
+160 0 obj
 << /Border [0 0 0]
 /Dest (resources-and-representations)
 /Subtype /Link
@@ -22056,7 +21830,7 @@ endobj
 /Type /Annot
 >>
 endobj
-163 0 obj
+161 0 obj
 << /Border [0 0 0]
 /Dest (resources-and-representations)
 /Subtype /Link
@@ -22064,39 +21838,39 @@ endobj
 /Type /Annot
 >>
 endobj
-164 0 obj
+162 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_ro-spec_apache-isis-implementation)
+/Dest (__ugvro_ro-spec_apache-isis-implementation)
 /Subtype /Link
 /Rect [60.24 656.3899999999999 221.89800000000002 670.67]
 /Type /Annot
 >>
 endobj
-165 0 obj
+163 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_ro-spec_apache-isis-implementation)
+/Dest (__ugvro_ro-spec_apache-isis-implementation)
 /Subtype /Link
 /Rect [541.1705 656.3899999999999 547.04 670.67]
 /Type /Annot
 >>
 endobj
-166 0 obj
+164 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_ro-spec_extensions)
+/Dest (__ugvro_ro-spec_extensions)
 /Subtype /Link
 /Rect [60.24 637.9099999999999 134.2965 652.1899999999999]
 /Type /Annot
 >>
 endobj
-167 0 obj
+165 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_ro-spec_extensions)
+/Dest (__ugvro_ro-spec_extensions)
 /Subtype /Link
 /Rect [541.1705 637.9099999999999 547.04 652.1899999999999]
 /Type /Annot
 >>
 endobj
-168 0 obj
+166 0 obj
 << /Border [0 0 0]
 /Dest (_ugvro_architecture)
 /Subtype /Link
@@ -22104,7 +21878,7 @@ endobj
 /Type /Annot
 >>
 endobj
-169 0 obj
+167 0 obj
 << /Border [0 0 0]
 /Dest (_ugvro_architecture)
 /Subtype /Link
@@ -22112,7 +21886,7 @@ endobj
 /Type /Annot
 >>
 endobj
-170 0 obj
+168 0 obj
 << /Border [0 0 0]
 /Dest (_ugvro_simplified-representations)
 /Subtype /Link
@@ -22120,7 +21894,7 @@ endobj
 /Type /Annot
 >>
 endobj
-171 0 obj
+169 0 obj
 << /Border [0 0 0]
 /Dest (_ugvro_simplified-representations)
 /Subtype /Link
@@ -22128,215 +21902,199 @@ endobj
 /Type /Annot
 >>
 endobj
-172 0 obj
+170 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_apache-isis-profile)
+/Dest (__ugvro_simplified-representations_apache-isis-profile)
 /Subtype /Link
 /Rect [60.24 582.4699999999998 202.6725 596.7499999999999]
 /Type /Annot
 >>
 endobj
-173 0 obj
+171 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_apache-isis-profile)
+/Dest (__ugvro_simplified-representations_apache-isis-profile)
 /Subtype /Link
 /Rect [541.1705 582.4699999999998 547.04 596.7499999999999]
 /Type /Annot
 >>
 endobj
-174 0 obj
+172 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_domain-object)
+/Dest (__ugvro_simplified-representations_domain-object)
 /Subtype /Link
 /Rect [60.24 563.9899999999998 154.1415 578.2699999999999]
 /Type /Annot
 >>
 endobj
-175 0 obj
+173 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_domain-object)
+/Dest (__ugvro_simplified-representations_domain-object)
 /Subtype /Link
 /Rect [541.1705 563.9899999999998 547.04 578.2699999999999]
 /Type /Annot
 >>
 endobj
-176 0 obj
+174 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_object-collection)
+/Dest (__ugvro_simplified-representations_object-collection)
 /Subtype /Link
 /Rect [60.24 545.5099999999999 206.526 559.7899999999998]
 /Type /Annot
 >>
 endobj
-177 0 obj
+175 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_object-collection)
+/Dest (__ugvro_simplified-representations_object-collection)
 /Subtype /Link
 /Rect [535.3009999999999 545.5099999999999 547.04 559.7899999999998]
 /Type /Annot
 >>
 endobj
-178 0 obj
+176 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_action-invocation)
+/Dest (__ugvro_simplified-representations_action-invocation)
 /Subtype /Link
 /Rect [60.24 527.0299999999999 168.610294921875 541.3099999999998]
 /Type /Annot
 >>
 endobj
-179 0 obj
+177 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_action-invocation)
+/Dest (__ugvro_simplified-representations_action-invocation)
 /Subtype /Link
 /Rect [535.3009999999999 527.0299999999999 547.04 541.3099999999998]
 /Type /Annot
 >>
 endobj
-180 0 obj
+178 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_other-representations)
+/Dest (__ugvro_simplified-representations_other-representations)
 /Subtype /Link
 /Rect [60.24 508.54999999999984 248.89350000000002 522.8299999999998]
 /Type /Annot
 >>
 endobj
-181 0 obj
+179 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_other-representations)
+/Dest (__ugvro_simplified-representations_other-representations)
 /Subtype /Link
 /Rect [535.3009999999999 508.54999999999984 547.04 522.8299999999998]
 /Type /Annot
 >>
 endobj
-182 0 obj
+180 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_configuration-properties)
+/Dest (_ugvro_configuration-properties)
 /Subtype /Link
-/Rect [60.24 490.0699999999998 245.49150000000003 504.3499999999998]
+/Rect [48.24 490.0699999999998 183.22779492187502 504.3499999999998]
 /Type /Annot
 >>
 endobj
-183 0 obj
+181 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_simplified-representations_configuration-properties)
+/Dest (_ugvro_configuration-properties)
 /Subtype /Link
 /Rect [535.3009999999999 490.0699999999998 547.04 504.3499999999998]
 /Type /Annot
 >>
 endobj
-184 0 obj
+182 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_configuration-properties)
+/Dest (__ugvro_configuration-properties_standard)
 /Subtype /Link
-/Rect [48.24 471.5899999999998 183.22779492187502 485.8699999999998]
+/Rect [60.24 471.5899999999998 125.739 485.8699999999998]
 /Type /Annot
 >>
 endobj
-185 0 obj
+183 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_configuration-properties)
+/Dest (__ugvro_configuration-properties_standard)
 /Subtype /Link
 /Rect [535.3009999999999 471.5899999999998 547.04 485.8699999999998]
 /Type /Annot
 >>
 endobj
-186 0 obj
+184 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_configuration-properties_standard)
+/Dest (__ugvro_configuration-properties_deprecated)
 /Subtype /Link
-/Rect [60.24 453.1099999999998 125.739 467.38999999999976]
+/Rect [60.24 453.1099999999998 137.01600000000002 467.38999999999976]
 /Type /Annot
 >>
 endobj
-187 0 obj
+185 0 obj
 << /Border [0 0 0]
-/Dest (_ugvro_configuration-properties_standard)
+/Dest (__ugvro_configuration-properties_deprecated)
 /Subtype /Link
 /Rect [535.3009999999999 453.1099999999998 547.04 467.38999999999976]
 /Type /Annot
 >>
 endobj
-188 0 obj
-<< /Border [0 0 0]
-/Dest (_ugvro_configuration-properties_deprecated)
-/Subtype /Link
-/Rect [60.24 434.62999999999977 137.01600000000002 448.90999999999974]
-/Type /Annot
->>
-endobj
-189 0 obj
-<< /Border [0 0 0]
-/Dest (_ugvro_configuration-properties_deprecated)
-/Subtype /Link
-/Rect [535.3009999999999 434.62999999999977 547.04 448.90999999999974]
-/Type /Annot
->>
-endobj
-190 0 obj
+186 0 obj
 << /Border [0 0 0]
 /Dest (_ugvro_hints-and-tips)
 /Subtype /Link
-/Rect [48.24 416.14999999999975 131.82 430.4299999999997]
+/Rect [48.24 434.62999999999977 131.82 448.90999999999974]
 /Type /Annot
 >>
 endobj
-191 0 obj
+187 0 obj
 << /Border [0 0 0]
 /Dest (_ugvro_hints-and-tips)
 /Subtype /Link
-/Rect [535.3009999999999 416.14999999999975 547.04 430.4299999999997]
+/Rect [535.3009999999999 434.62999999999977 547.04 448.90999999999974]
 /Type /Annot
 >>
 endobj
-192 0 obj
+188 0 obj
 << /Border [0 0 0]
 /Dest (using-chrome-tools)
 /Subtype /Link
-/Rect [60.24 397.66999999999973 179.25975585937502 411.9499999999997]
+/Rect [60.24 416.14999999999975 179.25975585937502 430.4299999999997]
 /Type /Annot
 >>
 endobj
-193 0 obj
+189 0 obj
 << /Border [0 0 0]
 /Dest (using-chrome-tools)
 /Subtype /Link
-/Rect [535.3009999999999 397.66999999999973 547.04 411.9499999999997]
+/Rect [535.3009999999999 416.14999999999975 547.04 430.4299999999997]
 /Type /Annot
 >>
 endobj
-194 0 obj
+190 0 obj
 << /Border [0 0 0]
 /Dest (angularjs-tips)
 /Subtype /Link
-/Rect [60.24 379.1899999999997 153.63750000000002 393.4699999999997]
+/Rect [60.24 397.66999999999973 153.63750000000002 411.9499999999997]
 /Type /Annot
 >>
 endobj
-195 0 obj
+191 0 obj
 << /Border [0 0 0]
 /Dest (angularjs-tips)
 /Subtype /Link
-/Rect [535.3009999999999 379.1899999999997 547.04 393.4699999999997]
+/Rect [535.3009999999999 397.66999999999973 547.04 411.9499999999997]
 /Type /Annot
 >>
 endobj
-196 0 obj
+192 0 obj
 << /Border [0 0 0]
 /Dest (pretty-printing)
 /Subtype /Link
-/Rect [60.24 360.7099999999997 153.858 374.98999999999967]
+/Rect [60.24 379.1899999999997 153.858 393.4699999999997]
 /Type /Annot
 >>
 endobj
-197 0 obj
+193 0 obj
 << /Border [0 0 0]
 /Dest (pretty-printing)
 /Subtype /Link
-/Rect [535.3009999999999 360.7099999999997 547.04 374.98999999999967]
+/Rect [535.3009999999999 379.1899999999997 547.04 393.4699999999997]
 /Type /Annot
 >>
 endobj
-198 0 obj
+194 0 obj
 << /Type /XObject
 /Subtype /Form
 /BBox [0 0 595.28 841.89]
@@ -22364,228 +22122,219 @@ Q
 
 endstream
 endobj
-199 0 obj
+195 0 obj
 << /Type /Outlines
-/Count 24
-/First 200 0 R
-/Last 220 0 R
+/Count 23
+/First 196 0 R
+/Last 215 0 R
 >>
 endobj
-200 0 obj
+196 0 obj
 << /Title <feff005200650073007400660075006c0020004f0062006a00650063007400730020005600690065007700650072>
-/Parent 199 0 R
+/Parent 195 0 R
 /Count 0
-/Next 201 0 R
+/Next 197 0 R
 /Dest [7 0 R /XYZ 0 841.89 null]
 >>
 endobj
-201 0 obj
+197 0 obj
 << /Title <feff005400610062006c00650020006f006600200043006f006e00740065006e00740073>
-/Parent 199 0 R
+/Parent 195 0 R
 /Count 0
-/Next 202 0 R
-/Prev 200 0 R
+/Next 198 0 R
+/Prev 196 0 R
 /Dest [10 0 R /XYZ 0 841.89 null]
 >>
 endobj
-202 0 obj
+198 0 obj
 << /Title <feff004300680061007000740065007200200031002e0020005200650073007400660075006c0020004f0062006a00650063007400730020005600690065007700650072>
-/Parent 199 0 R
+/Parent 195 0 R
 /Count 1
-/First 203 0 R
-/Last 203 0 R
-/Next 204 0 R
-/Prev 201 0 R
+/First 199 0 R
+/Last 199 0 R
+/Next 200 0 R
+/Prev 197 0 R
 /Dest [12 0 R /XYZ 0 841.89 null]
 >>
 endobj
-203 0 obj
+199 0 obj
 << /Title <feff0031002e0031002e0020004f00740068006500720020004700750069006400650073>
-/Parent 202 0 R
+/Parent 198 0 R
 /Count 0
 /Dest [12 0 R /XYZ 0 587.1500000000001 null]
 >>
 endobj
-204 0 obj
+200 0 obj
 << /Title <feff004300680061007000740065007200200032002e00200052004f002000530070006500630069006600690063006100740069006f006e>
-/Parent 199 0 R
+/Parent 195 0 R
 /Count 4
-/First 205 0 R
-/Last 208 0 R
-/Next 209 0 R
-/Prev 202 0 R
+/First 201 0 R
+/Last 204 0 R
+/Next 205 0 R
+/Prev 198 0 R
 /Dest [35 0 R /XYZ 0 841.89 null]
 >>
 endobj
-205 0 obj
+201 0 obj
 << /Title <feff0032002e0031002e00200047006f0061006c00730020006f0066002000740068006500200053007000650063>
-/Parent 204 0 R
+/Parent 200 0 R
 /Count 0
-/Next 206 0 R
+/Next 202 0 R
 /Dest [35 0 R /XYZ 0 678.0500000000001 null]
 >>
 endobj
-206 0 obj
+202 0 obj
 << /Title <feff0032002e0032002e0020005200650073006f0075007200630065007300200061006e006400200052006500700072006500730065006e0074006100740069006f006e0073>
-/Parent 204 0 R
+/Parent 200 0 R
 /Count 0
-/Next 207 0 R
-/Prev 205 0 R
+/Next 203 0 R
+/Prev 201 0 R
 /Dest [35 0 R /XYZ 0 198.59000000000017 null]
 >>
 endobj
-207 0 obj
+203 0 obj
 << /Title <feff0032002e0033002e002000410070006100630068006500200049007300690073002700200069006d0070006c0065006d0065006e0074006100740069006f006e>
-/Parent 204 0 R
+/Parent 200 0 R
 /Count 0
-/Next 208 0 R
-/Prev 206 0 R
+/Next 204 0 R
+/Prev 202 0 R
 /Dest [43 0 R /XYZ 0 224.89069444444445 null]
 >>
 endobj
-208 0 obj
+204 0 obj
 << /Title <feff0032002e0034002e00200045007800740065006e00730069006f006e0073>
-/Parent 204 0 R
+/Parent 200 0 R
 /Count 0
-/Prev 207 0 R
+/Prev 203 0 R
 /Dest [48 0 R /XYZ 0 686.49 null]
 >>
 endobj
-209 0 obj
+205 0 obj
 << /Title <feff004300680061007000740065007200200033002e0020004100720063006800690074006500630074007500720065>
-/Parent 199 0 R
+/Parent 195 0 R
 /Count 0
-/Next 210 0 R
-/Prev 204 0 R
+/Next 206 0 R
+/Prev 200 0 R
 /Dest [69 0 R /XYZ 0 841.89 null]
 >>
 endobj
-210 0 obj
+206 0 obj
 << /Title <feff004300680061007000740065007200200034002e002000530069006d0070006c0069006600690065006400200052006500700072006500730065006e0074006100740069006f006e0073>
-/Parent 199 0 R
-/Count 6
-/First 211 0 R
-/Last 216 0 R
-/Next 217 0 R
-/Prev 209 0 R
+/Parent 195 0 R
+/Count 5
+/First 207 0 R
+/Last 211 0 R
+/Next 212 0 R
+/Prev 205 0 R
 /Dest [78 0 R /XYZ 0 841.89 null]
 >>
 endobj
-211 0 obj
+207 0 obj
 << /Title <feff0034002e0031002e00200054006800650020004100700061006300680065002000490073006900730020002200500072006f00660069006c00650022>
-/Parent 210 0 R
+/Parent 206 0 R
 /Count 0
-/Next 212 0 R
+/Next 208 0 R
 /Dest [78 0 R /XYZ 0 630.71 null]
 >>
 endobj
-212 0 obj
+208 0 obj
 << /Title <feff0034002e0032002e00200044006f006d00610069006e0020004f0062006a006500630074>
-/Parent 210 0 R
+/Parent 206 0 R
 /Count 0
-/Next 213 0 R
-/Prev 211 0 R
+/Next 209 0 R
+/Prev 207 0 R
 /Dest [78 0 R /XYZ 0 247.57000000000016 null]
 >>
 endobj
-213 0 obj
+209 0 obj
 << /Title <feff0034002e0033002e00200044006f006d00610069006e0020004f0062006a00650063007400200043006f006c006c0065006300740069006f006e>
-/Parent 210 0 R
+/Parent 206 0 R
 /Count 0
-/Next 214 0 R
-/Prev 212 0 R
+/Next 210 0 R
+/Prev 208 0 R
 /Dest [94 0 R /XYZ 0 742.41 null]
 >>
 endobj
-214 0 obj
+210 0 obj
 << /Title <feff0034002e0034002e00200041006300740069006f006e00200049006e0076006f0063006100740069006f006e>
-/Parent 210 0 R
+/Parent 206 0 R
 /Count 0
-/Next 215 0 R
-/Prev 213 0 R
+/Next 211 0 R
+/Prev 209 0 R
 /Dest [100 0 R /XYZ 0 841.89 null]
 >>
 endobj
-215 0 obj
+211 0 obj
 << /Title <feff0034002e0035002e00200053007500700070006f007200740069006e00670020006f007400680065007200200052006500700072006500730065006e0074006100740069006f006e0073>
-/Parent 210 0 R
+/Parent 206 0 R
 /Count 0
-/Next 216 0 R
-/Prev 214 0 R
+/Prev 210 0 R
 /Dest [114 0 R /XYZ 0 841.89 null]
 >>
 endobj
-216 0 obj
-<< /Title <feff0034002e0036002e00200047006c006f00620061006c00200043006f006e006600690067002000500072006f007000730020002800440065007000720065006300610074006500640029>
-/Parent 210 0 R
-/Count 0
-/Prev 215 0 R
-/Dest [114 0 R /XYZ 0 295.45000000000016 null]
->>
-endobj
-217 0 obj
+212 0 obj
 << /Title <feff004300680061007000740065007200200035002e00200043006f006e00660069006700750072006100740069006f006e002000500072006f0070006500720074006900650073>
-/Parent 199 0 R
+/Parent 195 0 R
 /Count 2
-/First 218 0 R
-/Last 219 0 R
-/Next 220 0 R
-/Prev 210 0 R
-/Dest [127 0 R /XYZ 0 841.89 null]
+/First 213 0 R
+/Last 214 0 R
+/Next 215 0 R
+/Prev 206 0 R
+/Dest [125 0 R /XYZ 0 841.89 null]
 >>
 endobj
-218 0 obj
+213 0 obj
 << /Title <feff0035002e0031002e0020005300740061006e0064006100720064>
-/Parent 217 0 R
+/Parent 212 0 R
 /Count 0
-/Next 219 0 R
-/Dest [127 0 R /XYZ 0 662.2700000000001 null]
+/Next 214 0 R
+/Dest [125 0 R /XYZ 0 662.2700000000001 null]
 >>
 endobj
-219 0 obj
+214 0 obj
 << /Title <feff0035002e0032002e00200044006500700072006500630061007400650064>
-/Parent 217 0 R
+/Parent 212 0 R
 /Count 0
-/Prev 218 0 R
-/Dest [127 0 R /XYZ 0 335.71000000000026 null]
+/Prev 213 0 R
+/Dest [125 0 R /XYZ 0 335.71000000000026 null]
 >>
 endobj
-220 0 obj
+215 0 obj
 << /Title <feff004300680061007000740065007200200036002e002000480069006e0074007300200061006e006400200054006900700073>
-/Parent 199 0 R
+/Parent 195 0 R
 /Count 3
-/First 221 0 R
-/Last 223 0 R
-/Prev 217 0 R
-/Dest [142 0 R /XYZ 0 841.89 null]
+/First 216 0 R
+/Last 218 0 R
+/Prev 212 0 R
+/Dest [140 0 R /XYZ 0 841.89 null]
 >>
 endobj
-221 0 obj
+216 0 obj
 << /Title <feff0036002e0031002e0020005500730069006e00670020004300680072006f006d006500200054006f006f006c0073>
-/Parent 220 0 R
+/Parent 215 0 R
 /Count 0
-/Next 222 0 R
-/Dest [142 0 R /XYZ 0 693.8300000000002 null]
+/Next 217 0 R
+/Dest [140 0 R /XYZ 0 693.8300000000002 null]
 >>
 endobj
-222 0 obj
+217 0 obj
 << /Title <feff0036002e0032002e00200041006e00670075006c00610072004a005300200054006900700073>
-/Parent 220 0 R
+/Parent 215 0 R
 /Count 0
-/Next 223 0 R
-/Prev 221 0 R
-/Dest [142 0 R /XYZ 0 610.1900000000003 null]
+/Next 218 0 R
+/Prev 216 0 R
+/Dest [140 0 R /XYZ 0 610.1900000000003 null]
 >>
 endobj
-223 0 obj
+218 0 obj
 << /Title <feff0036002e0033002e00200050007200650074007400790020007000720069006e00740069006e0067>
-/Parent 220 0 R
+/Parent 215 0 R
 /Count 0
-/Prev 222 0 R
-/Dest [149 0 R /XYZ 0 207.12999999999997 null]
+/Prev 217 0 R
+/Dest [147 0 R /XYZ 0 207.12999999999997 null]
 >>
 endobj
-224 0 obj
+219 0 obj
 << /Nums [0 << /P (i)
 >> 1 << /P (ii)
 >> 2 << /P (1)
@@ -22603,58 +22352,47 @@ endobj
 >>]
 >>
 endobj
-225 0 obj
-<< /Length1 13260
-/Length 8341
+220 0 obj
+<< /Length1 13292
+/Length 8375
 /Filter [/FlateDecode]
 >>
 stream
-x\ufffd\ufffdz	T\u05f9\ufffd\ufffd3\ufffdm$\u040a\ufffd\ufffd!\ufffd\ufffd\ufffdfV\ufffd#v\ufffd"\ufffdS\ufffdu\ufffd:\ufffd\ufffd\u0529\ufffd8\ufffd\ufffd\ufffd\ufffdM|R\ufffd\ufffds\ufffd\ufffd\ufffd\ufffdI\ufffdt\ufffdq\u06f4u\ufffd4\ufffdK\ufffd\ufffd\ufffdY\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd0\ufffd3 0i+\ufffd0\ufffdwf\ufffd\ufffd\ufffd-\ufffd[\ufffda\ufffd\ufffdYM\ufffd\ufffd\ufffd';x?f\ufffd"\ufffd\ufffdCcs\ufffd\ufffd\ufffd\ufffdg\ufffd\ufffd\ufffdR'\ufffd}\ufffd;\ufffdN\ufffd
-\ufffdt+\u07338<>\ufffd\ufffd\ufffd\ufffd8\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd-\ufffd25p=y\u073f{\ufffd\ufffdc0.\ufffd\ufffdfk\ufffd%\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd0\ufffdL\ufffd\\ufffd]\ufffd\ufffdk0\ufffd\ufffd\ufffd|\ufffdj�
!\ufffd#qh \ufffd\ufffdu\ufffdl0F80b\ufffd"_\ufffd\ufffd_~0"\ufffdIq\ufffd\u01cfDFEcbEb\ufffdT'\ufffdOP eb\ufffdJ\ufffd\ufffd\ufffd\ufffd\u0246cjZ:\ufffd\ufffd4\ufffd-\u05acldC9\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdw\ufffd=\ufffdE\ufffd\ufffd\u04b2\ufffd\ufffd-U\ufffd5\ufffdu\ufffd\ufffd\ufffd\ufffdg\ufffdsS\ufffd\ufffd\u05c6\ufffd4|4K^!~\ufffd\ufffd\ufffdH\ufffd\ufffdm\ufffd\ufffd=>\ufffd\ufffdM\ufffd?\ufffdZ\ufffd\ufffd\ufffdj\u0128\ufffd\ufffdu\ufffdHw\u0346\ufffd\ufffd\ufffd7\ufffd\ufffd\ufffdR$\ufffd\ufffdTE\ufffdef\ufffd\ufffd\ufffd=\ufffd)\ufffd\ufffdJR\ufffdw\ufffd\ufffdO\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u147dE\ufffd\ufffdkW\ufffd+\ufffd\ufffd=\ufffd.\u05be\ufffdV\ufffd\ufffd\u072e\ufffd\ufffd\ufffd\ufffdC\ufffdh\u0547h\ufffd	\ufffd]E\ufffdeRB\ufffdyv\ufffd\ufffd%\u07af\ufffd;]\ufffd;\ufffd\ufffdW\ufffd,\ufffd\ufffd|\ufffd\ufffd+\ufffd\ufffd?\ufffdW_x\ufffd~\ufffd\u0753\ufffd\ufffdE\ufffd]ai-`y\ufffd:\ufffd"a \u048b\ufffdv\ufffd\ufffd&\ufffd\u0288\ufffdy\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdIz\ufffd\ufffd\ufffd=\ufffdsp\ufffd\ufffd\ufffd\ufffdc>\ufffd#d\ufffd
-	\ufffd\ufffd9f\u029e\ufffde\ufffd|8\ufffda_\ufffd@w\ufffd.EW\ufffd\ufffd\ufffd\ufffdL\ufffdy\ufffd7)}\ufffd\ufffd\ufffdR&MLS\ufffd<rS	\ufffd\ufffdJT\ufffd\ufffdZ\ufffd\ufffd\ufffd\ufffd\u01ce!\ufffd\u06be[\ufffd\ufffd\ufffd\ufffdG\ufffd\ufffd3\ufffdC0\ufffde\ufffdO\ufffd3\ufffd\ufffdz\ufffdRa\ufffd\ufffddz\ufffdBi\ufffdK\ufffd\ufffd\ufffd5B\ufffd\u019ejt0g\ufffd<\ufffd\ufffd'\ufffd@G@[6\ufffd\ufffd\ufffdo\ufffd\ufffd\ufffd\ufffd\u06b4\ufffd\ufffd\ufffdT\ufffd
\ufffdmd\ufffd\ufffd\ufffd8h`\ufffd\ufffd\ufffd\ufffd-\ufffd3f\ufffd($\ufffd$\ufffd\ufffd\ufffd\ufffd\ufffd0\ufffd\ufffd;\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdZ\ufffd&UU*\ufffd\ufffdU\ufffdCE\ufffd\u013b\u07e1?|}l\ufffdu,\ufffdi,}m\u01ce\ufffd\u83dey\ufffdZ[\ufffd\ufffd\ufffd\ufffdG\ufffd\ufffdni9}-(\ufffdX4or^F\ufffd6;\ufffdG$$\ufffd\ufffd\ufffd^!\ufffd\ufffd\ufffd\ufffd\ufffd.\u053bMJcy\ufffd[e\ufffdWV4\ufffd\ufffd[av\ufffd\ufffd}u\ufffd\ufffd\u02b1\ufffd\ufffd\ufffdY|\ufffd\ufffdn\ufffdq3�\ufffd\ufffd\ufffd\ufffd@\ufffdO \ufffd\ufffd\ufffd\uc0f5@\ufffd\ufffdZ;\ufffd\ufffd+\ufffd@\ufffd\ufffd\ufffdZ\ufffds\ufffd}
\ufffd"~\ufffd\\ufffd"\ufffd\ufffd}\ufffd\ufffd\ufffd\ufffd1P\ufffdJ\ufffdmu\ufffd\ufffdf\ufffd
EV\ufffdm\ufffdh\ufffd\ufffd\ufffdX5[\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdN\ufffd\ufffd>q\ufffd~ta_\ufffdk{\ufffd!\ufffdy\ufffd\ufffd\ufffd]UiY\ufffdw\ufffd\ufffd\ufffd]\ufffd\ufffd
-\ufffd%\ufffd\ufffdlWn8\ufffd\ufffd<N\ufffd\ufffd\ufffdv\ufffd@x\ufffd=\u045cm\ufffd\ufffd\ufffd\ufffd\ufffd\u03b6f\ufffd\u06db\\ufffdm!\\ufffd\ufffd\ufffd\ufffdNOV\ufffd\ufffd_s\ufffdK\ufffdY;8\ufffd\ufffd5\ufffd\ufffd\ufffdr\ufffd\ufffd\ufffd\u07e1\ufffd\ufffd\ufffd\ufffd;R\ufffd6lj\ufffd\ufffdR\ufffd]\ufffd\ufffd\ufffd\ufffd4WW\ufffd\ufffd\ufffd\DI\ufffduC\ufffd\ufffdw\ufffdK\ufffd%O\ufffd\ufffdS\ufffd\ufffd,6\ufffd\ufffd\ufffdG\ufffd\ufffdu\ufffd\ufffd\ufffd,h-+\ufffd\ufffd^m"\ufffd\ufffdN!\ufffdMv+M\ufffdr\ufffd\ufffd\ufffd\ufffd\ufffds\ufffd\u04b4\ufffd 9O\ufffd54Q\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd3\ufffd\ufffdXc\ufffdi&\ufffd\\ufffd\ufffd\ufffd\ufffdLc\ufffd\ufffd\u0412_\u4d8b\ufffdxV;o}\ufffd|\ufffd\ufffd\ufffd\ufffd(\ufffdg\ufffdh%z\ufffd\ufffd\ufffdkI\ufffdiWW\u01ca\ufffd>(\u075a\ufffd\ufffd8Ua\ufffdueJ\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdO\ufffd\ufffd\ufffdF\ufffdlg\ufffd3wV\ufffd\ufffd8;\ufffd\ufffd\ufffd\ufffd\ufffdb\ufffd{[\ufffd\ufffda\ufffd\u07f0\ufffd\ufffd\u020f\ufffd\ufffd\ufffd+\ufffd\ufffd8\ufffdL@{"\ufffdc\ufffd\u0186\ufffd\u0397\ufffd\ufffd\ufffd2k\ufffdV/{\ufffd\ufffd\ufffd`\ufffdt\ufffdPu\ufffd!�0\ufffdC'\ufffdz\ufffdM2\ufffdUp\ufffd�\ufffdB9v"2\ufffd]\u0652\ufffd\ufffd\ufffdh\ufffdk\u7a51\ufffdg\ufffdU&\ufffd\ufffd:\ufffd\ufffd\ufffd\u05dcV_+\ufffd,\ufffdK\ufffd\ufffd:d\ufffd\ufffd\ufffd\ufffd=1\ufffd\ufffd3L\ufffdI_\ufffd\ufffd\ufffd\ufffdc\ufffd{\u01de\ufffd_\ufffd\ufffd<V\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdui\ufffd\ufffd\ufffdV\ufffda\ufffd\ufffdL\ufffd!;\ufffd\ufffd\ufffd\ufffd\ufffdy\ufffd'\u0381\ufffd\ufffdCBZ\ufffd\ufffd\ufffd`\ufffdD+\ufffdx\ufffdi\ufffd\ufffd\ufffd\ufffd\ufffd#4\ufffd;<\ufffd\ufffd\70k\ufffdD\ufffd \ufffdd3\ufffd<
 T\ufffd1\ufffd\ufffd\\ufffd\ufffd\ufffd9!\ufffd\ufffd\ufffdw\ufffd\ufffdf\ufffd\ufffd\ufffd4O\ufffd\ufffd\ufffd\ufffd\ufffdw|\u739e\ufffdC\ufffd\ufffd\ufffdAO\ufffd\u078e\ufffd\ufffd^\ufffd\ufffd~v\u0585\ufffd)\ufffdMO\ufffd\ufffd\ufffdO\ufffd\u02c6\ufffd5\ufffd\ufffd\ufffd\ufffdk/P�4\ufffd:S\ufffdU\ufffd\ufffdr\ufffd\ufffd\ufffdk\ufffd\ufffd\ufffdA\ufffd\ufffd{m\ufffd`\ufffdW\ufffd\ufffd\ufffd3Y\ufffdl\ufffd\ufffd`\ufffd\ufffdo\ufffd*\ufffd]9\ufffdM[3rg\ufffd\ufffd\ufffd\ufffd(\ufffd\ufffd\ufffd"\ufffd\ufffd\ufffd;\ufffd*5I\ufffd-\ufffd\ufffd\ufffd6|\ufffdr\ufffd\ufffd\ufffd\ufffd\ufffd*\ufffd\ufffd\ufffd>\ufffd\ufffd\ufffd�\ufffdSEJ<\ufffd\ufffd\ufffd\ufffd\u3cb2\ufffd\ufffd\ufffd'q\ufffd\ufffdNG\ufffd7F];O

?\ufffd\ufffd
-e^\ufffd\ufffd\u027e\ufffd\ufffd\ufffd\ufffd0\ufffdUsovS\ufffdEH\ufffd\ufffd\ufffd]\ufffdT\ufffd\u060as\ufffd\ufffdFy\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdg\ufffd\ufffdF/_x4\ufffdVgiRr\ufffd\ufffdIA4b\ufffd\ufffd@K\ufffd\u045d/\ufffdg\ufffd\ufffd=\ufffdwr\ufffd\ufffd9\ufffd7f\u0446\ufffd\ufffd\ufffd\ufffd\ufffd9\ufffd6\ufffd
-\ufffd\ufffdg/\ufffd\ufffd\ufffdS\ufffd26\ufffdt\ufffd\ufffd\ufffde>\ufffd\ufffdF\u059b\ufffdB\ufffd\ufffd6\ufffd\ufffd\ufffdU\ufffd\ufffdo#.\ufffd\ufffd,\ufffd\ufffd\ufffdr=q\ufffd\ufffdX\ufffd\ufffd>H\ufffd<\ufffd\ufffd\\ufffdW\ufffd\ufffd\ufffd\ufffdP}Q\ufffd9\ufffd\ufffdK\ufffd\ufffd\ufffd\ufffd\ufffd:\ufffd{G\ufffd\ufffd\ufffd\ufffds\ufffd#0\u0736@\ufffd[\ufffd'W\ufffdx\ufffd m\ufffdd\ufffdn\ufffd\ufffd\ufffd(\ufffd\ufffd\ufffda\ufffdh\ufffd\ufffd\ufffd?\ufffdA\ufffd`o\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd*ju\ufffd<&\ufffdi\ufffdC}\ufffd\u04fbK\ud0cflu\ufffd6\ufffdq\ufffdL\ufffd\ufffds\ufffd[\u077a\ufffd\ufffd\ufffdv\ufffd6[\ufffd\ufffd\ufffd\ufffdgo\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdn\ufffd\ufffd\ufffd2;
-\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd,\ufffdc]\ufffdjDvbV\ufffd\ufffd!&\ufffd\ufffd($y\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdY\ufffd(\ufffd*]\ufffd\ufffd\ufffd\ufffdO\ufffd_D%\ufffd2U\ufffd\ufffd\u02d6\ufffd~\ufffdi\ufffd]\u0113\ufffd%\ufffd\ufffd\ufffd\u078a\ufffd\ufffdr\ufffd>_t\ufffd'\ufffdz\ufffdf\ufffd&="v\ufffd(Y\ufffd|\ufffd\ufffd*CY\ufffdV+}\ufffd\ufffdP\ufffdR/&-2#W(\ufffd\u0298A\ufffd\ufffd\u049d(\ufffd\ufffd\ufffd
-\ufffdn\u03c4\ufffd\ufffdo,\ufffd\ufffd(\ufffdi2\ufffdK\ufffd\ufffd\ufffd'z\ufffdY\ufffd4\ufffdu
-�\ufffdZ\ufffd\ufffdq\ufffd\ufffd\ufffdj\ufffd\ufffd7\ufffd\ufffd]\ufffd\ufffd\ufffd\u0335\ufffd*\u02c6\ufffd\ufffdb~T\ufffd\ufffd}
\ufffd_b\ufffd	\ufffd\ufffd\u0269\ufffd\ufffd}\ufffd_S1\ufffdXG]\u02a0\ufffddGU\ufffd\ufffdG\ufffdE!\ufffd\ufffd\ufffd+\ufffdY\ufffdU8,\ufffdC]DrG\ufffd)\ufffd\u0794\ufffd\ufffd\u0392\ufffd'\ufffd\ufffd\ufffdo\ufb1en+Q\ufffd\ufffd\ufffdc\ufffdS\ufffd\ufffd\ufffd[\ufffd\ufffdO}\ufffdyC\ufffdi\ufffd\ufffd\ufffd
Rkw\ufffd\ufffd\ufffd\ufffd'\ufffd\ufffd\ufffdTG\ufffd\ufffdP\ufffd\ufffd66g@\ufffd\ufffd\ufffdE,}}\ufffd\ufffd%\ufffd\ufffd\ufffdVx\\ufffd\u04ee\ufffd\ufffd03C\ufffd\ufffdy\ufffd\ufffd,\ufffd\ufffd\ufffd/\ufffd\ufffdX\ufffd\ufffdy~\ufffd\ufffd\ufffd\ufffdx\ufffd\ufffd\ufffd5\ufffd\ufffd\ufffd\ufffdK\ufffd6\ufffd\ufffd\ufffdQ\ufffd\ufffd\ufffdo\ufffd3:`\ufffd|!\ufffd\ufffdJ\ufffdu\ufffdC\ufffd\ufffda-~\ufffd*3+8\ufffdQ\ufffd\ufffd
-\ufffd\u06ecdj1\ufffd\ufffdP\ufffd\ufffd\ufffd>\ufffd\ufffd\ufffd\ufffdAQ}\ufffd\ufffd\ufffd4\ufffd\ufffd\ufffdOkc\ufffd_~\ufffd\ufffdo\ufffde\ufffde(\ufffd�\ufffd
\ufffd\ufffd+\ufffdd\ufffd\ufffd\ufffd\ufffdY\ufffd\ufffd\ufffdA\ufffd\ufffdR+\ufffd~\ufffd\?]\ufffd$X\ufffd\ufffd\ufffdK\ufffd\ufffd\u065a\ufffd \ufffdV3G\ufffd\ufffd\ufffd\u04d1l\ufffd\ufffd\ufffd\ufffd
-{;)b\ufffd~\ufffd\ufffd\ufffd\ufffdu\ufffd'\ufffd\ufffd\ufffd\ufffdwv\ufffdle\ufffd\ufffd\ufffd[\ufffdz~&\u01f1\ufffd\ufffd\ufffd]\ufffd\ufffd\ufffd\ufffdrR\ufffd~/]3\ufffdF?x\ufffd\u0693\ufffdQ\u0478\ufffd\ufffdLb\ufffd\ufffd\ufffd~\ufffdj\ufffd+\ufffd@W\ufffd\ufffd\ufffd/\ufffdK\ufffdv\ufffd8x/yA\ufffdV\\ufffd\ufffd\ufffd\ufffdl\ufffd\ufffd4+u\ufffd\ufffd8\ufffd4\ufffd\ufffdJ\ufffdy\ufffd
-\ufffd&\ufffd\ufffd\ufffdf\ufffd9
\ufffd\ufffd\ufffd\ufffd'\u05ae,\ufffdM\ufffd\ufffd
-a&\ufffd\ufffda5\ufffdf\ufffd\ufffdXV\ufffd\ufffd\ufffd@\ufffd\ufffd\ufffd\ufffdF:1T\ufffd\ufffd[\ufffdR\ufffdv\ufffdMIa$\ufffd\ufffd\ufffd\u016b\ufffd\ufffd^==kh}x\ufffdzM\ufffd\ufffd\ufffd\ufffd\ufffd_\ufffd3\ufffd<\ufffd-\ufffd\ufffdS\ufffd@\ufffd)\ufffd"\ufffd
-X&\ufffd1\uf7ea\ufffd<\ufffd\ufffdL\ufffd\u0336\ufffdKz\ufffd\ufffd,\ufffd~\ufffds\ufffd\ufffdQqC\ufffdt\ufffd\ufffd\ufffdO<\ufffd\ufffd\ufffdUo
\ufffd\ufffdv\ufffd\ufffd\ufffd\ufffd1
-Is\ufffd2\ufffd\ufffdD\ufffd_^lh\ufffd\u0166W8\ufffd\ufffd\ufffdk\ufffd\ufffd0}\ufffde\ufffdV\ufffd_\ufffd\ufffd\ufffdA\ufffd?b\ufffd\ufffd\ufffd)\ufffdp\ufffd\ufffd#TN\ufffd\u0347\ufffd\ufffdb\ufffdct\ufffd
-\ufffd
x8V|\ufffd)\ufffdz\ufffd\ufffd*"\ufffdz#s\ufffd<p\ufffd8\ufffd\ufffd\ufffd\ufffd\u0469\ufffd\ufffd\ufffd5\ufffd_\ufffd3\ufffd4~}
\ufffd/BiK\ufffd\ufffdo\ufffd\ufffd\ufffdp\ufffdI~s\ufffd:r\ufffdO\ufffd\ufffd\ufffd
-\ufffd2\ufffdvsXx\ufffdV\ufffd\ufffd\ufffd(hz\ufffd\ufffd\ufffd.\ufffd]\u62d2 \ufffdI\ufffd\ufffdR\ufffdm\ufffd\ufffd\ufffdP\ufffd\ufffd NOC\ufffd\ufffd\\ufffd\ufffd{f\ufffd|\ufffd\ufffdO?\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdO=~\ufffdt\ufffd\ufffdwL\ufffdOLM=\u0457\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd=\ufffd\ufffd\ufffd\ufffdK\ufffd=\ufffd'\ufffd}\ufffd\u04df\ufffd\ufffd<A-\ufffd\ufffdzd\ufffd\ufffdB\ufffd,cE/\ufffdZR\ufffd\ufffd\ufffd_\ufffd\ufffd;\ufffd_=\ufffd\ufffd\ufffd~<\ufffd\ufffdf#\ufffdD\ufffd\ufffd\ufffd
-\ufffd\ufffd\ufffd<\ufffd\ufffd\ufffd^d;q\ufffd\ufffdz\ufffd\ufffdt$\ufffd885\ufffd\ufffd\ufffd\ufffde\ufffd\ufffd\ufffd(\ufffd\ufffd\ufffday>\ufffd\ufffd\ufffd\ufffd&\ufffd\ufffd\ufffd\ufffdz\ufffd\ufffd\ufffdYc\ufffd[0F&\ufffd\ufffd}c\ufffd\ufffdC+y\ufffd\u040d\ufffdF\ufffd0\ufffd2_\ufffd;X`\ufffd.s\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd%\ufffd~w}\ufffd\ufffd-\ufffdK/\ufffdA\ufffd/d\ufffd~\ufffd+\ufffd^6\ufffd\ufffd\ufffd'y\ufffd\ufffd\ufffd7\ufffd\u02a9\ufffd \ufffd\u0143\ufffd\ufffd=\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd@\ufffd\ufffdd\ufffdi\ufffd\ufffd\ufffd\ufffd*\ufffd\ufffd\ufffd\ufffd\ufffdV\ufffd\ufffdT\ufffdi\ufffd8\u071bSq\u03cb\ufffd\ufffd\ufffd\ufffd"OM\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd-%c\ufffd\ufffd\ufffd\ufffdm\ufffdm\ufffdN)j2\ufffdX\ufffdm1k\ufffd>\ufffd{[uI\ufffd\ufffdq`\ufffdV\ufffdqa|;-T;\ufffdJ{\ufffd\l\ufffd\ufffd&\ufffdL\ufffd\ufffd8\ufffde\ufffdn\ufffd\ufffd\ufffdLn\ufffd\ufffd\ufffd\ufffdd\ufffd\ufffd\u0248\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd'j'\ufffd\ufffd\ufffd`(\ufffd\ufffdH
~|x\ufffdCz\ufffd=jI\ufffd%\ufffd2\ufffd\ufffdByxH\ufffdu\ufffdn\ufffd\u07d2\ufffd#\ufffd9\ufffdHm\ufffd\ufffd\ufffd%\ufffdk\ufffdg\ufffdj\ufffd\u07badk\ufffdl9i	\ufffd\ufffd2xjg\ufffd\ufffd\ufffdgS:\ufffd\ufffd1Y\ufffd\ufffdn\ufffd\ufffd%*,\ufffd`\ufffd\ufffd\ufffd=RV\ufffd01H\ufffdG*\ufffd\u0295\ufffdY<\ufffd\ufffdUu\ufffd(6S\ufffd?|AI\ufffd\ufffd\u0768\ufffd\u042bDtu]\ufffd\ufffd\ufffd\u0620j]\ufffd|\ufffd\ufffdj\ufffd\ufffd8\ufffd`\ufffd->_\ufffd\u0793}\ufffd\ufffd\ufffd F\ufffd\ufffd\ufffd]\ufffd"\ufffdd\ufffd Sr=S}\ufffd\ufffd\ufffd\ufffdQ\ufffd1J2	c\ufffd\ufffd\u03d1|.\ufffd\ufffdp\u07682%\ufffdb\ufffd\u014b\ufffdy\ufffd\ufffd?\ufffd
-tf\ufffd\ufffdx\ufffd(\u0322\ufffd4\ufffdu\u0399\ufffd\ufffd\ufffd/UT\ufffd\ufffd#vG\ufffdT\ufffd\ufffd\ufffdc\ufffdYH\ufffd\ufffd\X\ufffd\ufffd\ufffdW\ufffd\ufffd\ufffd\ufffdcb,\ufffd\ufffd	\ufffdk\ufffd\ufffd\ufffdkHC\ufffd,\ufffd\ufffd\ufffdGb!\ufffd\ufffdG\ufffd\ufffdf\ufffdf^\ufffd\ufffdj\ufffdEI\ufffd\ufffd\\ufffd\ufffdX\ufffde\ufffdJ\ufffd\ufffd6g\ufffd7*\ufffd\u07ca\ufffd\ufffd*eo\ufffd)B+\ufffdr\ufffd\ufffdh\ufffd\ufffdbN\ufffd>\ufffdY\ufffd6\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd
-)\ufffd\ufffd^xU\ufffd\ufffd1\ufffd\ufffd\ufffd\ufffdO\ufffd\ufffdM\ufffd\ufffd\ufffd\ufffd,\ufffd\ufffd\ufffdJ#\ufffdT\ufffd:\N\ufffd\ufffd\ufffd&b\ufffdI>_\ufffd\u0391\ufffd?$.\ufffd)U&+\ufffd+\u0628\ufffd@
\ufffd9\ufffd\ufffd\ufffd<k5\u045a\ufffd\ufffd!\u0753\ufffdx\ufffdo\ufffd.g	\ufffd RiS
-\ufffdV\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd-\ufffdPj\ufffd\ufffdwKEE\ufffd|=>\u0398\ufffd\ufffd\ufffd\ufffd@n\ufffdY\u0655\ufffd\ufffd&\ufffd\ufffd\ufffd\ufffd\ufffdO\ufffdG'\ufffd\ufffd\ufffd\ufffd
-\ufffdq\ufffdW\ufffd0\ufffdd\ufffd\ufffdy\ufffd\ufffd\ufffd`\ufffd\ufffd\ufffd2}\ufffd8\u0295"\ufffd\ufffd\ufffd\ufffd2\ufffdi\ufffd.\ufffd\ufffdt\ufffd\ufffd
^\ufffd\ufffdqqu\u03f2\ufffd\ufffd\ufffd\ufffd]=E5l!\u02d4mm\ufffd'\ufffd
\ufffdIN%\ufffd\ufffde\ufffd\ufffd \ufffd2iT72\ufffdK\u309br<!)a[\u0594\ufffd@\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdG!\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdH\ufffd\ufffdu\ufffdR\ufffd\ufffdkK\ufffd\ufffd\ufffd=\ufffd\u079a\ufffd\ufffd\ufffd-BU$\ufffd4"MAegQ\ufffdl\ufffd\ufffdo=\ufffdZ\ufffd\ufffdz\ufffd\ufffdV\ufffd\ufffd.r)}aqD[\ufffdh\u036f\ufffdWY\ufffd\ufffdz\ufffd\ufffd7#W'\ufffd\u02e8\ufffdI26\ufffd7\ufffd:\ufffd\ufffd\ufffd;\ufffd\ufffd\ufffd\ufffd\u0381\ufffd&\ufffd
v\ufffdl\ufffd\ufffd\ufffd6\ufffd
\ufffd\ufffd\ufffd\ufffd\ufffdl\ufffd
5\u05981\ufffd\ufffd9\ufffd\ufffd\ufffd\ufffdZW\t2}1\ufffdU(7\ufffd\ufffd\ufffd\ufffd\ufffdkz
-\ufffd\ufffdp\u04ae\ufffd\ufffd"\ufffd\ufffd;\ufffdP\ufffd\u075d\ufffd\ufffd\ufffd\ufffdG~w\ufffd\ufffdZ\ufffdz2\ufffd\ufffd\\ufffd\ufffd\ufffd\ufffdL\ufffd\ufffd,5\ufffd\ufffd\ufffdC\ufffd\ufffdZ\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u027c\ufffd\u0267\ufffd\ufffdO\ufffd9B\ufffd\ufffd'A\ufffdi+\ufffdd\ufffd\ufffd\ufffd\ufffd\ufffd\u0191(<\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd,\ufffd\ufffd5\ufffd\u4e36\ufffd&?\ufffd\ufffd\ufffd\ufffd1\ufffd\ufffd\u05bb\ufffd\ufffd_\ufffd\ufffd\ufffd\ufffd\ufffd\u079b\ufffd\ufffd\ufffd\ufffd^\ufffdo\ufffdy
\ufffdc\ufffd\ufffd\ufffd\ufffd\ufffdQ\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd.\ufffd\ufffd*\\ufffdk6\ufffd\ufffd\ufffdR\ufffdf\ufffd^	8|wYGE1\ufffd\ufffdO\ufffd\ufffd\u5ba0f\ufffd\ufffd\ufffdH\ufffd\ufffd\ufffd\ufffdx\ufffdN\ufffd\ufffd\ufffd\ufffd\ufffdJz\u0709w\eus\ufffdR\ufffdj\ufffd\u020a\ufffd3S\ufffd\ufffdg\ufffdk7:\ufffd\ufffd
-\ufffd\ufffdO>5\ufffd\ufffd\ufffd\ufffdWAO|FSX\ufffd\ufffdi\u065dO\ufffd+f\ufffd&a\ufffd\ufffd\ufffd	\ufffd\ufffd|$~+>\ufffd\ufffd\ufffd\ufffd\ufffd\u01ff\ufffd;1\ufffdZ\ufffdi\ufffd\ufffd[\ufffdUybaBf\ufffd\ufffd\ufffd\ufffd7\ufffd\u06d3ss\ufffd\ufffd\ufffd7\ufffd\ufffd<\ufffd\ufffd\ufffduO~{8+>\u0556\ufffdMQ\ufffd+
-R\ufffd\ufffd	\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd@[ki\ufffdn\u07f9Y\ufffd`	6\ufffd6\ufffd\ufffd\ufffd\ufffdyz\ufffd\ufffd\ufffd{\ufffd\ufffd'JT	&\ufffd!Z\ufffdc\ufffdt%\ufffd`-\ufffd\ufffdx}\ufffd*\ufffd\ufffd\ufffd\ufffd\u0252\ufffd\ufffdh3\ufffdb\ufffd.s\ufffd\ufffd\ufffd\ufffd;\ufffd_F\ufffd\ufffdd\ufffdC,\ufffd\ufffd\ufffdSQ+C{B\ufffd\u03b2\ufffd\ufffdV\ufffd#\ufffd\ufffd\ufffd\ufffd"\ufffd\ufffd\ufffdhu\ufffdm\ufffd\ufffdC\ufffd l
d0\ufffdB\\ufffdL'\ufffd\ufffdR\ufffdhEZ"7F!S\ufffdK\ufffd&s\ufffdmLB\ufffdK\ufffd\ufffd\ufffd\ufffdE\ufffd\ufffd\ufffd\ufffd6\ufffd\ufffd^>\ufffd\ufffd\u07e4Wt\ufffdd\ufffdiQyf\ufffd%\ufffd\ufffd\ufffd\ufffdP\ufffd\u038a\ufffdI\ufffdv\ufffd\ufffd&U\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffduJ{\ufffd\ufffd
\ufffd)\ufffdZ\ufffd\ufffd\ufffd2%\ufffd\ufffd}-\ufffd:\u0398$\ufffd\ufffd\ufffdEGEg\u0336\ufffd\ufffd\ufffdcLbA\ufffd*E\ufffd\ufffdq\ufffd
;\ufffd\ufffd\ufffds\ufffd8\\ufffdQ\ufffd\ufffdJwh\ufffd\ufffd\ufffd\ufffd�[\ufffd\ufffd\ufffd9\ufffd\ufffd\ufffd\ufffdX\ufffd6N\ufffdd\ufffdo\ufffd\ufffd\ufffd\ufffd;\ufffd^\ufffd^C\ufffd\u073dG\ufffd\ufffd\ufffdw\u03c1`\ufffd3@m\ufffd\ufffd~\ufffd=\ufffd	\u01fa\ufffd&Zq\ufffd\ufffdak\ufffd\ufffd\ufffd]o\ufffd\ufffd\u01a7\ufffdCl;o\ufffdy\ufffd\ufffd\ufffdU\ufffd
!\ufffd\ufffdDO\ufffd[\ufffdJz\ufffd\ufffdt\ufffd\ufffd"\u010fJ\ufffd+
\ufffd\ufffd\ufffdj\ufffd\ufffd\ufffdB\ufffd5\ufffd\ufffd\ufffd\ufffdx\ufffd;q\ufffdG*\ufffd$\ufffd
-\ufffdV\ufffd].\ufffd\ufffd(/.\ufffd5\ufffd	\ufffd\ufffdj\ufffdD\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd8X\ufffd\ufffd'\ufffdu\ufffd(\u066a\ufffd\ufffdRY\ufffd\ufffd\ufffd\ufffdf\ufffd\ufffd\ufffd>-\ufffdO\ufffd8\ufffd\ufffd\ufffd\ufffd\ufffdx\ufffd\ufffd6r\ufffd'
-\u01be\u046e\ufffdq\ufffd\j\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd7{SU7\ufffd\ufffd\ufffd\ufffdt\ufffd\ufffd\ufffd\ufffd\ufffdw\ufffd>\ufffdwA\ufffdnZiH\ufffdl\ufffdv h\ufffd\ufffd\ufffd\ufffd#.`\ufffd}\ufffd\ufffd\ufffd\ufffd>\ufffd\\ufffdq\ufffd\ufffd,\ufffd\u06ed\ufffd\ufffd6C!\u0232\ufffd\ufffd*\ufffdG\ufffd\ufffdF\ufffd/2mk)\ufffdN\ufffdl\ufffdL\ufffd\ufffdabk\ufffd\u054e\ufffd
\ufffd\ufffd\ufffdE\ufffd\ufffd\ufffd\ufffd\ufffd'\ufffd\ufffd\ufffd\ufffdV_b)\ufffd
-_foT,\ufffdN\ufffd\u0195\ufffd!Zy\ufffd3\ufffd \u05b5n\ufffd\ufffdP\ufffdZ9o\ue7db8l\ufffd\ufffd\ufffdJ}~\ufffd\ufffduO\ufffdU
-\u0525\ufffd-\ufffd\ufffdZ\ufffdD\ufffd\ufffdlh\ufffd\ufffd}\ufffdg\ufffd\ufffd\ufffd\ufffd\ufffdl5\ufffd�%\ufffd\ufffd\ufffda\ufffdL\ufffdcM\ufffd\ufffd\ufffd%
\ufffdN\ufffd\ufffd9\ufffd\ufffd\ufffdY\ufffd\ufffd0l\ufffd\u0475\ufffdx\ufffd\ufffdY9\ufffdOA\ufffd\ufffd"\ufffd?G\ufffd\ufffdQ.\ufffdV
-4[\u06f3\ufffd\ufffd[\ufffd\ufffdG?\u03ac\ufffd\ufffd\ufffd\ufffd	_\ufffd6\ufffd\ufffd\ufffd	\ufffd\ufffd0\ufffd\ufffd
\ufffdL5\ufffd\ufffd\ufffdm\ufffd\ufffd\u01c1s\ufffd\u07bf_c\ufffd/T%\ufffd\ufffd\ufffd;\ufffd\ufffdT\ufffd\ufffdYE\ufffd\ufffd\u8fd6?\ufffd\ufffdC\ufffd`\ufffd\ufffd_yh\ufffd\ufffd\u0642\ufffd\ufffdg\ufffd\ufffd\ufffdN\ufffd\ufffdO\ufffde\ufffd)!\ufffd\ufffd?	\ufffd\ufffd\ufffd\ufffdd\ufffd\ufffd\ufffd\ufffdN2	o\ufffdV4F<\ufffd\ufffd8\ufffd\ufffdW\ufffd>\ufffd;|6.\ufffd\ufffdU7\ufffd;\ufffd\ufffdf%I\ufffd\u0352\ufffd\ufffd$\ufffdk&gRDp\ufffd\ufffd\ufffd\ufffd*\ufffd\ufffdP\ufffd\ufffd\ufffdd\ufffd\ufffd\ufffdr\ufffde\ufffd]\ufffd<\ufffdm\ufffds]M\ufffd\ufffd�\ufffd\ufffdx)2X~\ufffd^dp\ufffd\ufffd\ufffd\ufffdc
-\ufffd\ufffd\ufffdue-e\ufffdcJ\ufffd\ufffd\ufffd\ufffdI\ufffd\ufffd\u0363v\ufffd\ufffd\ufffd\ufffd`|\ufffd\ufffd\ufffd"\ufffd\ufffd~\ufffd
AE\ufffd3>dH!BOY\ufffdw\ufffd)]F\ufffd4\ufffd\ufffdQ:9.3W\ufffdXR
-Lj	\ufffd\ufffd\ufffd\ufffdo\ufffd\ufffd\ufffd\ufffd
-\ufffd\ufffd(k\ufffd\u03a8\ufffd\ufffd\ufffd\ufffdW\ufffdH\ufffd=\ufffdTS\u056e\u0587a\ufffd\ufffdq\ufffd!e\ufffd�\ufffd{\u06ecJ\ufffdI\ufffd\ufffd\ufffdq6\ufffd\ufffdy\ufffdU[gkR\ufffd\ufffd\ufffdn\ufffd\ufffdI\ufffd\ufffdh\ufffd\u0301\ufffd\ufffda\ufffd:9\ufffd7\ufffdJg\ufffd#\u0369\ufffdvtW\ufffd)\ufffd\ufffd\ufffdR\ufffd\ufffdl\ufffd\ufffd[\ufffd/)\u06d2\ufffd\ufffd\ufffd\ufffd\ufffdM\ufffdg$\ufffdD]q]oQ\ufffd\ufffdT\ufffdk\ufffd\ufffd1\ufffd$\ufffd\ufffd\u067f5@\ufffd*\ufffdJ%AGk\ufffd\ufffd\ufffdQ\ufffd6x4\ufffd\ufffdY\ufffd\ufffd\ufffd\ufffdJ\ufffdqC\ufffdN\ufffd\u06cd\ufffd\ufffd\ufffd-m|n7*\ufffd\ufffd\ufffd\ufffd\ufffdF\ufffdmT\ufffdSF\ufffd.\ufffd.\u05cd\ufffd}\ufffd\u02ffPUl\ufffd\ufffdj
\ufffd\ufffd\ufffd,F9Y\ufffd\ufffd/A\u052bn\ufffd\ufffdn\ufffd\ufffdg
-\ufffd( \ufffdj\ufffd\ufffdUL+9\ufffd=6\ufffd/\ufffdW\ufffd\u0158{\ufffd\ufffd&Zv3\ufffd\u06ba\ufffd
-/Z]\ufffd{\ufffd|\ufffd_\ufffd\ufffd%\ufffd\ufffd\ufffdj\ufffdN2r\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdRx\ufffd|\ufffd\ufffd\ufffd\ufffd)\ufffd\ufffd\u0213\ufffd\ufffd#\ufffd\ufffd\ufffd\ufffd\ufffd|\ufffd\ufffd\ufffd�\ufffd\u78d8=\ufffd\ufffdg\ufffd\ufffd\ufffdrzorks\ufffd"\ufffd[[o\ufffd2\ufffd\ufffd_\u03d6\u0392\ufffd_\u03c2x\ufffd\ufffd<L\ufffdD\ufffd\ufffd\ufffd\ufffd4n\ufffd\ufffd\ufffdL\ufffd\ufffdr\ufffd2^\ufffd\ufffdF\ufffd\ufffd\ufffd\ufffd%eB|A\ufffd\ufffd\u052bb\ufffd/N_7\ufffd\ufffd\ufffd$}\ufffd\ufffd\ufffd\ufffd7\ufffdnO$\ufffdG'\ufffd\ufffd\ufffdZ$WD_\ufffdJ\ufffd\ufffdmhi\ufffdR\u063e\u0447\ufffd.f\ufffd\ufffdc[:K\ufffdy`\ufffdL\ufffd\ufffd\ufffd\ufffdUN\ufffd1\ufffd\ufffd\ufffd(e[
\ufffd(\ufffd\u0120\ufffd\ufffdJf\ufffd!3\ufffd~\ufffd\ufffd�\ufffd\ufffdl\ufffd!N\ufffd\ufffd\ufffdHq\ufffd%\ufffd\ufffd`\ufffdV\ufffd\ufffdL
)\ufffd\ufffdO\ufffd\\ufffd*\ufffd\ufffd\ufffdXA~\ufffd\ufffd\ufffdr\ufffd\ufffdU\ufffd\ufffdiS\ufffdYI\ufffd\ufffd-\ufffd\ufffd\ufffd\ufffdD\ufffdAA.1'\ufffd~\ufffd
n7\ufffd\u0559\ufffd\ufffd?\ufffd\ufffd\ufffd\ufffd\ufffdfC\ufffd\u0296\ufffd\ufffdp\ufffd=\ufffd\ufffd\ufffdE\ufffd\ufffd4\ufffd{B\ufffdqp\ufffda\ufffd\ufffdi_\ufffd\ufffd\ucbe9\ufffdY \ufffd\\ufffd\ufffd\ufffdj\ufffd?M.*o\ufffdq_\ufffdx\ufffd\ufffd\ufffd\ufffdzA\ufffd\ufffdf\ufffd\ufffd?\ufffdz\u073c\ufffd\ufffdB\ufffd2\ufffd\ufffdF#\ufffd\ufffd\ufffdTU\ufffd-N\ufffd-O\ufffd\ufffd{\u018e\ufffd\ufffd}\ufffd4\ufffd`\u0153\ufffd\ufffd*\ufffd\ufffdU+~8\ufffd\ufffd\ufffd\u04c0S|&\ufffdV\ufffdve\ufffdP\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd'\ufffd	\ufffd~@4\u04af\ufffd\ufffdhe\ufffd\ufffdOJ\ufffd\ufffd\ufffd\ufffd&\ufffd\ufffdZ\ufffd\#y\ufffd,\u0753\ufffd\ufffd\ufffd\ufffd}A\ufffd
 \ufffd9b?E0\ufffdm\ufffd\ufffd\ufffd*\ufffd\ufffds{\ufffd\ufffd\u04ebzs\ufffd\ufffd+\u04c8\ufffd\ufffd\ufffd\ufffdT\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd*U\ufffdN\ufffd8r\ufffd\`p\ufffd\ufffd8\ufffde/\u0171\ufffd8\ufffd\ufffdu}
=\ufffd~\ufffd\ufffd\ufffd>\ufffd\ufffd
\ufffd\ufffd\ufffdRD<@\ufffd\ufffdD\ufffd _%\ufffd\ufffd\ufffd\ufffd\ufffdvS?\ufffdH9;8\ufffd8sS\ufffd=\ufffd\ufffd(^>o\ufffd\ufffd*\ufffd:\ufffd\ufffd\ufffd\ufffd~DW\ufffd\ufffd\ufffd\ufffd	\ufffd3\ufffd\ufffdGD>y>\ufffdQ\ufffdQ\ufffdD\ufffd\ufffd}\X$\ufffd\ufffd\ufffdW1\ufffd1\ufffd1\ufffd\ufffd\ufffd\ufffd_\ufffd\ufffd&\ufffd="\ufffdX\ufffd(\ufffd?-H\ufffd$\ufffdK>\ufffd\ufffd\ufffd\ufffd >SzH\ufffd\ufffdh\ufffd\ufffd\ufffd\u0623\ufffd\ufffdC\ufffd\ufffd\ufffd\ufffd<\ufffd\ufffdy\ufffd\ufffd\ufffd\u03e1.8\ufffd1\ufffd.8\ufffdp\ufffdc/spt3\u05c8*\ufffdG/Cc\ufffd@\ufffd\ufffds2\ufffd\ufffdQ\ufffdY\u039bp^\ufffd\ufffd"b\ufffd*g\ufffdm\ufffd\ufffd\ufffd\ufffdwn}\ufffd9\ufffd\ufffd\u06cf\ufffdJ\ufffd\ufffd)\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd;\ufffd\ufffd\ufffd(\ufffd\ufffd\ufffd\ufffd\ufffd$\ufffdT\ufffdX\ufffd\ufffd9q]\ufffd\ufffd\ufffd\u068f\ufffd\ufffd\ufffd\ufffd\ufffd}G%\ufffdI\GN\ufffdY8Rd Db\ufffd\ufffd\ufffd\u0533\ufffd})y\ufffd<N\u02a3N\ufffd\ufffd+\ufffdg\ufffdK\ufffd\ufffd<\ufffd\ufffd\ufffd7\ufffd\ufffd\ufffdPO">\ufffd/\ufffd\ufffdN"\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd~Fw\ufffd\ufffd\ufffd\ufffd_\ufffd\ufffd\ufffd3	\ufffd\ufffd\ufffd.\ufffd\ufffd\ufffdk\ufffdFv\ufffd<!|\ufffd\ufffd\ufffd:c\ufffd\ufffd\ufffd\ufffd+\ufffds\ufffdcT\ufffd\ufffd/\ufffd \ufffd\ufffd@D$\ufffd\ufffd8AP\ufffdV\ufffd\ufffd\u03f1?fTl\ufffdZ\ufffd\ufffd\ufffd\ufffd\ufffd
 \ufffd?L\ufffdi~\u2f77\ufffdjU\ufffd_\ufffd4+/\ufffd"tk
n\ufffd\ufffdl#\ufffd\ufffd\ufffdb$\ufffdBB\ufffdDc\ufffd\ufffda51o\ufffd\ufffd\ufffd\ufffd\ufffdG	H\ufffdG"JB*\u0238\ufffdE:\ufffdqJAF\ufffd
-h\ufffdQ\ufffd&d\ufffde\ufffd\ufffd\u027c!lG\u411a;\ufffd\ufffd+`-EeP\ufffdU@\ufffd\ufffd+\ufffd\u0560ZT\ufffd\ufffd\ufffdz\ufffd8\ufffdP3j\ufffd(\u044a\ufffdP;\ufffd@\ufffd\ufffdmC0F\ufffd\ufffdf'F\ufffdV\ufffd\ufffdE\ufffd\ufffd{W\ufffdha\ufffdc\ufffd\ufffdb\ufffda\ufffdgb\ufffd\ufffd\ufffd<9\ufffd\ufffd'=\ufffd'@\ufffd\ufffdy${%4O\ufffdwC\ufffd`yh\ufffdBR\ufffd
\ufffdsP\ufffd\ufffd\ufffd9H\ufffdKC\ufffd\\ufffd\ufffd\ufffd\ufffdtx*t\ufffd\ufffdGB\ufffd|$�\ufffd\ufffdQ:\ufffd\ufffd\ufffd|\ufffd+\ufffd"P*\ufffd\ufffd\ufffd\ufffd6\ufffd\ufffd\ufffd\ufffd\ufffd+4\ufffdT\ufffdC\U000d1a00\ufffdW\ufffd\ufffdV\ufffd\ufffd\ufffd\ufffd(T@\ufffd\ufffd\u68d1\ufffd|$4\ufffd\ufffd\ufffdWC\ufffdB\ufffdN\ufffdB\ufffdB\ufffdLU\ufffd&\ufffdF\ufffd\ufffdg4\ufffd\u05aclME 046\ufffd\ufffd2\ufffdg\ufffdx\ufffd\ufffd4\ufffd\u0325iM\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdfT\ufffd\ufffd\ufffd\ufffdACh\u0340\ufffdd\ufffd\ufffd@\ufffd\ufffd\ufffdC0\u0682&P\ufffd\ufffd
-\ufffd1\ufffd\u04c0\ufffdW\ufffd\ufffdfGpZw\ufffd\ufffd~d\ufffd\ufffd4MS#\ufffd\ufffd(\ufffd+w5\ufffdw\ufffd\ufffd\ufffd\u0181\ufffd\ufffd1\ufffd\ufffd\ufffd\ufffd\ufffd~4U\ufffd\ufffd\ufffdM\ufffdq\ufffd\ufffd\ufffd\u0110\u01a4	\ufffdR&XJs\ufffd:\ufffdiz\ufffd_n\ufffd\u064c\ufffd?G\ufffd\ufffd\ufffd	Lh\ufffd\ufffd\ufffd\ufffd\ufffd0x1sa.1\ufffd4\ufffd3\ufffd$\ufffd\u0362a/|\ufffdJ2\ufffd,A\ufffd\ufffd\u0234\u01af\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdF5\ufffd\ufffdp\u0347\ufffda\ufffdc8\ufffdAI\ufffdSh\ufffd\ufffd\u02bfD\ufffd\ufffd%\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0481\u9461	\ufffd\u0300|\ufffd\ufffdKY26\ufffd`!\ufffd\ufffdR\ufffd\ufffd_3;1<21\ufffd0\u042f\ufffd\u04ec\ufffd\ufffd#[
-\u03702\ufffd\ufffda\ufffdL\ufffd!6\ufffd`\ufffd4\ufffd\ufffdk6\u04ff\ufffd\u1659\ufffd|\ufffd\ufffd/\ufffd?`bUl\ufffd\ufffd[&-$`a]q\ufffd\u03c7hb\ufffd,3\ufffdX\u04e9\ufffd\ufffd\ufffd\ufffdpL\ufffdlc	Q\u07b5k\ufffdy<$Kzzf\ufffd$\ufffd\ufffd\ufffd.\ufffd\ufffdT\u05a3^\ufffd=
s\ufffd\ufffd|\ufffdf\ufffdo`b46;\ufffd?0\ufffd\ufffd\ufffdx'\ufffd}p
-]\ufffd\u052cx`\ufffd\ufffd
-qu\ufffd\ufffd\u9406=\ufffd\ufffd>\ufffd\ufffda\ufffd\u054e\ufffd\ufffd\ufffd\ufffdh\ufffd3\ufffd0\ufffd\u0447\ufffd\ufffd\ufffd\ufffd"0\ufffd\ufffd,cA\u04d6\ufffd-%euMe&\ufffd\ufffd\ufffd\ufffd�\ufffd\ufffd\ufffd\ufffd\ufffdZ
\ufffd>
35\ufffdx%\ufffd/\ufffd`\ufffd\ufffd\ufffd\ufffdd\ufffd\ufffd\ufffd\ufffdX\ufffd\ufffd\ufffdw{L\ufffd?\ufffdH>\ufffd\ufffd|\ufffd1\ufffd\ufffdr1\ufffd\ufffd\ufffd\u07cb\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdw\ufffd
+x\ufffd\ufffdz	X\u05f5\ufffd\ufffd3\ufffdm$\u040a\ufffd\ufffd\ufffd\ufffd}1\ufffdY\ufffdj\ufffd\ufffd1\ufffd0KlL\ufffdI\ufffd\ufffd8\ufffdR\ufffdN\ufffd\ufffd9N\ufffd\ufffd\ufffd\ufffd_\ufffd~\ufffd\ufffd\ufffdy\ufffd\ufffd8m_>\ufffd\u037fq\ufffd4\ufffdK\ufffd\ufffd\ufffd\ufffds\ufffdo\ufffd\ufffd\ufffd\ufffd0~gF&m\ufffd7\ufffd\ue659s~\ufffd\ufffds\ufffdr5#\ufffd\u02068h\ufffdo\ufffd?\ufffd[\ufffd\ufffd\ufffd@9\ufffd\ufffd\ufffd
\ufffdT\ufffd&\ufffd\ufffd\ufffdP\ufffdc\ufffd>\ufffd\ufffd'L\ufffdj\ufffd3\ufffd\ufffd3\ufffd\ufffd\ufffd\ufffdG\ufffd\ufffd\ufffdS3<<\ufffd}\ufffd{\ufffd\ufffdB\ufffd\ufffd<\ufffd\ufffd=\ufffdF\ufffd\ufffd\ufffda\ufffd\ufffd\ufffdd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd}0\ufffdL\ufffd\\ufffd\u01bf\ufffd\ufffd\ufffd'\ufffd\ufffd\ufffd\ufffd\ufffd/ \u0121\ufffd]t\ufffd\ufffd\ufffd\ufffd\ufffd9\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\\ufffd?\u0309\ufffd8\ufffd\ufffd\ufffdG"\ufffd\ufffd\ufffd1\ufffd"\ufffdD*\ufffd\ufffd\ufffd'(\ufffd21I\ufffd\ufffdhu\ufffddC\ufffd15\u0344\ufffd3\ufffd\ufffd-3\ufffdQ6r \ufffd+'7\u03dd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdWTn\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd|\ufffd\ufffd\ufffd\ufffd\u05be6\ufffd\ufffd\ufffdC\ufffdY\ufffd*\ufffd3\ufffdED"\ufffd\ufffdN\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdt1\ufffd\ufffd\\ufffd\ufffd\ufffd\ufffdf\ufffd\ufffd\ufffd:\ufffd^$\ufffd\ufffdfC\u05c3\ufffd\ufffd\u013d\)\ufffd\ufffd@\ufffd"\ufffd2A8\ufffd\ufffd^\ufffd	I\%)\ufffd;r\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdB	qp\ufffd\ufffd\ufffd
+\ufffdsN~\ufffd\ufffd/\ufffd\ufffd\u057fy:\ufffd\ufffd\ufffd{\ufffd^gx\ufffd\ufffd\ufffdlat\ufffd\ufffdLJ1\ufffd\ufffd%\ufffd\ufffdk\ufffd\ufffdn\ufffd\ufffdn\ufffd\ufffd\ufffd"\ufffd\u05fb\ufffd+\ufffd\ufffdy\ufffd7\ufffd_\ufffd?\ufffd\ufffddNw\u116b,\ufffdl oPGP$Dz\ufffd\u05a1\ufffdEZ17O\ufffds\ufffdx\ufffd8I/\ufffd\ufffd9\ufffd\ufffd\ufffd\ufffd\ufffd\u0417\ufffda\ufffdGr\ufffdR!\ufffd#\ufffdB9\ufffd\ufffd\ufffd,\ufffd'7\ufffd\ufffd\ufffd\u04e5\ufffd\ufffdjs59	\ufffd\ufffd=\ufffdMJ\ufffd\ufffd+_\ufffd\ufffdI\ufffd\ufffdn\ufffd\ufffd\\ufffd\ufffd\u010e\ufffd\ufffd\ufffd<\ufffd/\ufffdVf'd\ufffd\u06b1c\ufffd\ufffd\ufffd\ufffd\ufffd_\ufffd~\ufffd#A\u0215\ufffd%\ufffd2\ufffd\ufffd\ufffdY\ufffd}R\ufffdU\ufffd\ufffd\ufffde2\ufffdU\ufffd\ufffd\ufffd{S\ufffdP\ufffdH5:\ufffd\ufffd\ufffdy\ufffd\ufffdu\ufffd#\ufffd-\ufffd\ufffd\ufffd\ufffd\ufffdv}\u024bbm\ufffdu\ufffdS*\ufffd\ufffd6\ufffd62\ufffd\ufffd[4\ufffdbX\u021e\ufffd\ufffd$
+	*\u027d\ufffd\ufffd\ufffd\ufffdgsrf_\u06b7\ufffd{\ufffd\ufffd\ufffd\ufffd\u0102\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd`\ufffd\ufffdz\ufffd0\ufffd\ufffd\ufffd\ufffd\ufffd_\ufffd{\u02dfK\ufffd\u0731\ufffdM\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd>{\ufffd\ufffd[ZN_\ufffd\ufffd,\ufffdw8\ufffd!\ufffd\ufffd\ufffd\ufffd#\ufffdz]
+X\ufffd\ufffdE \u070de\ufffd\ufffd=f\ufffd\ufffd\ufffd\u04232\ufffd*\ufffd\ufffd\u072b\ufffdx\ufffd\ufffd>\ufffd:\ufffdFe\ufffd\ufffdr\u051eL\ufffd\ufffd\ufffd0\uce15n\ufffdS|\ufffda\ufffd\ufffd;\ufffd\ufffd\ufffd\ufffd\ufffdk\ufffd?p%\ufffd\ufffd%W&$5:Bj%\ufffdY\ufffd\ufffd5\u040b\ufffd}K~\ufffd\ufffd\ufffd\ufffd	\ufffd\u01be\ufffd@\ufffd*\ufffd\ufffd\ufffdY\u079a%6\u0694\ufffd\ufffd\ufffd}\ufffdcc\ufffd\ufffdl\ufffd7>\ufffdN\ufffdW\ufffd\*}\ufffd(>\ufffd\ufffd\ufffd�r\ufffd\ufffd2CV\ufffd'Jm7\ufffd\ufffd\ufffd2\ufffd\ufffdf\ufffdtM\ufffd*\ufffdF\u04f1#\\ufffd\ufffdX\ufffdT8Qz\ufffd\ucd036\ufffdg\ufffd9\ufffd\ufffd\U000c0be8\ufffdt\ufffd5+\ufffd\ufffd\ufffd.o\ufffd\'vz3\ufffdvW\ufffd\ufffd\ufffdk\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd=\ufffdon7\ufffd\ufffd\ufffd\ufffd\ufffd]\ufffd\ufffd]E#Ui\ufffd\ufffd\ufffd\ufffd-\ufffd\ufffd\u017ap\ufffdMsue{\ufffd\ufffdE\ufffd$\ufffdY7T\ufffdx\ufffd\ufffd\ufffd$1x\ufffd\ufffd\ufffd2gg\ufffd\ufffd\ufffd=BT\ufffd\ufffdx\ufffd_dA\ufffdh\ufffdIx0\ufffd\ufffd.\ufffd\ufffd0\ufffd\ufffd%\u403e\ufffdn\ufffd\u066bS.?\ufffd\ufffdp\ufffd 1\ufffdM{	\ufffdC\ufffdZ\ufffdAE\ufffd\ufffd\ufffd=�\ufffd5\ufffdf\U0009d97ai|\ufffd<6\ufffd	\ufffdy\ufffd\ufffd\ufffd\ufffdg\ufffd\ufffd\ufffd\ufffd\ufffd`\ufffd-W\ufffd\ufffd(\ufffdg\ufffdh%z\ufffd\ufffd\ufffdkI\ufffdiWW\u01ca\ufffd>.\u075a\ufffd\ufffd8U\ufffdugH2\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdO\ufffd\ufffd\ufffdF\ufffdlg\ufffdwW\ufffd\ufffd4;\ufffd\ufffd\ufffd\ufffdb\ufffdg[\ufffd\ufffda\ufffd\u07f0\ufffd\ufffd\u020f\ufffd\ufffd\ufffd\ufffd\ufffd\u06de8\ufffdL@{#\ufffdc\ufffd\u0186\ufffd\u0397\ufffd\ufffdr3j\V/{\ufffd\ufffd\ufffd`[\ufffd\ufffd:\ufffd\ufffdaH\ufffd\u5942\ufffdp\ufffdn\ufffd\ufffdtd\ufffdG\ufffd
 \ufffdL\ufffdT\ufffddu?1\ufffd\ufffd\ufffdyjd\ufffd\ufffd}\ufffdIym\ufffd\ufffdv\ufffd\ufffd5\ufffd\ufffd\ufffdJ2J\ufffdR\ufffd\ufffd\ufffd2\ufffdX\ufffd\uf658\ufffd\ufffd\ufffd\u07e1\ufffd\u028cI\u2f31\ufffdc\ufffdW\ufffd\ufffd\ufffd\ufffd\ufffd\ufffde\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd4waVk\ufffda\ufffd\ufffdL\ufffd.;\ufffd\ufffd
+_x\ufffd;'\u0381\ufffd\ufffdCBZ\ufffd\ufffd\ufffd`\ufffdD+\ufffdx\ufffdn\ufffd\ufffd\ufffd\ufffd\ufffdc4\ufffd;<\ufffd\ufffd\ufffd70k\ufffdD\ufffd07%\ufffd\u0348rQ-\ufffd'\u01bcr\ufffd\ufffd\ufffd+:\ufffd,c\ufffd\u0781W<\ufffd	\ufffd^\ufffd\ufffd\ufffd<U\ufffd\ufffd[n\ufffd\ufffd\ufffd\ufffdz\ufffd9S+\ufffd5{;2\u02ff~qr\ufffd\ufffdY7\ufffd\ufffdd\ufffd\u0594\ufffd;\ufffd\ufffd\u0497
c[\ufffd\ufffd\ufffd(\ufffd=_
\ufffd\u04bc\ufffd1TZ\ufffd5\ufffd\u06ae\ufffd�\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd%\ufffd
E\ufffd\ufffd\u019e\ufffd\ufffd\ufffd;\\ufffd#\ufffd\ufffdM\ufffd\ufffdwg\ufffd7mM\ufffd^\ufffd)\ufffdN\ufffd\u058e\ufffdtCQ\ufffd\ufffd\ufffdVY\ufffdI\ufffdli
\ufffd\ufffd\ufffd\ufffdK\ufffd\ufffd<\ufffdW\ufffd%L\ufffdY]\ufffdX\ufffd\ufffd\*R\ufffd%]p4\ufffd\ufffd\ufffd/\ufffdV\ufffd\ufffdt\ufffdk\u051d\ufffd\ufffd\ufffd\ufffd\ufffd_\ufffdP\ufffd\u03df\ufffdk\ufffd.IL\ufffd\ufffd\ufffd5\ufffdg5Z\ufffdDj\ufffd\ufffd=\ufffdK\ufffd\ufffd\u0781m8[\ufffde\ufffdg\ufffd\ufffdP]\ufffd^\ufffd0z\ufffd\ufffd\ufffd:\ufffdP\ufffd\ufffd\ufffd\u05f8\ufffd
+\ufffd+\ufffd\ufffdZ\ufffd\ufffd\ufffd\ufffd\ufffd\u07daw\ufffd\ufffdY\ufffd\ufffd\ufffd\ufffdP\ufffd\ufffdx\ufffd1\ufffd6\ufffd7f\ufffd\ufffd-\ufffd\ufffd5\ufffdV(\ufffd:Y\ufffd\ufffd\ufffd\ufffd\u0383L9J\ufffd<\ufffdm\ufffd\ufffd\u07d1\ufffd\ufffdEo\ufffd\ufffd\ufffd;@^F\ufffd /\ufffd\ufffd\ufffdLn\u0132,[ \ufffd\ufffd\ufffd9\ufffdR%~\ufffd }\ufffd~\ufffd \ufffds_%o\ufffd\ufffdB\ufffd	D%\ufffd o,=J\ufffd%\ufffd \ufffd\ufffd\ufffd[\ufffd\ufffd\ufffd\ufffdp\ufffdqn\ufffd\ufffd\;\ufffdw\ufffd\u0643\ufffd\ufffd\ufffd\ufffdw\ufffdO\ufffdo\ufffd\ufffd\u058b6\ufffd\ufffd\ufffd\ufffdT@\ufffd\ufffd\ufffdmQ+\ufffd-\ufffd\ufffdVg\ufffd\ufffdkV\ufffd\ufffd?\ufffd\ufffd?\ufffd\ufffd\ufffd1\ufffd\ufffd\ufffd76j\u01ee\ufffd\ufffd9\ufffd\ufffd\u05633Unw\ufffd\ufffdY\ufffd\ufffdf\ufffd>k\ufffdm\ufffdLu\ufffdo\u0791\ufffdQ\ufffd\ufffd\u4706x\ufffd\ufffdf9\ufffd\ufffd\ufffdV#\ufffd\u06f1\ufffd
!\ufffdX1i\ufffdF!\ufffd#\ufffd\ufffdD]\ufffd\ufffd\ufffd\ufffdJGU&\ufffdZ\ufffd\ufffd:\ufffd\ufffd\ufffd\ufffdP)\ufffd\ufffdX\ufffd#\ufffd\ufffd\ufffd5O\ufffd(>\ufffd\ufffd?~/\ufffd*\u02b6\ufffd|\ufffd\ufffd\ufffdL\ufffd\ufffd[\ufffdSD\ufffd^Q\ufffd\ufffd\ufffdJ\ufffd\ufffdU\ufffd\ufffd\u02ad6\ufffd/\ufffd \u01bc\ufffd\ufffd\u0202\u0721\ufffd+c"\ufffdJw\ufffd`\ufffd\ufffdj(l\ufffd3\ufffdcj\ufffd\ufffdt\ufffd\ufffd|\ufffd\ufffdB/\ufffd_,\ufffdP\ufffd=\ufffd\ufffd\ufffd\ufffd)`j\ufffd\ufffdG\ufffd\ufffdkt\ufffd-\ufffd;\ufffd~\ufffdcw\ufffdZW3\ufffdz\ufffd\ufffd,\ufffds\ufffd\ufffdQy\ufffd\ufffd5\ufffdu\ufffd\ufffd'\ufffdf\ufffd*\ufffd\ufffd\ufffd[~M\ufffdTc\ufffd]u)\ufffd\ufffd\ufffdU\ufffd^E\ufffd\ufffd\ufffdv:T#\ufffd\ufffd/,d\ufffdZT\ufffd0u\ufffdyj\u022e\ufffd\ufffd$\ufffdv\ufffd
 <;h\ufffd
?\ufffd\ufffdz\ufffd\ufffdD!\ufffds\ufffd-N=\ufffd\ufffd\ufffdo~\ufffd\ufffd\ufffdzos\ufffd\ufffda\ufffd\u06ba\ufffd\ufffd-\ufffd>;v\ufffd\ufffd\ufffd:\ufffdl\ufffd\ufffd\ufffd\ufffd\ufffd8
+\ufffd\ufffdo/b\ufffd[\ufffd-Ao&\ufffd*\ufffd\ufffdB\ufffd\ufffdv\ufffd\ufffd\ufffd\ufffd\ufffdB,E\ufffd\ufffd\ufffd\u015b\ufffd\ufffd|8L;\ufffd'\ufffd|\ufffdc\u0671\ufffd=\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdP\ufffd"\ufffd\ufffd\u041f/}\ufffdt\ufffd/O\ufffdL\|+\ufffd\ufffdc\ufffdE\ufffd\u0170V"\ufffd\u02afP
k\ufffdG\ufffdPf\ufffdE\ufffd\ufffd
+o]T\ufffd<%S\ufffd)(\ufffd`\ufffd\ufffd\ufffd\ufffdY\ufffd3\ufffd:-d\ufffd\ufffd\ufffd|\ufffd.3y\ufffdM\ufffd\ufffd6\ufffd\ufffd\ufffd\ufffdW\ufffd\ufffd\ufffd\f\ufffdgQx5\ufffdA4H\ufffdL5Q\ufffd|/+\ufffd\ufffdpPh\ufffd\ufffd\ufffd\u01a9_>\ufffdO\ufffd+	V\ufffd\ufffdA$S{\ufffdl\ufffdyl
\ufffd\ufffd\ufffdKNa\ufffd\ufffdL\ufffdoju\ufffdkE\ufffd\ufffd%\ufffd\ufffd\ufffdt\ufffd\ufffd\ufffd\ufffd;\ufffd\ufffd\ufffdQ\u07dd\ufffd\ufffd\ufffd\ufffd\ufffd,5r\ufffd=/\ufffdd;\ufffd\ufffd\ufffd;\ufffd\ufffd@\ufffdR~RvJ\ufffd\u042f\ufffdk\ufffd\ufffd\ufffdO^\ufffd9*W\ufffd]Il\ufffd\ufffd\u044f\ufffd,!\ufffdp\ufffd\ufffd
+V\ufffd\ufffdz	\ufffdn\ufffd%/*\u064ak0X\ufffd
s\ufffdf\ufffd\ufffdkV\u01d4f\ufffd^I4\ufffd]a\ufffd\ufffd\ufffd\u05acUc!\ufffda\ufffd\u04fd\ufffd\ufffd\u0695%\ufffd\u0655\ufffdC!\ufffd\u0133\ufffd9\ufffd\ufffd\ufffdS+\ufffd\ufffd\ufffd\P\ufffd\ufffd\ufffdX'\ufffd*x\ufffd}\ufffdcZ\ufffd\ufffdN\ufffd\ufffd\ufffd)k!\ufffd\ufffd\ufffdrC\ufffd\ufffd*\ufffd~\ufffdWO\ufffdZ\ufffd\ufffd\ufffd6\ufffd[\ufffd^_\ufffd3\ufffd<\ufffd-\ufffd\ufffdS\ufffd\ufffd\ufffd)\ufffd"\ufffd
+X&\ufffd1\ufffd\ufa9e<\ufffd\ufffdH\ufffd\u0332\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdT\ufffd=|\ufffd=\ufffdK\ufffd
\ufffd\ufffdQ\ufffdB?\ufffd\ufffd\ufffdW\ufffd5\ufffd\u0699\ufffd%\ufffd($\ufffd\ufffd\ufffd\ufffd
+3}~y\ufffd\ufffd\ufffdk\ufffdp\u16c7\ufffd7\ufffdpa\ufffd\ufffdk(|\ufffdj\ufffdJ\ufffd+x\ufffd\ufffd~\ufffdRd\ufffdS\ufffdQ\ufffd:\ufffdG\ufffd\\ufffd[\ufffdj\ufffd\ufffd'\ufffd\ufffd<;\ufffdp\ufffd\ufffd\ufffdK\ufffd\ufffdxsUD\ufffd\ufffdF\ufffdy\ufffd\ufffdq\ufffd\ufffd
R\ufffdK\u01e5\ufffdk
+\ufffd\ufffd\ufffdg\ufffdi\ufffd\ufffd6_\ufffd\ufffdn\ufffd\ufffdo\ufffd\ufffd\ufffdp\ufffd\ufffdw\ufffd\ufffd\ufffd8u\ufffd\ufffd`mw
\ufffde05\ufffd\ufffd\ufffd\ufffdP\ufffd\ufffdQ\ufffd\ufffd\ufffd\ufffd]\u0107\ufffd%A\ufffdD\ufffd\ufffdR\ufffd\ufffd\ufffd1\ufffdP\ufffd\ufffd!NOC\ufffd\ufffd\\ufffd\ufffd{f\ufffd|\ufffd\ufffd\u03df:\ufffd\u05d3\ufffd\ufffd'o\ufffdz\ufffd\ufffd\ufffd\ufffd[\ufffd\ufffd\ufffd\ufffd\ufffdz\ufffd/#\ufffd\ufffd_\ufffd\ufffdN\ufffd\ufffd\ufffd\u03327GG/\ufffd\ufffd\u031f\ufffd\ufffd\ufffdN\ufffdV\ufffd\ufffd\ufffd\ufffd#\ufffd^\ufffdf\ufffd+z!\u05d2j]X(\ufffd\ufffd\ufffd\ufffd<\ufffd\ufffd\ufffd\ufffd'\ufffd3\ufffd\ufffdO\u01f7\ufffd\ufffdld\ufffd\ufffd\ufffd'\ufffd;\ufffd\ucbe5\ufffd\ufffdN3\ufffd\ufffd3\ufffd*N
\ufffd`\ufffd\ufffd!l\ufffd\ufffd77\ufffd\ufffdbk%CX\ufffdd\ufffdq\ufffdz\ufffd}=\ufffd\ufffd\ufffd1\ufffd-#\ufffd\ufffd\ufffd1'}\ufffd<\ufffdfc\ufffdO\ufffdZ\ufffd\ufffd\ufffd\ufffd,\ufffdp\ufffd\ufffd\ufffdV\ufffd|G\ufffd\u061aZ\ufffd\ufffd\ufffdqz\ufffd\ufffd\ufffd\ufffd\u01bfB\ufffd/`\ufffd~\ufffd+\ufffd^6\ufffd\ufffd\ufffd'y\ufffd\ufffd\ufffd7\ufffd\ufffd\u02ae\ufffd \ufffd\u0143\ufffd<\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdP\ufffd\ufffdd\ufffdi\ufffdC\ufffd\ufffd\ufffd*\ufffd\ufffd\ufffd\u023d\ufffdP\ufffd\ufffd\ufffd\ufffd\ufffdq\ufffd7\ufffd\ufffdW\ufffd\ufffd\ufffd\ufffdBoM\ufffd]\u0385\ufffd9\ufffd-%c\ufffd\ufffd\ufffd\ufffdml\ufffdJ)l2\ufffd\u0636m\ufffdh=>\ufffdg[uI\ufffd\ufffdq`\ufffdV\ufffdqa|;-T;\ufffdJ{\ufffd\l\ufffd\ufffd&\ufffdtL\ufffd\ufffd8\ufffdu\ufffd^+\ufffd\ufffd7\ufffd\ufffd\ufffd\ufffd\ufffdd\ufffd\ufffd\u0248\ufffd\ufffd\ufffdG\ufffd\ufffd'j'\ufffd\ufffd\ufffd`(\ufffd\ufffdH
~|d9Bz\ufffd3jE\ufffd%\ufffd0\ufffd\ufffdByxH\ufffdw\ufffdn
 \u07d2\ufffd,\ufffdh\ufffd\ufffd\ufffd\ufffd\ufffdw\ufffd\ufffd\u02b5\ufffd\ufffdt\ufffd}o]\ufffd\ufffde\ufffd\ufffd\ufffd\ufffdQ\ufffd\ufffd\u0699\ufffdbb\ufffd\ufffdA\ufffddb\ufffd63MV.\ufffd[qr\ufffd
+\u02fd\ufffd%az\ufffd\ufffdU@<L\ufffd\ufffd
+\ufffdr%\ufffdV\ufffd'\ufffdM\ufffd!\ufffd\ufffd\ufffd\ufffd_PRj\ufffd3\ufffd\ufffd\ufffd*\ufffdF\ufffd\u0418\ufffdAV;T\ufffd\ufffdC\ufffd/TU-\ufffd\ufffd,"\ufffd\ufffd\ufffd\ufffd{\ufffdn\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdlJ\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd9>\ufffd8FIfa\ufffd1\ufffd\ufffd\ufffdr7\ufffd*s\ufffd*\ufffd^\ufffdD\ufffd\ufffd\ufffd\ufffd\ufffd Ag\ufffd\u0640W\ufffd\ufffd\ufffd\ufffd"\ufffdIS\ufffd\ufffdY:8\ufffdjE\u0569>bw\ufffdJ\ufffd\ufffd`q\ufffd\ufffd[\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdwn\ufffd^U\ufffd\ufffd\ufffd@0&\u0182\ufffd\\ufffd\ufffd&\ufffd\ufffd\ufffd4\ufffd\u03c2\ufffd{$\ufffd\ufffdz\ufffdl\ufffdk\ufffde_\ufffd\ufffd\ufffd}E\ufffd\ufffd\ufffd\u016f\ufffdU\ufffd\ufffd\ufffd$\ufffdms\ufffdz\ufffdb\ufffd\ufffd\ufffd=\ufffdR\ufffd\ufffd\ufffd"\u0131\ufffd\ufffdR.mpY-\ufffd\ufffdG\ufffdh\ufffdfQ\ufffd\\ufffdE! \ufffd\ufffdo\ufffd9\ufffd<\ufffd\ufffd\ufffd	\ufffd9&\ufffdy\ufffd\ufffd\ufffdL\ufffd\ufffd42N\ufffd\ufffd\ufffd\ufffd\ufffdhm\ufffd!V\ufffd\ufffd\ufffd\ufffd\u8729\ufffd/\ufffd\ufffd
\ufffd#b\ufffd"\ufffd\ufffdd%}\ufffd^\ufffd\ufffd\ufffd\ufffdqan\u07b5\ufffdhM\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd7B\ufffd\ufffd\ufffd\ufffd\ufffd^\ufffd\ufffd\ufffd
+a\ufffdI\ufffdKy	Q\ufffd'g\ufffd"\ufffd\ufffdd\ufffdRQ\ufffd;\u07c8\ufffd3\ufffd\ufffd+\ufffd3\ufffd\ufffdt6v\ufffd\ufffd{\ufffdo&\ufffd)\ufffd\ufffdS\ufffd\ufffd\ufffdIyq\ufffd\ufffd\ufffdy[\ufffd\ufffdS\ufffd\ufffdD_\ufffd`6z\ufffd\u01f2\ufffd} \ufffd\ufffd0\ufffdB\ufffd$\ufffdr\ufffdH\ufffd\ufffdh}z\ufffd\ufffd\u04ae\ufffd>];}\ufffd,\ufffdn^Z\u0773\ufffd\ufffdg\ufffd\ufffdg\ufffdGOQ
[\ufffd2e[\ufffd1}\ufffd}\ufffdS\ufffd>\ufffd\ufffd\ufffdZ\ufffd\ufffdC\ufffd\ufffdm\ufffd\u03cb\ufffd-yq\ufffd\ufffd|\ufffd\ufffdp\ufffd\ufffd\u0543\ufffd\ufffdQ\ufffdH\ufffdDA,\ufffdn\ufffd\U00044904mgSV\ufffd\ufffdJ\ufffd6\ufffdWvB\ufffdL\ufffdO`sC\ufffdw\ufffd"\ufffd\ufffd\ufffd\ufffdJ\ufffd\ufffd\ufffd-i�\ufffd\ufffd\ufffd\ufffdk\ufffd\ufffd
+U\ufffd\ufffd\ufffd?\u04484\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd-\ufffd?\ufffd|Tj5N\ufffd\u065eZ\ufffd\ufffdh\ufffdK\ufffd\ufffd\ufffd#\ufffd\ufffdF[^\ufffd\ufffd\ufffdgh>\u043b\ufffd\ufffd\ufffd9:\ufffd\ufffd\zev\ufffd\ufffda\ufffd\ufffd\ufffd	w\u07b5\ufffd\ufffdx
\ufffdw\ufffd`FE\ufffd\ufffd\ufffd,z\u0786\ufffd"\ufffdry\\ufffd=\ufffd\u0646�615\ufffd\ufffdq|\ufffd\ufffdS\ub38bN\ufffd/\u0172\ufffd\ufffd\ufffd\ufffd9>|y^MO\ufffd\ufffd\ufffd.\ufffd]?Z\ufffdT\ufffd6\ufffdn\ufffd$&z\ufffd\ufffd\ufffd_=X\ufffd\ufffd\ufffd\ufffdn1W{\ufffdo\ufffd;M6\ufffd\ufffd\u0191Tr\u85e0\ufffd\u04c1\ufffd\u04d3\ufffd\ufffd\ufffd\u03cd\ufffd\ufffds\ufffd\ufffd(O\ufffd\ufffd\ufffdVr\ufffd&\ufffd%\ufffd\ufffd/\ufffdM%Q:x\ufffdkee\ufffd\ufffd\ufffd/\ufffd7X\ufffd\ufffdk,\ufffdvo/M~\ufffd\ufffd\ufffdc\ufffd\ufffd\ufffdH\ufffdq\ufffd\ufffd\ufffd\u079f\ufffd\ufffd\ufffd\ufffdQ\ufffdg\ufffd2\ufffd.\ufffd\ufffd/\ufffd\ufffdR\ufffd\ufffd9\ufffd}!\ufffdK]f\ufffdU\ufffd\ufffd9\ufffdlD!\ufffd\ufffd-\u0633 p\ufffd\u03b34\ufffd\ufffdb\ufffd#\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdA\ufffd8\ufffdA\ufffd\ufffdE\ufffd$A\ufffd\ufffd\ufffd\ufffdV?Z\ufffdk(\ufffd\ufffd$\ufffdu\ufffd\ufffd\ufffd%k5\ufffd\ufffd#+\ufffd\ufffd\ufffdH\ufffd\ufffda\ufffd\ufffd\ufffdj*\ufffd\ufffd7\ufffd\ufffd\ufffd\ufffdK^=\ufffdMa\ufffd\ufffdewEk\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd*2\ufffd\ufffd&\ufffdS\ufffd\ufffd\ufffd\ufffd\ufffdC\ufffd{\ufffd>\ufffdu\u07c9	\ufffd\ufffd\ufffdH\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd2:\ufffd\ufffd\ufffd|\ufffd\ufffd\ufffd\ufffd\ufffd[K\u054f\ufffd\ufffd\ufffd\ufffdX\ufffdi\ufffd{\ufffd\ufffd\ufffd\ufffdT{"7E\ufffd\ufffd\ufffdOe\ufffd$[\ufffd^n\ufffdm\ufffd\ufffdX\ufffd=|Wg\ufffdb\ufffd%\u061c\u0689s\ufffd\ufffd\ufffd\ufffd\ufffdW
 \ufffd\ufffd\ufffdo\ufffd\ufffd(Q%\ufffd=\ufffdhu\ufffd1�\ufffd\ufffd\ufffdGLR\ufffd\ufffd*H\ufffd\ufffdz\ufffd'S\ufffd\ufffd\ufffdILO\ufffdQ\ufffd-\ufffd\ufffd\ufffd\u07a29\ufffd2b\ufffd-\ufffdWb\ufffd\ufffd\ufffd\ufffd:\ufffdZ\ufffd\ufffd\ufffdtV,\ufffd\ufffd\ufffd\ufffd@\ufffd\ufffd\u0358tu\ufffd\ufffd]\ufffd\ufffd&\ufffd3l+VZak \ufffdY\ufffd\ufffdzg\ufffd\ufffdrD+\ufffd\ufffd1
+\ufffd\ufffd$\u055b-\ufffd\ufffd\ufffd1\u0246/MV\ufffdJtV\u57fb\ufffd\ufffd`(\ufffd\ufffd\u02a1_\ufffdk\ufffd\ufffd\ufffdR5\ufffd\ufffd\ufffd2k\ufffd\ufffd\ufffd\ufffd\ufffd\u0493\ufffd\ufffd\ufffd\u05a9\u036a\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdu7\ub50e:\ufffdO\ufffd
+Rv\ufffd\ufffde\ufffdeH\ufffd\ufffd\ufffdZ(u\ufffd1I/\ufffd\ufffd\ufffdN\ufffdm\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0102xU\ufffd<A%\ufffdXv\ufffd=\ufffd\ufffd<q8\ufffd\ufffd05"Berj=\ufffd&qAC\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdHI|t\ufffdQ'J2\u078a7\ufffd\ufffdh\u015dN\ufffdG/\ufffd1\u0550=\ufffd\ufffdQy\ufffd%\ufffdw \ufffd\ufffdP7}\ufffd\ufffdn\ufffd\ufffdA�.\ufffd\ufffdV?h\u061a\ufffd\ufffd7\ufffdA\ufffd;\ufffd\ufffdl\ufffd<\ufffdm\ufffd\ufffd>o\ufffd6\ufffd\ufffd\ufffd!d\u07d5\ufffd\ufffdM\ufffd(TI\ufffdX\ufffdO\ufffd\ufffd\ufffd>\ufffd\ufffda\ufffdp\ufffd\ufffd\ufffd:_M\ufffd3j\ufffd^\ufffd�Y\ufffd\ufffdt.\ufffd\ufffdC\ufffd\ufffdd\ufffd>b\ufffdJ)\ufffd\ufffd\ufffd\ufffd\ufffdE\ufffd\u0194oRK$jS|\ufffdI#f\ufffdq\ufffd|KOk>Na\ufffdM\ufffd\ufffd%\ufffd9:Z\ufffdq\ufffdO\ufffd?\ufffd\ufffd\ufffd
+[\ufffdu\ufffd\ufffd(\ufffd\ufffd\ufffdV\ufffd6\ufffd\ufffds\ufffdY\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdYLU\ufffdZdZj?\ufffdi\ufffd{X\ufffd\ufffd\ufffdA\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdj\ufffdU y\ufffdM[\ufffd\ufffd\ufffd\ufffd:s.\ufffd\ufffd\ufffdE\ufffd\ufffd2nR\ufffdtsy\ufffd\ufffd\ufffdY@wZ
#m\ufffdB\ufffdi\ufffdoV\ufffd'\ufffd\u0423\ufffd>_d\ufffd\ufffdR\4\ufffdr\ufffdY3\ufffd\ufffd_[M6\ufffd7\u46341\ufffd\ufffd\ufffd\ufffd3\ufffdOP!=\ufffd\ufffd\ufffd\ufffdR\ufffd\ufffd
+\ufffd\ufffd\ufffdX~5\ufffd\ufffd\u036bAC0\ufffdr\ufffd\ufffd\ufffdA\ufffdk\ufffd\ufffd7\ufffd\u0735r\ufffd\ufffd?7q\u061e\ufffd\ufffd\ufffd\ufffd<\ufffd\ufffduO\\ufffd\ufffdKk[lY\ufffd\ufffdH]\ufffd\ufffdn\ufffd\ufffd\ufffd\ufffd\ufffd]\ufffd\ufffd\ufffd\u0646\ufffd\ufffd
K:s\ufffd\ufffd\\ufffd\ufffd\u01dan1wKd\ufffd
+;s\ufffd�3\ufffd'\ufffdtA\ufffd\u0675\ufffdx\ufffd\ufffd\ufffdyR\ufffd\ufffd<s\ufffd\ufffd<\ufffd\ufffdtD+\ufffd\ufffdj\ufffd@S\ufffd\ufffd=\ufffda_\ufffdU\ufffdy\ufffdS\ufffd\ufffd+\u07de\ufffd\ufffd\ufffd\ufffd\ufffd[0?\ufffd[\ufffdY\ufffd\ufffd\ufffd\u03c3\ufffdTs\ufffd/\ufffd\ufffd\ufffd\ufffd4pn\ufffd\ufffdo\u05d9\ufffd\ufffdU\ufffdhm\ufffd\ufffd$U1{VF\ufffd#\ufffd\ufffd\ufffd\ufffd\ufffd$\ufffd\ufffd\ufffd\ufffdW\ufffdzq6?\ufffd\u0169\ufffd\ufffd\ufffdyy\ufffdgyJ\ufffd\ufffds O\ufffd\ufffd\u06bb\ufffd0Y\ufffdg\ufffd\ufffdL�.\ufffd\ufffd6'x\ufffdjY\ufffd\ufffd\ufffd\u01a5\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd`c\ufffdB\u05ec$i\ufffdE\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdJ\ufffdnDR;X\ufffd\ufffd*rX\ufffd\ufffd\.\ufffd\\ufffdQ9[YkG\ufffd<N\ufffd\ufffdk]\ufffd\ufffd\ufffd�\ufffd\ufffdT)2X~\ufffdYdp\ufffd\ufffd\ufffdd
+\ufffd\ufffd\ufffdue-e\ufffdcJ\ufffd\ufffd\ufffd\ufffd\ufffdI\ufffd\u06ad\ufffdv\ufffd\ufffd\ufffd\ufffd`|\ufffd\ufffd\ufffd"\ufffd\ufffd\ufffd\ufffd!\ufffd\ufffd\ufffdf|\u0210B*\ufffd\ufffd8\ufffd\ufffd]\ufffdS\ufffd\ufffd\ufffd\ufffd\ufffdQ:9.\ufffdTf\ufffd\ufffdS\ufffd\ufffdj	\ufffd\ufffd\ufffd\ufffdo[<\ufffd\ufffd
+\ufffd\ufffd(k\ufffdN\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdV\ufffdH\ufffd=\ufffdTS\u056e\u0587a\ufffd\ufffdq;"e\ufffdn\u010b\ufffd{\ufffdlJ\ufffdY\ufffd\ufffd\ufffdu5\ufffd\u4e7dU[gkR\\ufffd\ufffdn\ufffd\ufffdI\ufffd\ufffdh\ufffd\u0306\ufffd\ufffda\ufffd:9o\u01f7\ufffdJW\ufffd3\u0365\ufffdvvW\ufffd)3\ufffd\ufffdR\\ufffd,\ufffd\ufffd\ufffd\ufffd_R>\ufffd%Ee/K\ufffd)\ufffd\ufffd\ufffd\ufffdO6\ufffd\ufffd\u0309\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd
\ufffd\ufffd\ufffdx\ufffdS\ufffdYN9\ufffd\ufffdk\ufffd\ufffdU\ufffd7\ufffdJ0\ufffdn\ufffd.ck\ufffd8Bm\ufffdj\ufffdM\ufffd\ufffd\ufffd\ufffd\ufffdJ\ufffdqC\ufffdN\ufffd\u06cd\ufffd\ufffd-m|n7*\ufffd\ufffd\ufffd\ufffd\ufffdF\ufffdmT\ufffdSF\ufffd.\ufffd.\u05cd\ufffd+\ufffd\ufffd?PUl\ufffd\ufffdj
\ufffd\ufffd\ufffd,F\ufffdX\ufffd\u042fB\u052bn\ufffd\ufffdj\ufffd\ufffdg\ufffd( \ufffdl\ufffd\ufffdTL\ufffd9\ufffd#6\ufffd/\ufffdU\ufffd\ufffdXz\ufffd\ufffd\ufffd\ufffd&Z\ufffd0\ufffd\u05ba\ufffd
+/\ufffd\u072b\ufffd\ufffd|\ufffd_\ufffd\ufffd5\ufffd\ufffdj[O2r\ufffd\ufffd\ufffd\ufffd\ufffdRx=|\ufffd\ufffd\ufffd\ufffd)\ufffd\ufffd\u0213\ufffd\ufffd#\ufffd\ufffd\ufffd\ufffd\ufffdR\ufffd\ufffd\ufffd\ufffdW\u95e2\ufffd\ufffd	\ufffd\ufffdg\ufffd\ufffd\ufffdrzorks\ufffd"\ufffd\ufffd\ufffd\u0780f6 B\ufffd\ufffd-\ufffd%0\ufffd\ufffd\ufffdqx\ufffd\ufffd-\ufffdb\ufffd\ufffd=i\ufffdd'"\ufffd\ufffd\u0655(e\ufffd\ufffd�HU\ufffd#K\u0284\ufffd\ufffdB\ufffd\ufffdW\ufffd\ufffd_\ufffd\ufffda\ufffd\ufffd\ufffdY\ufffd\ufffd\ufffdo*=\ufffdHn\ufffd N\u0376H\ufffd\ufffd\ufffdJ\ufffd.?chi\ufffdR\u063f\u0547\ufffdnf\ufffd\ufffdk_:K\ufffds`\ufffdL\ufffd\ufffdM\ufffdMN\ufffd1\ufffd\ufffd\ufffd(e[
\ufffd(\ufffd\ufffdA\ufffd\ufffd\u031eDfr\ufffd\ufffd\ufffd\ufffdiC\ufffd\u0796D\ufffd\ufffd\ufffd\ufffd\ufffdkp?�\ufffd\ufffd6\ufffdR\ufffd\u02df	\ufffdbU\ufffd\ufffd\ufffd#\ufffd\ufffd\ufffd\ufffd2./1\ufffdde\ufffd0A\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd	\ufffd;\ufffd\ufffd%\ufffd\ufffd\bv\ufffd'z4\ufffd!Wgh.\ufffd8J\ufffd\u04f3Q*{
+\ufffd\ufffd=\ufffd\ufffd/B%K\ufffd\zR\ufffd
\ufffd\ufffd\ufffd\ufffd\ufffdGH\ufffdB\ufffddi\ufffd\ufffda\ufffd\ufffd\ufffd6\ufffd\ufffd\ufffdIray\u04ce:\ufffd\ufffdG\u01f7$\ufffdB\ufffd6\ufffd\ufffd)\ufffd\ufffd\ufffdE\ufffd\ufffdq7\u04a88>\u0125\ufffd\ufffdnq\ufffd\ufffd\ufffdh\ufffd)\ufffd\ufffd;\ufffd#\ufffdi\ufffd\ufffdO:\ufffdoj\ufffdT\ufffd\ufffdW\ufffd\ufffd\ufffdw&ONy\ufffd=\ufffd\ufffdO\u0695\ufffdC&.%[\ufffd\ufffd\ufffd'X\ufffd>\ufffdH\ufffd\ufffd\ufffd\ufffd\ufffdE>))Z>;\ufffdh\ufffdh\ufffd\ufffdF\ufffd^\ufffd\u025b\ufffd\ufffd\ufffd\ufffd}\ufffd\ufffd\ufffd\ufffds\ufffd~\ufffd`\ufffdC\ufffdX)\ufffd\ufffdU\ufffd\ufffd\ufffd\ufffdV\ufffdLU\ufffd9y\ufffd\ufffdi\ufffd\ufffd\ufffdSe*U\ufffdTs\ufffd\ufffdr\ufffd\ufffd|'\ufffd9\ufffds.2\ufffd\ufffd?\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdOJ\ufffd\ufffd:\ufffd\ufffd\ufffd^D\ufffdG\ufffdA\ufffd&\u0706OBn)$"\ufffd\ufffdX"w\ufffdo\ufffdKT>UO\ufffdS\ufffd\ufffd\ufffd\ufffdH9;8\ufffd8\ufffdrS\ufffd=\ufffd\ufffd(^o\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd~DW\ufffd\ufffd\ufffd?\ufffd3\ufffd\ufffdF\ufffdG>y>\ufffd\ufffd\ufffd\ufffd\ufffdf\ufffdO\ufffdS\ufffd\ufffd\ufffd\ufffd	O
+\ufffd\ufffd\ufffd+\ufffdxlllw\ufffd\ufffd\ufffd%Q\ufffd\ufffdY\ufffdM\ufffdI<)\ufffd$\ufffd\ufffd|]\ufffdI5\ufffdW\ufffdgJ)X\ufffd\ufffd\ufffd\ufffdY\ufffd2{Ssh\ufffd\ufffd\ufffdGv8\ufffd#\ufffd\ufffd9\ufffd\ufffd8\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdp\ufffdc\ufffdn\ufffdQ\ufffd\ufffd\ufffdex\ufffd\ufffdqNCFq\ufffd:\ufffdc4\ufffdy\ufffdKp\B\ufffd>\ufffd,\ufffd
\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd9\u01c2\ufffdx\ufffdQW	\ufffd?G\ufffd\ufffdU8\ufffd\ufffd\ufffd	\ufffdq\ufffd\ufffd\u051cA\ufffd\ufffd=H\u0329D\ufffdt\ufffd\ufffd\ufffdG
y\ufffd\ufffd\ufffd~4r\ufffd\ufffd\ufffdc8*\ufffdN\ufffdrQu\ufffd\u0291"\ufffd0\ufffd\ufffd\ufffd\ufffdD\ufffd\ufffd\u7452\ufffd0\ufffd\u5921\\ufffd{\ufffd\ufffdy\ufffd\ufffd\ufffdJ\ufffd\u3a0bx\ufffd+\ufffd,\ufffds\ufffd\ufffd\ufffd$P\ufffdO\u0251\ufffd\ufffd\ufffdg\ufffd\ufffd\ufffd\ufffd\ufffd^>\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd"\ufffd\ufffd\ufffd\ufffd\ufffdib)M\ufffd
\ufffd\ufffd\ufffd
\ufffd	S\ufffdu\ufffd\A\ufffdc;x\ufffd*x&\ufffd\ufffd_	DDr\ufffdC\ufffd[h\ufffd
+\ufffd\ufffd\ufffd\ufffd\ufffdcG\ufffd\u05ad\ufffd	\ufffd\ufffdA\ufffd\ufffdD\ufffd\ufffd?z,W:FH\ufffd\ufffd0B\ufffd\ufffd\ufffd\ufffd\ufffd6\ufffd\ufffdGp 2F\ufffd($\ufffdj4\ufffd\ufffdV\ufffdk\ufffd\ufffdx\ufffd\ufffd\ufffd}$\ufffd$\ufffd\ufffd\ufffd\ufffdAZ\ufffd?7\ufffddD\ufffd\ufffd\u0184\u04a14#\ufffd)\ufffdM\ufffd
br"\ufffd\u0779\ufffd\ufffd\ufffdcyk1\ufffd<eP\ufffdU@\ufffd\ufffd\ufffd\u0560ZT\ufffd\ufffd\ufffdz\u0500K3j\ufffdX\u044a\ufffdP;\ufffd@\ufffd\ufffdmC0F/\ufffdf'Fl\ufffd"h\ufffdP\ufffd]\u0563\ufffdE\ufffd)\ufffd\ufffd\ufffdQ\ufffd\ufffd\ufffd\ufffd\ufffd!:\ufffdy<\ufffd\ufffd\ufffd^\ufffd	\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdB,\ufffd)$\ufffd\ufffd\ufffd\ufffdb\ufffd#D\ufffd .
\u0479(v\ufffd\ufffdT\ufffd*\u014f\ufffd\ufffd|$�
+\ufffd\ufffd\u0204\ufffd;D\ufffd@RbEVJ%\ufffdCt\ufffdmS\ufffd.@\ufffd\ufffd=!z$R\ufffd
\ufffd#Q>A\ufffd\ufffd\ufffd"\ufffdB\ufffd(\ufffdO\ufffd\ufffd\ufffd\ufffd\ufffdB>\ufffdG\ufffd.\ufffd]\ufffdL\ufffd*D\ufffdf\ufffd\ufffd$097524<\ufffd\u0272efi*\ufffd\ufffd\ufffd\u0356\ufffd>\ufffd\ufffdhlL\ufffd\ufffd\\ufffd\ufffd4LL\ufffd5\ufffdoA%(oM\ufffd4\ufffd\ufffd\ufffd8HV\ufffd
4`\ufffd\ufffd
\ufffd14\ufffd-h\ufffd\ufffd\ufffdh\ufffd\ufffd\ufffd?
}\ufffdiv4\ufffd\ufffdu\ufffd\ufffdG\ufffd\ufffd\ufffdL@\ufffd4052n\ufffd\ufffdpW{\ufffdl\ufffd\ufffdO\ufffd\ufffd
\ufffdY`\ufffdGS\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd$@\ufffd\ufffdLi\u031a0.\ufffd\ufffda\ufffd\ufffd4\ufffd\ufffd\ufffd\ufffd\ufffd!\ufffd7\ufffd5\ufffd\u019a\ufffdd\ufffd}$\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd&\ufffdb\ufffd\ufffd\ufffd\ufffd3\ufffd\ufffd#N\u02b0\ufffdJ\ufffd\ufffd\ufffd,.\ufffdOYI:�e\u0232\ufffd\ufffd\ufffd53S\ufffd\ufffd\ufffdq\ufffd\u0528&0\ufffd\ufffd0\ufffd#\ufffd\ufffd\ufffdp\u0300?(i\ufffd\ufffd\ufffdZV\ufffdW(\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd>6>^:0=24\ufffd\ufffd\ufffdo\ufffdt)kA\u01a6,\ufffd\ufffd5^\ufffd\ufffdkf'\ufffdG&f\ufffdcB\ufffd5\ufffds\ufffdU\ufffd\ufffdalK\ufffdv\ufffd\ufffd\ufffdf\ufffd\ufffd2t\ufffd
"\ufffd\ufffd\ufffdx\ufffd&`\ufffd73<33\ufffdg\ufffd\ufffd\ufffd,C\ufffd\ufffd-}\ufffdq\ufffd\ufffd\ufffd\ufffd+\ufffd\ufffd\ufffdyM\ufffd0\ufffd\ufffd\ufffd<\ufffdtja\ufffd\ufffdp}\ufffd\ufffd\ufffdm\ufffd!\u03bbv\ufffd\ufffd\u0172\ufffd\ufffd\ufffd\ufffd	l\u0f0b\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdxOm\ufffd\ufffd\u054c\ufffd
LL\ufffd\ufffdf'\ufffd\ufffd43\ufffd\ufffd\ufffdI\ufffdBW24+\ufffde\ufffdAT.
 \ufffdw:\ufffd!F\ufffd\ufffd\ufffdO2zf\ufffdS\ufffd\ufffdp_p\ufffd\ufffd\ufffd\ufffdl\ufffd\ufffd,\u0187\ufffd\ufffd\ufffdgXSC\u05b1 \ufffdik\u0356\ufffd\ufffd\ufffd\ufffd23\ufffdb\ufffd\ufffd\ufffd�Z\ufffd\ufffd\ufffd\ufffd
+Z
\ufffd>
\ufffdp\ufffd\ufffdu\ufffd\ufffd\ufffd`Q\ufffd\ufffdQ\ufffd\ufffdX,\ufffd<\ufffd\u073f?\ufffd=&\ufffd\ufffdH>\ufffd\ufffd\ufffd\ufffdI\ufffd\ufffdr1\ufffd\ufffd\ufffd\ufffd\ufffdF\ufffd\ufffd\ufffd\ufffd>,\ufffd
 endstream
 endobj
-226 0 obj
+221 0 obj
 << /Type /FontDescriptor
 /FontName /AAAAEC+NotoSerif
-/FontFile2 225 0 R
+/FontFile2 220 0 R
 /FontBBox [-212 -250 1246 1047]
 /Flags 6
 /StemV 0
@@ -22665,7 +22403,7 @@ endobj
 /XHeight 1098
 >>
 endobj
-227 0 obj
+222 0 obj
 << /Length 1286
 /Filter [/FlateDecode]
 >>
@@ -22675,10 +22413,10 @@ x
 \ufffd\ufffd\ufffdJ\ufffd\ufffd\ufffdJ\ufffd\ufffd\ud2b9\ufffd\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffd+\ufffd!�w\ufffd\ufffdB\ufffdx\ufffdb\ufffdx\ufffd\ufffd+\u0781\ufffdr\ufffd;\ufffd\ufffd2\ufffd\ufffdk\ufffd\u039c\ufffdJ\ufffdY\ufffde\ufffdY\ufffd\ufffd7+|\ufffd\ufffdx\ufffdoS\ufffd\ufffd7+[\u019be\u021b\u05day\u07a2oV\ufffd\ufffd\u6d56-\u3b4c\ufffd\ufffd\ufffd"\ufffd\ufffd\ufffdR\ufffdW\ufffd*\ufffd\ufffd4Xq\ufffd\ufffdC\ufffd^J\ufffd[(\ufffd\ufffd^\ufffd1\ufffd�\ufffdy]\ufffd\ufffd\ufffdk\ufffd}\ufffdYM-x\ufffd\ufffd\ufffd\ufffdV\ufffdz\ufffd\ufffd\ufffd\ufffd\ufffd[YE\ufffdV\ufffdY\ufffd\ufffd\ufffd_}/7\ufffd*\ufffdY%\ufffd\ufffde\ufffd\u04ebq+\ufffd\ufffd:\ufffd\ufffd.\ufffd7\ufffdJ\ufffd\ufffd\ufffdE\ufffd/\ufffd3Y(Y\ufffd*A\ufffdW	R\ufffd\ufffdVJS\ufffd\ufffd\ufffd\ufffd\ufffd:(u@c\ufffd\ufffdD\ufffd]a*\ufffd\ufffdf)\ufffd9J\ufffd\ufffd\ufffd)\ufffdo,#\ufffd\\ufffdZ>M\ufffdU\ufffd\ufffd\\ufffdjPS\ufffd
{HS\ufffd\ufffdM\ufffd\ufffd\ufffdj\ufffd\ufffd\ufffd\ufffd{fk\ufffd\ufffd\ufffdyG\ufffdm[z*E\ufffdsa\ufffd\ufffd>\ufffd&\ufffd\u04eb\ufffd\ufffd\ufffdj%u\ufffd\ufffd\ufffd;\ufffd2^\ufffd\ufffd\ufffdW\ufffd[\ufffd\ufffd\ufffd�\ufffdv\ufffd[\ufffd\ufffd\ufffd2\ufffd\ucbf2u\ufffd[\ufffd\ufffd\ufffdP\ufffd:\ufffd\ufffd\ufffdV\u0321\ufffd\u0545>\ufffdM\ufffd\ufffdBi2.\u0126\ufffd\ufffd\ufffd\ufffd\u0507!\ufffd\ufffd\ufffdd\ufffdk\ufffd`\ufffd\ufffd\ufffd=o\ufffd\ufffdqW\u0795wdJF(\ufffdL164\ufffdU\ufffd\ufffd)\ufffdx0E\ufffd~\ufffd\ufffdZ?\ufffd=\ufffd\ufffd/\ufffd\ufffd\ufffd\ufffd\u03af\ufffd\ufffd\ufffd~:\ufffdo?$\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdO
 endstream
 endobj
-228 0 obj
-[259 1000 408 1000 1000 1000 1000 220 346 346 1000 559 250 310 250 288 559 559 559 559 559 559 559 559 559 559 286 286 559 559 559 500 1000 705 653 613 727 623 589 713 792 367 356 700 623 937 763 742 604 1000 655 543 612 716 674 1046 660 625 1000 359 1000 359 1000 1000 1000 562 613 492 613 535 369 538 634 319 299 584 310 944 645 577 613 613 471 451 352 634 579 861 578 564 511 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 361 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 259 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1
 000 1000 1000 1000 1000 1000 1000 1000 1000]
+223 0 obj
+[259 1000 408 1000 1000 1000 1000 220 346 346 1000 559 250 310 250 288 559 559 559 559 559 559 559 559 559 559 286 286 559 559 559 500 1000 705 653 613 727 623 589 713 792 367 356 700 623 937 763 742 604 1000 655 543 612 716 674 1046 660 625 1000 359 1000 359 1000 458 1000 562 613 492 613 535 369 538 634 319 299 584 310 944 645 577 613 613 471 451 352 634 579 861 578 564 511 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 361 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 259 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 250 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 10
 00 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
-229 0 obj
+224 0 obj
 << /Length1 10536
 /Length 6988
 /Filter [/FlateDecode]
@@ -22703,10 +22441,10 @@ x%
 >|\ufffd7\ufffd!)\ufffd\ufffda\ufffdc\ufffd\u06d5\ufffdG\ufffd\ufffd\ufffd\ufffd"\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdm\ufffd\ufffdA\ufffd\ufffd
 endstream
 endobj
-230 0 obj
+225 0 obj
 << /Type /FontDescriptor
 /FontName /AAAAED+NotoSerif-Bold
-/FontFile2 229 0 R
+/FontFile2 224 0 R
 /FontBBox [-212 -250 1306 1058]
 /Flags 6
 /StemV 0
@@ -22717,7 +22455,7 @@ endobj
 /XHeight 1098
 >>
 endobj
-231 0 obj
+226 0 obj
 << /Length 1286
 /Filter [/FlateDecode]
 >>
@@ -22727,10 +22465,10 @@ x
 \ufffd\ufffd\ufffdJ\ufffd\ufffd\ufffdJ\ufffd\ufffd\ud2b9\ufffd\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffd+\ufffd!�w\ufffd\ufffdB\ufffdx\ufffdb\ufffdx\ufffd\ufffd+\u0781\ufffdr\ufffd;\ufffd\ufffd2\ufffd\ufffdk\ufffd\u039c\ufffdJ\ufffdY\ufffde\ufffdY\ufffd\ufffd7+|\ufffd\ufffdx\ufffdoS\ufffd\ufffd7+[\u019be\u021b\u05day\u07a2oV\ufffd\ufffd\u6d56-\u3b4c\ufffd\ufffd\ufffd"\ufffd\ufffd\ufffdR\ufffdW\ufffd*\ufffd\ufffd4Xq\ufffd\ufffdC\ufffd^J\ufffd[(\ufffd\ufffd^\ufffd1\ufffd�\ufffdy]\ufffd\ufffd\ufffdk\ufffd}\ufffdYM-x\ufffd\ufffd\ufffd\ufffdV\ufffdz\ufffd\ufffd\ufffd\ufffd\ufffd[YE\ufffdV\ufffdY\ufffd\ufffd\ufffd_}/7\ufffd*\ufffdY%\ufffd\ufffde\ufffd\u04ebq+\ufffd\ufffd:\ufffd\ufffd.\ufffd7\ufffdJ\ufffd\ufffd\ufffdE\ufffd/\ufffd3Y(Y\ufffd*A\ufffdW	R\ufffd\ufffdVJS\ufffd\ufffd\ufffd\ufffd\ufffd:(u@c\ufffd\ufffdD\ufffd]a*\ufffd\ufffdf)\ufffd9J\ufffd\ufffd\ufffd)\ufffdo,#\ufffd\\ufffdZ>M\ufffdU\ufffd\ufffd\\ufffdjPS\ufffd
{HS\ufffd\ufffdM\ufffd\ufffd\ufffdj\ufffd\ufffd\ufffd\ufffd{fk\ufffd\ufffd\ufffdyG\ufffdm[z*E\ufffdsa\ufffd\ufffd>\ufffd&\ufffd\u04eb\ufffd\ufffd\ufffdj%u\ufffd\ufffd\ufffd;\ufffd2^\ufffd\ufffd\ufffdW\ufffd[\ufffd\ufffd\ufffd�\ufffdv\ufffd[\ufffd\ufffd\ufffd2\ufffd\ucbf2u\ufffd[\ufffd\ufffd\ufffdP\ufffd:\ufffd\ufffd\ufffdV\u0321\ufffd\u0545>\ufffdM\ufffd\ufffdBi2.\u0126\ufffd\ufffd\ufffd\ufffd\u0507!\ufffd\ufffd\ufffdd\ufffdk\ufffd`\ufffd\ufffd\ufffd=o\ufffd\ufffdqW\u0795wdJF(\ufffdL164\ufffdU\ufffd\ufffd)\ufffdx0E\ufffd~\ufffd\ufffdZ?\ufffd=\ufffd\ufffd/\ufffd\ufffd\ufffd\ufffd\u03af\ufffd\ufffd\ufffd~:\ufffdo?$\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdO
 endstream
 endobj
-232 0 obj
+227 0 obj
 [259 1000 507 1000 1000 1000 1000 290 399 399 1000 1000 1000 310 293 288 1000 559 559 559 559 559 559 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 752 1000 667 767 652 1000 769 818 400 368 1000 653 952 788 787 638 1000 707 585 652 747 698 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 599 648 526 648 570 407 560 666 352 345 636 352 985 666 612 645 647 522 487 404 666 605 855 645 579 528 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000
  1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
-233 0 obj
+228 0 obj
 << /Length1 1860
 /Length 884
 /Filter [/FlateDecode]
@@ -22742,10 +22480,10 @@ x
 _\ufffd\ufffdT]si@\ufffdN\ufffd\ufffdr\ufffd\ufffdCj\ufffdqA\ufffd"TI?\ufffdZ\ufffd9z\ufffdi\ufffdD\ufffd\ufffd{/\ufffd\ufffd\ufffd,z\ufffd%\ufffd?|\ufffdY\u0519\ufffd\ufffd\ufffd0\ufffd\\ufffd]\ufffdc\ufffd\ufffd\ufffd�f\ufffd\ufffd1}!\ufffdG\ufffdGx:\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd)i?\ufffdEz/k\u034bz\ufffd\ufffd\ufffdu#\ufffdHk=gJ&o%\ufffd1\ufffd<\ufffdU\ufffd\ufffd\ufffd|J\ufffd\ufffdi\u05b0\ufffd%$U\u071c\ufffd5\ufffdgM{y\ufffd\ufffdM\ufffd\ufffd}\ufffd\ufffd\ufffd\ufffdn|\ufffd\ufffds\ufffdu\ufffd\ufffdn9\ufffd%\u0644\ufffd\ufffd\ufffd\ufffd~\ufffd\ufffd\ufffd1\ufffd\ufffdc\ufffdBe\U000ee788\ufffd\ufffd>\ufffdc\ufffd"\u01b9\ufffdY\ufffd\u07693\ufffd\ufffdA\ufffd{\ufffd|\ufffd<\ufffdxg\ufffde\ufffd5\ufffd\ufffd\ufffdjl\ufffd\ufffd\u078f?\ufffdz\ufffd\ufffdcd\ufffd\ufffdg\ufffd\ufffd\ufffdvi\ufffdQ\ufffda:\ufffddS\ufffd\ufffd\ufffd)\ufffd\ufffd\ufffd
 endstream
 endobj
-234 0 obj
+229 0 obj
 << /Type /FontDescriptor
 /FontName /AAAAEE+FontAwesome
-/FontFile2 233 0 R
+/FontFile2 228 0 R
 /FontBBox [-10 -155 1290 867]
 /Flags 4
 /StemV 0
@@ -22756,7 +22494,7 @@ endobj
 /XHeight 0
 >>
 endobj
-235 0 obj
+230 0 obj
 << /Length 227
 /Filter [/FlateDecode]
 >>
@@ -22765,10 +22503,10 @@ x
 \ufffdwJv\ufffd>DG\ufffd\ufffd\ufffd,�K\ufffd\ufffd\ufffd\ufffd[n\ufffdu\ufffd\ufffd,$\ufffd\u04f1\\ufffd\ufffdh-\ufffd\ufffd[\ufffdNO.\ufffd\ufffd \ufffd9\ufffd8}]&\ufffd\u04de\ufffd\ufffd(1\ufffd\ufffd\ufffdC/&\ufffd\ufffdA6\ufffd<:\ufffdC9\ufffd\ufffd\ufffdm|\ufffdo\ufffd\ufffd\ufffd\ufffd\ufffd\u158dE2qA\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdY\ufffd\ufffd\ufffd\ufffd6$t\u03cbJq\ufffdcF=\ufffdF\ufffd\ufffd\ufffd\ufffd\ufffds\u065d\ufffd#\ufffd3\ufffd,5E\ufffdx\ufffdTN\ufffdR\ufffd~\ufffd	pZ
 endstream
 endobj
-236 0 obj
+231 0 obj
 [250 857 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500]
 endobj
-237 0 obj
+232 0 obj
 << /Length1 5588
 /Length 3702
 /Filter [/FlateDecode]
@@ -22786,10 +22524,10 @@ e
 o\ufffdr\ufffd\ufffdo\ufffdr\ufffd\ufffd\ufffdr\ufffd\ufffdr\ufffdI\ufffd(\ufffd \ufffdd\ufffdr	Fz\ufffd(\ufffd@\ufffd/\u02a5I\ufffd\ufffd\ufffd\ufffd\ufffdO\ufffd?\ufffdr\ufffd\ufffd(\ufffd\ufffd\ufffdL\ufffd(\ufffd/\ufffda<3W\ufffd\ufffd\ufffdY*\u0283\ufffd\ufffd\ufffd\ufffd\ufffd�\ufffd\ufffd`\ufffd\ufffd>6|\ufffd\ufffda\ufffd|\ufffdW\ufffd\ufffd\u0431\ufffd!P\ufffd^\ufffd\ufffd(W"\ufffdC\ufffd\ufffd[\ufffd\ufffdt\ufffd\ufffd\ufffdM\ufffd\ufffd\ufffdt\ufffdt\ufffd\ufffd\ufffd\u0666)r\ufffd\ufffd4\ufffd\ufffd\u035aR\ufffdS\ufffd\ufffd\ufffd\ufffdjs/\ufffd\ufffd\ufffd \ufffd\ufffdvL\ufffdFh;x0\ufffda\ufffd\ufffd]\ufffd\ufffd\ufffd\ufffd_\ufffd
[E\ufffdZ\ufffd\ufffd[6J\ufffd\ufffdY:<\ufffdUh\ufffd\ufffdiC\ufffd\ufffdx\ufffd\ufffdL\ufffd\u01e9)\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd^N\ufffdU&\ufffdh\ufffd\ufffd"\ufffd\ufffd\ufffd\ufffdQ=`E\ufffdF\ufffd\ufffd\ufffdt8=\ufffd.\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdh\u0424j\ufffdBh\ufffd\ufffd3\ufffd!\ufffd\ufffd\ufffd\ufffd~\ufffdZ\ufffdx\ufffd\ufffdW\ufffd }B\ufffda]\ufffd\ufffd\ufffd!f\ufffd\ufffd\ufffd\ufffd\ufffd\u0424\ufffd&dh\ufffd\ufffd\ufffd|\ufffdV\ufffd\ufffd[\ufffdA\ufffd\ufffd\ufffds\ufffd\ufffd\ufffdl\ufffd\ufffdRx5\ufffd\ufffdT\ufffdAmc\ufffd\u01aa\ufffdu\ufffd\ufffd{\ufffd\ufffdY?r\ufffdF\ufffd\ufffd(\ufffd\u054a*\ufffd\ufffdKmU7\ufffdG\ufffdS\ufffd\ufffdS\ufffdO\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdZ\ufffd\ufffd\ufffd\ufffd\ufffdy\ufffd|\ufffd\ufffdL\ufffd!VK\ufffd\ufffdc\u05749\ufffd\u0197\ufffd`\ufffd\ufffd\u0534k\ufffda\ufffdF\ufffd\ufffd\ufffd \ufffd\ufffd\ufffd
a\ufffd)\ufffd\u0727\ufffd\ufffdi\ufffd\ufffdk`L\u0743\ufffd\ufffd{<\ufffdL\ufffd\ufffd\ufffdYg\ufffd5.\ufffd\ufffd:[\ufffd.=\ufffd\ufffd
 \ufffd\ufffd\ufffdX{\ufffdH\ufffd)\ufffd\ufffd\ufffdOu\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdF/"/Z\ufffdH\ufffd"\ufffd\ufffd[=mu\ufffd\ufffd\ufffd\ufffd	?\ufffd\ufffdk\ufffd]\ufffdV\ufffd\ufffd\ufffdv\ufffd\ufffd\ufffdZ\ufffd\ufffd=\ufffd\u6a33\ufffd5\ufffdM\ufffd\ufffd\ufffd\ufffdC\ufffd\ufffd\ufffdN \ufffd\ufffd&`\ufffd\ufffd\ufffdD,\ufffd\ufffdzu\ufffd\ufffd\ufffd\ufffd\ufffd`\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u07faw\ufffdc(\ufffd?\ufffd\ufffd\ufffdP\ufffd\ufffd*X\ufffds\ufffd\ufffd\ufffd~+Z\ufffd%E\ufffd\ufffd3\ufffd\ufffdSy+\ufffd\ufffd:B\ufffd\ufffd\ufffd\ufffdS\ufffd?\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd/\u05cf\ufffd\ufffdy\ufffd\ufffd\ufffd\ufffdv\ufffd�\ufffd)\ufffdKU\ufffdM\ufffd;,J\ufffd\ufffdY\ufffd\ufffd\ufffd\ufffd\u07a0xIV\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd`\ufffd
 endstream
 endobj
-238 0 obj
+233 0 obj
 << /Type /FontDescriptor
 /FontName /AAAAEF+NotoSerif-Italic
-/FontFile2 237 0 R
+/FontFile2 232 0 R
 /FontBBox [-254 -250 1238 1047]
 /Flags 70
 /StemV 0
@@ -22800,7 +22538,7 @@ endobj
 /XHeight 1098
 >>
 endobj
-239 0 obj
+234 0 obj
 << /Length 1286
 /Filter [/FlateDecode]
 >>
@@ -22810,10 +22548,10 @@ x
 \ufffd\ufffd\ufffdJ\ufffd\ufffd\ufffdJ\ufffd\ufffd\ud2b9\ufffd\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffd+\ufffd!�w\ufffd\ufffdB\ufffdx\ufffdb\ufffdx\ufffd\ufffd+\u0781\ufffdr\ufffd;\ufffd\ufffd2\ufffd\ufffdk\ufffd\u039c\ufffdJ\ufffdY\ufffde\ufffdY\ufffd\ufffd7+|\ufffd\ufffdx\ufffdoS\ufffd\ufffd7+[\u019be\u021b\u05day\u07a2oV\ufffd\ufffd\u6d56-\u3b4c\ufffd\ufffd\ufffd"\ufffd\ufffd\ufffdR\ufffdW\ufffd*\ufffd\ufffd4Xq\ufffd\ufffdC\ufffd^J\ufffd[(\ufffd\ufffd^\ufffd1\ufffd�\ufffdy]\ufffd\ufffd\ufffdk\ufffd}\ufffdYM-x\ufffd\ufffd\ufffd\ufffdV\ufffdz\ufffd\ufffd\ufffd\ufffd\ufffd[YE\ufffdV\ufffdY\ufffd\ufffd\ufffd_}/7\ufffd*\ufffdY%\ufffd\ufffde\ufffd\u04ebq+\ufffd\ufffd:\ufffd\ufffd.\ufffd7\ufffdJ\ufffd\ufffd\ufffdE\ufffd/\ufffd3Y(Y\ufffd*A\ufffdW	R\ufffd\ufffdVJS\ufffd\ufffd\ufffd\ufffd\ufffd:(u@c\ufffd\ufffdD\ufffd]a*\ufffd\ufffdf)\ufffd9J\ufffd\ufffd\ufffd)\ufffdo,#\ufffd\\ufffdZ>M\ufffdU\ufffd\ufffd\\ufffdjPS\ufffd
{HS\ufffd\ufffdM\ufffd\ufffd\ufffdj\ufffd\ufffd\ufffd\ufffd{fk\ufffd\ufffd\ufffdyG\ufffdm[z*E\ufffdsa\ufffd\ufffd>\ufffd&\ufffd\u04eb\ufffd\ufffd\ufffdj%u\ufffd\ufffd\ufffd;\ufffd2^\ufffd\ufffd\ufffdW\ufffd[\ufffd\ufffd\ufffd�\ufffdv\ufffd[\ufffd\ufffd\ufffd2\ufffd\ucbf2u\ufffd[\ufffd\ufffd\ufffdP\ufffd:\ufffd\ufffd\ufffdV\u0321\ufffd\u0545>\ufffdM\ufffd\ufffdBi2.\u0126\ufffd\ufffd\ufffd\ufffd\u0507!\ufffd\ufffd\ufffdd\ufffdk\ufffd`\ufffd\ufffd\ufffd=o\ufffd\ufffdqW\u0795wdJF(\ufffdL164\ufffdU\ufffd\ufffd)\ufffdx0E\ufffd~\ufffd\ufffdZ?\ufffd=\ufffd\ufffd/\ufffd\ufffd\ufffd\ufffd\u03af\ufffd\ufffd\ufffd~:\ufffdo?$\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdO
 endstream
 endobj
-240 0 obj
+235 0 obj
 [259 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 250 1000 1000 559 559 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 626 725 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 742 620 1000 664 1000 612 1000 674 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 579 562 486 579 493 317 556 1000 304 291 1000 304 1000 599 574 577 1000 467 463 368 599 538 818 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1
 000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
-241 0 obj
+236 0 obj
 << /Length1 7564
 /Length 5192
 /Filter [/FlateDecode]
@@ -22845,10 +22583,10 @@ A
 T\ufffd\ufffdq\ufffd\ufffd\ufffd9\ufffd\ufffd\ufffd\ufffd\ufffd\ufffda\u05e0F\ufffdUL6P\ufffd\ufffds\ufffd\ufffd\ufffd\ufffdn^)	;\ufffd\ufffdB\ufffd`jkrs\ufffd\ufffd\ufffd\ufffd^\ufffd\ufffd*\ufffdhrO7\ufffd=\ufffdA\ufffd\ufffd\ufffd\ufffd\ufffd=\ufffd\ufffd\?r\ufffdy\ufffd\ufffd\u0383\ufffdw\ufffd\ufffdO\ufffd]WxN\ufffd\ufffd\ufffdB\ufffd\ufffd)\u02f4\ufffd\ufffd!\E\ufffd\ufffd\ufffd\ufffd\ufffdY\ufffdu%\ufffdm\ufffd\ufffd\ufffd\u03fd\ufffd\ufffd
 endstream
 endobj
-242 0 obj
+237 0 obj
 << /Type /FontDescriptor
 /FontName /AAAAEG+mplus1mn-regular
-/FontFile2 241 0 R
+/FontFile2 236 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
 /StemV 0
@@ -22859,7 +22597,7 @@ endobj
 /XHeight 0
 >>
 endobj
-243 0 obj
+238 0 obj
 << /Length 1286
 /Filter [/FlateDecode]
 >>
@@ -22869,10 +22607,10 @@ x
 \ufffd\ufffd\ufffdJ\ufffd\ufffd\ufffdJ\ufffd\ufffd\ud2b9\ufffd\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffd+\ufffd!�w\ufffd\ufffdB\ufffdx\ufffdb\ufffdx\ufffd\ufffd+\u0781\ufffdr\ufffd;\ufffd\ufffd2\ufffd\ufffdk\ufffd\u039c\ufffdJ\ufffdY\ufffde\ufffdY\ufffd\ufffd7+|\ufffd\ufffdx\ufffdoS\ufffd\ufffd7+[\u019be\u021b\u05day\u07a2oV\ufffd\ufffd\u6d56-\u3b4c\ufffd\ufffd\ufffd"\ufffd\ufffd\ufffdR\ufffdW\ufffd*\ufffd\ufffd4Xq\ufffd\ufffdC\ufffd^J\ufffd[(\ufffd\ufffd^\ufffd1\ufffd�\ufffdy]\ufffd\ufffd\ufffdk\ufffd}\ufffdYM-x\ufffd\ufffd\ufffd\ufffdV\ufffdz\ufffd\ufffd\ufffd\ufffd\ufffd[YE\ufffdV\ufffdY\ufffd\ufffd\ufffd_}/7\ufffd*\ufffdY%\ufffd\ufffde\ufffd\u04ebq+\ufffd\ufffd:\ufffd\ufffd.\ufffd7\ufffdJ\ufffd\ufffd\ufffdE\ufffd/\ufffd3Y(Y\ufffd*A\ufffdW	R\ufffd\ufffdVJS\ufffd\ufffd\ufffd\ufffd\ufffd:(u@c\ufffd\ufffdD\ufffd]a*\ufffd\ufffdf)\ufffd9J\ufffd\ufffd\ufffd)\ufffdo,#\ufffd\\ufffdZ>M\ufffdU\ufffd\ufffd\\ufffdjPS\ufffd
{HS\ufffd\ufffdM\ufffd\ufffd\ufffdj\ufffd\ufffd\ufffd\ufffd{fk\ufffd\ufffd\ufffdyG\ufffdm[z*E\ufffdsa\ufffd\ufffd>\ufffd&\ufffd\u04eb\ufffd\ufffd\ufffdj%u\ufffd\ufffd\ufffd;\ufffd2^\ufffd\ufffd\ufffdW\ufffd[\ufffd\ufffd\ufffd�\ufffdv\ufffd[\ufffd\ufffd\ufffd2\ufffd\ucbf2u\ufffd[\ufffd\ufffd\ufffdP\ufffd:\ufffd\ufffd\ufffdV\u0321\ufffd\u0545>\ufffdM\ufffd\ufffdBi2.\u0126\ufffd\ufffd\ufffd\ufffd\u0507!\ufffd\ufffd\ufffdd\ufffdk\ufffd`\ufffd\ufffd\ufffd=o\ufffd\ufffdqW\u0795wdJF(\ufffdL164\ufffdU\ufffd\ufffd)\ufffdx0E\ufffd~\ufffd\ufffdZ?\ufffd=\ufffd\ufffd/\ufffd\ufffd\ufffd\ufffd\u03af\ufffd\ufffd\ufffd~:\ufffdo?$\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdO
 endstream
 endobj
-244 0 obj
+239 0 obj
 [500 1000 500 1000 500 1000 1000 1000 500 500 1000 1000 500 500 500 500 500 500 500 1000 500 500 500 500 500 1000 500 500 1000 500 1000 500 500 500 500 500 500 500 500 500 500 500 500 1000 500 500 500 500 500 1000 500 500 500 500 500 500 1000 500 1000 500 500 500 1000 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 500 1000 500 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 100
 0 1000 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
-245 0 obj
+240 0 obj
 << /Length1 3288
 /Length 1854
 /Filter [/FlateDecode]
@@ -22892,10 +22630,10 @@ K
 \ufffd\ufffdc\ufffd#\ufffd\ufffd\ufffdx\ufffd\ufffd\ufffd\ufffdJP\ufffd4)\ufffdM5?\u0132\ufffde\ufffdb_\ufffd\u03e3|kZq\ufffd\ufffd\ufffd\ufffd\ufffdc\ufffd\ufffd\ufffdP\u0539
 endstream
 endobj
-246 0 obj
+241 0 obj
 << /Type /FontDescriptor
 /FontName /AAAAEH+mplus1mn-regular
-/FontFile2 245 0 R
+/FontFile2 240 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
 /StemV 0
@@ -22906,7 +22644,7 @@ endobj
 /XHeight 0
 >>
 endobj
-247 0 obj
+242 0 obj
 << /Length 250
 /Filter [/FlateDecode]
 >>
@@ -22915,10 +22653,10 @@ x
 z\ufffd\ufffdy\ufffdp	k\ufffd\ufffd\ufffdg\ufffd\ufffdt\ufffdE\ufffd\ufffd\ufffd"\ufffdE<nK\ufffdy\ufffd6\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd'.\ufffd\ufffd\ufffd[2\ufffd\ufffd\ufffd`\ufffduK<\ufffd1\ufffd\ufffd>C\ufffd\ufffd\ufffd\ufffd\ufffdE\ufffdW5#p\ufffd\ufffdS\ufffd.o\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd"\ufffd\ufffd\ufffd\ufffd.\ufffd\ufffd\ufffd%*\ufffdI\ufffd	\ufffdl\ufffd^Z\ufffd3\ufffd\ufffd_\ufffd\ufffd*\ufffdX\ufffd\ufffd\ufffd\ufffd6M\ufffd\ufffd^\ufffd\ufffdD(\u06caBQ\ufffd#<T<vO\ufffdGvk[\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdkJ\ufffd\ufffd\ufffdP\ufffdw\ufffd\ufffd!VU\ufffd_;\ufffdz\ufffd
 endstream
 endobj
-248 0 obj
+243 0 obj
 [500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 10
 00 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
-249 0 obj
+244 0 obj
 << /Length1 2496
 /Length 1582
 /Filter [/FlateDecode]
@@ -22936,10 +22674,10 @@ f�Xr*
 \ufffdC\ufffd\ufffd\ufffd\ufffdn\ufffdB\ufffd\ufffd\ufffd$\ufffd0e\ufffd\ufffda\ufffd2c]\ufffd\ufffd\ufffd&\ufffd\ufffdV\ufffd\u04e98T\ufffd\ufffd[\ufffdpC^]\ufffd\ufffd\u0309\ufffd$\ufffd\ufffd\ufffd\ufffdF\ufffd60\ufffd\ufffd1\ufffd\ufffd2=v4\ufffd\ufffdsf\ufffd\ufffd*\ufffdQC1Q\ufffd\ufffd\ufffd\u0449<8\ufffd'\ufffd\ufffdLp\u05d4hL\ufffd\ufffdU;\ufffdzO\ufffd2\ufffd0\ufffd\u047595\ufffdRI\ufffd\ufffdtr\ufffd\u0291!\ufffd\ufffdEV1\ufffd\ufffd\ufffd\ufffdT
\ufffdb\ufffd/\ufffd/\u1747\ufffd\ufffdm\ufffd\ufffd\ufffdr\ufffdX_J@\ufffd\ufffd>\ufffdb&|i\ufffd\ufffdI\ufffd\ufffdx\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0468\ufffd\ufffdqgl\ufffdU\ufffd`G\ufffd\/\ufffd\ufffd\ufffdyD\ufffd\ufffd,E\ufffdb\ufffd;"v`\u50c3\ufffd\ufffd)\ufffd\ufffd+\ufffd\ufffd\ufffd\ufffdM\ufffd-k\v\ufffd!\ufffdu\ufffd\ufffd�\ufffd\ufffd\ufffdi,\ufffd2\ufffd0\ufffd&\ufffd\ufffdc
 endstream
 endobj
-250 0 obj
+245 0 obj
 << /Type /FontDescriptor
 /FontName /AAAAEI+mplus1mn-italic
-/FontFile2 249 0 R
+/FontFile2 244 0 R
 /FontBBox [0 -230 1000 860]
 /Flags 4
 /StemV 0
@@ -22950,7 +22688,7 @@ endobj
 /XHeight 0
 >>
 endobj
-251 0 obj
+246 0 obj
 << /Length 1286
 /Filter [/FlateDecode]
 >>
@@ -22960,10 +22698,10 @@ x
 \ufffd\ufffd\ufffdJ\ufffd\ufffd\ufffdJ\ufffd\ufffd\ud2b9\ufffd\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffd+\ufffd!�w\ufffd\ufffdB\ufffdx\ufffdb\ufffdx\ufffd\ufffd+\u0781\ufffdr\ufffd;\ufffd\ufffd2\ufffd\ufffdk\ufffd\u039c\ufffdJ\ufffdY\ufffde\ufffdY\ufffd\ufffd7+|\ufffd\ufffdx\ufffdoS\ufffd\ufffd7+[\u019be\u021b\u05day\u07a2oV\ufffd\ufffd\u6d56-\u3b4c\ufffd\ufffd\ufffd"\ufffd\ufffd\ufffdR\ufffdW\ufffd*\ufffd\ufffd4Xq\ufffd\ufffdC\ufffd^J\ufffd[(\ufffd\ufffd^\ufffd1\ufffd�\ufffdy]\ufffd\ufffd\ufffdk\ufffd}\ufffdYM-x\ufffd\ufffd\ufffd\ufffdV\ufffdz\ufffd\ufffd\ufffd\ufffd\ufffd[YE\ufffdV\ufffdY\ufffd\ufffd\ufffd_}/7\ufffd*\ufffdY%\ufffd\ufffde\ufffd\u04ebq+\ufffd\ufffd:\ufffd\ufffd.\ufffd7\ufffdJ\ufffd\ufffd\ufffdE\ufffd/\ufffd3Y(Y\ufffd*A\ufffdW	R\ufffd\ufffdVJS\ufffd\ufffd\ufffd\ufffd\ufffd:(u@c\ufffd\ufffdD\ufffd]a*\ufffd\ufffdf)\ufffd9J\ufffd\ufffd\ufffd)\ufffdo,#\ufffd\\ufffdZ>M\ufffdU\ufffd\ufffd\\ufffdjPS\ufffd
{HS\ufffd\ufffdM\ufffd\ufffd\ufffdj\ufffd\ufffd\ufffd\ufffd{fk\ufffd\ufffd\ufffdyG\ufffdm[z*E\ufffdsa\ufffd\ufffd>\ufffd&\ufffd\u04eb\ufffd\ufffd\ufffdj%u\ufffd\ufffd\ufffd;\ufffd2^\ufffd\ufffd\ufffdW\ufffd[\ufffd\ufffd\ufffd�\ufffdv\ufffd[\ufffd\ufffd\ufffd2\ufffd\ucbf2u\ufffd[\ufffd\ufffd\ufffdP\ufffd:\ufffd\ufffd\ufffdV\u0321\ufffd\u0545>\ufffdM\ufffd\ufffdBi2.\u0126\ufffd\ufffd\ufffd\ufffd\u0507!\ufffd\ufffd\ufffdd\ufffdk\ufffd`\ufffd\ufffd\ufffd=o\ufffd\ufffdqW\u0795wdJF(\ufffdL164\ufffdU\ufffd\ufffd)\ufffdx0E\ufffd~\ufffd\ufffdZ?\ufffd=\ufffd\ufffd/\ufffd\ufffd\ufffd\ufffd\u03af\ufffd\ufffd\ufffd~:\ufffdo?$\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdO
 endstream
 endobj
-252 0 obj
+247 0 obj
 [1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 500 500 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 500 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1
 000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
-253 0 obj
+248 0 obj
 << /Length1 2296
 /Length 1306
 /Filter [/FlateDecode]
@@ -22978,10 +22716,10 @@ x
 \ufffd\ufffd\ufffd\ufffdx\ufffdB\ufffd{\ufffd\ufffd\ufffdn\ufffdv\ufffdrc_H\ufffd\ufffd\ufffd\ufffdl
q\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdT\ufffd\ufffd\ufffd\ufffd&\ufffdF\ufffdB\ufffd!%\ufffd\ufffd\ufffd:;QK\ufffd\ufffd\ufffd2JS\ufffd\ufffdS9\u0166\ufffd\ufffd\ufffd)<9K\ufffd'\ufffd\ufffd	\ufffd49\ufffd\ufffd&G\ufffd\ufffd\ufffdY\ufffdk6\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd6\ufffdqkVzM\ufffd+TO\ufffddF\ufffd\u0186\ufffd[\ufffdv\ufffd\ufffd\ufffdx@-\ufffdo\ufffd_C\ufffdn\ufffd
p#\ufffd\ufffdl\ufffd)\ufffd\ufffd\ufffd\ufffdw\ufffdC[Ul\ufffd~\ufffd\ufffdm`L\ufffd}\ufffdf\ufffd\ufffd\ufffde<iS?\ufffd$I\ufffd\ufffd\ufffd\ufffd\ufffdeg\ufffd\ufffdGu\ufffdfu\ufffdV\ufffd\ufffdp#JN>\ufffd\u056f\ufffdm\ufffd\ufffd\ufffd\!\ufffd\ufffd\ufffdh\ufffd=j>\ufffd\ufffd\u056e2dq.\ufffdh\ufffd\ufffd6\ufffd\ufffd\ufffdK\u05e5\ufffd@\ufffd\ufffd\ufffdj\ufffd\ufffd
 endstream
 endobj
-254 0 obj
+249 0 obj
 << /Type /FontDescriptor
 /FontName /AAAAEJ+mplus-1p-regular
-/FontFile2 253 0 R
+/FontFile2 248 0 R
 /FontBBox [-109 -288 1403 1075]
 /Flags 4
 /StemV 0
@@ -22992,7 +22730,7 @@ endobj
 /XHeight 0
 >>
 endobj
-255 0 obj
+250 0 obj
 << /Length 1286
 /Filter [/FlateDecode]
 >>
@@ -23002,11 +22740,11 @@ x
 \ufffd\ufffd\ufffdJ\ufffd\ufffd\ufffdJ\ufffd\ufffd\ud2b9\ufffd\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffd+\ufffd!�w\ufffd\ufffdB\ufffdx\ufffdb\ufffdx\ufffd\ufffd+\u0781\ufffdr\ufffd;\ufffd\ufffd2\ufffd\ufffdk\ufffd\u039c\ufffdJ\ufffdY\ufffde\ufffdY\ufffd\ufffd7+|\ufffd\ufffdx\ufffdoS\ufffd\ufffd7+[\u019be\u021b\u05day\u07a2oV\ufffd\ufffd\u6d56-\u3b4c\ufffd\ufffd\ufffd"\ufffd\ufffd\ufffdR\ufffdW\ufffd*\ufffd\ufffd4Xq\ufffd\ufffdC\ufffd^J\ufffd[(\ufffd\ufffd^\ufffd1\ufffd�\ufffdy]\ufffd\ufffd\ufffdk\ufffd}\ufffdYM-x\ufffd\ufffd\ufffd\ufffdV\ufffdz\ufffd\ufffd\ufffd\ufffd\ufffd[YE\ufffdV\ufffdY\ufffd\ufffd\ufffd_}/7\ufffd*\ufffdY%\ufffd\ufffde\ufffd\u04ebq+\ufffd\ufffd:\ufffd\ufffd.\ufffd7\ufffdJ\ufffd\ufffd\ufffdE\ufffd/\ufffd3Y(Y\ufffd*A\ufffdW	R\ufffd\ufffdVJS\ufffd\ufffd\ufffd\ufffd\ufffd:(u@c\ufffd\ufffdD\ufffd]a*\ufffd\ufffdf)\ufffd9J\ufffd\ufffd\ufffd)\ufffdo,#\ufffd\\ufffdZ>M\ufffdU\ufffd\ufffd\\ufffdjPS\ufffd
{HS\ufffd\ufffdM\ufffd\ufffd\ufffdj\ufffd\ufffd\ufffd\ufffd{fk\ufffd\ufffd\ufffdyG\ufffdm[z*E\ufffdsa\ufffd\ufffd>\ufffd&\ufffd\u04eb\ufffd\ufffd\ufffdj%u\ufffd\ufffd\ufffd;\ufffd2^\ufffd\ufffd\ufffdW\ufffd[\ufffd\ufffd\ufffd�\ufffdv\ufffd[\ufffd\ufffd\ufffd2\ufffd\ucbf2u\ufffd[\ufffd\ufffd\ufffdP\ufffd:\ufffd\ufffd\ufffdV\u0321\ufffd\u0545>\ufffdM\ufffd\ufffdBi2.\u0126\ufffd\ufffd\ufffd\ufffd\u0507!\ufffd\ufffd\ufffdd\ufffdk\ufffd`\ufffd\ufffd\ufffd=o\ufffd\ufffdqW\u0795wdJF(\ufffdL164\ufffdU\ufffd\ufffd)\ufffdx0E\ufffd~\ufffd\ufffdZ?\ufffd=\ufffd\ufffd/\ufffd\ufffd\ufffd\ufffd\u03af\ufffd\ufffd\ufffd~:\ufffdo?$\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdO
 endstream
 endobj
-256 0 obj
+251 0 obj
 [1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1
 000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000]
 endobj
 xref
-0 257
+0 252
 0000000000 65535 f 
 0000000015 00000 n 
 0000000272 00000 n 
@@ -23017,258 +22755,253 @@ xref
 0000001171 00000 n 
 0000001351 00000 n 
 0000001518 00000 n 
-0000020083 00000 n 
-0000020639 00000 n 
-0000032474 00000 n 
-0000032822 00000 n 
-0000032866 00000 n 
-0000032915 00000 n 
-0000032961 00000 n 
-0000033134 00000 n 
-0000033333 00000 n 
-0000033388 00000 n 
-0000033584 00000 n 
-0000033776 00000 n 
-0000033932 00000 n 
-0000034117 00000 n 
-0000034313 00000 n 
-0000034508 00000 n 
-0000034704 00000 n 
-0000034900 00000 n 
-0000035095 00000 n 
-0000035290 00000 n 
-0000035485 00000 n 
-0000035670 00000 n 
-0000035864 00000 n 
-0000036057 00000 n 
-0000036242 00000 n 
-0000046843 00000 n 
-0000047086 00000 n 
-0000047130 00000 n 
-0000047308 00000 n 
-0000047363 00000 n 
-0000047419 00000 n 
-0000185399 00000 n 
-0000188999 00000 n 
-0000197298 00000 n 
-0000197565 00000 n 
-0000197780 00000 n 
-0000197950 00000 n 
-0000198006 00000 n 
-0000217536 00000 n 
-0000217847 00000 n 
-0000218022 00000 n 
-0000218066 00000 n 
-0000218121 00000 n 
-0000218176 00000 n 
-0000218351 00000 n 
-0000218578 00000 n 
-0000218733 00000 n 
-0000218789 00000 n 
-0000219004 00000 n 
-0000219233 00000 n 
-0000219454 00000 n 
-0000219634 00000 n 
-0000219689 00000 n 
-0000219877 00000 n 
-0000231102 00000 n 
-0000231378 00000 n 
-0000231594 00000 n 
-0000231807 00000 n 
-0000231862 00000 n 
-0000249645 00000 n 
-0000249936 00000 n 
-0000249980 00000 n 
+0000019274 00000 n 
+0000019814 00000 n 
+0000031649 00000 n 
+0000031997 00000 n 
+0000032041 00000 n 
+0000032090 00000 n 
+0000032136 00000 n 
+0000032309 00000 n 
+0000032508 00000 n 
+0000032563 00000 n 
+0000032759 00000 n 
+0000032951 00000 n 
+0000033107 00000 n 
+0000033292 00000 n 
+0000033488 00000 n 
+0000033683 00000 n 
+0000033879 00000 n 
+0000034075 00000 n 
+0000034270 00000 n 
+0000034465 00000 n 
+0000034660 00000 n 
+0000034845 00000 n 
+0000035039 00000 n 
+0000035232 00000 n 
+0000035417 00000 n 
+0000046018 00000 n 
+0000046261 00000 n 
+0000046305 00000 n 
+0000046483 00000 n 
+0000046538 00000 n 
+0000046594 00000 n 
+0000184574 00000 n 
+0000188174 00000 n 
+0000196473 00000 n 
+0000196740 00000 n 
+0000196955 00000 n 
+0000197125 00000 n 
+0000197181 00000 n 
+0000216711 00000 n 
+0000217022 00000 n 
+0000217197 00000 n 
+0000217241 00000 n 
+0000217296 00000 n 
+0000217351 00000 n 
+0000217526 00000 n 
+0000217753 00000 n 
+0000217908 00000 n 
+0000217964 00000 n 
+0000218179 00000 n 
+0000218408 00000 n 
+0000218629 00000 n 
+0000218809 00000 n 
+0000218864 00000 n 
+0000219052 00000 n 
+0000230277 00000 n 
+0000230553 00000 n 
+0000230769 00000 n 
+0000230982 00000 n 
+0000231037 00000 n 
+0000248820 00000 n 
+0000249111 00000 n 
+0000249155 00000 n 
+0000249300 00000 n 
+0000249499 00000 n 
+0000249705 00000 n 
+0000249935 00000 n 
 0000250125 00000 n 
-0000250324 00000 n 
-0000250530 00000 n 
-0000250760 00000 n 
-0000250950 00000 n 
-0000251178 00000 n 
-0000266037 00000 n 
-0000266321 00000 n 
-0000266365 00000 n 
-0000266580 00000 n 
-0000266809 00000 n 
-0000267030 00000 n 
-0000267174 00000 n 
-0000267218 00000 n 
-0000267425 00000 n 
-0000267481 00000 n 
-0000270950 00000 n 
-0000271193 00000 n 
-0000271411 00000 n 
-0000283901 00000 n 
-0000284140 00000 n 
-0000284315 00000 n 
-0000290949 00000 n 
-0000291205 00000 n 
-0000291249 00000 n 
-0000291466 00000 n 
-0000304253 00000 n 
-0000304492 00000 n 
-0000316616 00000 n 
-0000316898 00000 n 
-0000316944 00000 n 
-0000316990 00000 n 
-0000317194 00000 n 
-0000317424 00000 n 
-0000317482 00000 n 
-0000317681 00000 n 
-0000317911 00000 n 
-0000328790 00000 n 
-0000329031 00000 n 
-0000329089 00000 n 
-0000329856 00000 n 
-0000330719 00000 n 
-0000346063 00000 n 
-0000346399 00000 n 
-0000346445 00000 n 
-0000346650 00000 n 
-0000346867 00000 n 
-0000347069 00000 n 
-0000347244 00000 n 
-0000347473 00000 n 
-0000347669 00000 n 
-0000347893 00000 n 
-0000348152 00000 n 
-0000348210 00000 n 
-0000348402 00000 n 
-0000369468 00000 n 
-0000369762 00000 n 
-0000369808 00000 n 
-0000369865 00000 n 
-0000370040 00000 n 
-0000370255 00000 n 
-0000370433 00000 n 
-0000370491 00000 n 
-0000396039 00000 n 
-0000396354 00000 n 
-0000396571 00000 n 
-0000396771 00000 n 
-0000396984 00000 n 
-0000442315 00000 n 
-0000442543 00000 n 
-0000459135 00000 n 
-0000459394 00000 n 
-0000459440 00000 n 
-0000459497 00000 n 
-0000459727 00000 n 
-0000459784 00000 n 
-0000459842 00000 n 
-0000490158 00000 n 
-0000490431 00000 n 
-0000490477 00000 n 
-0000490653 00000 n 
-0000490711 00000 n 
-0000490921 00000 n 
-0000491039 00000 n 
-0000491158 00000 n 
-0000491283 00000 n 
-0000491409 00000 n 
-0000491557 00000 n 
-0000491696 00000 n 
-0000491840 00000 n 
-0000491985 00000 n 
-0000492148 00000 n 
-0000492302 00000 n 
-0000492477 00000 n 
-0000492643 00000 n 
-0000492803 00000 n 
-0000492964 00000 n 
-0000493116 00000 n 
-0000493271 00000 n 
-0000493439 00000 n 
+0000250353 00000 n 
+0000265212 00000 n 
+0000265496 00000 n 
+0000265540 00000 n 
+0000265755 00000 n 
+0000265984 00000 n 
+0000266205 00000 n 
+0000266349 00000 n 
+0000266393 00000 n 
+0000266600 00000 n 
+0000266656 00000 n 
+0000270125 00000 n 
+0000270368 00000 n 
+0000270586 00000 n 
+0000283076 00000 n 
+0000283315 00000 n 
+0000283490 00000 n 
+0000290124 00000 n 
+0000290380 00000 n 
+0000290424 00000 n 
+0000290641 00000 n 
+0000303428 00000 n 
+0000303667 00000 n 
+0000315791 00000 n 
+0000316073 00000 n 
+0000316119 00000 n 
+0000316165 00000 n 
+0000316370 00000 n 
+0000316600 00000 n 
+0000316658 00000 n 
+0000316858 00000 n 
+0000317088 00000 n 
+0000327967 00000 n 
+0000328208 00000 n 
+0000328266 00000 n 
+0000329061 00000 n 
+0000329930 00000 n 
+0000342009 00000 n 
+0000342337 00000 n 
+0000342383 00000 n 
+0000342588 00000 n 
+0000342805 00000 n 
+0000343007 00000 n 
+0000343182 00000 n 
+0000343411 00000 n 
+0000343607 00000 n 
+0000343831 00000 n 
+0000344090 00000 n 
+0000365156 00000 n 
+0000365450 00000 n 
+0000365496 00000 n 
+0000365553 00000 n 
+0000365728 00000 n 
+0000365945 00000 n 
+0000366123 00000 n 
+0000366181 00000 n 
+0000391729 00000 n 
+0000392044 00000 n 
+0000392262 00000 n 
+0000392463 00000 n 
+0000392677 00000 n 
+0000438008 00000 n 
+0000438236 00000 n 
+0000454828 00000 n 
+0000455087 00000 n 
+0000455133 00000 n 
+0000455190 00000 n 
+0000455420 00000 n 
+0000455477 00000 n 
+0000455535 00000 n 
+0000485851 00000 n 
+0000486124 00000 n 
+0000486170 00000 n 
+0000486346 00000 n 
+0000486404 00000 n 
+0000486614 00000 n 
+0000486734 00000 n 
+0000486855 00000 n 
+0000486980 00000 n 
+0000487106 00000 n 
+0000487254 00000 n 
+0000487393 00000 n 
+0000487538 00000 n 
+0000487684 00000 n 
+0000487847 00000 n 
+0000488001 00000 n 
+0000488177 00000 n 
+0000488344 00000 n 
+0000488505 00000 n 
+0000488667 00000 n 
+0000488819 00000 n 
+0000488974 00000 n 
+0000489142 00000 n 
+0000489311 00000 n 
+0000489500 00000 n 
+0000489690 00000 n 
+0000489873 00000 n 
+0000490057 00000 n 
+0000490243 00000 n 
+0000490440 00000 n 
+0000490635 00000 n 
+0000490832 00000 n 
+0000491034 00000 n 
+0000491236 00000 n 
+0000491412 00000 n 
+0000491588 00000 n 
+0000491763 00000 n 
+0000491949 00000 n 
+0000492138 00000 n 
+0000492327 00000 n 
+0000492483 00000 n 
+0000492651 00000 n 
+0000492815 00000 n 
+0000492979 00000 n 
+0000493139 00000 n 
+0000493299 00000 n 
+0000493448 00000 n 
 0000493608 00000 n 
-0000493796 00000 n 
-0000493985 00000 n 
-0000494167 00000 n 
-0000494350 00000 n 
-0000494535 00000 n 
-0000494731 00000 n 
-0000494925 00000 n 
-0000495121 00000 n 
-0000495322 00000 n 
-0000495523 00000 n 
-0000495726 00000 n 
-0000495929 00000 n 
-0000496105 00000 n 
-0000496281 00000 n 
-0000496456 00000 n 
-0000496642 00000 n 
-0000496831 00000 n 
-0000497020 00000 n 
-0000497175 00000 n 
-0000497342 00000 n 
-0000497506 00000 n 
-0000497670 00000 n 
-0000497829 00000 n 
-0000497988 00000 n 
-0000498138 00000 n 
-0000498299 00000 n 
-0000498586 00000 n 
-0000498664 00000 n 
-0000498861 00000 n 
-0000499053 00000 n 
-0000499338 00000 n 
-0000499513 00000 n 
-0000499774 00000 n 
-0000499983 00000 n 
-0000500255 00000 n 
-0000500519 00000 n 
-0000500689 00000 n 
-0000500905 00000 n 
-0000501206 00000 n 
-0000501436 00000 n 
-0000501644 00000 n 
-0000501884 00000 n 
-0000502097 00000 n 
-0000502370 00000 n 
-0000502641 00000 n 
-0000502935 00000 n 
-0000503109 00000 n 
-0000503292 00000 n 
-0000503532 00000 n 
-0000503746 00000 n 
-0000503958 00000 n 
-0000504161 00000 n 
-0000504415 00000 n 
-0000512848 00000 n 
-0000513064 00000 n 
-0000514427 00000 n 
-0000515486 00000 n 
-0000522566 00000 n 
-0000522787 00000 n 
-0000524150 00000 n 
-0000525231 00000 n 
-0000526205 00000 n 
-0000526416 00000 n 
-0000526719 00000 n 
-0000527634 00000 n 
-0000531427 00000 n 
-0000531653 000

<TRUNCATED>

[14/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
ISIS-1594: fixes anchors for extension point's conventions


Project: http://git-wip-us.apache.org/repos/asf/isis-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis-site/commit/dd1ff6a4
Tree: http://git-wip-us.apache.org/repos/asf/isis-site/tree/dd1ff6a4
Diff: http://git-wip-us.apache.org/repos/asf/isis-site/diff/dd1ff6a4

Branch: refs/heads/asf-site
Commit: dd1ff6a45f5a048afb8c4adca727b983a5180ca4
Parents: 83a3755
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Mar 8 00:55:48 2017 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Mar 8 00:55:48 2017 +0000

----------------------------------------------------------------------
 content/guides/cgcom.html    |  148 +-
 content/guides/cgcom.pdf     | 2812 +++++++-------
 content/guides/dg.html       |  164 +-
 content/guides/dg.pdf        | 1436 +++----
 content/guides/rgant.html    |    4 +-
 content/guides/rgant.pdf     | 1726 ++++-----
 content/guides/rgcfg.html    |   42 +-
 content/guides/rgcfg.pdf     |  532 +--
 content/guides/rgcms.html    |   84 +-
 content/guides/rgcms.pdf     | 1876 ++++-----
 content/guides/rgfis.html    |    4 +-
 content/guides/rgfis.pdf     |  584 +--
 content/guides/rgmvn.html    |    8 +-
 content/guides/rgmvn.pdf     |  426 +--
 content/guides/rgsvc.html    |  192 +-
 content/guides/rgsvc.pdf     | 7548 +++++++++++++++++++------------------
 content/guides/tg.html       |    2 +-
 content/guides/tg.pdf        |  400 +-
 content/guides/ugbtb.html    |  108 +-
 content/guides/ugbtb.pdf     | 3120 ++++++++-------
 content/guides/ugfun.html    |  160 +-
 content/guides/ugfun.pdf     | 5352 +++++++++++++-------------
 content/guides/ugsec.html    |    5 +-
 content/guides/ugsec.pdf     |  318 +-
 content/guides/ugtst.html    |   14 +-
 content/guides/ugtst.pdf     |  738 ++--
 content/guides/ugvro.html    |   87 +-
 content/guides/ugvro.pdf     | 1543 ++++----
 content/guides/ugvw.html     |   20 +-
 content/guides/ugvw.pdf      | 1050 +++---
 content/migration-notes.html |   16 +-
 content/powered-by.html      |    2 +-
 content/screencasts.html     |    4 +-
 33 files changed, 15123 insertions(+), 15402 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/cgcom.html
----------------------------------------------------------------------
diff --git a/content/guides/cgcom.html b/content/guides/cgcom.html
index cdfb151..bfc7536 100644
--- a/content/guides/cgcom.html
+++ b/content/guides/cgcom.html
@@ -683,7 +683,7 @@ git checkout master &amp;&amp; git merge --no-ff ISIS-1162_pr-31 &amp;&amp; git
         <p>These release notes using bash command line tools. They should work on Linux and MacOS; for Windows, use mSysGit.</p> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_cgcom_cutting-a-release_obtain-consensus">3.1. Obtain Consensus</h3> 
+        <h3 id="__cgcom_cutting-a-release_obtain-consensus">3.1. Obtain Consensus</h3> 
         <div class="paragraph"> 
          <p>Before releasing <code>core</code>, ensure there is consensus on the <a href="../support.html">dev mailing list</a> that this is the right time for a release. The discussion should include confirming the version number to be used, and to confirm content.</p> 
         </div> 
@@ -695,7 +695,7 @@ git checkout master &amp;&amp; git merge --no-ff ISIS-1162_pr-31 &amp;&amp; git
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_cgcom_cutting-a-release_set-environment-variables">3.2. Set environment variables</h3> 
+        <h3 id="__cgcom_cutting-a-release_set-environment-variables">3.2. Set environment variables</h3> 
         <div class="paragraph"> 
          <p>We use environment variables to parameterize as many of the steps as possible. For example:</p> 
         </div> 
@@ -722,7 +722,7 @@ env | grep ISIS | sort</code></pre>
            </tr> 
            <tr> 
             <td><i class="conum" data-value="2"></i><b>2</b></td> 
-            <td>set to an "umbrella" ticket for all release activities. (One should exist already, <a href="#_cgcom_post-release-successful_update-jira_create-new-jira">created at</a> the beginning of the development cycle now completing).</td> 
+            <td>set to an "umbrella" ticket for all release activities. (One should exist already, <a href="#__cgcom_post-release-successful_update-jira_create-new-jira">created at</a> the beginning of the development cycle now completing).</td> 
            </tr> 
            <tr> 
             <td><i class="conum" data-value="3"></i><b>3</b></td> 
@@ -752,7 +752,7 @@ env | grep ISIS | sort</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_cgcom_cutting-a-release_pull-down-code-to-release">3.3. Pull down code to release</h3> 
+        <h3 id="__cgcom_cutting-a-release_pull-down-code-to-release">3.3. Pull down code to release</h3> 
         <div class="paragraph"> 
          <p>Set the HEAD of your local git repo to the commit to be released. This will usually be the tip of the origin\u2019s <code>master</code> branch. Then, create a release branch for the version number being released; eg:</p> 
         </div> 
@@ -805,7 +805,7 @@ git checkout -b $ISISBRANCH</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_cgcom_cutting-a-release_releasing-core">3.4. Releasing Core</h3> 
+        <h3 id="__cgcom_cutting-a-release_releasing-core">3.4. Releasing Core</h3> 
         <div class="paragraph"> 
          <p>First, we release <code>core</code>. Switch to the appropriate directory:</p> 
         </div> 
@@ -815,7 +815,7 @@ git checkout -b $ISISBRANCH</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-core_set-environment-variables">3.4.1. Set environment variables</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-core_set-environment-variables">3.4.1. Set environment variables</h4> 
          <div class="paragraph"> 
           <p>Set additional environment variables for the core "artifact":</p> 
          </div> 
@@ -829,7 +829,7 @@ env | grep ISIS | sort</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-core_license-headers">3.4.2. License headers</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-core_license-headers">3.4.2. License headers</h4> 
          <div class="paragraph"> 
           <p>The Apache Release Audit Tool <code>RAT</code> (from the <a href="http://creadur.apache.org">Apache Creadur</a> project) checks for missing license header files. The parent <code>pom.xml</code> of each releasable module specifies the RAT Maven plugin, with a number of custom exclusions.</p> 
          </div> 
@@ -875,7 +875,7 @@ for a in `find . -name rat.txt -print`; do grep '!???' $a; done</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-core_missing-license-check">3.4.3. Missing License Check</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-core_missing-license-check">3.4.3. Missing License Check</h4> 
          <div class="paragraph"> 
           <p>Although Apache Isis has no dependencies on artifacts with incompatible licenses, the POMs for some of these dependencies (in the Maven central repo) do not necessarily contain the required license information. Without appropriate additional configuration, this would result in the generated <code>DEPENDENCIES</code> file and generated Maven site indicating dependencies as having "unknown" licenses.</p> 
          </div> 
@@ -914,7 +914,7 @@ licenses to remove from supplemental-models.xml (are spurious):
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-core_commit-changes">3.4.4. Commit changes</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-core_commit-changes">3.4.4. Commit changes</h4> 
          <div class="paragraph"> 
           <p>Commit any changes from the preceding steps:</p> 
          </div> 
@@ -925,7 +925,7 @@ licenses to remove from supplemental-models.xml (are spurious):
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-core_sanity-check">3.4.5. Sanity check</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-core_sanity-check">3.4.5. Sanity check</h4> 
          <div class="paragraph"> 
           <p>Perform one last sanity check on the codebase. Delete all Isis artifacts from your local Maven repo, then build using the <code>-o</code> offline flag:</p> 
          </div> 
@@ -937,7 +937,7 @@ mvn clean install -o</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-core_release-prepare-dry-run">3.4.6. Release prepare "dry run"</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-core_release-prepare-dry-run">3.4.6. Release prepare "dry run"</h4> 
          <div class="paragraph"> 
           <p>Most of the work is done using the <code>mvn release:prepare</code> goal. Since this makes a lot of changes, we run it first in "dry run" mode; only if that works do we run the goal for real.</p> 
          </div> 
@@ -970,7 +970,7 @@ mvn clean install -o</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-core_release-prepare-proper">3.4.7. Release prepare "proper"</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-core_release-prepare-proper">3.4.7. Release prepare "proper"</h4> 
          <div class="paragraph"> 
           <p>Assuming this completes successfully, re-run the command, but without the <code>dryRun</code> flag and specifying <code>resume=false</code> (to ignore the generated <code>release.properties</code> file that gets generated as a side-effect of using <code>git</code>). You can also set the <code>skipTests</code> flag since they would have been run during the previous dry run:</p> 
          </div> 
@@ -997,7 +997,7 @@ mvn clean install -o</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-core_post-prepare-sanity-check">3.4.8. Post-prepare sanity check</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-core_post-prepare-sanity-check">3.4.8. Post-prepare sanity check</h4> 
          <div class="paragraph"> 
           <p>You should end up with artifacts in your local repo with the new version (eg <code>1.15.0</code>). This is a good time to do some quick sanity checks; nothing has yet been uploaded:</p> 
          </div> 
@@ -1036,7 +1036,7 @@ popd</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-core_release-perform-upload">3.4.9. Release perform (Upload)</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-core_release-perform-upload">3.4.9. Release perform (Upload)</h4> 
          <div class="paragraph"> 
           <p>Once the release has been built locally, it should be uploaded for voting. This is done by deploying the Maven artifacts to a staging directory (this includes the source release ZIP file which will be voted upon).</p> 
          </div> 
@@ -1087,7 +1087,7 @@ re
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_cgcom_cutting-a-release_releasing-the-archetype">3.5. Releasing the Archetype</h3> 
+        <h3 id="__cgcom_cutting-a-release_releasing-the-archetype">3.5. Releasing the Archetype</h3> 
         <div class="paragraph"> 
          <p>Apache Isis archetypes are reverse engineered from example applications. Once reverse engineered, the source is checked into git (replacing any earlier version of the archetype) and released.</p> 
         </div> 
@@ -1116,7 +1116,7 @@ re
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-the-archetype_setup-environment-variables">3.5.1. Setup environment variables</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-the-archetype_setup-environment-variables">3.5.1. Setup environment variables</h4> 
          <div class="paragraph"> 
           <p>Set additional environment variables for the <code>simpleapp-archetype</code> artifact:</p> 
          </div> 
@@ -1143,7 +1143,7 @@ env | grep ISIS | sort</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-the-archetype_check-the-example-app">3.5.2. Check the example app</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-the-archetype_check-the-example-app">3.5.2. Check the example app</h4> 
          <div class="paragraph"> 
           <p>Update the parent <code>pom.xml</code> to reference the <em>released</em> version of Apache Isis core, eg:</p> 
          </div> 
@@ -1248,7 +1248,7 @@ docker container run -p 8080:8080 -d test/simpleapp</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-the-archetype_create-the-archetype">3.5.3. Create the archetype</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-the-archetype_create-the-archetype">3.5.3. Create the archetype</h4> 
          <div class="paragraph"> 
           <p>Make sure you are in the correct directory and environment variables are correct.</p> 
          </div> 
@@ -1274,7 +1274,7 @@ env | grep ISIS | sort</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-the-archetype_release-prepare">3.5.4. Release prepare</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-the-archetype_release-prepare">3.5.4. Release prepare</h4> 
          <div class="paragraph"> 
           <p>Switch to the <strong>archetype</strong> directory and execute the <code>release:prepare</code>:</p> 
          </div> 
@@ -1290,7 +1290,7 @@ mvn release:prepare -P apache-release \
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-the-archetype_post-prepare-sanity-check">3.5.5. Post-prepare sanity check</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-the-archetype_post-prepare-sanity-check">3.5.5. Post-prepare sanity check</h4> 
          <div class="paragraph"> 
           <p>This is a good point to test the archetype; nothing has yet been uploaded.</p> 
          </div> 
@@ -1333,7 +1333,7 @@ mvn -pl webapp jetty:run              # runs as mvn jetty plugin</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_releasing-the-archetype_release-perform-upload">3.5.6. Release Perform (upload)</h4> 
+         <h4 id="__cgcom_cutting-a-release_releasing-the-archetype_release-perform-upload">3.5.6. Release Perform (upload)</h4> 
          <div class="paragraph"> 
           <p>Back in the original session (in the <strong>archetype</strong> directory, <code>example/archetype/$ISISCPN</code>), execute <code>release:perform</code>:</p> 
          </div> 
@@ -1349,7 +1349,7 @@ mvn -pl webapp jetty:run              # runs as mvn jetty plugin</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_cgcom_cutting-a-release_check-close-staging-repo">3.6. Check/Close Staging Repo</h3> 
+        <h3 id="__cgcom_cutting-a-release_check-close-staging-repo">3.6. Check/Close Staging Repo</h3> 
         <div class="paragraph"> 
          <p>The <code>mvn release:perform</code> commands will have put release artifacts for both <code>core</code> and the <code>simpleapp</code> archetype into a newly created staging repository on the ASF Nexus repository server.</p> 
         </div> 
@@ -1431,7 +1431,7 @@ mvn -pl webapp jetty:run              # runs as mvn jetty plugin</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_cgcom_cutting-a-release_push-branches">3.7. Push branches</h3> 
+        <h3 id="__cgcom_cutting-a-release_push-branches">3.7. Push branches</h3> 
         <div class="paragraph"> 
          <p>Push the release branch to origin:</p> 
         </div> 
@@ -1465,7 +1465,7 @@ git fetch</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_cgcom_cutting-a-release_voting">3.8. Voting</h3> 
+        <h3 id="__cgcom_cutting-a-release_voting">3.8. Voting</h3> 
         <div class="paragraph"> 
          <p>Once the artifacts have been uploaded, you can call a vote.</p> 
         </div> 
@@ -1473,7 +1473,7 @@ git fetch</code></pre>
          <p>In all cases, votes last for 72 hours and require a +3 (binding) vote from members.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_cutting-a-release_voting-start-voting-thread">3.8.1. Start voting thread on <a href="mailto:dev@isis.apache.org">dev@isis.apache.org</a></h4> 
+         <h4 id="__cgcom_cutting-a-release_voting-start-voting-thread">3.8.1. Start voting thread on <a href="mailto:dev@isis.apache.org">dev@isis.apache.org</a></h4> 
          <div class="paragraph"> 
           <p>The following boilerplate is for a release of the Apache Isis Core. Adapt as required:</p> 
          </div> 
@@ -1592,10 +1592,10 @@ gpg --import /tmp/KEYS</code></pre>
        <div class="sect2"> 
         <h3 id="_verifying_source_artifacts">4.3. Verifying source artifacts</h3> 
         <div class="paragraph"> 
-         <p>You can either verify the source artifacts <a href="#_cgcom_verifying-releases_manual-procedure">manuall</a>, or use a script that <a href="#_cgcom_verifying-releases_automated-procedure">automates</a> the steps.</p> 
+         <p>You can either verify the source artifacts <a href="#<em>cgcom_verifying-releases_manual-procedure">manuall</a>, or use a script that <a href="#</em>cgcom_verifying-releases_automated-procedure">automates</a> the steps.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_verifying-releases_manual-procedure">4.3.1. Manual procedure</h4> 
+         <h4 id="__cgcom_verifying-releases_manual-procedure">4.3.1. Manual procedure</h4> 
          <div class="paragraph"> 
           <p>The following section describes the steps to perform to manually verify a release.</p> 
          </div> 
@@ -1683,7 +1683,7 @@ gpg --import /tmp/KEYS</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_verifying-releases_automated-procedure">4.3.2. Automated procedure</h4> 
+         <h4 id="__cgcom_verifying-releases_automated-procedure">4.3.2. Automated procedure</h4> 
          <div class="paragraph"> 
           <p>To save some time in verifying an Apache Isis release we\u2019ve assembled a script to automate the process. The script is tested on Mac OSX and Linux. Windows users can use Cygwin or <a href="http://msysgit.github.io/">msysgit</a>.</p> 
          </div> 
@@ -1810,7 +1810,7 @@ https://repository.apache.org/content/repositories/orgapacheisis-065/org/apache/
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_cgcom_verifying-releases_creadur">4.4. (Optional) Creadur Tools</h3> 
+        <h3 id="__cgcom_verifying-releases_creadur">4.4. (Optional) Creadur Tools</h3> 
         <div class="paragraph"> 
          <p>The <a href="http://creadur.apache.org">Apache Creadur</a> project exists to provide a set of tools to ensure compliance with Apache\u2019s licensing standards.</p> 
         </div> 
@@ -2298,7 +2298,7 @@ git push</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_cgcom_post-release-successful_release-non-asf-modules">5.13. Release (non-ASF) Modules</h3> 
+        <h3 id="__cgcom_post-release-successful_release-non-asf-modules">5.13. Release (non-ASF) Modules</h3> 
         <div class="paragraph"> 
          <p>There are two libraries of modules, both non-ASF but open source, that should be released.</p> 
         </div> 
@@ -2312,7 +2312,7 @@ git push</code></pre>
          <p>These each use a common parent, <code>org.incode:incode-parent</code>. This must be released first, then both set of modules afterwards.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_post-release-successful_release-non-asf-modules_prereqs">5.13.1. Prereqs</h4> 
+         <h4 id="__cgcom_post-release-successful_release-non-asf-modules_prereqs">5.13.1. Prereqs</h4> 
          <div class="paragraph"> 
           <p>Save this <a href="https://gist.github.com/danhaywood/e80daf6d25f5c1fb1093effba85d088a">gist</a> as <code>last_modified.sh</code> in an appropriate parent directory of both sets of repos.</p> 
          </div> 
@@ -2321,7 +2321,7 @@ git push</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_post-release-successful_release-non-asf-modules_incode-parent">5.13.2. Release <code>incode-parent</code></h4> 
+         <h4 id="__cgcom_post-release-successful_release-non-asf-modules_incode-parent">5.13.2. Release <code>incode-parent</code></h4> 
          <div class="paragraph"> 
           <p>The <code>org.incode:incode-parent</code> Maven module is used as a parent for both sets of modules:</p> 
          </div> 
@@ -2356,7 +2356,7 @@ git push</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_post-release-successful_release-non-asf-modules_incode-mavendeps">5.13.3. Release <code>incode-mavendeps</code></h4> 
+         <h4 id="__cgcom_post-release-successful_release-non-asf-modules_incode-mavendeps">5.13.3. Release <code>incode-mavendeps</code></h4> 
          <div class="paragraph"> 
           <p>The three <code>org.incode:mavendeps-isisXXX</code> module should be released next.</p> 
          </div> 
@@ -2397,7 +2397,7 @@ git push</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_post-release-successful_release-non-asf-modules_isisaddons">5.13.4. Release Isis Addons</h4> 
+         <h4 id="__cgcom_post-release-successful_release-non-asf-modules_isisaddons">5.13.4. Release Isis Addons</h4> 
          <div class="paragraph"> 
           <p>Once the Apache Isis release is available, all of the (non-ASF) <a href="http://isisaddons.org">Isis Addons</a> should also be released.</p> 
          </div> 
@@ -2456,7 +2456,7 @@ git push</code></pre>
               <pre class="CodeRay highlight"><code data-lang="bash">foreach -g isisaddons/isis-[mw] sh release.sh "1.14.0" "1.15.0-SNAPSHOT" "dan@haywood-associates.co.uk" \"this is not really my password\"</code></pre> 
              </div> 
             </div> </li> 
-           <li> <p>In the parent directory where the <code>last_modified.sh</code> script has been saved (see <a href="#_cgcom_post-release-successful_release-non-asf-modules_prereqs">above</a>), use to check that all modules were released successfully:<br></p> 
+           <li> <p>In the parent directory where the <code>last_modified.sh</code> script has been saved (see <a href="#__cgcom_post-release-successful_release-non-asf-modules_prereqs">above</a>), use to check that all modules were released successfully:<br></p> 
             <div class="listingblock"> 
              <div class="content"> 
               <pre class="CodeRay highlight"><code data-lang="bash">foreach -g isisaddons/isis-[mw] sh ../../last-modified.sh 1.14.0</code></pre> 
@@ -2485,7 +2485,7 @@ git push</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_cgcom_post-release-successful_release-non-asf-modules_incode-catalog">5.13.5. Release Incode Catalog Modules</h4> 
+         <h4 id="__cgcom_post-release-successful_release-non-asf-modules_incode-catalog">5.13.5. Release Incode Catalog Modules</h4> 
          <div class="paragraph"> 
           <p>Similarly, all of the (non-ASF) <a href="http://catalog.incode.org">Incode Catalog</a> modules should also be released.</p> 
          </div> 
@@ -2540,7 +2540,7 @@ git push</code></pre>
                 <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> 
                 <td class="content"> 
                  <div class="paragraph"> 
-                  <p>See <a href="#_cgcom_post-release-successful_release-non-asf-modules_incode-catalog_cross-module-dependencies">below</a> for a list of the dependencies to update.</p> 
+                  <p>See <a href="#__cgcom_post-release-successful_release-non-asf-modules_incode-catalog_cross-module-dependencies">below</a> for a list of the dependencies to update.</p> 
                  </div> </td> 
                </tr> 
               </tbody>
@@ -2553,7 +2553,7 @@ git push</code></pre>
               <pre class="CodeRay highlight"><code data-lang="bash">foreach -g incodehq/incode-module-[a-w] sh release.sh "1.14.0" "1.15.0-SNAPSHOT" "dan@haywood-associates.co.uk" \"this is not really my password\"</code></pre> 
              </div> 
             </div> </li> 
-           <li> <p>In the parent directory where the <code>last_modified.sh</code> script has been saved (see <a href="#_cgcom_post-release-successful_release-non-asf-modules_prereqs">above</a>), use to check that all modules were released successfully:<br></p> 
+           <li> <p>In the parent directory where the <code>last_modified.sh</code> script has been saved (see <a href="#__cgcom_post-release-successful_release-non-asf-modules_prereqs">above</a>), use to check that all modules were released successfully:<br></p> 
             <div class="listingblock"> 
              <div class="content"> 
               <pre class="CodeRay highlight"><code data-lang="bash">foreach -g incodehq/incode-module-[a-w] sh ../../last-modified.sh 1.14.0</code></pre> 
@@ -2581,7 +2581,7 @@ git push</code></pre>
           </ul> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_cgcom_post-release-successful_release-non-asf-modules_incode-catalog_cross-module-dependencies">Cross-module dependencies</h5> 
+          <h5 id="__cgcom_post-release-successful_release-non-asf-modules_incode-catalog_cross-module-dependencies">Cross-module dependencies</h5> 
           <div class="paragraph"> 
            <p>As of v1.14.0, the list of dependencies that needed to be updated (across all modules) were:</p> 
           </div> 
@@ -3715,7 +3715,7 @@ gpg --armor --export nnnnnnnn &gt;&gt;KEYS</code></pre>
        <div class="sect2"> 
         <h3 id="_configure_toolchains_plugin">11.1. Configure toolchains plugin</h3> 
         <div class="paragraph"> 
-         <p>Apache Isis releases are built using Java 7, enforced using the maven toolchains plugin. Ensure that Java 7 is installed and the toolchains plugin is configured, as described in the <a href="#_dg_building-isis_configure-maven-toolchains-plugin">contributors' guide</a>.</p> 
+         <p>Apache Isis releases are built using Java 7, enforced using the maven toolchains plugin. Ensure that Java 7 is installed and the toolchains plugin is configured, as described in the <a href="#__dg_building-isis_configure-maven-toolchains-plugin">contributors' guide</a>.</p> 
         </div> 
        </div> 
        <div class="sect2"> 
@@ -4377,35 +4377,35 @@ modify_committee.pl isis --remove joebloggs</code></pre>
         </ul> </li> 
        <li><a href="#_cgcom_cutting-a-release">3. Cutting a Release</a> 
         <ul class="sectlevel2"> 
-         <li><a href="#_cgcom_cutting-a-release_obtain-consensus">3.1. Obtain Consensus</a></li> 
-         <li><a href="#_cgcom_cutting-a-release_set-environment-variables">3.2. Set environment variables</a></li> 
-         <li><a href="#_cgcom_cutting-a-release_pull-down-code-to-release">3.3. Pull down code to release</a></li> 
-         <li><a href="#_cgcom_cutting-a-release_releasing-core">3.4. Releasing Core</a> 
+         <li><a href="#__cgcom_cutting-a-release_obtain-consensus">3.1. Obtain Consensus</a></li> 
+         <li><a href="#__cgcom_cutting-a-release_set-environment-variables">3.2. Set environment variables</a></li> 
+         <li><a href="#__cgcom_cutting-a-release_pull-down-code-to-release">3.3. Pull down code to release</a></li> 
+         <li><a href="#__cgcom_cutting-a-release_releasing-core">3.4. Releasing Core</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-core_set-environment-variables">3.4.1. Set environment variables</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-core_license-headers">3.4.2. License headers</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-core_missing-license-check">3.4.3. Missing License Check</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-core_commit-changes">3.4.4. Commit changes</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-core_sanity-check">3.4.5. Sanity check</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-core_release-prepare-dry-run">3.4.6. Release prepare "dry run"</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-core_release-prepare-proper">3.4.7. Release prepare "proper"</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-core_post-prepare-sanity-check">3.4.8. Post-prepare sanity check</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-core_release-perform-upload">3.4.9. Release perform (Upload)</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-core_set-environment-variables">3.4.1. Set environment variables</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-core_license-headers">3.4.2. License headers</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-core_missing-license-check">3.4.3. Missing License Check</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-core_commit-changes">3.4.4. Commit changes</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-core_sanity-check">3.4.5. Sanity check</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-core_release-prepare-dry-run">3.4.6. Release prepare "dry run"</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-core_release-prepare-proper">3.4.7. Release prepare "proper"</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-core_post-prepare-sanity-check">3.4.8. Post-prepare sanity check</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-core_release-perform-upload">3.4.9. Release perform (Upload)</a></li> 
           </ul> </li> 
-         <li><a href="#_cgcom_cutting-a-release_releasing-the-archetype">3.5. Releasing the Archetype</a> 
+         <li><a href="#__cgcom_cutting-a-release_releasing-the-archetype">3.5. Releasing the Archetype</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-the-archetype_setup-environment-variables">3.5.1. Setup environment variables</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-the-archetype_check-the-example-app">3.5.2. Check the example app</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-the-archetype_create-the-archetype">3.5.3. Create the archetype</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-the-archetype_release-prepare">3.5.4. Release prepare</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-the-archetype_post-prepare-sanity-check">3.5.5. Post-prepare sanity check</a></li> 
-           <li><a href="#_cgcom_cutting-a-release_releasing-the-archetype_release-perform-upload">3.5.6. Release Perform (upload)</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-the-archetype_setup-environment-variables">3.5.1. Setup environment variables</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-the-archetype_check-the-example-app">3.5.2. Check the example app</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-the-archetype_create-the-archetype">3.5.3. Create the archetype</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-the-archetype_release-prepare">3.5.4. Release prepare</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-the-archetype_post-prepare-sanity-check">3.5.5. Post-prepare sanity check</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_releasing-the-archetype_release-perform-upload">3.5.6. Release Perform (upload)</a></li> 
           </ul> </li> 
-         <li><a href="#_cgcom_cutting-a-release_check-close-staging-repo">3.6. Check/Close Staging Repo</a></li> 
-         <li><a href="#_cgcom_cutting-a-release_push-branches">3.7. Push branches</a></li> 
-         <li><a href="#_cgcom_cutting-a-release_voting">3.8. Voting</a> 
+         <li><a href="#__cgcom_cutting-a-release_check-close-staging-repo">3.6. Check/Close Staging Repo</a></li> 
+         <li><a href="#__cgcom_cutting-a-release_push-branches">3.7. Push branches</a></li> 
+         <li><a href="#__cgcom_cutting-a-release_voting">3.8. Voting</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_cgcom_cutting-a-release_voting-start-voting-thread">3.8.1. Start voting thread on </a><a href="mailto:dev@isis.apache.org">dev@isis.apache.org</a></li> 
+           <li><a href="#__cgcom_cutting-a-release_voting-start-voting-thread">3.8.1. Start voting thread on </a><a href="mailto:dev@isis.apache.org">dev@isis.apache.org</a></li> 
           </ul> </li> 
         </ul> </li> 
        <li><a href="#_cgcom_verifying-releases">4. Verifying a Release</a> 
@@ -4414,20 +4414,20 @@ modify_committee.pl isis --remove joebloggs</code></pre>
          <li><a href="#_prerequisites_2">4.2. Prerequisites</a></li> 
          <li><a href="#_verifying_source_artifacts">4.3. Verifying source artifacts</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_cgcom_verifying-releases_manual-procedure">4.3.1. Manual procedure</a> 
+           <li><a href="#__cgcom_verifying-releases_manual-procedure">4.3.1. Manual procedure</a> 
             <ul class="sectlevel4"> 
              <li><a href="#_download_the_artifacts">Download the artifacts</a></li> 
              <li><a href="#_building_source_artifacts">Building source artifacts</a></li> 
              <li><a href="#_verifying_binary_artifacts">Verifying binary artifacts</a></li> 
             </ul> </li> 
-           <li><a href="#_cgcom_verifying-releases_automated-procedure">4.3.2. Automated procedure</a> 
+           <li><a href="#__cgcom_verifying-releases_automated-procedure">4.3.2. Automated procedure</a> 
             <ul class="sectlevel4"> 
              <li><a href="#_copy_script_to_local_machine">Copy script to local machine</a></li> 
              <li><a href="#_create_an_input_file">Create an input file</a></li> 
              <li><a href="#_execute_the_script">Execute the script</a></li> 
             </ul> </li> 
           </ul> </li> 
-         <li><a href="#_cgcom_verifying-releases_creadur">4.4. (Optional) Creadur Tools</a></li> 
+         <li><a href="#__cgcom_verifying-releases_creadur">4.4. (Optional) Creadur Tools</a></li> 
          <li><a href="#_test_the_archetype">4.5. Test the archetype</a></li> 
          <li><a href="#_casting_a_vote">4.6. Casting a Vote</a></li> 
         </ul> </li> 
@@ -4457,15 +4457,15 @@ modify_committee.pl isis --remove joebloggs</code></pre>
           </ul> </li> 
          <li><a href="#_code_formatting">5.11. Code formatting</a></li> 
          <li><a href="#_push_changes">5.12. Push changes</a></li> 
-         <li><a href="#_cgcom_post-release-successful_release-non-asf-modules">5.13. Release (non-ASF) Modules</a> 
+         <li><a href="#__cgcom_post-release-successful_release-non-asf-modules">5.13. Release (non-ASF) Modules</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_cgcom_post-release-successful_release-non-asf-modules_prereqs">5.13.1. Prereqs</a></li> 
-           <li><a href="#_cgcom_post-release-successful_release-non-asf-modules_incode-parent">5.13.2. Release <code>incode-parent</code></a></li> 
-           <li><a href="#_cgcom_post-release-successful_release-non-asf-modules_incode-mavendeps">5.13.3. Release <code>incode-mavendeps</code></a></li> 
-           <li><a href="#_cgcom_post-release-successful_release-non-asf-modules_isisaddons">5.13.4. Release Isis Addons</a></li> 
-           <li><a href="#_cgcom_post-release-successful_release-non-asf-modules_incode-catalog">5.13.5. Release Incode Catalog Modules</a> 
+           <li><a href="#__cgcom_post-release-successful_release-non-asf-modules_prereqs">5.13.1. Prereqs</a></li> 
+           <li><a href="#__cgcom_post-release-successful_release-non-asf-modules_incode-parent">5.13.2. Release <code>incode-parent</code></a></li> 
+           <li><a href="#__cgcom_post-release-successful_release-non-asf-modules_incode-mavendeps">5.13.3. Release <code>incode-mavendeps</code></a></li> 
+           <li><a href="#__cgcom_post-release-successful_release-non-asf-modules_isisaddons">5.13.4. Release Isis Addons</a></li> 
+           <li><a href="#__cgcom_post-release-successful_release-non-asf-modules_incode-catalog">5.13.5. Release Incode Catalog Modules</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_cgcom_post-release-successful_release-non-asf-modules_incode-catalog_cross-module-dependencies">Cross-module dependencies</a></li> 
+             <li><a href="#__cgcom_post-release-successful_release-non-asf-modules_incode-catalog_cross-module-dependencies">Cross-module dependencies</a></li> 
             </ul> </li> 
           </ul> </li> 
         </ul> </li> 


[08/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/rgsvc.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgsvc.pdf b/content/guides/rgsvc.pdf
index 4e295f0..aa02bb8 100644
--- a/content/guides/rgsvc.pdf
+++ b/content/guides/rgsvc.pdf
@@ -4,16 +4,16 @@
 << /Title (Domain Services)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307234048+00'00')
-/ModDate (D:20170307234048+00'00')
+/CreationDate (D:20170308005210+00'00')
+/ModDate (D:20170308005210+00'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 18 0 R
-/Outlines 2193 0 R
-/PageLabels 2277 0 R
+/Outlines 2194 0 R
+/PageLabels 2278 0 R
 /PageMode /UseOutlines
 /OpenAction [7 0 R /FitH 842.89]
 /ViewerPreferences << /DisplayDocTitle true
@@ -23,7 +23,7 @@ endobj
 3 0 obj
 << /Type /Pages
 /Count 173
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 16 0 R 38 0 R 50 0 R 61 0 R 70 0 R 76 0 R 105 0 R 110 0 R 131 0 R 166 0 R 197 0 R 215 0 R 221 0 R 231 0 R 237 0 R 252 0 R 256 0 R 262 0 R 266 0 R 272 0 R 280 0 R 295 0 R 310 0 R 325 0 R 346 0 R 359 0 R 377 0 R 387 0 R 399 0 R 407 0 R 424 0 R 438 0 R 448 0 R 454 0 R 481 0 R 519 0 R 540 0 R 548 0 R 560 0 R 570 0 R 580 0 R 592 0 R 605 0 R 617 0 R 619 0 R 621 0 R 631 0 R 644 0 R 646 0 R 657 0 R 664 0 R 685 0 R 692 0 R 699 0 R 715 0 R 726 0 R 735 0 R 746 0 R 756 0 R 761 0 R 772 0 R 779 0 R 793 0 R 801 0 R 824 0 R 832 0 R 845 0 R 864 0 R 875 0 R 893 0 R 898 0 R 926 0 R 951 0 R 958 0 R 963 0 R 970 0 R 981 0 R 997 0 R 1008 0 R 1010 0 R 1021 0 R 1031 0 R 1035 0 R 1043 0 R 1051 0 R 1058 0 R 1074 0 R 1086 0 R 1093 0 R 1097 0 R 1100 0 R 1106 0 R 1115 0 R 1127 0 R 1141 0 R 1155 0 R 1161 0 R 1174 0 R 1183 0 R 1187 0 R 1216 0 R 1233 0 R 1238 0 R 1253 0 R 1270 0 R 1276 0 R 1283 0 R 1298 0 R 1303 0 R 1313 0 R 1325 0 R 1332 0 R 1343 0 R 1347 0 R 1350 0 R 1354 0 R 136
 6 0 R 1394 0 R 1410 0 R 1422 0 R 1432 0 R 1443 0 R 1451 0 R 1463 0 R 1480 0 R 1489 0 R 1533 0 R 1545 0 R 1555 0 R 1564 0 R 1572 0 R 1583 0 R 1594 0 R 1624 0 R 1634 0 R 1640 0 R 1647 0 R 1651 0 R 1661 0 R 1673 0 R 1677 0 R 1683 0 R 1694 0 R 1697 0 R 1703 0 R 1707 0 R 1711 0 R 1716 0 R 1724 0 R 1751 0 R 1769 0 R 1772 0 R 1785 0 R 1795 0 R 1811 0 R 1821 0 R 1833 0 R 1845 0 R 1855 0 R 1873 0 R 1882 0 R 1888 0 R 1895 0 R 1912 0 R 1917 0 R 1925 0 R 1931 0 R 1947 0 R 1955 0 R]
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 16 0 R 38 0 R 50 0 R 61 0 R 70 0 R 76 0 R 105 0 R 110 0 R 131 0 R 166 0 R 197 0 R 215 0 R 221 0 R 231 0 R 237 0 R 252 0 R 256 0 R 262 0 R 266 0 R 272 0 R 280 0 R 295 0 R 310 0 R 325 0 R 346 0 R 359 0 R 377 0 R 387 0 R 399 0 R 407 0 R 424 0 R 438 0 R 448 0 R 454 0 R 481 0 R 519 0 R 540 0 R 548 0 R 560 0 R 570 0 R 580 0 R 592 0 R 605 0 R 617 0 R 619 0 R 621 0 R 631 0 R 644 0 R 646 0 R 657 0 R 664 0 R 685 0 R 692 0 R 699 0 R 715 0 R 726 0 R 735 0 R 746 0 R 756 0 R 761 0 R 772 0 R 779 0 R 793 0 R 801 0 R 824 0 R 832 0 R 845 0 R 864 0 R 875 0 R 893 0 R 898 0 R 927 0 R 952 0 R 959 0 R 964 0 R 971 0 R 982 0 R 998 0 R 1009 0 R 1011 0 R 1022 0 R 1032 0 R 1036 0 R 1044 0 R 1052 0 R 1059 0 R 1075 0 R 1087 0 R 1094 0 R 1098 0 R 1101 0 R 1107 0 R 1116 0 R 1128 0 R 1142 0 R 1155 0 R 1161 0 R 1174 0 R 1183 0 R 1187 0 R 1216 0 R 1233 0 R 1238 0 R 1253 0 R 1270 0 R 1276 0 R 1283 0 R 1297 0 R 1302 0 R 1312 0 R 1324 0 R 1331 0 R 1342 0 R 1346 0 R 1349 0 R 1353 0 R 136
 5 0 R 1393 0 R 1409 0 R 1421 0 R 1431 0 R 1443 0 R 1451 0 R 1460 0 R 1477 0 R 1486 0 R 1530 0 R 1542 0 R 1552 0 R 1561 0 R 1569 0 R 1580 0 R 1591 0 R 1621 0 R 1634 0 R 1640 0 R 1647 0 R 1651 0 R 1661 0 R 1673 0 R 1677 0 R 1683 0 R 1694 0 R 1697 0 R 1703 0 R 1707 0 R 1711 0 R 1716 0 R 1724 0 R 1751 0 R 1769 0 R 1772 0 R 1785 0 R 1795 0 R 1811 0 R 1821 0 R 1833 0 R 1845 0 R 1855 0 R 1873 0 R 1882 0 R 1888 0 R 1895 0 R 1912 0 R 1917 0 R 1925 0 R 1931 0 R 1948 0 R 1956 0 R]
 >>
 endobj
 4 0 obj
@@ -80,11 +80,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAABZ+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 2279 0 R
+/FontDescriptor 2280 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2281 0 R
-/ToUnicode 2280 0 R
+/Widths 2282 0 R
+/ToUnicode 2281 0 R
 >>
 endobj
 9 0 obj
@@ -1937,7 +1937,7 @@ endobj
 /F3.0 43 0 R
 >>
 >>
-/Annots [1960 0 R 1961 0 R 1962 0 R 1963 0 R 1964 0 R 1965 0 R 1966 0 R 1967 0 R 1968 0 R 1969 0 R 1970 0 R 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R 1977 0 R 1978 0 R 1979 0 R 1980 0 R 1981 0 R 1982 0 R 1983 0 R 1984 0 R 1985 0 R 1986 0 R 1987 0 R 1988 0 R 1989 0 R 1990 0 R 1991 0 R 1992 0 R 1993 0 R 1994 0 R 1995 0 R 1996 0 R 1997 0 R 1998 0 R 1999 0 R 2000 0 R 2001 0 R 2002 0 R 2003 0 R 2004 0 R 2005 0 R 2006 0 R 2007 0 R 2008 0 R 2009 0 R 2010 0 R 2011 0 R 2012 0 R 2013 0 R 2014 0 R 2015 0 R 2016 0 R 2017 0 R 2018 0 R 2019 0 R 2020 0 R 2021 0 R 2022 0 R 2023 0 R 2024 0 R 2025 0 R 2026 0 R 2027 0 R 2028 0 R 2029 0 R 2030 0 R 2031 0 R 2032 0 R 2033 0 R 2034 0 R 2035 0 R 2036 0 R 2037 0 R 2038 0 R 2039 0 R 2040 0 R 2041 0 R 2042 0 R 2043 0 R 2044 0 R 2045 0 R 2046 0 R 2047 0 R 2048 0 R 2049 0 R 2050 0 R 2051 0 R 2052 0 R 2053 0 R 2054 0 R 2055 0 R 2056 0 R 2057 0 R 2058 0 R 2059 0 R 2060 0 R 2061 0 R 2062 0 R]
+/Annots [1961 0 R 1962 0 R 1963 0 R 1964 0 R 1965 0 R 1966 0 R 1967 0 R 1968 0 R 1969 0 R 1970 0 R 1971 0 R 1972 0 R 1973 0 R 1974 0 R 1975 0 R 1976 0 R 1977 0 R 1978 0 R 1979 0 R 1980 0 R 1981 0 R 1982 0 R 1983 0 R 1984 0 R 1985 0 R 1986 0 R 1987 0 R 1988 0 R 1989 0 R 1990 0 R 1991 0 R 1992 0 R 1993 0 R 1994 0 R 1995 0 R 1996 0 R 1997 0 R 1998 0 R 1999 0 R 2000 0 R 2001 0 R 2002 0 R 2003 0 R 2004 0 R 2005 0 R 2006 0 R 2007 0 R 2008 0 R 2009 0 R 2010 0 R 2011 0 R 2012 0 R 2013 0 R 2014 0 R 2015 0 R 2016 0 R 2017 0 R 2018 0 R 2019 0 R 2020 0 R 2021 0 R 2022 0 R 2023 0 R 2024 0 R 2025 0 R 2026 0 R 2027 0 R 2028 0 R 2029 0 R 2030 0 R 2031 0 R 2032 0 R 2033 0 R 2034 0 R 2035 0 R 2036 0 R 2037 0 R 2038 0 R 2039 0 R 2040 0 R 2041 0 R 2042 0 R 2043 0 R 2044 0 R 2045 0 R 2046 0 R 2047 0 R 2048 0 R 2049 0 R 2050 0 R 2051 0 R 2052 0 R 2053 0 R 2054 0 R 2055 0 R 2056 0 R 2057 0 R 2058 0 R 2059 0 R 2060 0 R 2061 0 R 2062 0 R 2063 0 R]
 >>
 endobj
 11 0 obj
@@ -4064,7 +4064,7 @@ endobj
 /F4.0 58 0 R
 >>
 >>
-/Annots [2063 0 R 2064 0 R 2065 0 R 2066 0 R 2067 0 R 2068 0 R 2069 0 R 2070 0 R 2071 0 R 2072 0 R 2073 0 R 2074 0 R 2075 0 R 2076 0 R 2077 0 R 2078 0 R 2079 0 R 2080 0 R 2081 0 R 2082 0 R 2083 0 R 2084 0 R 2085 0 R 2086 0 R 2087 0 R 2088 0 R 2089 0 R 2090 0 R 2091 0 R 2092 0 R 2093 0 R 2094 0 R 2095 0 R 2096 0 R 2097 0 R 2098 0 R 2099 0 R 2100 0 R 2101 0 R 2102 0 R 2103 0 R 2104 0 R 2105 0 R 2106 0 R 2107 0 R 2108 0 R 2109 0 R 2110 0 R 2111 0 R 2112 0 R 2113 0 R 2114 0 R 2115 0 R 2116 0 R 2117 0 R 2118 0 R 2119 0 R 2120 0 R 2121 0 R 2122 0 R 2123 0 R 2124 0 R 2125 0 R 2126 0 R 2127 0 R 2128 0 R 2129 0 R 2130 0 R 2131 0 R 2132 0 R 2133 0 R 2134 0 R 2135 0 R 2136 0 R 2137 0 R 2138 0 R 2139 0 R 2140 0 R 2141 0 R 2142 0 R 2143 0 R 2144 0 R 2145 0 R 2146 0 R 2147 0 R 2148 0 R 2149 0 R 2150 0 R 2151 0 R 2152 0 R 2153 0 R 2154 0 R 2155 0 R 2156 0 R 2157 0 R 2158 0 R 2159 0 R 2160 0 R 2161 0 R 2162 0 R 2163 0 R 2164 0 R 2165 0 R 2166 0 R 2167 0 R 2168 0 R 2169 0 R 2170 0 R 2171 0 R 2172 0 
 R 2173 0 R 2174 0 R 2175 0 R 2176 0 R 2177 0 R 2178 0 R 2179 0 R 2180 0 R 2181 0 R 2182 0 R 2183 0 R 2184 0 R 2185 0 R 2186 0 R]
+/Annots [2064 0 R 2065 0 R 2066 0 R 2067 0 R 2068 0 R 2069 0 R 2070 0 R 2071 0 R 2072 0 R 2073 0 R 2074 0 R 2075 0 R 2076 0 R 2077 0 R 2078 0 R 2079 0 R 2080 0 R 2081 0 R 2082 0 R 2083 0 R 2084 0 R 2085 0 R 2086 0 R 2087 0 R 2088 0 R 2089 0 R 2090 0 R 2091 0 R 2092 0 R 2093 0 R 2094 0 R 2095 0 R 2096 0 R 2097 0 R 2098 0 R 2099 0 R 2100 0 R 2101 0 R 2102 0 R 2103 0 R 2104 0 R 2105 0 R 2106 0 R 2107 0 R 2108 0 R 2109 0 R 2110 0 R 2111 0 R 2112 0 R 2113 0 R 2114 0 R 2115 0 R 2116 0 R 2117 0 R 2118 0 R 2119 0 R 2120 0 R 2121 0 R 2122 0 R 2123 0 R 2124 0 R 2125 0 R 2126 0 R 2127 0 R 2128 0 R 2129 0 R 2130 0 R 2131 0 R 2132 0 R 2133 0 R 2134 0 R 2135 0 R 2136 0 R 2137 0 R 2138 0 R 2139 0 R 2140 0 R 2141 0 R 2142 0 R 2143 0 R 2144 0 R 2145 0 R 2146 0 R 2147 0 R 2148 0 R 2149 0 R 2150 0 R 2151 0 R 2152 0 R 2153 0 R 2154 0 R 2155 0 R 2156 0 R 2157 0 R 2158 0 R 2159 0 R 2160 0 R 2161 0 R 2162 0 R 2163 0 R 2164 0 R 2165 0 R 2166 0 R 2167 0 R 2168 0 R 2169 0 R 2170 0 R 2171 0 R 2172 0 R 2173 0 
 R 2174 0 R 2175 0 R 2176 0 R 2177 0 R 2178 0 R 2179 0 R 2180 0 R 2181 0 R 2182 0 R 2183 0 R 2184 0 R 2185 0 R 2186 0 R 2187 0 R]
 >>
 endobj
 13 0 obj
@@ -4179,7 +4179,7 @@ endobj
 /F3.0 43 0 R
 >>
 >>
-/Annots [2187 0 R 2188 0 R 2189 0 R 2190 0 R 2191 0 R]
+/Annots [2188 0 R 2189 0 R 2190 0 R 2191 0 R 2192 0 R]
 >>
 endobj
 15 0 obj
@@ -4786,7 +4786,7 @@ endobj
 /Font << /F2.0 20 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [22 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R 36 0 R]
@@ -4801,18 +4801,18 @@ endobj
 >>
 endobj
 19 0 obj
-<< /Kids [1455 0 R 1456 0 R]
+<< /Kids [1628 0 R 1629 0 R]
 >>
 endobj
 20 0 obj
 << /Type /Font
 /BaseFont /AAAACA+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 2283 0 R
+/FontDescriptor 2284 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2285 0 R
-/ToUnicode 2284 0 R
+/Widths 2286 0 R
+/ToUnicode 2285 0 R
 >>
 endobj
 21 0 obj
@@ -5376,7 +5376,7 @@ endobj
 /F3.0 43 0 R
 >>
 /XObject << /I1 41 0 R
-/Stamp1 2192 0 R
+/Stamp1 2193 0 R
 >>
 >>
 /Annots [42 0 R 44 0 R 45 0 R 46 0 R 47 0 R 48 0 R]
@@ -5517,11 +5517,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACB+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 2287 0 R
+/FontDescriptor 2288 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2289 0 R
-/ToUnicode 2288 0 R
+/Widths 2290 0 R
+/ToUnicode 2289 0 R
 >>
 endobj
 44 0 obj
@@ -7513,7 +7513,7 @@ endobj
 /F3.1 54 0 R
 /F4.0 58 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [52 0 R 55 0 R 56 0 R 57 0 R 59 0 R]
@@ -7540,11 +7540,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACC+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 2291 0 R
+/FontDescriptor 2292 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2293 0 R
-/ToUnicode 2292 0 R
+/Widths 2294 0 R
+/ToUnicode 2293 0 R
 >>
 endobj
 55 0 obj
@@ -7575,11 +7575,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACD+mplus-1p-regular
 /Subtype /TrueType
-/FontDescriptor 2295 0 R
+/FontDescriptor 2296 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2297 0 R
-/ToUnicode 2296 0 R
+/Widths 2298 0 R
+/ToUnicode 2297 0 R
 >>
 endobj
 59 0 obj
@@ -8699,7 +8699,7 @@ endobj
 /F5.1 64 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [63 0 R 65 0 R 66 0 R 67 0 R 68 0 R]
@@ -8723,11 +8723,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACE+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 2299 0 R
+/FontDescriptor 2300 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2301 0 R
-/ToUnicode 2300 0 R
+/Widths 2302 0 R
+/ToUnicode 2301 0 R
 >>
 endobj
 65 0 obj
@@ -10522,7 +10522,7 @@ endobj
 /F6.0 71 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [73 0 R 74 0 R]
@@ -10532,11 +10532,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACF+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 2303 0 R
+/FontDescriptor 2304 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2305 0 R
-/ToUnicode 2304 0 R
+/Widths 2306 0 R
+/ToUnicode 2305 0 R
 >>
 endobj
 72 0 obj
@@ -12265,7 +12265,7 @@ endobj
 /F4.0 58 0 R
 /F5.1 64 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [77 0 R 78 0 R 79 0 R 80 0 R 81 0 R 82 0 R 83 0 R 84 0 R 85 0 R 86 0 R 87 0 R 88 0 R 89 0 R 90 0 R 91 0 R 92 0 R 93 0 R 94 0 R 95 0 R 96 0 R 97 0 R 98 0 R 99 0 R 100 0 R 101 0 R 102 0 R 103 0 R]
@@ -12750,7 +12750,7 @@ endobj
 /Font << /F1.0 8 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [106 0 R 107 0 R 108 0 R]
@@ -14039,7 +14039,7 @@ endobj
 /F6.0 71 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [112 0 R 113 0 R 114 0 R 115 0 R 116 0 R 117 0 R 118 0 R 119 0 R 120 0 R 121 0 R 122 0 R 123 0 R 124 0 R 125 0 R 126 0 R 127 0 R 128 0 R 129 0 R]
@@ -16266,7 +16266,7 @@ endobj
 /F3.0 43 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [132 0 R 133 0 R 134 0 R 135 0 R 136 0 R 137 0 R 138 0 R 139 0 R 140 0 R 141 0 R 142 0 R 143 0 R 144 0 R 145 0 R 146 0 R 147 0 R 148 0 R 149 0 R 150 0 R 151 0 R 152 0 R 153 0 R 154 0 R 155 0 R 156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R 164 0 R]
@@ -18211,7 +18211,7 @@ endobj
 /F3.0 43 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [167 0 R 168 0 R 169 0 R 170 0 R 171 0 R 172 0 R 173 0 R 174 0 R 175 0 R 176 0 R 177 0 R 178 0 R 179 0 R 180 0 R 181 0 R 182 0 R 183 0 R 184 0 R 185 0 R 186 0 R 187 0 R 188 0 R 189 0 R 190 0 R 191 0 R 192 0 R 193 0 R 194 0 R 195 0 R]
@@ -20162,7 +20162,7 @@ endobj
 /F6.0 71 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [198 0 R 199 0 R 200 0 R 201 0 R 202 0 R 203 0 R 204 0 R 205 0 R 206 0 R 207 0 R 209 0 R 210 0 R 211 0 R 212 0 R]
@@ -21082,7 +21082,7 @@ endobj
 /F3.0 43 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [216 0 R 217 0 R 219 0 R]
@@ -24002,7 +24002,7 @@ endobj
 /F2.0 20 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [223 0 R 225 0 R 226 0 R 227 0 R 228 0 R 229 0 R]
@@ -25371,7 +25371,7 @@ endobj
 /F6.0 71 0 R
 /F4.0 58 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [235 0 R]
@@ -27258,7 +27258,7 @@ endobj
 /F2.0 20 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [239 0 R 240 0 R 241 0 R 243 0 R 244 0 R 249 0 R 250 0 R]
@@ -27291,7 +27291,7 @@ endobj
 endobj
 241 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24 639.6500000000001 111.19800000000001 653.9300000000002]
 /Type /Annot
@@ -27323,13 +27323,13 @@ endobj
 [237 0 R /XYZ 0 407.08000000000044 null]
 endobj
 247 0 obj
-<< /Limits [(_rgsvc) (_rgsvc_api_ConfigurationService)]
-/Names [(_rgsvc) 17 0 R (_rgsvc_api_AcceptHeaderService) 533 0 R (_rgsvc_api_ActionInvocationContext) 554 0 R (_rgsvc_api_ApplicationFeatureRepository) 1408 0 R (_rgsvc_api_BackgroundService) 572 0 R (_rgsvc_api_BackgroundService_BackgroundCommandExecution) 611 0 R (_rgsvc_api_BackgroundService_Quartz) 612 0 R (_rgsvc_api_BookmarkService) 1228 0 R (_rgsvc_api_ClockService) 952 0 R (_rgsvc_api_CommandContext) 622 0 R (_rgsvc_api_CommandContext_screencast) 638 0 R (_rgsvc_api_ConfigurationService) 964 0 R]
+<< /Limits [(__rgsvc_api_CommandContext_screencast) (__rgsvc_api_LayoutService_related-domain-services)]
+/Names [(__rgsvc_api_CommandContext_screencast) 638 0 R (__rgsvc_api_EventBusService_Configuration) 1117 0 R (__rgsvc_api_EventBusService_api-and-implementation) 1073 0 R (__rgsvc_api_EventBusService_event-hierarchy) 1096 0 R (__rgsvc_api_InteractionContext_Related-Classes) 709 0 R (__rgsvc_api_IsisJdoSupport_executing-sql) 1623 0 R (__rgsvc_api_IsisJdoSupport_fixture-support) 1641 0 R (__rgsvc_api_IsisJdoSupport_jdo-persistencemanager) 1649 0 R (__rgsvc_api_IsisJdoSupport_reloading-entities) 1644 0 R (__rgsvc_api_IsisJdoSupport_type-safe-jdoql-queries) 1626 0 R (__rgsvc_api_JaxbService_api-and-implementation) 1304 0 R (__rgsvc_api_LayoutService_api-and-implementation) 1424 0 R (__rgsvc_api_LayoutService_related-domain-services) 1435 0 R]
 >>
 endobj
 248 0 obj
 << /Limits [(_rgsvc_spi_ErrorReportingService) (alternative-implementations)]
-/Names [(_rgsvc_spi_ErrorReportingService) 245 0 R (_rgsvc_spi_EventSerializer) 1804 0 R (_rgsvc_spi_ExceptionRecognizer) 263 0 R (_rgsvc_spi_FixtureScriptsSpecificationProvider) 1550 0 R (_rgsvc_spi_GridLoaderService) 300 0 R (_rgsvc_spi_GridService) 315 0 R (_rgsvc_spi_GridSystemService) 276 0 R (_rgsvc_spi_HintStore) 343 0 R (_rgsvc_spi_LocaleProvider) 360 0 R (_rgsvc_spi_PublisherService) 1831 0 R (_rgsvc_spi_PublishingService) 1869 0 R (_rgsvc_spi_RoutingService) 378 0 R (_rgsvc_spi_TableColumnOrderService) 394 0 R (_rgsvc_spi_TranslationService) 403 0 R (_rgsvc_spi_TranslationsResolver) 419 0 R (_rgsvc_spi_UrlEncodingService) 434 0 R (_rgsvc_spi_UserProfileService) 443 0 R (_rgsvc_spi_UserRegistrationService) 1915 0 R (_rgsvc_testing) 1490 0 R (alternative-implementations) 234 0 R]
+/Names [(_rgsvc_spi_ErrorReportingService) 245 0 R (_rgsvc_spi_EventSerializer) 1804 0 R (_rgsvc_spi_ExceptionRecognizer) 263 0 R (_rgsvc_spi_FixtureScriptsSpecificationProvider) 1547 0 R (_rgsvc_spi_GridLoaderService) 300 0 R (_rgsvc_spi_GridService) 315 0 R (_rgsvc_spi_GridSystemService) 276 0 R (_rgsvc_spi_HintStore) 343 0 R (_rgsvc_spi_LocaleProvider) 360 0 R (_rgsvc_spi_PublisherService) 1831 0 R (_rgsvc_spi_PublishingService) 1869 0 R (_rgsvc_spi_RoutingService) 378 0 R (_rgsvc_spi_TableColumnOrderService) 394 0 R (_rgsvc_spi_TranslationService) 403 0 R (_rgsvc_spi_TranslationsResolver) 419 0 R (_rgsvc_spi_UrlEncodingService) 434 0 R (_rgsvc_spi_UserProfileService) 443 0 R (_rgsvc_spi_UserRegistrationService) 1915 0 R (_rgsvc_testing) 1487 0 R (alternative-implementations) 234 0 R]
 >>
 endobj
 249 0 obj
@@ -28292,7 +28292,7 @@ endobj
 /F3.0 43 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [254 0 R]
@@ -30088,7 +30088,7 @@ endobj
 /F2.0 20 0 R
 >>
 /XObject << /I2 257 0 R
-/Stamp1 2192 0 R
+/Stamp1 2193 0 R
 >>
 >>
 /Annots [258 0 R 260 0 R]
@@ -31713,7 +31713,7 @@ endobj
 /F1.0 8 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 >>
@@ -33177,7 +33177,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [267 0 R 268 0 R 269 0 R]
@@ -34158,7 +34158,7 @@ endobj
 /F5.1 64 0 R
 /F6.0 71 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [274 0 R 275 0 R 277 0 R]
@@ -36505,7 +36505,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [281 0 R 282 0 R 283 0 R 284 0 R 285 0 R 286 0 R 287 0 R 288 0 R 290 0 R 293 0 R]
@@ -36615,7 +36615,7 @@ endobj
 endobj
 292 0 obj
 << /Limits [(persist) (registering-the-service-16)]
-/Names [(persist) 1699 0 R (programmatic-posting) 1101 0 R (query-and-code-xxxmatches-code) 1708 0 R (registering-subscribers) 1077 0 R (registering-the-service) 238 0 R (registering-the-service-10) 764 0 R (registering-the-service-11) 796 0 R (registering-the-service-12) 895 0 R (registering-the-service-13) 960 0 R (registering-the-service-14) 973 0 R (registering-the-service-15) 1059 0 R (registering-the-service-16) 1143 0 R]
+/Names [(persist) 1699 0 R (programmatic-posting) 1102 0 R (query-and-code-xxxmatches-code) 1708 0 R (registering-subscribers) 1078 0 R (registering-the-service) 238 0 R (registering-the-service-10) 764 0 R (registering-the-service-11) 796 0 R (registering-the-service-12) 895 0 R (registering-the-service-13) 961 0 R (registering-the-service-14) 974 0 R (registering-the-service-15) 1060 0 R (registering-the-service-16) 1144 0 R]
 >>
 endobj
 293 0 obj
@@ -38254,7 +38254,7 @@ endobj
 /F2.0 20 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [296 0 R 297 0 R 299 0 R 302 0 R 303 0 R 304 0 R 305 0 R 308 0 R]
@@ -38273,7 +38273,7 @@ endobj
 endobj
 297 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24 732.27 111.19800000000001 746.5500000000001]
 /Type /Annot
@@ -38300,7 +38300,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcms.pdf#_rgcms_classes_mixins_Object_rebuildMetamodel)
+/URI (rgcms.pdf#__rgcms_classes_mixins_Object_rebuildMetamodel)
 >>
 /Subtype /Link
 /Rect [420.42279492187504 360.51000000000056 484.44129492187506 374.79000000000053]
@@ -38311,7 +38311,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcms.pdf#_rgcms_classes_layout_component)
+/URI (rgcms.pdf#__rgcms_classes_layout_component)
 >>
 /Subtype /Link
 /Rect [208.39191176470587 318.54600000000056 229.39191176470587 329.04600000000056]
@@ -40493,7 +40493,7 @@ endobj
 /F2.0 20 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [311 0 R 312 0 R 314 0 R 316 0 R 317 0 R 319 0 R 320 0 R 321 0 R 322 0 R 323 0 R]
@@ -40512,7 +40512,7 @@ endobj
 endobj
 312 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24 775.0799999999999 111.19800000000001 789.36]
 /Type /Annot
@@ -40555,7 +40555,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcms.pdf#_rgcms_classes_mixins_Object_rebuildMetamodel)
+/URI (rgcms.pdf#__rgcms_classes_mixins_Object_rebuildMetamodel)
 >>
 /Subtype /Link
 /Rect [420.42279492187504 156.56000000000031 484.44129492187506 170.84000000000032]
@@ -40574,7 +40574,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcms.pdf#_rgcms_classes_layout_component)
+/URI (rgcms.pdf#__rgcms_classes_layout_component)
 >>
 /Subtype /Link
 /Rect [208.39191176470587 98.81600000000032 229.39191176470587 109.31600000000032]
@@ -41834,7 +41834,7 @@ endobj
 /F3.0 43 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [326 0 R 327 0 R 328 0 R 329 0 R 330 0 R 331 0 R 332 0 R 335 0 R 336 0 R 337 0 R 339 0 R 340 0 R 341 0 R 342 0 R 344 0 R]
@@ -41941,7 +41941,7 @@ endobj
 endobj
 337 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.239999999999995 295.35999999999996 111.19800000000001 309.64]
 /Type /Annot
@@ -43890,7 +43890,7 @@ endobj
 /F3.0 43 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [348 0 R 351 0 R 352 0 R 353 0 R 356 0 R 357 0 R]
@@ -43937,7 +43937,7 @@ endobj
 endobj
 353 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.239999999999995 117.43000000000029 111.19800000000001 131.7100000000003]
 /Type /Annot
@@ -43963,7 +43963,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcms.pdf#_rgcms_classes_mixins_Object_clearHints)
+/URI (rgcms.pdf#__rgcms_classes_mixins_Object_clearHints)
 >>
 /Subtype /Link
 /Rect [219.5860168457031 56.3700000000003 283.8537612304687 70.6500000000003]
@@ -45130,7 +45130,7 @@ endobj
 /F5.1 64 0 R
 /F6.0 71 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [361 0 R 362 0 R 364 0 R 366 0 R 367 0 R 369 0 R 370 0 R 371 0 R 372 0 R 374 0 R 375 0 R]
@@ -45235,7 +45235,7 @@ endobj
 endobj
 372 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24000000000001 182.25000000000023 111.19800000000001 196.53000000000023]
 /Type /Annot
@@ -46667,7 +46667,7 @@ endobj
 /F3.1 54 0 R
 /F4.0 58 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [379 0 R 380 0 R 381 0 R 382 0 R 385 0 R]
@@ -48432,7 +48432,7 @@ endobj
 /F2.0 20 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [388 0 R 389 0 R 391 0 R 393 0 R 397 0 R]
@@ -48451,7 +48451,7 @@ endobj
 endobj
 389 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [133.62684375 760.05 196.58484375 774.33]
 /Type /Annot
@@ -48487,7 +48487,7 @@ endobj
 endobj
 395 0 obj
 << /Limits [(alternative-implementations-2) (api-and-usage-2)]
-/Names [(alternative-implementations-2) 959 0 R (alternative-implementations-3) 1277 0 R (annotating-members) 1091 0 R (api) 733 0 R (api-10) 1692 0 R (api-2) 743 0 R (api-3) 754 0 R (api-4) 774 0 R (api-5) 1134 0 R (api-6) 1441 0 R (api-7) 1458 0 R (api-8) 1562 0 R (api-9) 1591 0 R (api-and-usage) 719 0 R (api-and-usage-2) 967 0 R]
+/Names [(alternative-implementations-2) 960 0 R (alternative-implementations-3) 1277 0 R (annotating-members) 1092 0 R (api) 733 0 R (api-10) 1692 0 R (api-2) 743 0 R (api-3) 754 0 R (api-4) 774 0 R (api-5) 1135 0 R (api-6) 1441 0 R (api-7) 1455 0 R (api-8) 1559 0 R (api-9) 1588 0 R (api-and-usage) 719 0 R (api-and-usage-2) 968 0 R]
 >>
 endobj
 396 0 obj
@@ -50020,7 +50020,7 @@ endobj
 /F5.1 64 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [402 0 R 404 0 R]
@@ -51192,7 +51192,7 @@ endobj
 /F3.0 43 0 R
 /F5.1 64 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [409 0 R 411 0 R 412 0 R 413 0 R 414 0 R 417 0 R 418 0 R 420 0 R 421 0 R]
@@ -51250,7 +51250,7 @@ endobj
 endobj
 414 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24 448.18000000000023 111.19800000000001 462.4600000000002]
 /Type /Annot
@@ -52382,7 +52382,7 @@ endobj
 /F1.0 8 0 R
 /F5.1 64 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [426 0 R 427 0 R 429 0 R 430 0 R 432 0 R 433 0 R 435 0 R 436 0 R]
@@ -52429,7 +52429,7 @@ endobj
 endobj
 430 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24000000000001 429.54000000000036 111.19800000000001 443.82000000000033]
 /Type /Annot
@@ -53533,7 +53533,7 @@ endobj
 /F2.0 20 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [441 0 R 442 0 R 444 0 R]
@@ -53558,7 +53558,7 @@ endobj
 endobj
 442 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24000000000001 353.25000000000017 111.19800000000001 367.53000000000014]
 /Type /Annot
@@ -53583,7 +53583,7 @@ endobj
 endobj
 446 0 obj
 << /Limits [(spi-13) (spi-6)]
-/Names [(spi-13) 422 0 R (spi-14) 439 0 R (spi-15) 445 0 R (spi-16) 829 0 R (spi-17) 868 0 R (spi-18) 1553 0 R (spi-19) 1579 0 R (spi-2) 232 0 R (spi-20) 1767 0 R (spi-21) 1788 0 R (spi-22) 1808 0 R (spi-23) 1841 0 R (spi-24) 1875 0 R (spi-25) 1919 0 R (spi-26) 1945 0 R (spi-3) 246 0 R (spi-4) 264 0 R (spi-5) 278 0 R (spi-6) 301 0 R]
+/Names [(spi-13) 422 0 R (spi-14) 439 0 R (spi-15) 445 0 R (spi-16) 829 0 R (spi-17) 868 0 R (spi-18) 1550 0 R (spi-19) 1576 0 R (spi-2) 232 0 R (spi-20) 1767 0 R (spi-21) 1788 0 R (spi-22) 1808 0 R (spi-23) 1841 0 R (spi-24) 1875 0 R (spi-25) 1919 0 R (spi-26) 1946 0 R (spi-3) 246 0 R (spi-4) 264 0 R (spi-5) 278 0 R (spi-6) 301 0 R]
 >>
 endobj
 447 0 obj
@@ -54095,7 +54095,7 @@ endobj
 /F5.1 64 0 R
 >>
 /XObject << /I3 451 0 R
-/Stamp1 2192 0 R
+/Stamp1 2193 0 R
 >>
 >>
 /Annots [450 0 R 452 0 R]
@@ -55596,7 +55596,7 @@ endobj
 /F6.0 71 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [456 0 R 457 0 R 458 0 R 459 0 R 460 0 R 461 0 R 462 0 R 463 0 R 464 0 R 465 0 R 466 0 R 467 0 R 468 0 R 469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R]
@@ -57736,7 +57736,7 @@ endobj
 /F1.0 8 0 R
 /F6.0 71 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 512 0 R 513 0 R 514 0 R 515 0 R 516 0 R 517 0 R]
@@ -59829,7 +59829,7 @@ endobj
 /F5.1 64 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [520 0 R 521 0 R 522 0 R 523 0 R 524 0 R 525 0 R 526 0 R 527 0 R 528 0 R 529 0 R 530 0 R 531 0 R 532 0 R 534 0 R 535 0 R 536 0 R 538 0 R]
@@ -60518,7 +60518,7 @@ endobj
 /F2.0 20 0 R
 >>
 /XObject << /I4 543 0 R
-/Stamp1 2192 0 R
+/Stamp1 2193 0 R
 >>
 >>
 /Annots [541 0 R 545 0 R 546 0 R]
@@ -62960,7 +62960,7 @@ endobj
 /F2.0 20 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [549 0 R 551 0 R 552 0 R 553 0 R 555 0 R 556 0 R 558 0 R]
@@ -63001,7 +63001,7 @@ endobj
 endobj
 553 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24000000000001 508.4400000000001 111.19800000000001 522.72]
 /Type /Annot
@@ -64726,7 +64726,7 @@ endobj
 /F3.1 54 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [562 0 R 563 0 R 564 0 R 566 0 R 567 0 R 568 0 R]
@@ -64792,7 +64792,7 @@ endobj
 endobj
 568 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.239999999999995 67.23000000000019 111.19800000000001 81.51000000000019]
 /Type /Annot
@@ -67015,7 +67015,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [573 0 R 574 0 R 575 0 R 576 0 R 577 0 R]
@@ -68930,7 +68930,7 @@ endobj
 /F4.0 58 0 R
 /F5.1 64 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [581 0 R 582 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R]
@@ -70877,7 +70877,7 @@ endobj
 /F3.1 54 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [593 0 R 594 0 R 595 0 R 596 0 R 598 0 R 599 0 R 600 0 R 602 0 R 603 0 R]
@@ -70945,7 +70945,7 @@ endobj
 endobj
 600 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.239999999999995 185.02999999999986 111.19800000000001 199.30999999999986]
 /Type /Annot
@@ -72599,7 +72599,7 @@ endobj
 /F2.0 20 0 R
 /F4.0 58 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 613 0 R 614 0 R 615 0 R]
@@ -76289,7 +76289,7 @@ endobj
 /Font << /F3.0 43 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 >>
@@ -78028,7 +78028,7 @@ endobj
 /Font << /F3.0 43 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 >>
@@ -79388,7 +79388,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R]
@@ -80611,7 +80611,7 @@ endobj
 /F2.0 20 0 R
 /F5.1 64 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 639 0 R 640 0 R]
@@ -80698,7 +80698,7 @@ endobj
 endobj
 642 0 obj
 << /Limits [(implementation-14) (implementation-22)]
-/Names [(implementation-14) 449 0 R (implementation-15) 727 0 R (implementation-16) 736 0 R (implementation-17) 747 0 R (implementation-18) 763 0 R (implementation-19) 835 0 R (implementation-2) 253 0 R (implementation-20) 871 0 R (implementation-21) 972 0 R (implementation-22) 1056 0 R]
+/Names [(implementation-14) 449 0 R (implementation-15) 727 0 R (implementation-16) 736 0 R (implementation-17) 747 0 R (implementation-18) 763 0 R (implementation-19) 835 0 R (implementation-2) 253 0 R (implementation-20) 871 0 R (implementation-21) 973 0 R (implementation-22) 1057 0 R]
 >>
 endobj
 643 0 obj
@@ -83792,7 +83792,7 @@ endobj
 /F3.1 54 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 >>
@@ -85568,7 +85568,7 @@ endobj
 /F2.0 20 0 R
 /F5.1 64 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [647 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R 655 0 R]
@@ -87463,7 +87463,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [659 0 R 662 0 R]
@@ -89279,7 +89279,7 @@ endobj
 /F2.0 20 0 R
 /F6.0 71 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [665 0 R 666 0 R 668 0 R 669 0 R 670 0 R 671 0 R 672 0 R 673 0 R 674 0 R 675 0 R 677 0 R 678 0 R 679 0 R 680 0 R 681 0 R 682 0 R 683 0 R]
@@ -89298,7 +89298,7 @@ endobj
 endobj
 666 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24 732.27 111.19800000000001 746.5500000000001]
 /Type /Annot
@@ -91206,7 +91206,7 @@ endobj
 /F3.0 43 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [689 0 R 690 0 R]
@@ -93618,7 +93618,7 @@ endobj
 /F1.0 8 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [694 0 R 695 0 R 696 0 R 697 0 R]
@@ -95555,7 +95555,7 @@ endobj
 /F5.1 64 0 R
 /F6.0 71 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [701 0 R 702 0 R 704 0 R 705 0 R 706 0 R 707 0 R 708 0 R 711 0 R 712 0 R 713 0 R]
@@ -95612,7 +95612,7 @@ endobj
 endobj
 707 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_api_InteractionContext_Related-Classes)
+/Dest (__rgsvc_api_InteractionContext_Related-Classes)
 /Subtype /Link
 /Rect [350.65834268465903 258.94000000000005 381.06634268465905 273.22]
 /Type /Annot
@@ -95630,8 +95630,8 @@ endobj
 [699 0 R /XYZ 0 210.63000000000002 null]
 endobj
 710 0 obj
-<< /Limits [(_rgsvc_api_IsisJdoSupport) (_rgsvc_api_MetaModelService)]
-/Names [(_rgsvc_api_IsisJdoSupport) 1622 0 R (_rgsvc_api_IsisJdoSupport_executing-sql) 1626 0 R (_rgsvc_api_IsisJdoSupport_fixture-support) 1641 0 R (_rgsvc_api_IsisJdoSupport_jdo-persistencemanager) 1649 0 R (_rgsvc_api_IsisJdoSupport_reloading-entities) 1644 0 R (_rgsvc_api_IsisJdoSupport_type-safe-jdoql-queries) 1629 0 R (_rgsvc_api_JaxbService) 1304 0 R (_rgsvc_api_JaxbService_api-and-implementation) 1305 0 R (_rgsvc_api_LayoutService) 1420 0 R (_rgsvc_api_LayoutService_api-and-implementation) 1425 0 R (_rgsvc_api_LayoutService_related-domain-services) 1436 0 R (_rgsvc_api_LayoutService_related-mixins-and-menus) 1433 0 R (_rgsvc_api_LayoutService_related-mixins-and-menus) 415 0 R (_rgsvc_api_MementoService) 1318 0 R (_rgsvc_api_MessageService) 717 0 R (_rgsvc_api_MetaModelService) 1440 0 R]
+<< /Limits [(_rgsvc_api_ActionInvocationContext) (_rgsvc_api_DomainObjectContainer_messages-api)]
+/Names [(_rgsvc_api_ActionInvocationContext) 554 0 R (_rgsvc_api_ApplicationFeatureRepository) 1407 0 R (_rgsvc_api_BackgroundService) 572 0 R (_rgsvc_api_BackgroundService_BackgroundCommandExecution) 611 0 R (_rgsvc_api_BackgroundService_Quartz) 612 0 R (_rgsvc_api_BookmarkService) 1228 0 R (_rgsvc_api_ClockService) 953 0 R (_rgsvc_api_CommandContext) 622 0 R (_rgsvc_api_ConfigurationService) 965 0 R (_rgsvc_api_DeepLinkService) 1250 0 R (_rgsvc_api_DomainObjectContainer) 980 0 R (_rgsvc_api_DomainObjectContainer_generic-repository-api) 1003 0 R (_rgsvc_api_DomainObjectContainer_messages-api) 1025 0 R]
 >>
 endobj
 711 0 obj
@@ -97582,7 +97582,7 @@ endobj
 /F5.1 64 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [716 0 R 718 0 R 720 0 R 721 0 R 722 0 R 723 0 R 724 0 R]
@@ -99292,7 +99292,7 @@ endobj
 /F2.0 20 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [729 0 R 730 0 R 731 0 R]
@@ -99328,7 +99328,7 @@ endobj
 endobj
 731 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24 423.18000000000035 111.19800000000001 437.4600000000003]
 /Type /Annot
@@ -100367,7 +100367,7 @@ endobj
 /F3.0 43 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [738 0 R 739 0 R 740 0 R 742 0 R]
@@ -100403,7 +100403,7 @@ endobj
 endobj
 740 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24000000000001 538.2800000000004 111.19800000000001 552.5600000000004]
 /Type /Annot
@@ -101682,7 +101682,7 @@ endobj
 /F2.0 20 0 R
 /F5.1 64 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [749 0 R 750 0 R 751 0 R 753 0 R]
@@ -101718,7 +101718,7 @@ endobj
 endobj
 751 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24 335.40000000000015 111.19800000000001 349.6800000000001]
 /Type /Annot
@@ -103306,7 +103306,7 @@ endobj
 /F3.1 54 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [757 0 R 758 0 R 759 0 R]
@@ -105027,7 +105027,7 @@ endobj
 /F2.0 20 0 R
 /F1.1 769 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [762 0 R 765 0 R 766 0 R 767 0 R 770 0 R]
@@ -105074,7 +105074,7 @@ endobj
 endobj
 767 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24000000000001 327.40000000000015 111.19800000000001 341.6800000000001]
 /Type /Annot
@@ -105087,11 +105087,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACG+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 2307 0 R
+/FontDescriptor 2308 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 2309 0 R
-/ToUnicode 2308 0 R
+/Widths 2310 0 R
+/ToUnicode 2309 0 R
 >>
 endobj
 770 0 obj
@@ -107720,7 +107720,7 @@ endobj
 /F3.1 54 0 R
 /F4.0 58 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [773 0 R 775 0 R 776 0 R 777 0 R]
@@ -109933,7 +109933,7 @@ endobj
 /F2.0 20 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [780 0 R 781 0 R 782 0 R 783 0 R 784 0 R 785 0 R 786 0 R 787 0 R 788 0 R 789 0 R 790 0 R]
@@ -111712,7 +111712,7 @@ endobj
 /F2.0 20 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [794 0 R 797 0 R 798 0 R 799 0 R]
@@ -111756,7 +111756,7 @@ endobj
 endobj
 799 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.239999999999995 73.22000000000014 111.19800000000001 87.50000000000014]
 /Type /Annot
@@ -113472,7 +113472,7 @@ endobj
 /F6.0 71 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [803 0 R 804 0 R 805 0 R 806 0 R 807 0 R 808 0 R 809 0 R 810 0 R 811 0 R 812 0 R 813 0 R 814 0 R 815 0 R 816 0 R 817 0 R 818 0 R 819 0 R 820 0 R 821 0 R 822 0 R]
@@ -116608,7 +116608,7 @@ endobj
 /F1.0 8 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [826 0 R 827 0 R 828 0 R 830 0 R]
@@ -118077,7 +118077,7 @@ endobj
 /F3.0 43 0 R
 /F5.1 64 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [834 0 R 836 0 R 837 0 R 839 0 R 840 0 R 842 0 R 843 0 R]
@@ -119701,7 +119701,7 @@ endobj
 /F3.0 43 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [846 0 R 847 0 R 849 0 R 850 0 R 851 0 R 852 0 R 854 0 R 855 0 R 856 0 R 857 0 R 858 0 R 859 0 R 860 0 R 861 0 R 862 0 R]
@@ -121672,7 +121672,7 @@ endobj
 /F3.0 43 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [866 0 R 867 0 R 870 0 R 873 0 R]
@@ -121708,7 +121708,7 @@ endobj
 endobj
 869 0 obj
 << /Limits [(spi-7) (usage-12)]
-/Names [(spi-7) 318 0 R (spi-8) 347 0 R (spi-9) 363 0 R (standard-api) 1344 0 R (testing-support) 955 0 R (unit-testing-support) 571 0 R (usage) 542 0 R (usage-10) 1156 0 R (usage-11) 1295 0 R (usage-12) 1326 0 R]
+/Names [(spi-7) 318 0 R (spi-8) 347 0 R (spi-9) 363 0 R (standard-api) 1343 0 R (testing-support) 956 0 R (unit-testing-support) 571 0 R (usage) 542 0 R (usage-10) 1156 0 R (usage-11) 1294 0 R (usage-12) 1325 0 R]
 >>
 endobj
 870 0 obj
@@ -121724,7 +121724,7 @@ endobj
 endobj
 872 0 obj
 << /Limits [(implementation-5) (other-guides)]
-/Names [(implementation-5) 306 0 R (implementation-6) 333 0 R (implementation-7) 349 0 R (implementation-8) 365 0 R (implementation-9) 384 0 R (implementation-spi) 1107 0 R (implementations) 218 0 R (implementations-2) 1263 0 R (implementations-3) 1770 0 R (implementations-4) 1847 0 R (interacting-with-the-services) 658 0 R (interacting-with-the-services-2) 700 0 R (internal-spi) 833 0 R (listener-api) 795 0 R (other-guides) 21 0 R]
+/Names [(implementation-5) 306 0 R (implementation-6) 333 0 R (implementation-7) 349 0 R (implementation-8) 365 0 R (implementation-9) 384 0 R (implementation-spi) 1108 0 R (implementations) 218 0 R (implementations-2) 1263 0 R (implementations-3) 1770 0 R (implementations-4) 1847 0 R (interacting-with-the-services) 658 0 R (interacting-with-the-services-2) 700 0 R (internal-spi) 833 0 R (listener-api) 795 0 R (other-guides) 21 0 R]
 >>
 endobj
 873 0 obj
@@ -122759,7 +122759,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [877 0 R 879 0 R 880 0 R 881 0 R 882 0 R 884 0 R 885 0 R 886 0 R 887 0 R 888 0 R 890 0 R 891 0 R]
@@ -123539,7 +123539,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [896 0 R]
@@ -125207,16 +125207,21 @@ endobj
 /F6.0 71 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [900 0 R 901 0 R 902 0 R 903 0 R 904 0 R 905 0 R 906 0 R 907 0 R 908 0 R 909 0 R 910 0 R 911 0 R 912 0 R 913 0 R 914 0 R 915 0 R 916 0 R 917 0 R 918 0 R 919 0 R 920 0 R 921 0 R 922 0 R 923 0 R 924 0 R]
+/Annots [901 0 R 902 0 R 903 0 R 904 0 R 905 0 R 906 0 R 907 0 R 908 0 R 909 0 R 910 0 R 911 0 R 912 0 R 913 0 R 914 0 R 915 0 R 916 0 R 917 0 R 918 0 R 919 0 R 920 0 R 921 0 R 922 0 R 923 0 R 924 0 R 925 0 R]
 >>
 endobj
 899 0 obj
 [898 0 R /XYZ 0 841.89 null]
 endobj
 900 0 obj
+<< /Limits [(_rgsvc_api_TransactionService) (_rgsvc_intro)]
+/Names [(_rgsvc_api_TransactionService) 752 0 R (_rgsvc_api_UserService) 1171 0 R (_rgsvc_api_WrapperFactory) 768 0 R (_rgsvc_api_XmlSnapshotService) 1340 0 R (_rgsvc_application-layer-api) 455 0 R (_rgsvc_application-layer-spi) 802 0 R (_rgsvc_bootstrapping-spi) 1932 0 R (_rgsvc_core-domain-api) 899 0 R (_rgsvc_integration-api) 1188 0 R (_rgsvc_intro) 39 0 R]
+>>
+endobj
+901 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -125227,7 +125232,7 @@ endobj
 /Type /Annot
 >>
 endobj
-901 0 obj
+902 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ClockService)
 /Subtype /Link
@@ -125235,7 +125240,7 @@ endobj
 /Type /Annot
 >>
 endobj
-902 0 obj
+903 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ClockService)
 /Subtype /Link
@@ -125243,7 +125248,7 @@ endobj
 /Type /Annot
 >>
 endobj
-903 0 obj
+904 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ClockService)
 /Subtype /Link
@@ -125251,7 +125256,7 @@ endobj
 /Type /Annot
 >>
 endobj
-904 0 obj
+905 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ClockService)
 /Subtype /Link
@@ -125259,7 +125264,7 @@ endobj
 /Type /Annot
 >>
 endobj
-905 0 obj
+906 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ClockService)
 /Subtype /Link
@@ -125267,7 +125272,7 @@ endobj
 /Type /Annot
 >>
 endobj
-906 0 obj
+907 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ConfigurationService)
 /Subtype /Link
@@ -125275,7 +125280,7 @@ endobj
 /Type /Annot
 >>
 endobj
-907 0 obj
+908 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ConfigurationService)
 /Subtype /Link
@@ -125283,7 +125288,7 @@ endobj
 /Type /Annot
 >>
 endobj
-908 0 obj
+909 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ConfigurationService)
 /Subtype /Link
@@ -125291,7 +125296,7 @@ endobj
 /Type /Annot
 >>
 endobj
-909 0 obj
+910 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ConfigurationService)
 /Subtype /Link
@@ -125299,7 +125304,7 @@ endobj
 /Type /Annot
 >>
 endobj
-910 0 obj
+911 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ConfigurationService)
 /Subtype /Link
@@ -125307,7 +125312,7 @@ endobj
 /Type /Annot
 >>
 endobj
-911 0 obj
+912 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -125315,7 +125320,7 @@ endobj
 /Type /Annot
 >>
 endobj
-912 0 obj
+913 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -125323,7 +125328,7 @@ endobj
 /Type /Annot
 >>
 endobj
-913 0 obj
+914 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -125331,7 +125336,7 @@ endobj
 /Type /Annot
 >>
 endobj
-914 0 obj
+915 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -125339,7 +125344,7 @@ endobj
 /Type /Annot
 >>
 endobj
-915 0 obj
+916 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -125347,7 +125352,7 @@ endobj
 /Type /Annot
 >>
 endobj
-916 0 obj
+917 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -125355,7 +125360,7 @@ endobj
 /Type /Annot
 >>
 endobj
-917 0 obj
+918 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_EventBusService)
 /Subtype /Link
@@ -125363,7 +125368,7 @@ endobj
 /Type /Annot
 >>
 endobj
-918 0 obj
+919 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_EventBusService)
 /Subtype /Link
@@ -125371,7 +125376,7 @@ endobj
 /Type /Annot
 >>
 endobj
-919 0 obj
+920 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_EventBusService)
 /Subtype /Link
@@ -125379,7 +125384,7 @@ endobj
 /Type /Annot
 >>
 endobj
-920 0 obj
+921 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_EventBusService)
 /Subtype /Link
@@ -125387,7 +125392,7 @@ endobj
 /Type /Annot
 >>
 endobj
-921 0 obj
+922 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_EventBusService)
 /Subtype /Link
@@ -125395,7 +125400,7 @@ endobj
 /Type /Annot
 >>
 endobj
-922 0 obj
+923 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -125406,7 +125411,7 @@ endobj
 /Type /Annot
 >>
 endobj
-923 0 obj
+924 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -125417,7 +125422,7 @@ endobj
 /Type /Annot
 >>
 endobj
-924 0 obj
+925 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -125428,7 +125433,7 @@ endobj
 /Type /Annot
 >>
 endobj
-925 0 obj
+926 0 obj
 << /Length 28699
 >>
 stream
@@ -127465,24 +127470,24 @@ Q
 
 endstream
 endobj
-926 0 obj
+927 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 925 0 R
+/Contents 926 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 20 0 R
 /F3.0 43 0 R
 /F1.0 8 0 R
 /F6.0 71 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [927 0 R 928 0 R 929 0 R 930 0 R 931 0 R 932 0 R 933 0 R 934 0 R 935 0 R 936 0 R 937 0 R 938 0 R 939 0 R 940 0 R 941 0 R 942 0 R 943 0 R 944 0 R 945 0 R 946 0 R 947 0 R 948 0 R 949 0 R]
+/Annots [928 0 R 929 0 R 930 0 R 931 0 R 932 0 R 933 0 R 934 0 R 935 0 R 936 0 R 937 0 R 938 0 R 939 0 R 940 0 R 941 0 R 942 0 R 943 0 R 944 0 R 945 0 R 946 0 R 947 0 R 948 0 R 949 0 R 950 0 R]
 >>
 endobj
-927 0 obj
+928 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_FactoryService)
 /Subtype /Link
@@ -127490,7 +127495,7 @@ endobj
 /Type /Annot
 >>
 endobj
-928 0 obj
+929 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_FactoryService)
 /Subtype /Link
@@ -127498,7 +127503,7 @@ endobj
 /Type /Annot
 >>
 endobj
-929 0 obj
+930 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_FactoryService)
 /Subtype /Link
@@ -127506,7 +127511,7 @@ endobj
 /Type /Annot
 >>
 endobj
-930 0 obj
+931 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_FactoryService)
 /Subtype /Link
@@ -127514,7 +127519,7 @@ endobj
 /Type /Annot
 >>
 endobj
-931 0 obj
+932 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_FactoryService)
 /Subtype /Link
@@ -127522,7 +127527,7 @@ endobj
 /Type /Annot
 >>
 endobj
-932 0 obj
+933 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -127530,7 +127535,7 @@ endobj
 /Type /Annot
 >>
 endobj
-933 0 obj
+934 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -127538,7 +127543,7 @@ endobj
 /Type /Annot
 >>
 endobj
-934 0 obj
+935 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -127546,7 +127551,7 @@ endobj
 /Type /Annot
 >>
 endobj
-935 0 obj
+936 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_Scratchpad)
 /Subtype /Link
@@ -127554,7 +127559,7 @@ endobj
 /Type /Annot
 >>
 endobj
-936 0 obj
+937 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_Scratchpad)
 /Subtype /Link
@@ -127562,7 +127567,7 @@ endobj
 /Type /Annot
 >>
 endobj
-937 0 obj
+938 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_Scratchpad)
 /Subtype /Link
@@ -127570,7 +127575,7 @@ endobj
 /Type /Annot
 >>
 endobj
-938 0 obj
+939 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_Scratchpad)
 /Subtype /Link
@@ -127578,7 +127583,7 @@ endobj
 /Type /Annot
 >>
 endobj
-939 0 obj
+940 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_Scratchpad)
 /Subtype /Link
@@ -127586,7 +127591,7 @@ endobj
 /Type /Annot
 >>
 endobj
-940 0 obj
+941 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_UserService)
 /Subtype /Link
@@ -127594,7 +127599,7 @@ endobj
 /Type /Annot
 >>
 endobj
-941 0 obj
+942 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_UserService)
 /Subtype /Link
@@ -127602,7 +127607,7 @@ endobj
 /Type /Annot
 >>
 endobj
-942 0 obj
+943 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_UserService)
 /Subtype /Link
@@ -127610,7 +127615,7 @@ endobj
 /Type /Annot
 >>
 endobj
-943 0 obj
+944 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_UserService)
 /Subtype /Link
@@ -127618,7 +127623,7 @@ endobj
 /Type /Annot
 >>
 endobj
-944 0 obj
+945 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_UserService)
 /Subtype /Link
@@ -127626,7 +127631,7 @@ endobj
 /Type /Annot
 >>
 endobj
-945 0 obj
+946 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -127634,7 +127639,7 @@ endobj
 /Type /Annot
 >>
 endobj
-946 0 obj
+947 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -127642,7 +127647,7 @@ endobj
 /Type /Annot
 >>
 endobj
-947 0 obj
+948 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -127650,7 +127655,7 @@ endobj
 /Type /Annot
 >>
 endobj
-948 0 obj
+949 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ActionInvocationContext)
 /Subtype /Link
@@ -127658,7 +127663,7 @@ endobj
 /Type /Annot
 >>
 endobj
-949 0 obj
+950 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ActionInvocationContext)
 /Subtype /Link
@@ -127666,7 +127671,7 @@ endobj
 /Type /Annot
 >>
 endobj
-950 0 obj
+951 0 obj
 << /Length 30354
 >>
 stream
@@ -129666,37 +129671,37 @@ Q
 
 endstream
 endobj
-951 0 obj
+952 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 950 0 R
+/Contents 951 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 20 0 R
 /F3.0 43 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [956 0 R]
+/Annots [957 0 R]
 >>
 endobj
-952 0 obj
-[951 0 R /XYZ 0 841.89 null]
-endobj
 953 0 obj
-[951 0 R /XYZ 0 549.0300000000001 null]
+[952 0 R /XYZ 0 841.89 null]
 endobj
 954 0 obj
-<< /Limits [(api-implementation-6) (code-interaction-execution-code)]
-/Names [(api-implementation-6) 894 0 R (api-implementation-7) 953 0 R (api-implementation-8) 1153 0 R (api-implementation-9) 1235 0 R (apis) 989 0 R (automatic-inclusions) 1351 0 R (builder-api) 1348 0 R (code-bookmarkholder-code) 1236 0 R (code-interaction-code) 688 0 R (code-interaction-execution-code) 693 0 R]
->>
+[952 0 R /XYZ 0 549.0300000000001 null]
 endobj
 955 0 obj
-[951 0 R /XYZ 0 218.79000000000025 null]
+<< /Limits [(api-implementation-6) (code-interaction-execution-code)]
+/Names [(api-implementation-6) 894 0 R (api-implementation-7) 954 0 R (api-implementation-8) 1153 0 R (api-implementation-9) 1235 0 R (apis) 990 0 R (automatic-inclusions) 1350 0 R (builder-api) 1347 0 R (code-bookmarkholder-code) 1236 0 R (code-interaction-code) 688 0 R (code-interaction-execution-code) 693 0 R]
+>>
 endobj
 956 0 obj
+[952 0 R /XYZ 0 218.79000000000025 null]
+endobj
+957 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -129707,7 +129712,7 @@ endobj
 /Type /Annot
 >>
 endobj
-957 0 obj
+958 0 obj
 << /Length 32285
 >>
 stream
@@ -131877,11 +131882,11 @@ Q
 
 endstream
 endobj
-958 0 obj
+959 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 957 0 R
+/Contents 958 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 43 0 R
@@ -131889,19 +131894,19 @@ endobj
 /F2.0 20 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [961 0 R]
+/Annots [962 0 R]
 >>
 endobj
-959 0 obj
-[958 0 R /XYZ 0 681.96 null]
-endobj
 960 0 obj
-[958 0 R /XYZ 0 124.8000000000001 null]
+[959 0 R /XYZ 0 681.96 null]
 endobj
 961 0 obj
+[959 0 R /XYZ 0 124.8000000000001 null]
+endobj
+962 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -131912,7 +131917,7 @@ endobj
 /Type /Annot
 >>
 endobj
-962 0 obj
+963 0 obj
 << /Length 20043
 >>
 stream
@@ -133222,11 +133227,11 @@ Q
 
 endstream
 endobj
-963 0 obj
+964 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 962 0 R
+/Contents 963 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 43 0 R
@@ -133235,16 +133240,16 @@ endobj
 /F5.1 64 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [965 0 R 966 0 R 968 0 R]
+/Annots [966 0 R 967 0 R 969 0 R]
 >>
 endobj
-964 0 obj
-[963 0 R /XYZ 0 703.74 null]
-endobj
 965 0 obj
+[964 0 R /XYZ 0 703.74 null]
+endobj
+966 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -133255,7 +133260,7 @@ endobj
 /Type /Annot
 >>
 endobj
-966 0 obj
+967 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -133263,10 +133268,10 @@ endobj
 /Type /Annot
 >>
 endobj
-967 0 obj
-[963 0 R /XYZ 0 532.7600000000002 null]
-endobj
 968 0 obj
+[964 0 R /XYZ 0 532.7600000000002 null]
+endobj
+969 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -133277,7 +133282,7 @@ endobj
 /Type /Annot
 >>
 endobj
-969 0 obj
+970 0 obj
 << /Length 27418
 >>
 stream
@@ -135156,11 +135161,11 @@ Q
 
 endstream
 endobj
-970 0 obj
+971 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 969 0 R
+/Contents 970 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 43 0 R
 /F5.1 64 0 R
@@ -135168,13 +135173,13 @@ endobj
 /F6.0 71 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [971 0 R 975 0 R 976 0 R 977 0 R]
+/Annots [972 0 R 976 0 R 977 0 R 978 0 R]
 >>
 endobj
-971 0 obj
+972 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -135185,18 +135190,18 @@ endobj
 /Type /Annot
 >>
 endobj
-972 0 obj
-[970 0 R /XYZ 0 423.44999999999993 null]
-endobj
 973 0 obj
-[970 0 R /XYZ 0 346.6099999999999 null]
+[971 0 R /XYZ 0 423.44999999999993 null]
 endobj
 974 0 obj
+[971 0 R /XYZ 0 346.6099999999999 null]
+endobj
+975 0 obj
 << /Limits [(registering-the-service-6) (registering-the-services-14)]
-/Names [(registering-the-service-6) 703 0 R (registering-the-service-7) 728 0 R (registering-the-service-8) 737 0 R (registering-the-service-9) 748 0 R (registering-the-services) 259 0 R (registering-the-services-10) 597 0 R (registering-the-services-11) 660 0 R (registering-the-services-12) 841 0 R (registering-the-services-13) 878 0 R (registering-the-services-14) 1122 0 R]
+/Names [(registering-the-service-6) 703 0 R (registering-the-service-7) 728 0 R (registering-the-service-8) 737 0 R (registering-the-service-9) 748 0 R (registering-the-services) 259 0 R (registering-the-services-10) 597 0 R (registering-the-services-11) 660 0 R (registering-the-services-12) 841 0 R (registering-the-services-13) 878 0 R (registering-the-services-14) 1123 0 R]
 >>
 endobj
-975 0 obj
+976 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -135207,7 +135212,7 @@ endobj
 /Type /Annot
 >>
 endobj
-976 0 obj
+977 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -135218,21 +135223,21 @@ endobj
 /Type /Annot
 >>
 endobj
-977 0 obj
+978 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24000000000001 207.39999999999986 111.19800000000001 221.67999999999986]
 /Type /Annot
 >>
 endobj
-978 0 obj
-[970 0 R /XYZ 0 194.64999999999986 null]
-endobj
 979 0 obj
-[970 0 R /XYZ 0 133.58999999999983 null]
+[971 0 R /XYZ 0 194.64999999999986 null]
 endobj
 980 0 obj
+[971 0 R /XYZ 0 133.58999999999983 null]
+endobj
+981 0 obj
 << /Length 30631
 >>
 stream
@@ -137284,11 +137289,11 @@ Q
 
 endstream
 endobj
-981 0 obj
+982 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 980 0 R
+/Contents 981 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F5.1 64 0 R
@@ -137297,13 +137302,13 @@ endobj
 /F3.1 54 0 R
 /F4.0 58 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [982 0 R 983 0 R 984 0 R 985 0 R 986 0 R 987 0 R 988 0 R 991 0 R 992 0 R 993 0 R 994 0 R 995 0 R]
+/Annots [983 0 R 984 0 R 985 0 R 986 0 R 987 0 R 988 0 R 989 0 R 992 0 R 993 0 R 994 0 R 995 0 R 996 0 R]
 >>
 endobj
-982 0 obj
+983 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_RepositoryService)
 /Subtype /Link
@@ -137311,7 +137316,7 @@ endobj
 /Type /Annot
 >>
 endobj
-983 0 obj
+984 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_MessageService)
 /Subtype /Link
@@ -137319,7 +137324,7 @@ endobj
 /Type /Annot
 >>
 endobj
-984 0 obj
+985 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_FactoryService)
 /Subtype /Link
@@ -137327,7 +137332,7 @@ endobj
 /Type /Annot
 >>
 endobj
-985 0 obj
+986 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_TitleService)
 /Subtype /Link
@@ -137335,7 +137340,7 @@ endobj
 /Type /Annot
 >>
 endobj
-986 0 obj
+987 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ConfigurationService)
 /Subtype /Link
@@ -137343,7 +137348,7 @@ endobj
 /Type /Annot
 >>
 endobj
-987 0 obj
+988 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_UserService)
 /Subtype /Link
@@ -137351,7 +137356,7 @@ endobj
 /Type /Annot
 >>
 endobj
-988 0 obj
+989 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ServiceRegistry)
 /Subtype /Link
@@ -137359,13 +137364,13 @@ endobj
 /Type /Annot
 >>
 endobj
-989 0 obj
-[981 0 R /XYZ 0 695.74 null]
-endobj
 990 0 obj
-[981 0 R /XYZ 0 634.6800000000002 null]
+[982 0 R /XYZ 0 695.74 null]
 endobj
 991 0 obj
+[982 0 R /XYZ 0 634.6800000000002 null]
+endobj
+992 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -137376,7 +137381,7 @@ endobj
 /Type /Annot
 >>
 endobj
-992 0 obj
+993 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -137387,7 +137392,7 @@ endobj
 /Type /Annot
 >>
 endobj
-993 0 obj
+994 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -137398,7 +137403,7 @@ endobj
 /Type /Annot
 >>
 endobj
-994 0 obj
+995 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -137409,7 +137414,7 @@ endobj
 /Type /Annot
 >>
 endobj
-995 0 obj
+996 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -137420,7 +137425,7 @@ endobj
 /Type /Annot
 >>
 endobj
-996 0 obj
+997 0 obj
 << /Length 42993
 >>
 stream
@@ -140346,11 +140351,11 @@ Q
 
 endstream
 endobj
-997 0 obj
+998 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 996 0 R
+/Contents 997 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F5.1 64 0 R
 /F1.0 8 0 R
@@ -140359,13 +140364,13 @@ endobj
 /F2.0 20 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [998 0 R 999 0 R 1000 0 R 1001 0 R 1003 0 R 1004 0 R 1005 0 R 1006 0 R]
+/Annots [999 0 R 1000 0 R 1001 0 R 1002 0 R 1004 0 R 1005 0 R 1006 0 R 1007 0 R]
 >>
 endobj
-998 0 obj
+999 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -140376,7 +140381,7 @@ endobj
 /Type /Annot
 >>
 endobj
-999 0 obj
+1000 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -140387,7 +140392,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1000 0 obj
+1001 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -140398,7 +140403,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1001 0 obj
+1002 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -140409,10 +140414,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1002 0 obj
-[997 0 R /XYZ 0 691.21 null]
-endobj
 1003 0 obj
+[998 0 R /XYZ 0 691.21 null]
+endobj
+1004 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -140423,7 +140428,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1004 0 obj
+1005 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -140434,7 +140439,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1005 0 obj
+1006 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_IsisJdoSupport)
 /Subtype /Link
@@ -140442,7 +140447,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1006 0 obj
+1007 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -140453,7 +140458,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1007 0 obj
+1008 0 obj
 << /Length 39105
 >>
 stream
@@ -143184,22 +143189,22 @@ Q
 
 endstream
 endobj
-1008 0 obj
+1009 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1007 0 R
+/Contents 1008 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 43 0 R
 /F3.1 54 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 >>
 endobj
-1009 0 obj
+1010 0 obj
 << /Length 27977
 >>
 stream
@@ -144999,11 +145004,11 @@ Q
 
 endstream
 endobj
-1010 0 obj
+1011 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1009 0 R
+/Contents 1010 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F5.1 64 0 R
 /F1.0 8 0 R
@@ -145012,13 +145017,13 @@ endobj
 /F4.0 58 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1011 0 R 1013 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R 1019 0 R]
+/Annots [1012 0 R 1014 0 R 1015 0 R 1016 0 R 1017 0 R 1018 0 R 1019 0 R 1020 0 R]
 >>
 endobj
-1011 0 obj
+1012 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_IsisJdoSupport)
 /Subtype /Link
@@ -145026,10 +145031,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1012 0 obj
-[1010 0 R /XYZ 0 754.33 null]
-endobj
 1013 0 obj
+[1011 0 R /XYZ 0 754.33 null]
+endobj
+1014 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer_object-creation-api)
 /Subtype /Link
@@ -145037,7 +145042,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1014 0 obj
+1015 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer_object-creation-api)
 /Subtype /Link
@@ -145045,7 +145050,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1015 0 obj
+1016 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer_object-creation-api)
 /Subtype /Link
@@ -145053,7 +145058,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1016 0 obj
+1017 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -145064,7 +145069,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1017 0 obj
+1018 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -145075,7 +145080,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1018 0 obj
+1019 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -145086,7 +145091,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1019 0 obj
+1020 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -145097,7 +145102,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1020 0 obj
+1021 0 obj
 << /Length 36381
 >>
 stream
@@ -147597,24 +147602,24 @@ Q
 
 endstream
 endobj
-1021 0 obj
+1022 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1020 0 R
+/Contents 1021 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 43 0 R
 /F1.0 8 0 R
 /F2.0 20 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1022 0 R 1023 0 R 1025 0 R 1026 0 R 1027 0 R 1028 0 R 1029 0 R]
+/Annots [1023 0 R 1024 0 R 1026 0 R 1027 0 R 1028 0 R 1029 0 R 1030 0 R]
 >>
 endobj
-1022 0 obj
+1023 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer_generic-repository-api)
 /Subtype /Link
@@ -147622,7 +147627,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1023 0 obj
+1024 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -147633,10 +147638,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1024 0 obj
-[1021 0 R /XYZ 0 578.4699999999999 null]
-endobj
 1025 0 obj
+[1022 0 R /XYZ 0 578.4699999999999 null]
+endobj
+1026 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -147647,7 +147652,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1026 0 obj
+1027 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -147658,7 +147663,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1027 0 obj
+1028 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -147669,7 +147674,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1028 0 obj
+1029 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -147680,7 +147685,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1029 0 obj
+1030 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -147691,7 +147696,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1030 0 obj
+1031 0 obj
 << /Length 42681
 >>
 stream
@@ -150725,27 +150730,27 @@ Q
 
 endstream
 endobj
-1031 0 obj
+1032 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1030 0 R
+/Contents 1031 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.1 54 0 R
 /F1.0 8 0 R
 /F3.0 43 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1033 0 R]
+/Annots [1034 0 R]
 >>
 endobj
-1032 0 obj
-[1031 0 R /XYZ 0 583.6700000000001 null]
-endobj
 1033 0 obj
+[1032 0 R /XYZ 0 583.6700000000001 null]
+endobj
+1034 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -150756,7 +150761,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1034 0 obj
+1035 0 obj
 << /Length 29427
 >>
 stream
@@ -152691,24 +152696,24 @@ Q
 
 endstream
 endobj
-1035 0 obj
+1036 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1034 0 R
+/Contents 1035 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F2.0 20 0 R
 /F3.0 43 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1036 0 R 1038 0 R 1039 0 R 1040 0 R 1041 0 R]
+/Annots [1037 0 R 1039 0 R 1040 0 R 1041 0 R 1042 0 R]
 >>
 endobj
-1036 0 obj
+1037 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -152719,10 +152724,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1037 0 obj
-[1035 0 R /XYZ 0 747.3 null]
-endobj
 1038 0 obj
+[1036 0 R /XYZ 0 747.3 null]
+endobj
+1039 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -152733,7 +152738,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1039 0 obj
+1040 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -152744,7 +152749,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1040 0 obj
+1041 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer_messages-api)
 /Subtype /Link
@@ -152752,7 +152757,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1041 0 obj
+1042 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -152763,7 +152768,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1042 0 obj
+1043 0 obj
 << /Length 32329
 >>
 stream
@@ -154951,11 +154956,11 @@ Q
 
 endstream
 endobj
-1043 0 obj
+1044 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1042 0 R
+/Contents 1043 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 20 0 R
 /F1.0 8 0 R
@@ -154964,19 +154969,14 @@ endobj
 /F5.1 64 0 R
 /F6.0 71 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [1046 0 R 1047 0 R 1048 0 R]
 >>
 endobj
-1044 0 obj
-[1043 0 R /XYZ 0 841.89 null]
-endobj
 1045 0 obj
-<< /Limits [(_rgsvc_api_DeepLinkService) (_rgsvc_api_DomainObjectContainer_services-api)]
-/Names [(_rgsvc_api_DeepLinkService) 1250 0 R (_rgsvc_api_DomainObjectContainer) 979 0 R (_rgsvc_api_DomainObjectContainer_generic-repository-api) 1002 0 R (_rgsvc_api_DomainObjectContainer_messages-api) 1024 0 R (_rgsvc_api_DomainObjectContainer_object-creation-api) 990 0 R (_rgsvc_api_DomainObjectContainer_object-persistence-api) 1012 0 R (_rgsvc_api_DomainObjectContainer_presentation-api) 1037 0 R (_rgsvc_api_DomainObjectContainer_properties-api) 1044 0 R (_rgsvc_api_DomainObjectContainer_security-api) 1032 0 R (_rgsvc_api_DomainObjectContainer_services-api) 1049 0 R]
->>
+[1044 0 R /XYZ 0 841.89 null]
 endobj
 1046 0 obj
 << /Border [0 0 0]
@@ -155012,9 +155012,14 @@ endobj
 >>
 endobj
 1049 0 obj
-[1043 0 R /XYZ 0 138.21000000000015 null]
+[1044 0 R /XYZ 0 138.21000000000015 null]
 endobj
 1050 0 obj
+<< /Limits [(_rgsvc_api_DomainObjectContainer_object-creation-api) (_rgsvc_api_FactoryService)]
+/Names [(_rgsvc_api_DomainObjectContainer_object-creation-api) 991 0 R (_rgsvc_api_DomainObjectContainer_object-persistence-api) 1013 0 R (_rgsvc_api_DomainObjectContainer_presentation-api) 1038 0 R (_rgsvc_api_DomainObjectContainer_properties-api) 1045 0 R (_rgsvc_api_DomainObjectContainer_security-api) 1033 0 R (_rgsvc_api_DomainObjectContainer_services-api) 1049 0 R (_rgsvc_api_DomainObjectContainer_validation-api) 1055 0 R (_rgsvc_api_EmailService) 1267 0 R (_rgsvc_api_EventBusService) 1062 0 R (_rgsvc_api_ExecutionParametersService) 1531 0 R (_rgsvc_api_FactoryService) 1133 0 R]
+>>
+endobj
+1051 0 obj
 << /Length 32467
 >>
 stream
@@ -157223,11 +157228,11 @@ Q
 
 endstream
 endobj
-1051 0 obj
+1052 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1050 0 R
+/Contents 1051 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 43 0 R
 /F3.1 54 0 R
@@ -157236,13 +157241,13 @@ endobj
 /F2.0 20 0 R
 /F5.1 64 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1052 0 R 1053 0 R 1055 0 R]
+/Annots [1053 0 R 1054 0 R 1056 0 R]
 >>
 endobj
-1052 0 obj
+1053 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer_object-creation-api)
 /Subtype /Link
@@ -157250,7 +157255,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1053 0 obj
+1054 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer_object-creation-api)
 /Subtype /Link
@@ -157258,10 +157263,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1054 0 obj
-[1051 0 R /XYZ 0 390.68999999999994 null]
-endobj
 1055 0 obj
+[1052 0 R /XYZ 0 390.68999999999994 null]
+endobj
+1056 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -157272,10 +157277,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1056 0 obj
-[1051 0 R /XYZ 0 114.4299999999999 null]
-endobj
 1057 0 obj
+[1052 0 R /XYZ 0 114.4299999999999 null]
+endobj
+1058 0 obj
 << /Length 15315
 >>
 stream
@@ -158164,26 +158169,26 @@ Q
 
 endstream
 endobj
-1058 0 obj
+1059 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1057 0 R
+/Contents 1058 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 20 0 R
 /F1.0 8 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1060 0 R 1062 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 R 1067 0 R 1068 0 R 1069 0 R 1070 0 R 1071 0 R]
+/Annots [1061 0 R 1063 0 R 1064 0 R 1065 0 R 1066 0 R 1067 0 R 1068 0 R 1069 0 R 1070 0 R 1071 0 R 1072 0 R]
 >>
 endobj
-1059 0 obj
-[1058 0 R /XYZ 0 841.89 null]
-endobj
 1060 0 obj
+[1059 0 R /XYZ 0 841.89 null]
+endobj
+1061 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -158194,10 +158199,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1061 0 obj
-[1058 0 R /XYZ 0 702.2900000000001 null]
-endobj
 1062 0 obj
+[1059 0 R /XYZ 0 702.2900000000001 null]
+endobj
+1063 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -158208,7 +158213,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1063 0 obj
+1064 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -158219,7 +158224,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1064 0 obj
+1065 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -158230,7 +158235,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1065 0 obj
+1066 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -158241,7 +158246,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1066 0 obj
+1067 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -158252,7 +158257,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1067 0 obj
+1068 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -158263,7 +158268,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1068 0 obj
+1069 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -158274,7 +158279,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1069 0 obj
+1070 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -158285,7 +158290,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1070 0 obj
+1071 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -158296,7 +158301,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1071 0 obj
+1072 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -158307,10 +158312,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1072 0 obj
-[1058 0 R /XYZ 0 219.05000000000024 null]
-endobj
 1073 0 obj
+[1059 0 R /XYZ 0 219.05000000000024 null]
+endobj
+1074 0 obj
 << /Length 36735
 >>
 stream
@@ -160873,24 +160878,24 @@ Q
 
 endstream
 endobj
-1074 0 obj
+1075 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1073 0 R
+/Contents 1074 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 43 0 R
 /F3.1 54 0 R
 /F1.0 8 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1075 0 R 1076 0 R 1078 0 R 1079 0 R 1080 0 R 1081 0 R 1082 0 R 1083 0 R 1084 0 R]
+/Annots [1076 0 R 1077 0 R 1079 0 R 1080 0 R 1081 0 R 1082 0 R 1083 0 R 1084 0 R 1085 0 R]
 >>
 endobj
-1075 0 obj
+1076 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -160901,7 +160906,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1076 0 obj
+1077 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -160912,10 +160917,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1077 0 obj
-[1074 0 R /XYZ 0 529.2900000000002 null]
-endobj
 1078 0 obj
+[1075 0 R /XYZ 0 529.2900000000002 null]
+endobj
+1079 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -160926,7 +160931,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1079 0 obj
+1080 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -160937,15 +160942,15 @@ endobj
 /Type /Annot
 >>
 endobj
-1080 0 obj
+1081 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_api_EventBusService_api-and-implementation)
+/Dest (__rgsvc_api_EventBusService_api-and-implementation)
 /Subtype /Link
 /Rect [134.6235 449.42000000000024 164.7165 463.7000000000002]
 /Type /Annot
 >>
 endobj
-1081 0 obj
+1082 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -160956,7 +160961,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1082 0 obj
+1083 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -160967,7 +160972,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1083 0 obj
+1084 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -160978,7 +160983,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1084 0 obj
+1085 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -160989,7 +160994,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1085 0 obj
+1086 0 obj
 << /Length 30533
 >>
 stream
@@ -163044,11 +163049,11 @@ Q
 
 endstream
 endobj
-1086 0 obj
+1087 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1085 0 R
+/Contents 1086 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.1 54 0 R
 /F1.0 8 0 R
@@ -163056,13 +163061,13 @@ endobj
 /F5.1 64 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1087 0 R 1088 0 R 1089 0 R 1090 0 R]
+/Annots [1088 0 R 1089 0 R 1090 0 R 1091 0 R]
 >>
 endobj
-1087 0 obj
+1088 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -163073,7 +163078,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1088 0 obj
+1089 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -163084,7 +163089,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1089 0 obj
+1090 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -163095,7 +163100,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1090 0 obj
+1091 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -163106,10 +163111,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1091 0 obj
-[1086 0 R /XYZ 0 661.21 null]
-endobj
 1092 0 obj
+[1087 0 R /XYZ 0 661.21 null]
+endobj
+1093 0 obj
 << /Length 30244
 >>
 stream
@@ -165140,35 +165145,35 @@ Q
 
 endstream
 endobj
-1093 0 obj
+1094 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1092 0 R
+/Contents 1093 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 43 0 R
 /F3.1 54 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1094 0 R]
+/Annots [1095 0 R]
 >>
 endobj
-1094 0 obj
+1095 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_api_EventBusService_event-hierarchy)
+/Dest (__rgsvc_api_EventBusService_event-hierarchy)
 /Subtype /Link
 /Rect [259.3845 602.79 289.7925 617.07]
 /Type /Annot
 >>
 endobj
-1095 0 obj
-[1093 0 R /XYZ 0 307.82000000000016 null]
-endobj
 1096 0 obj
+[1094 0 R /XYZ 0 307.82000000000016 null]
+endobj
+1097 0 obj
 << /Length 39199
 >>
 stream
@@ -167968,26 +167973,26 @@ Q
 
 endstream
 endobj
-1097 0 obj
+1098 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1096 0 R
+/Contents 1097 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 43 0 R
 /F3.1 54 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 >>
 endobj
-1098 0 obj
-[1097 0 R /XYZ 0 194.41000000000008 null]
-endobj
 1099 0 obj
+[1098 0 R /XYZ 0 194.41000000000008 null]
+endobj
+1100 0 obj
 << /Length 31694
 >>
 stream
@@ -170222,11 +170227,11 @@ Q
 
 endstream
 endobj
-1100 0 obj
+1101 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1099 0 R
+/Contents 1100 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 43 0 R
 /F1.0 8 0 R
@@ -170235,16 +170240,16 @@ endobj
 /F6.0 71 0 R
 /F4.0 58 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1102 0 R 1104 0 R]
+/Annots [1103 0 R 1105 0 R]
 >>
 endobj
-1101 0 obj
-[1100 0 R /XYZ 0 474.93 null]
-endobj
 1102 0 obj
+[1101 0 R /XYZ 0 474.93 null]
+endobj
+1103 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -170255,10 +170260,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1103 0 obj
-[1100 0 R /XYZ 0 153.05 null]
-endobj
 1104 0 obj
+[1101 0 R /XYZ 0 153.05 null]
+endobj
+1105 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_WrapperFactory)
 /Subtype /Link
@@ -170266,7 +170271,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1105 0 obj
+1106 0 obj
 << /Length 29662
 >>
 stream
@@ -172296,11 +172301,11 @@ Q
 
 endstream
 endobj
-1106 0 obj
+1107 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1105 0 R
+/Contents 1106 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.0 43 0 R
@@ -172309,16 +172314,16 @@ endobj
 /F5.1 64 0 R
 /F6.0 71 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1108 0 R 1109 0 R 1110 0 R 1111 0 R 1112 0 R 1113 0 R]
+/Annots [1109 0 R 1110 0 R 1111 0 R 1112 0 R 1113 0 R 1114 0 R]
 >>
 endobj
-1107 0 obj
-[1106 0 R /XYZ 0 494.94000000000005 null]
-endobj
 1108 0 obj
+[1107 0 R /XYZ 0 494.94000000000005 null]
+endobj
+1109 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -172329,7 +172334,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1109 0 obj
+1110 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -172340,7 +172345,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1110 0 obj
+1111 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -172351,7 +172356,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1111 0 obj
+1112 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -172362,15 +172367,15 @@ endobj
 /Type /Annot
 >>
 endobj
-1112 0 obj
+1113 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_api_EventBusService_Configuration)
+/Dest (__rgsvc_api_EventBusService_Configuration)
 /Subtype /Link
 /Rect [48.24 399.29 78.648 413.57]
 /Type /Annot
 >>
 endobj
-1113 0 obj
+1114 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_WrapperFactory)
 /Subtype /Link
@@ -172378,7 +172383,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1114 0 obj
+1115 0 obj
 << /Length 16022
 >>
 stream
@@ -173332,27 +173337,27 @@ Q
 
 endstream
 endobj
-1115 0 obj
+1116 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1114 0 R
+/Contents 1115 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F2.0 20 0 R
 /F3.0 43 0 R
 /F6.0 71 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1117 0 R 1118 0 R 1119 0 R 1120 0 R 1121 0 R 1123 0 R 1124 0 R 1125 0 R]
+/Annots [1118 0 R 1119 0 R 1120 0 R 1121 0 R 1122 0 R 1124 0 R 1125 0 R 1126 0 R]
 >>
 endobj
-1116 0 obj
-[1115 0 R /XYZ 0 747.3 null]
-endobj
 1117 0 obj
+[1116 0 R /XYZ 0 747.3 null]
+endobj
+1118 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -173363,7 +173368,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1118 0 obj
+1119 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -173374,7 +173379,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1119 0 obj
+1120 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -173385,7 +173390,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1120 0 obj
+1121 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -173396,7 +173401,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1121 0 obj
+1122 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -173407,10 +173412,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1122 0 obj
-[1115 0 R /XYZ 0 242.96000000000004 null]
-endobj
 1123 0 obj
+[1116 0 R /XYZ 0 242.96000000000004 null]
+endobj
+1124 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -173421,7 +173426,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1124 0 obj
+1125 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -173432,15 +173437,15 @@ endobj
 /Type /Annot
 >>
 endobj
-1125 0 obj
+1126 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24 103.75 111.19800000000001 118.03]
 /Type /Annot
 >>
 endobj
-1126 0 obj
+1127 0 obj
 << /Length 21525
 >>
 stream
@@ -174779,11 +174784,11 @@ Q
 
 endstream
 endobj
-1127 0 obj
+1128 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1126 0 R
+/Contents 1127 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 20 0 R
 /F1.0 8 0 R
@@ -174791,16 +174796,16 @@ endobj
 /F5.1 64 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1129 0 R 1130 0 R 1131 0 R 1133 0 R 1135 0 R 1136 0 R 1137 0 R 1138 0 R]
+/Annots [1130 0 R 1131 0 R 1132 0 R 1134 0 R 1136 0 R 1137 0 R 1138 0 R 1139 0 R]
 >>
 endobj
-1128 0 obj
-[1127 0 R /XYZ 0 841.89 null]
-endobj
 1129 0 obj
+[1128 0 R /XYZ 0 841.89 null]
+endobj
+1130 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_spi_PublishingService)
 /Subtype /Link
@@ -174808,7 +174813,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1130 0 obj
+1131 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -174819,7 +174824,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1131 0 obj
+1132 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -174830,10 +174835,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1132 0 obj
-[1127 0 R /XYZ 0 642.95 null]
-endobj
 1133 0 obj
+[1128 0 R /XYZ 0 642.95 null]
+endobj
+1134 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_DomainObjectContainer)
 /Subtype /Link
@@ -174841,10 +174846,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1134 0 obj
-[1127 0 R /XYZ 0 523.5300000000002 null]
-endobj
 1135 0 obj
+[1128 0 R /XYZ 0 523.5300000000002 null]
+endobj
+1136 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -174855,7 +174860,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1136 0 obj
+1137 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -174866,7 +174871,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1137 0 obj
+1138 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_RepositoryService)
 /Subtype /Link
@@ -174874,7 +174879,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1138 0 obj
+1139 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ServiceRegistry)
 /Subtype /Link
@@ -174882,10 +174887,10 @@ endobj
 /Type /Annot
 >>
 endobj
-1139 0 obj
-[1127 0 R /XYZ 0 130.5810000000002 null]
-endobj
 1140 0 obj
+[1128 0 R /XYZ 0 130.5810000000002 null]
+endobj
+1141 0 obj
 << /Length 28845
 >>
 stream
@@ -176887,29 +176892,29 @@ Q
 
 endstream
 endobj
-1141 0 obj
+1142 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 1140 0 R
+/Contents 1141 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 43 0 R
 /F2.0 20 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
-/Annots [1144 0 R 1145 0 R 1146 0 R 1148 0 R 1149 0 R 1152 0 R]
+/Annots [1145 0 R 1146 0 R 1147 0 R 1149 0 R 1150 0 R 1152 0 R]
 >>
 endobj
-1142 0 obj
-[1141 0 R /XYZ 0 712.93 null]
-endobj
 1143 0 obj
-[1141 0 R /XYZ 0 636.0900000000001 null]
+[1142 0 R /XYZ 0 712.93 null]
 endobj
 1144 0 obj
+[1142 0 R /XYZ 0 636.0900000000001 null]
+endobj
+1145 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -176920,7 +176925,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1145 0 obj
+1146 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -176931,18 +176936,18 @@ endobj
 /Type /Annot
 >>
 endobj
-1146 0 obj
+1147 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24 496.8800000000003 111.19800000000001 511.16000000000025]
 /Type /Annot
 >>
 endobj
-1147 0 obj
-[1141 0 R /XYZ 0 484.1300000000003 null]
-endobj
 1148 0 obj
+[1142 0 R /XYZ 0 484.1300000000003 null]
+endobj
+1149 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_RepositoryService)
 /Subtype /Link
@@ -176950,7 +176955,7 @@ endobj
 /Type /Annot
 >>
 endobj
-1149 0 obj
+1150 0 obj
 << /Border [0 0 0]
 /Dest (_rgsvc_api_ServiceRegistry)
 /Subtype /Link
@@ -176958,13 +176963,8 @@ endobj
 /Type /Annot
 >>
 endobj
-1150 0 obj
-[1141 0 R /XYZ 0 347.9500000000003 null]
-endobj
 1151 0 obj
-<< /Limits [(_rgsvc_integration-api) (_rgsvc_spi_EmailNotificationService)]
-/Names [(_rgsvc_integration-api) 1188 0 R (_rgsvc_intro) 39 0 R (_rgsvc_intro_commands-and-events) 72 0 R (_rgsvc_intro_overriding-the-services) 62 0 R (_rgsvc_intro_public-api) 51 0 R (_rgsvc_intro_types-of-domain-services) 40 0 R (_rgsvc_intro_using-the-services) 53 0 R (_rgsvc_metadata-api) 1367 0 R (_rgsvc_persistence-layer-api) 1595 0 R (_rgsvc_persistence-layer-spi) 1725 0 R (_rgsvc_presentation-layer-spi) 111 0 R (_rgsvc_spi_AuditerService) 1765 0 R (_rgsvc_spi_AuditingService) 1786 0 R (_rgsvc_spi_BackgroundCommandService) 825 0 R (_rgsvc_spi_ClassDiscoveryService) 1942 0 R (_rgsvc_spi_CommandService) 853 0 R (_rgsvc_spi_ContentMappingService) 208 0 R (_rgsvc_spi_EmailNotificationService) 224 0 R]
->>
+[1142 0 R /XYZ 0 347.9500000000003 null]
 endobj
 1152 0 obj
 << /Border [0 0 0]
@@ -176978,7 +176978,7 @@ endobj
 >>
 endobj
 1153 0 obj
-[1141 0 R /XYZ 0 264.31000000000023 null]
+[1142 0 R /XYZ 0 264.31000000000023 null]
 endobj
 1154 0 obj
 << /Length 34949
@@ -179420,7 +179420,7 @@ endobj
 /F2.0 20 0 R
 /F3.1 54 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [1157 0 R 1158 0 R 1159 0 R]
@@ -181570,7 +181570,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [1162 0 R 1164 0 R 1165 0 R 1166 0 R 1168 0 R 1169 0 R 1170 0 R 1172 0 R]
@@ -181614,7 +181614,7 @@ endobj
 endobj
 1166 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.239999999999995 264.4599999999999 111.19800000000001 278.7399999999999]
 /Type /Annot
@@ -184203,7 +184203,7 @@ endobj
 /F3.0 43 0 R
 /F2.0 20 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [1175 0 R 1177 0 R 1178 0 R 1181 0 R]
@@ -184422,7 +184422,7 @@ endobj
 /Font << /F1.0 8 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [1184 0 R 1185 0 R]
@@ -184441,7 +184441,7 @@ endobj
 endobj
 1185 0 obj
 << /Border [0 0 0]
-/Dest (_rgsvc_intro_overriding-the-services)
+/Dest (__rgsvc_intro_overriding-the-services)
 /Subtype /Link
 /Rect [48.24 732.27 111.19800000000001 746.5500000000001]
 /Type /Annot
@@ -186329,7 +186329,7 @@ endobj
 /F6.0 71 0 R
 /F3.0 43 0 R
 >>
-/XObject << /Stamp1 2192 0 R
+/XObject << /Stamp1 2193 0 R
 >>
 >>
 /Annots [1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R]
@@ -188168,

<TRUNCATED>

[11/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/rgant.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgant.pdf b/content/guides/rgant.pdf
index 723307c..ecfc73b 100644
--- a/content/guides/rgant.pdf
+++ b/content/guides/rgant.pdf
@@ -4,8 +4,8 @@
 << /Title (Annotations)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307233833+00'00')
-/ModDate (D:20170307233833+00'00')
+/CreationDate (D:20170308005030+00'00')
+/ModDate (D:20170308005030+00'00')
 >>
 endobj
 2 0 obj
@@ -270881,7 +270881,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcfg.pdf#_rgcfg_configuring-core_isis-viewers-propertyLayout-labelPosition)
+/URI (rgcfg.pdf#__rgcfg_configuring-core_isis-viewers-propertyLayout-labelPosition)
 >>
 /Subtype /Link
 /Rect [300.64 376.47700000000015 415.457294921875 390.7570000000001]
@@ -288768,7 +288768,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcfg.pdf#_rgcfg_configuring-core_metamodel-validation)
+/URI (rgcfg.pdf#__rgcfg_configuring-core_metamodel-validation)
 >>
 /Subtype /Link
 /Rect [125.80666666666666 135.53600000000017 220.30666666666667 146.03600000000017]
@@ -305452,869 +305452,869 @@ xref
 0004756755 00000 n 
 0004756924 00000 n 
 0004757092 00000 n 
-0004757343 00000 n 
-0004757522 00000 n 
-0004757716 00000 n 
-0004757890 00000 n 
-0004758067 00000 n 
-0004758238 00000 n 
-0004787023 00000 n 
-0004787398 00000 n 
-0004787647 00000 n 
-0004787872 00000 n 
-0004788039 00000 n 
-0004788221 00000 n 
-0004788395 00000 n 
-0004788609 00000 n 
-0004788668 00000 n 
-0004788907 00000 n 
-0004789101 00000 n 
-0004789292 00000 n 
-0004789480 00000 n 
-0004789672 00000 n 
-0004789863 00000 n 
-0004819323 00000 n 
-0004819667 00000 n 
-0004819894 00000 n 
-0004819942 00000 n 
-0004820115 00000 n 
-0004820287 00000 n 
-0004820441 00000 n 
-0004820601 00000 n 
-0004820773 00000 n 
-0004820944 00000 n 
-0004821173 00000 n 
-0004821221 00000 n 
-0004821391 00000 n 
-0004821571 00000 n 
-0004837883 00000 n 
-0004838275 00000 n 
-0004838460 00000 n 
-0004838660 00000 n 
-0004838860 00000 n 
-0004840467 00000 n 
-0004840698 00000 n 
-0004843130 00000 n 
-0004843359 00000 n 
-0004846778 00000 n 
-0004847008 00000 n 
-0004852800 00000 n 
-0004853037 00000 n 
-0004858546 00000 n 
-0004858785 00000 n 
-0004859012 00000 n 
-0004881010 00000 n 
-0004881317 00000 n 
-0004881525 00000 n 
-0004881585 00000 n 
-0004881753 00000 n 
-0004881981 00000 n 
-0004909170 00000 n 
-0004909527 00000 n 
-0004909719 00000 n 
-0004909767 00000 n 
-0004909929 00000 n 
-0004910093 00000 n 
-0004910267 00000 n 
-0004910444 00000 n 
-0004910618 00000 n 
-0004910794 00000 n 
-0004911024 00000 n 
-0004911231 00000 n 
-0004911441 00000 n 
-0004941525 00000 n 
-0004941830 00000 n 
-0004941878 00000 n 
-0004942058 00000 n 
-0004942286 00000 n 
-0004942346 00000 n 
-0004942788 00000 n 
-0004942973 00000 n 
-0004943167 00000 n 
-0004953781 00000 n 
-0004954012 00000 n 
-0004983544 00000 n 
-0004983852 00000 n 
-0004983900 00000 n 
-0004984094 00000 n 
-0004984239 00000 n 
-0004984437 00000 n 
-0005009124 00000 n 
-0005009401 00000 n 
-0005009449 00000 n 
-0005009509 00000 n 
-0005009727 00000 n 
-0005022562 00000 n 
-0005022793 00000 n 
-0005041267 00000 n 
-0005041610 00000 n 
-0005041658 00000 n 
-0005041880 00000 n 
-0005042125 00000 n 
-0005042312 00000 n 
-0005042501 00000 n 
-0005070721 00000 n 
-0005071128 00000 n 
-0005071176 00000 n 
-0005071340 00000 n 
-0005071493 00000 n 
-0005071633 00000 n 
-0005071810 00000 n 
-0005072028 00000 n 
-0005072207 00000 n 
-0005072434 00000 n 
-0005072643 00000 n 
-0005072825 00000 n 
-0005073000 00000 n 
-0005073153 00000 n 
-0005073307 00000 n 
-0005073494 00000 n 
-0005073657 00000 n 
-0005096073 00000 n 
-0005096457 00000 n 
-0005096683 00000 n 
-0005096731 00000 n 
-0005096942 00000 n 
-0005097124 00000 n 
-0005097300 00000 n 
-0005097478 00000 n 
-0005097656 00000 n 
-0005097834 00000 n 
-0005098005 00000 n 
-0005098219 00000 n 
-0005098267 00000 n 
-0005098492 00000 n 
-0005098655 00000 n 
-0005098814 00000 n 
-0005099046 00000 n 
-0005121916 00000 n 
-0005122318 00000 n 
-0005122506 00000 n 
-0005122554 00000 n 
-0005122739 00000 n 
-0005122909 00000 n 
-0005123080 00000 n 
-0005123248 00000 n 
-0005123418 00000 n 
-0005123601 00000 n 
-0005123661 00000 n 
-0005123836 00000 n 
-0005123989 00000 n 
-0005124153 00000 n 
-0005124318 00000 n 
-0005124486 00000 n 
-0005124655 00000 n 
-0005124886 00000 n 
-0005125096 00000 n 
-0005141709 00000 n 
-0005142043 00000 n 
-0005142091 00000 n 
-0005142256 00000 n 
-0005142403 00000 n 
-0005142588 00000 n 
-0005142762 00000 n 
-0005142983 00000 n 
-0005143043 00000 n 
-0005143586 00000 n 
-0005143754 00000 n 
-0005152752 00000 n 
-0005153024 00000 n 
-0005153072 00000 n 
-0005153293 00000 n 
-0005153510 00000 n 
-0005170224 00000 n 
-0005170590 00000 n 
-0005170638 00000 n 
-0005170840 00000 n 
-0005171025 00000 n 
-0005171212 00000 n 
-0005171367 00000 n 
-0005171554 00000 n 
-0005171741 00000 n 
-0005171925 00000 n 
-0005172142 00000 n 
-0005172371 00000 n 
-0005172623 00000 n 
-0005172683 00000 n 
-0005172917 00000 n 
-0005188383 00000 n 
-0005188687 00000 n 
-0005188735 00000 n 
-0005188959 00000 n 
-0005189128 00000 n 
-0005189350 00000 n 
-0005189567 00000 n 
-0005189697 00000 n 
-0005189818 00000 n 
-0005189944 00000 n 
-0005190071 00000 n 
-0005190204 00000 n 
-0005190338 00000 n 
-0005190472 00000 n 
-0005190608 00000 n 
-0005190748 00000 n 
-0005190889 00000 n 
-0005191040 00000 n 
-0005191182 00000 n 
-0005191332 00000 n 
-0005191483 00000 n 
-0005191632 00000 n 
-0005191783 00000 n 
-0005191940 00000 n 
-0005192098 00000 n 
-0005192262 00000 n 
-0005192426 00000 n 
-0005192573 00000 n 
-0005192732 00000 n 
-0005192891 00000 n 
-0005193047 00000 n 
-0005193206 00000 n 
-0005193373 00000 n 
-0005193544 00000 n 
-0005193715 00000 n 
-0005193871 00000 n 
-0005194029 00000 n 
-0005194196 00000 n 
-0005194353 00000 n 
-0005194515 00000 n 
-0005194683 00000 n 
-0005194842 00000 n 
-0005195016 00000 n 
-0005195186 00000 n 
-0005195346 00000 n 
-0005195520 00000 n 
-0005195691 00000 n 
-0005195851 00000 n 
-0005196022 00000 n 
-0005196193 00000 n 
-0005196349 00000 n 
-0005196507 00000 n 
-0005196674 00000 n 
-0005196828 00000 n 
-0005196994 00000 n 
-0005197160 00000 n 
-0005197326 00000 n 
-0005197497 00000 n 
-0005197674 00000 n 
-0005197843 00000 n 
-0005198016 00000 n 
-0005198196 00000 n 
-0005198360 00000 n 
-0005198526 00000 n 
-0005198701 00000 n 
-0005198868 00000 n 
-0005199046 00000 n 
-0005199224 00000 n 
-0005199391 00000 n 
-0005199560 00000 n 
-0005199738 00000 n 
-0005199899 00000 n 
-0005200063 00000 n 
-0005200235 00000 n 
-0005200395 00000 n 
-0005200558 00000 n 
-0005200729 00000 n 
-0005200894 00000 n 
-0005201061 00000 n 
-0005201237 00000 n 
-0005201390 00000 n 
-0005201556 00000 n 
-0005201721 00000 n 
-0005201887 00000 n 
-0005202056 00000 n 
-0005202233 00000 n 
-0005202393 00000 n 
-0005202556 00000 n 
-0005202727 00000 n 
-0005202886 00000 n 
-0005203048 00000 n 
-0005203218 00000 n 
-0005203383 00000 n 
-0005203551 00000 n 
-0005203727 00000 n 
-0005203888 00000 n 
-0005204052 00000 n 
-0005204224 00000 n 
-0005204383 00000 n 
-0005204544 00000 n 
-0005204715 00000 n 
-0005204884 00000 n 
-0005205056 00000 n 
-0005205236 00000 n 
-0005205406 00000 n 
-0005205579 00000 n 
-0005205760 00000 n 
-0005205930 00000 n 
-0005206103 00000 n 
-0005206284 00000 n 
-0005206438 00000 n 
-0005206606 00000 n 
-0005206771 00000 n 
-0005206924 00000 n 
-0005207091 00000 n 
-0005207255 00000 n 
-0005207408 00000 n 
-0005207575 00000 n 
-0005207739 00000 n 
-0005207904 00000 n 
-0005208072 00000 n 
-0005208248 00000 n 
-0005208415 00000 n 
-0005208585 00000 n 
-0005208763 00000 n 
-0005208910 00000 n 
-0005209069 00000 n 
-0005209230 00000 n 
-0005209382 00000 n 
-0005209544 00000 n 
-0005209703 00000 n 
-0005209860 00000 n 
-0005210017 00000 n 
-0005210182 00000 n 
-0005210350 00000 n 
-0005210517 00000 n 
-0005210692 00000 n 
-0005210867 00000 n 
-0005211045 00000 n 
-0005211233 00000 n 
-0005211418 00000 n 
-0005211568 00000 n 
-0005211728 00000 n 
-0005211909 00000 n 
-0005212093 00000 n 
-0005212276 00000 n 
-0005212458 00000 n 
-0005212651 00000 n 
-0005212842 00000 n 
-0005212989 00000 n 
-0005213148 00000 n 
-0005213309 00000 n 
-0005213461 00000 n 
-0005213623 00000 n 
-0005213782 00000 n 
-0005213936 00000 n 
-0005214092 00000 n 
-0005214250 00000 n 
-0005214419 00000 n 
-0005214598 00000 n 
-0005214764 00000 n 
-0005214910 00000 n 
-0005215066 00000 n 
-0005215211 00000 n 
-0005215367 00000 n 
-0005215521 00000 n 
-0005215678 00000 n 
-0005215843 00000 n 
-0005216016 00000 n 
-0005216193 00000 n 
-0005216367 00000 n 
-0005216554 00000 n 
-0005216756 00000 n 
-0005216944 00000 n 
-0005217117 00000 n 
-0005217293 00000 n 
-0005217467 00000 n 
-0005217656 00000 n 
-0005217845 00000 n 
-0005218018 00000 n 
-0005218192 00000 n 
-0005218366 00000 n 
-0005218543 00000 n 
-0005218730 00000 n 
-0005218906 00000 n 
-0005219086 00000 n 
-0005219263 00000 n 
-0005219435 00000 n 
-0005219621 00000 n 
-0005219794 00000 n 
-0005219984 00000 n 
-0005220174 00000 n 
-0005220366 00000 n 
-0005220558 00000 n 
-0005220724 00000 n 
-0005220892 00000 n 
-0005221069 00000 n 
-0005221234 00000 n 
-0005221403 00000 n 
-0005221579 00000 n 
-0005221767 00000 n 
-0005221955 00000 n 
-0005222134 00000 n 
-0005222324 00000 n 
-0005222513 00000 n 
-0005222702 00000 n 
-0005222864 00000 n 
-0005223029 00000 n 
-0005223202 00000 n 
-0005223384 00000 n 
-0005223568 00000 n 
-0005223751 00000 n 
-0005223930 00000 n 
-0005224111 00000 n 
-0005224291 00000 n 
-0005224472 00000 n 
-0005224655 00000 n 
-0005224837 00000 n 
-0005225015 00000 n 
-0005225204 00000 n 
-0005225388 00000 n 
-0005225574 00000 n 
-0005225759 00000 n 
-0005225933 00000 n 
-0005226118 00000 n 
-0005226295 00000 n 
-0005226485 00000 n 
-0005226663 00000 n 
-0005226839 00000 n 
-0005227028 00000 n 
-0005227205 00000 n 
-0005227382 00000 n 
-0005227573 00000 n 
-0005227751 00000 n 
-0005227913 00000 n 
-0005228086 00000 n 
-0005228230 00000 n 
-0005228388 00000 n 
-0005228543 00000 n 
-0005228704 00000 n 
-0005228889 00000 n 
-0005229051 00000 n 
-0005229227 00000 n 
-0005229405 00000 n 
-0005229582 00000 n 
-0005229761 00000 n 
-0005229942 00000 n 
-0005230122 00000 n 
-0005230283 00000 n 
-0005230447 00000 n 
-0005230619 00000 n 
-0005230798 00000 n 
-0005230979 00000 n 
-0005231159 00000 n 
-0005231340 00000 n 
-0005231523 00000 n 
-0005231705 00000 n 
-0005231882 00000 n 
-0005232072 00000 n 
-0005232250 00000 n 
-0005232398 00000 n 
-0005232549 00000 n 
-0005232708 00000 n 
-0005232858 00000 n 
-0005233011 00000 n 
-0005233172 00000 n 
-0005233320 00000 n 
-0005233471 00000 n 
-0005233622 00000 n 
-0005233783 00000 n 
-0005233944 00000 n 
-0005234103 00000 n 
-0005234269 00000 n 
-0005234435 00000 n 
-0005234613 00000 n 
-0005234791 00000 n 
-0005234954 00000 n 
-0005235127 00000 n 
-0005235286 00000 n 
-0005235448 00000 n 
-0005235618 00000 n 
-0005235771 00000 n 
-0005235939 00000 n 
-0005236103 00000 n 
-0005236250 00000 n 
-0005236401 00000 n 
-0005236559 00000 n 
-0005236724 00000 n 
-0005236903 00000 n 
-0005237069 00000 n 
-0005237221 00000 n 
-0005237374 00000 n 
-0005237540 00000 n 
-0005237714 00000 n 
-0005237879 00000 n 
-0005238042 00000 n 
-0005238198 00000 n 
-0005238356 00000 n 
-0005238526 00000 n 
-0005238705 00000 n 
-0005238885 00000 n 
-0005239052 00000 n 
-0005239204 00000 n 
-0005239358 00000 n 
-0005239521 00000 n 
-0005239672 00000 n 
-0005239828 00000 n 
-0005239990 00000 n 
-0005240163 00000 n 
-0005240339 00000 n 
-0005240513 00000 n 
-0005240685 00000 n 
-0005240858 00000 n 
-0005241031 00000 n 
-0005241206 00000 n 
-0005241381 00000 n 
-0005241557 00000 n 
-0005241731 00000 n 
-0005241906 00000 n 
-0005242081 00000 n 
-0005242255 00000 n 
-0005242432 00000 n 
-0005242607 00000 n 
-0005242764 00000 n 
-0005242924 00000 n 
-0005243092 00000 n 
-0005243270 00000 n 
-0005243448 00000 n 
-0005243627 00000 n 
-0005243808 00000 n 
-0005243991 00000 n 
-0005244173 00000 n 
-0005244356 00000 n 
-0005244541 00000 n 
-0005244725 00000 n 
-0005244902 00000 n 
-0005245081 00000 n 
-0005245259 00000 n 
-0005245432 00000 n 
-0005245618 00000 n 
-0005245792 00000 n 
-0005245979 00000 n 
-0005246168 00000 n 
-0005246356 00000 n 
-0005246539 00000 n 
-0005246724 00000 n 
-0005246908 00000 n 
-0005247070 00000 n 
-0005247235 00000 n 
-0005247411 00000 n 
-0005247597 00000 n 
-0005247783 00000 n 
-0005247956 00000 n 
-0005248103 00000 n 
-0005248261 00000 n 
-0005248410 00000 n 
-0005248569 00000 n 
-0005248724 00000 n 
-0005248882 00000 n 
-0005249051 00000 n 
-0005249230 00000 n 
-0005249398 00000 n 
-0005249564 00000 n 
-0005249716 00000 n 
-0005249882 00000 n 
-0005250058 00000 n 
-0005250235 00000 n 
-0005250411 00000 n 
-0005250574 00000 n 
-0005250715 00000 n 
-0005250880 00000 n 
-0005251045 00000 n 
-0005251221 00000 n 
-0005251386 00000 n 
-0005251538 00000 n 
-0005251681 00000 n 
-0005251838 00000 n 
-0005251992 00000 n 
-0005252131 00000 n 
-0005252284 00000 n 
-0005252434 00000 n 
-0005252606 00000 n 
-0005252780 00000 n 
-0005252953 00000 n 
-0005253121 00000 n 
-0005253291 00000 n 
-0005253460 00000 n 
-0005253631 00000 n 
-0005253804 00000 n 
-0005253976 00000 n 
-0005254143 00000 n 
-0005254323 00000 n 
-0005254491 00000 n 
-0005254661 00000 n 
-0005254833 00000 n 
-0005255004 00000 n 
-0005255176 00000 n 
-0005255350 00000 n 
-0005255523 00000 n 
-0005255696 00000 n 
-0005255871 00000 n 
-0005256045 00000 n 
-0005256217 00000 n 
-0005256391 00000 n 
-0005256564 00000 n 
-0005256737 00000 n 
-0005256912 00000 n 
-0005257086 00000 n 
-0005257242 00000 n 
-0005257401 00000 n 
-0005257568 00000 n 
-0005257743 00000 n 
-0005257920 00000 n 
-0005258096 00000 n 
-0005258274 00000 n 
-0005258454 00000 n 
-0005258633 00000 n 
-0005258813 00000 n 
-0005258995 00000 n 
-0005259176 00000 n 
-0005259352 00000 n 
-0005259532 00000 n 
-0005259709 00000 n 
-0005259872 00000 n 
-0005260045 00000 n 
-0005260232 00000 n 
-0005260422 00000 n 
-0005260610 00000 n 
-0005260792 00000 n 
-0005260974 00000 n 
-0005261157 00000 n 
-0005261313 00000 n 
-0005261471 00000 n 
-0005261641 00000 n 
-0005261820 00000 n 
-0005261989 00000 n 
-0005262156 00000 n 
-0005262304 00000 n 
-0005262453 00000 n 
-0005262612 00000 n 
-0005262761 00000 n 
-0005262921 00000 n 
-0005263073 00000 n 
-0005263229 00000 n 
-0005263392 00000 n 
-0005263550 00000 n 
-0005263710 00000 n 
-0005263879 00000 n 
-0005264057 00000 n 
-0005264235 00000 n 
-0005264414 00000 n 
-0005264593 00000 n 
-0005264773 00000 n 
-0005264953 00000 n 
-0005265132 00000 n 
-0005265314 00000 n 
-0005265494 00000 n 
-0005265667 00000 n 
-0005265853 00000 n 
-0005266027 00000 n 
-0005266202 00000 n 
-0005266388 00000 n 
-0005266564 00000 n 
-0005266740 00000 n 
-0005266929 00000 n 
-0005267106 00000 n 
-0005267268 00000 n 
-0005267433 00000 n 
-0005267609 00000 n 
-0005267795 00000 n 
-0005267981 00000 n 
-0005268154 00000 n 
-0005268310 00000 n 
-0005268469 00000 n 
-0005268639 00000 n 
-0005268819 00000 n 
-0005268988 00000 n 
-0005269155 00000 n 
-0005269300 00000 n 
-0005269455 00000 n 
-0005269598 00000 n 
-0005269752 00000 n 
-0005270040 00000 n 
-0005270122 00000 n 
-0005270278 00000 n 
-0005270474 00000 n 
-0005270721 00000 n 
-0005270913 00000 n 
-0005271089 00000 n 
-0005271320 00000 n 
-0005271528 00000 n 
-0005271764 00000 n 
-0005271984 00000 n 
-0005272209 00000 n 
-0005272457 00000 n 
-0005272707 00000 n 
-0005272939 00000 n 
-0005273121 00000 n 
-0005273322 00000 n 
-0005273503 00000 n 
-0005273703 00000 n 
-0005273911 00000 n 
-0005274120 00000 n 
-0005274313 00000 n 
-0005274490 00000 n 
-0005274746 00000 n 
-0005274932 00000 n 
-0005275141 00000 n 
-0005275330 00000 n 
-0005275527 00000 n 
-0005275728 00000 n 
-0005275920 00000 n 
-0005276108 00000 n 
-0005276294 00000 n 
-0005276542 00000 n 
-0005276739 00000 n 
-0005276935 00000 n 
-0005277127 00000 n 
-0005277343 00000 n 
-0005277509 00000 n 
-0005277781 00000 n 
-0005277966 00000 n 
-0005278167 00000 n 
-0005278368 00000 n 
-0005278560 00000 n 
-0005278748 00000 n 
-0005278925 00000 n 
-0005279117 00000 n 
-0005279303 00000 n 
-0005279583 00000 n 
-0005279761 00000 n 
-0005279994 00000 n 
-0005280255 00000 n 
-0005280460 00000 n 
-0005280697 00000 n 
-0005280930 00000 n 
-0005281238 00000 n 
-0005281416 00000 n 
-0005281602 00000 n 
-0005281863 00000 n 
-0005282041 00000 n 
-0005282301 00000 n 
-0005282501 00000 n 
-0005282746 00000 n 
-0005282946 00000 n 
-0005283199 00000 n 
-0005283416 00000 n 
-0005283613 00000 n 
-0005283866 00000 n 
-0005284127 00000 n 
-0005284343 00000 n 
-0005284548 00000 n 
-0005284801 00000 n 
-0005285066 00000 n 
-0005285311 00000 n 
-0005285596 00000 n 
-0005285786 00000 n 
-0005285979 00000 n 
-0005286180 00000 n 
-0005286412 00000 n 
-0005286629 00000 n 
-0005286845 00000 n 
-0005287039 00000 n 
-0005287221 00000 n 
-0005287419 00000 n 
-0005287629 00000 n 
-0005287894 00000 n 
-0005288076 00000 n 
-0005288290 00000 n 
-0005288501 00000 n 
-0005288790 00000 n 
-0005288977 00000 n 
-0005289175 00000 n 
-0005289354 00000 n 
-0005289560 00000 n 
-0005289774 00000 n 
-0005290043 00000 n 
-0005290273 00000 n 
-0005290555 00000 n 
-0005290814 00000 n 
-0005291064 00000 n 
-0005291290 00000 n 
-0005291523 00000 n 
-0005291691 00000 n 
-0005291937 00000 n 
-0005292219 00000 n 
-0005292437 00000 n 
-0005292686 00000 n 
-0005292884 00000 n 
-0005293082 00000 n 
-0005293288 00000 n 
-0005293506 00000 n 
-0005293713 00000 n 
-0005293986 00000 n 
-0005294177 00000 n 
-0005294395 00000 n 
-0005294621 00000 n 
-0005294819 00000 n 
-0005295013 00000 n 
-0005295262 00000 n 
-0005295472 00000 n 
-0005295805 00000 n 
-0005295987 00000 n 
-0005296166 00000 n 
-0005296432 00000 n 
-0005296686 00000 n 
-0005296956 00000 n 
-0005297186 00000 n 
-0005297431 00000 n 
-0005297634 00000 n 
-0005297824 00000 n 
-0005298037 00000 n 
-0005298234 00000 n 
-0005298444 00000 n 
-0005298661 00000 n 
-0005298882 00000 n 
-0005299099 00000 n 
-0005299294 00000 n 
-0005299563 00000 n 
-0005299753 00000 n 
-0005299959 00000 n 
-0005300173 00000 n 
-0005300383 00000 n 
-0005300565 00000 n 
-0005300803 00000 n 
-0005301014 00000 n 
-0005301280 00000 n 
-0005301513 00000 n 
-0005301705 00000 n 
-0005301923 00000 n 
-0005302196 00000 n 
-0005302375 00000 n 
-0005302577 00000 n 
-0005302783 00000 n 
-0005302977 00000 n 
-0005303159 00000 n 
-0005303342 00000 n 
-0005303624 00000 n 
-0005303906 00000 n 
-0005304085 00000 n 
-0005304256 00000 n 
-0005306499 00000 n 
-0005316193 00000 n 
-0005316411 00000 n 
-0005317775 00000 n 
-0005318822 00000 n 
-0005326100 00000 n 
-0005326323 00000 n 
-0005327687 00000 n 
-0005328768 00000 n 
-0005334577 00000 n 
-0005334793 00000 n 
-0005336157 00000 n 
-0005337208 00000 n 
-0005338604 00000 n 
-0005338824 00000 n 
-0005340188 00000 n 
-0005341328 00000 n 
-0005342777 00000 n 
-0005342990 00000 n 
-0005343312 00000 n 
-0005344229 00000 n 
-0005349299 00000 n 
-0005349527 00000 n 
-0005350891 00000 n 
-0005351984 00000 n 
-0005353732 00000 n 
-0005353948 00000 n 
-0005354267 00000 n 
-0005355406 00000 n 
-0005356662 00000 n 
-0005356880 00000 n 
-0005357189 00000 n 
+0004757344 00000 n 
+0004757523 00000 n 
+0004757717 00000 n 
+0004757891 00000 n 
+0004758068 00000 n 
+0004758239 00000 n 
+0004787024 00000 n 
+0004787399 00000 n 
+0004787648 00000 n 
+0004787873 00000 n 
+0004788040 00000 n 
+0004788222 00000 n 
+0004788396 00000 n 
+0004788610 00000 n 
+0004788669 00000 n 
+0004788908 00000 n 
+0004789102 00000 n 
+0004789293 00000 n 
+0004789481 00000 n 
+0004789673 00000 n 
+0004789864 00000 n 
+0004819324 00000 n 
+0004819668 00000 n 
+0004819895 00000 n 
+0004819943 00000 n 
+0004820116 00000 n 
+0004820288 00000 n 
+0004820442 00000 n 
+0004820602 00000 n 
+0004820774 00000 n 
+0004820945 00000 n 
+0004821174 00000 n 
+0004821222 00000 n 
+0004821392 00000 n 
+0004821572 00000 n 
+0004837884 00000 n 
+0004838276 00000 n 
+0004838461 00000 n 
+0004838661 00000 n 
+0004838861 00000 n 
+0004840468 00000 n 
+0004840699 00000 n 
+0004843131 00000 n 
+0004843360 00000 n 
+0004846779 00000 n 
+0004847009 00000 n 
+0004852801 00000 n 
+0004853038 00000 n 
+0004858547 00000 n 
+0004858786 00000 n 
+0004859013 00000 n 
+0004881011 00000 n 
+0004881318 00000 n 
+0004881526 00000 n 
+0004881586 00000 n 
+0004881754 00000 n 
+0004881982 00000 n 
+0004909171 00000 n 
+0004909528 00000 n 
+0004909720 00000 n 
+0004909768 00000 n 
+0004909930 00000 n 
+0004910094 00000 n 
+0004910268 00000 n 
+0004910445 00000 n 
+0004910619 00000 n 
+0004910795 00000 n 
+0004911025 00000 n 
+0004911232 00000 n 
+0004911442 00000 n 
+0004941526 00000 n 
+0004941831 00000 n 
+0004941879 00000 n 
+0004942059 00000 n 
+0004942287 00000 n 
+0004942347 00000 n 
+0004942789 00000 n 
+0004942974 00000 n 
+0004943168 00000 n 
+0004953782 00000 n 
+0004954013 00000 n 
+0004983545 00000 n 
+0004983853 00000 n 
+0004983901 00000 n 
+0004984095 00000 n 
+0004984240 00000 n 
+0004984438 00000 n 
+0005009125 00000 n 
+0005009402 00000 n 
+0005009450 00000 n 
+0005009510 00000 n 
+0005009728 00000 n 
+0005022563 00000 n 
+0005022794 00000 n 
+0005041268 00000 n 
+0005041611 00000 n 
+0005041659 00000 n 
+0005041881 00000 n 
+0005042127 00000 n 
+0005042314 00000 n 
+0005042503 00000 n 
+0005070723 00000 n 
+0005071130 00000 n 
+0005071178 00000 n 
+0005071342 00000 n 
+0005071495 00000 n 
+0005071635 00000 n 
+0005071812 00000 n 
+0005072030 00000 n 
+0005072209 00000 n 
+0005072436 00000 n 
+0005072645 00000 n 
+0005072827 00000 n 
+0005073002 00000 n 
+0005073155 00000 n 
+0005073309 00000 n 
+0005073496 00000 n 
+0005073659 00000 n 
+0005096075 00000 n 
+0005096459 00000 n 
+0005096685 00000 n 
+0005096733 00000 n 
+0005096944 00000 n 
+0005097126 00000 n 
+0005097302 00000 n 
+0005097480 00000 n 
+0005097658 00000 n 
+0005097836 00000 n 
+0005098007 00000 n 
+0005098221 00000 n 
+0005098269 00000 n 
+0005098494 00000 n 
+0005098657 00000 n 
+0005098816 00000 n 
+0005099048 00000 n 
+0005121918 00000 n 
+0005122320 00000 n 
+0005122508 00000 n 
+0005122556 00000 n 
+0005122741 00000 n 
+0005122911 00000 n 
+0005123082 00000 n 
+0005123250 00000 n 
+0005123420 00000 n 
+0005123603 00000 n 
+0005123663 00000 n 
+0005123838 00000 n 
+0005123991 00000 n 
+0005124155 00000 n 
+0005124320 00000 n 
+0005124488 00000 n 
+0005124657 00000 n 
+0005124888 00000 n 
+0005125098 00000 n 
+0005141711 00000 n 
+0005142045 00000 n 
+0005142093 00000 n 
+0005142258 00000 n 
+0005142405 00000 n 
+0005142590 00000 n 
+0005142764 00000 n 
+0005142985 00000 n 
+0005143045 00000 n 
+0005143588 00000 n 
+0005143756 00000 n 
+0005152754 00000 n 
+0005153026 00000 n 
+0005153074 00000 n 
+0005153295 00000 n 
+0005153512 00000 n 
+0005170226 00000 n 
+0005170592 00000 n 
+0005170640 00000 n 
+0005170842 00000 n 
+0005171027 00000 n 
+0005171214 00000 n 
+0005171369 00000 n 
+0005171556 00000 n 
+0005171743 00000 n 
+0005171927 00000 n 
+0005172144 00000 n 
+0005172373 00000 n 
+0005172625 00000 n 
+0005172685 00000 n 
+0005172919 00000 n 
+0005188385 00000 n 
+0005188689 00000 n 
+0005188737 00000 n 
+0005188961 00000 n 
+0005189130 00000 n 
+0005189352 00000 n 
+0005189569 00000 n 
+0005189699 00000 n 
+0005189820 00000 n 
+0005189946 00000 n 
+0005190073 00000 n 
+0005190206 00000 n 
+0005190340 00000 n 
+0005190474 00000 n 
+0005190610 00000 n 
+0005190750 00000 n 
+0005190891 00000 n 
+0005191042 00000 n 
+0005191184 00000 n 
+0005191334 00000 n 
+0005191485 00000 n 
+0005191634 00000 n 
+0005191785 00000 n 
+0005191942 00000 n 
+0005192100 00000 n 
+0005192264 00000 n 
+0005192428 00000 n 
+0005192575 00000 n 
+0005192734 00000 n 
+0005192893 00000 n 
+0005193049 00000 n 
+0005193208 00000 n 
+0005193375 00000 n 
+0005193546 00000 n 
+0005193717 00000 n 
+0005193873 00000 n 
+0005194031 00000 n 
+0005194198 00000 n 
+0005194355 00000 n 
+0005194517 00000 n 
+0005194685 00000 n 
+0005194844 00000 n 
+0005195018 00000 n 
+0005195188 00000 n 
+0005195348 00000 n 
+0005195522 00000 n 
+0005195693 00000 n 
+0005195853 00000 n 
+0005196024 00000 n 
+0005196195 00000 n 
+0005196351 00000 n 
+0005196509 00000 n 
+0005196676 00000 n 
+0005196830 00000 n 
+0005196996 00000 n 
+0005197162 00000 n 
+0005197328 00000 n 
+0005197499 00000 n 
+0005197676 00000 n 
+0005197845 00000 n 
+0005198018 00000 n 
+0005198198 00000 n 
+0005198362 00000 n 
+0005198528 00000 n 
+0005198703 00000 n 
+0005198870 00000 n 
+0005199048 00000 n 
+0005199226 00000 n 
+0005199393 00000 n 
+0005199562 00000 n 
+0005199740 00000 n 
+0005199901 00000 n 
+0005200065 00000 n 
+0005200237 00000 n 
+0005200397 00000 n 
+0005200560 00000 n 
+0005200731 00000 n 
+0005200896 00000 n 
+0005201063 00000 n 
+0005201239 00000 n 
+0005201392 00000 n 
+0005201558 00000 n 
+0005201723 00000 n 
+0005201889 00000 n 
+0005202058 00000 n 
+0005202235 00000 n 
+0005202395 00000 n 
+0005202558 00000 n 
+0005202729 00000 n 
+0005202888 00000 n 
+0005203050 00000 n 
+0005203220 00000 n 
+0005203385 00000 n 
+0005203553 00000 n 
+0005203729 00000 n 
+0005203890 00000 n 
+0005204054 00000 n 
+0005204226 00000 n 
+0005204385 00000 n 
+0005204546 00000 n 
+0005204717 00000 n 
+0005204886 00000 n 
+0005205058 00000 n 
+0005205238 00000 n 
+0005205408 00000 n 
+0005205581 00000 n 
+0005205762 00000 n 
+0005205932 00000 n 
+0005206105 00000 n 
+0005206286 00000 n 
+0005206440 00000 n 
+0005206608 00000 n 
+0005206773 00000 n 
+0005206926 00000 n 
+0005207093 00000 n 
+0005207257 00000 n 
+0005207410 00000 n 
+0005207577 00000 n 
+0005207741 00000 n 
+0005207906 00000 n 
+0005208074 00000 n 
+0005208250 00000 n 
+0005208417 00000 n 
+0005208587 00000 n 
+0005208765 00000 n 
+0005208912 00000 n 
+0005209071 00000 n 
+0005209232 00000 n 
+0005209384 00000 n 
+0005209546 00000 n 
+0005209705 00000 n 
+0005209862 00000 n 
+0005210019 00000 n 
+0005210184 00000 n 
+0005210352 00000 n 
+0005210519 00000 n 
+0005210694 00000 n 
+0005210869 00000 n 
+0005211047 00000 n 
+0005211235 00000 n 
+0005211420 00000 n 
+0005211570 00000 n 
+0005211730 00000 n 
+0005211911 00000 n 
+0005212095 00000 n 
+0005212278 00000 n 
+0005212460 00000 n 
+0005212653 00000 n 
+0005212844 00000 n 
+0005212991 00000 n 
+0005213150 00000 n 
+0005213311 00000 n 
+0005213463 00000 n 
+0005213625 00000 n 
+0005213784 00000 n 
+0005213938 00000 n 
+0005214094 00000 n 
+0005214252 00000 n 
+0005214421 00000 n 
+0005214600 00000 n 
+0005214766 00000 n 
+0005214912 00000 n 
+0005215068 00000 n 
+0005215213 00000 n 
+0005215369 00000 n 
+0005215523 00000 n 
+0005215680 00000 n 
+0005215845 00000 n 
+0005216018 00000 n 
+0005216195 00000 n 
+0005216369 00000 n 
+0005216556 00000 n 
+0005216758 00000 n 
+0005216946 00000 n 
+0005217119 00000 n 
+0005217295 00000 n 
+0005217469 00000 n 
+0005217658 00000 n 
+0005217847 00000 n 
+0005218020 00000 n 
+0005218194 00000 n 
+0005218368 00000 n 
+0005218545 00000 n 
+0005218732 00000 n 
+0005218908 00000 n 
+0005219088 00000 n 
+0005219265 00000 n 
+0005219437 00000 n 
+0005219623 00000 n 
+0005219796 00000 n 
+0005219986 00000 n 
+0005220176 00000 n 
+0005220368 00000 n 
+0005220560 00000 n 
+0005220726 00000 n 
+0005220894 00000 n 
+0005221071 00000 n 
+0005221236 00000 n 
+0005221405 00000 n 
+0005221581 00000 n 
+0005221769 00000 n 
+0005221957 00000 n 
+0005222136 00000 n 
+0005222326 00000 n 
+0005222515 00000 n 
+0005222704 00000 n 
+0005222866 00000 n 
+0005223031 00000 n 
+0005223204 00000 n 
+0005223386 00000 n 
+0005223570 00000 n 
+0005223753 00000 n 
+0005223932 00000 n 
+0005224113 00000 n 
+0005224293 00000 n 
+0005224474 00000 n 
+0005224657 00000 n 
+0005224839 00000 n 
+0005225017 00000 n 
+0005225206 00000 n 
+0005225390 00000 n 
+0005225576 00000 n 
+0005225761 00000 n 
+0005225935 00000 n 
+0005226120 00000 n 
+0005226297 00000 n 
+0005226487 00000 n 
+0005226665 00000 n 
+0005226841 00000 n 
+0005227030 00000 n 
+0005227207 00000 n 
+0005227384 00000 n 
+0005227575 00000 n 
+0005227753 00000 n 
+0005227915 00000 n 
+0005228088 00000 n 
+0005228232 00000 n 
+0005228390 00000 n 
+0005228545 00000 n 
+0005228706 00000 n 
+0005228891 00000 n 
+0005229053 00000 n 
+0005229229 00000 n 
+0005229407 00000 n 
+0005229584 00000 n 
+0005229763 00000 n 
+0005229944 00000 n 
+0005230124 00000 n 
+0005230285 00000 n 
+0005230449 00000 n 
+0005230621 00000 n 
+0005230800 00000 n 
+0005230981 00000 n 
+0005231161 00000 n 
+0005231342 00000 n 
+0005231525 00000 n 
+0005231707 00000 n 
+0005231884 00000 n 
+0005232074 00000 n 
+0005232252 00000 n 
+0005232400 00000 n 
+0005232551 00000 n 
+0005232710 00000 n 
+0005232860 00000 n 
+0005233013 00000 n 
+0005233174 00000 n 
+0005233322 00000 n 
+0005233473 00000 n 
+0005233624 00000 n 
+0005233785 00000 n 
+0005233946 00000 n 
+0005234105 00000 n 
+0005234271 00000 n 
+0005234437 00000 n 
+0005234615 00000 n 
+0005234793 00000 n 
+0005234956 00000 n 
+0005235129 00000 n 
+0005235288 00000 n 
+0005235450 00000 n 
+0005235620 00000 n 
+0005235773 00000 n 
+0005235941 00000 n 
+0005236105 00000 n 
+0005236252 00000 n 
+0005236403 00000 n 
+0005236561 00000 n 
+0005236726 00000 n 
+0005236905 00000 n 
+0005237071 00000 n 
+0005237223 00000 n 
+0005237376 00000 n 
+0005237542 00000 n 
+0005237716 00000 n 
+0005237881 00000 n 
+0005238044 00000 n 
+0005238200 00000 n 
+0005238358 00000 n 
+0005238528 00000 n 
+0005238707 00000 n 
+0005238887 00000 n 
+0005239054 00000 n 
+0005239206 00000 n 
+0005239360 00000 n 
+0005239523 00000 n 
+0005239674 00000 n 
+0005239830 00000 n 
+0005239992 00000 n 
+0005240165 00000 n 
+0005240341 00000 n 
+0005240515 00000 n 
+0005240687 00000 n 
+0005240860 00000 n 
+0005241033 00000 n 
+0005241208 00000 n 
+0005241383 00000 n 
+0005241559 00000 n 
+0005241733 00000 n 
+0005241908 00000 n 
+0005242083 00000 n 
+0005242257 00000 n 
+0005242434 00000 n 
+0005242609 00000 n 
+0005242766 00000 n 
+0005242926 00000 n 
+0005243094 00000 n 
+0005243272 00000 n 
+0005243450 00000 n 
+0005243629 00000 n 
+0005243810 00000 n 
+0005243993 00000 n 
+0005244175 00000 n 
+0005244358 00000 n 
+0005244543 00000 n 
+0005244727 00000 n 
+0005244904 00000 n 
+0005245083 00000 n 
+0005245261 00000 n 
+0005245434 00000 n 
+0005245620 00000 n 
+0005245794 00000 n 
+0005245981 00000 n 
+0005246170 00000 n 
+0005246358 00000 n 
+0005246541 00000 n 
+0005246726 00000 n 
+0005246910 00000 n 
+0005247072 00000 n 
+0005247237 00000 n 
+0005247413 00000 n 
+0005247599 00000 n 
+0005247785 00000 n 
+0005247958 00000 n 
+0005248105 00000 n 
+0005248263 00000 n 
+0005248412 00000 n 
+0005248571 00000 n 
+0005248726 00000 n 
+0005248884 00000 n 
+0005249053 00000 n 
+0005249232 00000 n 
+0005249400 00000 n 
+0005249566 00000 n 
+0005249718 00000 n 
+0005249884 00000 n 
+0005250060 00000 n 
+0005250237 00000 n 
+0005250413 00000 n 
+0005250576 00000 n 
+0005250717 00000 n 
+0005250882 00000 n 
+0005251047 00000 n 
+0005251223 00000 n 
+0005251388 00000 n 
+0005251540 00000 n 
+0005251683 00000 n 
+0005251840 00000 n 
+0005251994 00000 n 
+0005252133 00000 n 
+0005252286 00000 n 
+0005252436 00000 n 
+0005252608 00000 n 
+0005252782 00000 n 
+0005252955 00000 n 
+0005253123 00000 n 
+0005253293 00000 n 
+0005253462 00000 n 
+0005253633 00000 n 
+0005253806 00000 n 
+0005253978 00000 n 
+0005254145 00000 n 
+0005254325 00000 n 
+0005254493 00000 n 
+0005254663 00000 n 
+0005254835 00000 n 
+0005255006 00000 n 
+0005255178 00000 n 
+0005255352 00000 n 
+0005255525 00000 n 
+0005255698 00000 n 
+0005255873 00000 n 
+0005256047 00000 n 
+0005256219 00000 n 
+0005256393 00000 n 
+0005256566 00000 n 
+0005256739 00000 n 
+0005256914 00000 n 
+0005257088 00000 n 
+0005257244 00000 n 
+0005257403 00000 n 
+0005257570 00000 n 
+0005257745 00000 n 
+0005257922 00000 n 
+0005258098 00000 n 
+0005258276 00000 n 
+0005258456 00000 n 
+0005258635 00000 n 
+0005258815 00000 n 
+0005258997 00000 n 
+0005259178 00000 n 
+0005259354 00000 n 
+0005259534 00000 n 
+0005259711 00000 n 
+0005259874 00000 n 
+0005260047 00000 n 
+0005260234 00000 n 
+0005260424 00000 n 
+0005260612 00000 n 
+0005260794 00000 n 
+0005260976 00000 n 
+0005261159 00000 n 
+0005261315 00000 n 
+0005261473 00000 n 
+0005261643 00000 n 
+0005261822 00000 n 
+0005261991 00000 n 
+0005262158 00000 n 
+0005262306 00000 n 
+0005262455 00000 n 
+0005262614 00000 n 
+0005262763 00000 n 
+0005262923 00000 n 
+0005263075 00000 n 
+0005263231 00000 n 
+0005263394 00000 n 
+0005263552 00000 n 
+0005263712 00000 n 
+0005263881 00000 n 
+0005264059 00000 n 
+0005264237 00000 n 
+0005264416 00000 n 
+0005264595 00000 n 
+0005264775 00000 n 
+0005264955 00000 n 
+0005265134 00000 n 
+0005265316 00000 n 
+0005265496 00000 n 
+0005265669 00000 n 
+0005265855 00000 n 
+0005266029 00000 n 
+0005266204 00000 n 
+0005266390 00000 n 
+0005266566 00000 n 
+0005266742 00000 n 
+0005266931 00000 n 
+0005267108 00000 n 
+0005267270 00000 n 
+0005267435 00000 n 
+0005267611 00000 n 
+0005267797 00000 n 
+0005267983 00000 n 
+0005268156 00000 n 
+0005268312 00000 n 
+0005268471 00000 n 
+0005268641 00000 n 
+0005268821 00000 n 
+0005268990 00000 n 
+0005269157 00000 n 
+0005269302 00000 n 
+0005269457 00000 n 
+0005269600 00000 n 
+0005269754 00000 n 
+0005270042 00000 n 
+0005270124 00000 n 
+0005270280 00000 n 
+0005270476 00000 n 
+0005270723 00000 n 
+0005270915 00000 n 
+0005271091 00000 n 
+0005271322 00000 n 
+0005271530 00000 n 
+0005271766 00000 n 
+0005271986 00000 n 
+0005272211 00000 n 
+0005272459 00000 n 
+0005272709 00000 n 
+0005272941 00000 n 
+0005273123 00000 n 
+0005273324 00000 n 
+0005273505 00000 n 
+0005273705 00000 n 
+0005273913 00000 n 
+0005274122 00000 n 
+0005274315 00000 n 
+0005274492 00000 n 
+0005274748 00000 n 
+0005274934 00000 n 
+0005275143 00000 n 
+0005275332 00000 n 
+0005275529 00000 n 
+0005275730 00000 n 
+0005275922 00000 n 
+0005276110 00000 n 
+0005276296 00000 n 
+0005276544 00000 n 
+0005276741 00000 n 
+0005276937 00000 n 
+0005277129 00000 n 
+0005277345 00000 n 
+0005277511 00000 n 
+0005277783 00000 n 
+0005277968 00000 n 
+0005278169 00000 n 
+0005278370 00000 n 
+0005278562 00000 n 
+0005278750 00000 n 
+0005278927 00000 n 
+0005279119 00000 n 
+0005279305 00000 n 
+0005279585 00000 n 
+0005279763 00000 n 
+0005279996 00000 n 
+0005280257 00000 n 
+0005280462 00000 n 
+0005280699 00000 n 
+0005280932 00000 n 
+0005281240 00000 n 
+0005281418 00000 n 
+0005281604 00000 n 
+0005281865 00000 n 
+0005282043 00000 n 
+0005282303 00000 n 
+0005282503 00000 n 
+0005282748 00000 n 
+0005282948 00000 n 
+0005283201 00000 n 
+0005283418 00000 n 
+0005283615 00000 n 
+0005283868 00000 n 
+0005284129 00000 n 
+0005284345 00000 n 
+0005284550 00000 n 
+0005284803 00000 n 
+0005285068 00000 n 
+0005285313 00000 n 
+0005285598 00000 n 
+0005285788 00000 n 
+0005285981 00000 n 
+0005286182 00000 n 
+0005286414 00000 n 
+0005286631 00000 n 
+0005286847 00000 n 
+0005287041 00000 n 
+0005287223 00000 n 
+0005287421 00000 n 
+0005287631 00000 n 
+0005287896 00000 n 
+0005288078 00000 n 
+0005288292 00000 n 
+0005288503 00000 n 
+0005288792 00000 n 
+0005288979 00000 n 
+0005289177 00000 n 
+0005289356 00000 n 
+0005289562 00000 n 
+0005289776 00000 n 
+0005290045 00000 n 
+0005290275 00000 n 
+0005290557 00000 n 
+0005290816 00000 n 
+0005291066 00000 n 
+0005291292 00000 n 
+0005291525 00000 n 
+0005291693 00000 n 
+0005291939 00000 n 
+0005292221 00000 n 
+0005292439 00000 n 
+0005292688 00000 n 
+0005292886 00000 n 
+0005293084 00000 n 
+0005293290 00000 n 
+0005293508 00000 n 
+0005293715 00000 n 
+0005293988 00000 n 
+0005294179 00000 n 
+0005294397 00000 n 
+0005294623 00000 n 
+0005294821 00000 n 
+0005295015 00000 n 
+0005295264 00000 n 
+0005295474 00000 n 
+0005295807 00000 n 
+0005295989 00000 n 
+0005296168 00000 n 
+0005296434 00000 n 
+0005296688 00000 n 
+0005296958 00000 n 
+0005297188 00000 n 
+0005297433 00000 n 
+0005297636 00000 n 
+0005297826 00000 n 
+0005298039 00000 n 
+0005298236 00000 n 
+0005298446 00000 n 
+0005298663 00000 n 
+0005298884 00000 n 
+0005299101 00000 n 
+0005299296 00000 n 
+0005299565 00000 n 
+0005299755 00000 n 
+0005299961 00000 n 
+0005300175 00000 n 
+0005300385 00000 n 
+0005300567 00000 n 
+0005300805 00000 n 
+0005301016 00000 n 
+0005301282 00000 n 
+0005301515 00000 n 
+0005301707 00000 n 
+0005301925 00000 n 
+0005302198 00000 n 
+0005302377 00000 n 
+0005302579 00000 n 
+0005302785 00000 n 
+0005302979 00000 n 
+0005303161 00000 n 
+0005303344 00000 n 
+0005303626 00000 n 
+0005303908 00000 n 
+0005304087 00000 n 
+0005304258 00000 n 
+0005306501 00000 n 
+0005316195 00000 n 
+0005316413 00000 n 
+0005317777 00000 n 
+0005318824 00000 n 
+0005326102 00000 n 
+0005326325 00000 n 
+0005327689 00000 n 
+0005328770 00000 n 
+0005334579 00000 n 
+0005334795 00000 n 
+0005336159 00000 n 
+0005337210 00000 n 
+0005338606 00000 n 
+0005338826 00000 n 
+0005340190 00000 n 
+0005341330 00000 n 
+0005342779 00000 n 
+0005342992 00000 n 
+0005343314 00000 n 
+0005344231 00000 n 
+0005349301 00000 n 
+0005349529 00000 n 
+0005350893 00000 n 
+0005351986 00000 n 
+0005353734 00000 n 
+0005353950 00000 n 
+0005354269 00000 n 
+0005355408 00000 n 
+0005356664 00000 n 
+0005356882 00000 n 
+0005357191 00000 n 
 trailer
 << /Size 2336
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-5358327
+5358329
 %%EOF

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/rgcfg.html
----------------------------------------------------------------------
diff --git a/content/guides/rgcfg.html b/content/guides/rgcfg.html
index 0f8ab75..9c87694 100644
--- a/content/guides/rgcfg.html
+++ b/content/guides/rgcfg.html
@@ -620,7 +620,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>Most Apache Isis applications will consist of at least the <a href="ugvw.html">Wicket viewer</a> and optionally the <a href="ugvro.html">RestfulObjects viewer</a>. When both viewers are deployed in the same app, then the bootstrapping is performed by Wicket, and so the deployment type is configured as described in the previous section.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>In some cases though you may be using Apache Isis to provide a REST API only, that is, you won\u2019t have deployed the Wicket viewer. In these cases your app will be bootstrapped using Apache Isis' <a href="ugbtb.html#_ugbtb_web-xml_servlet-context-listeners"> <code>IsisWebAppBootstrapper</code></a>.</p> 
+         <p>In some cases though you may be using Apache Isis to provide a REST API only, that is, you won\u2019t have deployed the Wicket viewer. In these cases your app will be bootstrapped using Apache Isis' <a href="ugbtb.html#__ugbtb_web-xml_servlet-context-listeners"> <code>IsisWebAppBootstrapper</code></a>.</p> 
         </div> 
         <div class="paragraph"> 
          <p>In this case the deployment type is specified through an Apache Isis-specific context parameter, called <code>isis.deploymentType</code>:</p> 
@@ -930,7 +930,7 @@ table.CodeRay td.code>pre{padding:0}
         </table> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_rgcfg_configuring-core_domain-events">5.1. Domain Events</h3> 
+        <h3 id="__rgcfg_configuring-core_domain-events">5.1. Domain Events</h3> 
         <table class="tableblock frame-all grid-all spread"> 
          <caption class="title">
           Table 4. Core Configuration Properties for Domain Events
@@ -997,7 +997,7 @@ table.CodeRay td.code>pre{padding:0}
         </table> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_rgcfg_configuring-core_lifecycle-events">5.2. Lifecycle Events</h3> 
+        <h3 id="__rgcfg_configuring-core_lifecycle-events">5.2. Lifecycle Events</h3> 
         <table class="tableblock frame-all grid-all spread"> 
          <caption class="title">
           Table 5. Core Configuration Properties for Lifecycle Events
@@ -1124,7 +1124,7 @@ table.CodeRay td.code>pre{padding:0}
         </table> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_rgcfg_configuring-core_ui-events">5.3. UI Events</h3> 
+        <h3 id="__rgcfg_configuring-core_ui-events">5.3. UI Events</h3> 
         <table class="tableblock frame-all grid-all spread"> 
          <caption class="title">
           Table 6. Core Configuration Properties for UI Events
@@ -1191,7 +1191,7 @@ table.CodeRay td.code>pre{padding:0}
         </table> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_rgcfg_configuring-core_services">5.4. Services</h3> 
+        <h3 id="__rgcfg_configuring-core_services">5.4. Services</h3> 
         <table class="tableblock frame-all grid-all spread"> 
          <caption class="title">
           Table 7. Core Configuration Properties for Services
@@ -1720,7 +1720,7 @@ table.CodeRay td.code>pre{padding:0}
         </table> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_rgcfg_configuring-core_metamodel-validation">5.5. MetaModel Validation</h3> 
+        <h3 id="__rgcfg_configuring-core_metamodel-validation">5.5. MetaModel Validation</h3> 
         <table class="tableblock frame-all grid-all spread"> 
          <caption class="title">
           Table 8. Metamodel Validation
@@ -1910,7 +1910,7 @@ table.CodeRay td.code>pre{padding:0}
         </table> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_rgcfg_configuring-core_other">5.6. Other Config Properties</h3> 
+        <h3 id="__rgcfg_configuring-core_other">5.6. Other Config Properties</h3> 
         <table class="tableblock frame-all grid-all spread"> 
          <caption class="title">
           Table 9. Other Core Configuration Properties
@@ -1939,7 +1939,7 @@ table.CodeRay td.code>pre{padding:0}
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
-              <p>Whether objects' properties and collections can be edited directly (for objects annotated with <a href="rgant.html#_rgant-DomainObject_editing"><code>@DomainObject#editing()</code></a>); see <a href="#_rgcfg_configuring-core_isis-objects-editing">below</a> for further discussion.</p> 
+              <p>Whether objects' properties and collections can be edited directly (for objects annotated with <a href="rgant.html#_rgant-DomainObject_editing"><code>@DomainObject#editing()</code></a>); see <a href="#__rgcfg_configuring-core_isis-objects-editing">below</a> for further discussion.</p> 
              </div>
             </div></td> 
           </tr> 
@@ -2011,7 +2011,7 @@ table.CodeRay td.code>pre{padding:0}
               <p>Whether objects should be filtered for visibility.<br></p> 
              </div> 
              <div class="paragraph"> 
-              <p>See <a href="#_rgcfg_configuring-core_filterVisibility">section below</a> for further discussion.</p> 
+              <p>See <a href="#__rgcfg_configuring-core_filterVisibility">section below</a> for further discussion.</p> 
              </div>
             </div></td> 
           </tr> 
@@ -2153,7 +2153,7 @@ table.CodeRay td.code>pre{padding:0}
          </tbody> 
         </table> 
         <div class="sect3"> 
-         <h4 id="_rgcfg_configuring-core_filterVisibility">5.6.1. Filtering visibility</h4> 
+         <h4 id="__rgcfg_configuring-core_filterVisibility">5.6.1. Filtering visibility</h4> 
          <div class="paragraph"> 
           <p>The framework provides the <code>isis.reflector.facet.filterVisibility</code> configuration property that influences whether a returned object is visible to the end-user:</p> 
          </div> 
@@ -2221,7 +2221,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcfg_configuring-core_isis-objects-editing">5.6.2. <code>objects.editing</code></h4> 
+         <h4 id="__rgcfg_configuring-core_isis-objects-editing">5.6.2. <code>objects.editing</code></h4> 
          <div class="paragraph"> 
           <p>This configuration property in effect allows editing to be disabled globally for an application:</p> 
          </div> 
@@ -2235,7 +2235,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcfg_configuring-core_isis-viewers-propertyLayout-labelPosition">5.6.3. <code>propertyLayout.labelPosition</code></h4> 
+         <h4 id="__rgcfg_configuring-core_isis-viewers-propertyLayout-labelPosition">5.6.3. <code>propertyLayout.labelPosition</code></h4> 
          <div class="paragraph"> 
           <p>If you want a consistent look-n-feel throughout the app, eg all property labels to the top, then it\u2019d be rather frustrating to have to annotate every property.</p> 
          </div> 
@@ -2289,16 +2289,16 @@ table.CodeRay td.code>pre{padding:0}
         </ul> </li> 
        <li><a href="#_rgcfg_configuring-core">5. Configuring Core</a> 
         <ul class="sectlevel2"> 
-         <li><a href="#_rgcfg_configuring-core_domain-events">5.1. Domain Events</a></li> 
-         <li><a href="#_rgcfg_configuring-core_lifecycle-events">5.2. Lifecycle Events</a></li> 
-         <li><a href="#_rgcfg_configuring-core_ui-events">5.3. UI Events</a></li> 
-         <li><a href="#_rgcfg_configuring-core_services">5.4. Services</a></li> 
-         <li><a href="#_rgcfg_configuring-core_metamodel-validation">5.5. MetaModel Validation</a></li> 
-         <li><a href="#_rgcfg_configuring-core_other">5.6. Other Config Properties</a> 
+         <li><a href="#__rgcfg_configuring-core_domain-events">5.1. Domain Events</a></li> 
+         <li><a href="#__rgcfg_configuring-core_lifecycle-events">5.2. Lifecycle Events</a></li> 
+         <li><a href="#__rgcfg_configuring-core_ui-events">5.3. UI Events</a></li> 
+         <li><a href="#__rgcfg_configuring-core_services">5.4. Services</a></li> 
+         <li><a href="#__rgcfg_configuring-core_metamodel-validation">5.5. MetaModel Validation</a></li> 
+         <li><a href="#__rgcfg_configuring-core_other">5.6. Other Config Properties</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_rgcfg_configuring-core_filterVisibility">5.6.1. Filtering visibility</a></li> 
-           <li><a href="#_rgcfg_configuring-core_isis-objects-editing">5.6.2. <code>objects.editing</code></a></li> 
-           <li><a href="#_rgcfg_configuring-core_isis-viewers-propertyLayout-labelPosition">5.6.3. <code>propertyLayout.labelPosition</code></a></li> 
+           <li><a href="#__rgcfg_configuring-core_filterVisibility">5.6.1. Filtering visibility</a></li> 
+           <li><a href="#__rgcfg_configuring-core_isis-objects-editing">5.6.2. <code>objects.editing</code></a></li> 
+           <li><a href="#__rgcfg_configuring-core_isis-viewers-propertyLayout-labelPosition">5.6.3. <code>propertyLayout.labelPosition</code></a></li> 
           </ul> </li> 
         </ul> </li> 
       </ul> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/rgcfg.pdf
----------------------------------------------------------------------
diff --git a/content/guides/rgcfg.pdf b/content/guides/rgcfg.pdf
index afe5897..2c2b8e3 100644
--- a/content/guides/rgcfg.pdf
+++ b/content/guides/rgcfg.pdf
@@ -4,8 +4,8 @@
 << /Title <feff0043006f0072006500200043006f006e0066006900672019006e002000500072006f0070006500720074006900650073>
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307233952+00'00')
-/ModDate (D:20170307233952+00'00')
+/CreationDate (D:20170308005121+00'00')
+/ModDate (D:20170308005121+00'00')
 >>
 endobj
 2 0 obj
@@ -1595,7 +1595,7 @@ endobj
 >>
 endobj
 15 0 obj
-<< /Names [(_rgcfg) 13 0 R (_rgcfg_configuration-files) 62 0 R (_rgcfg_configuring-components) 67 0 R (_rgcfg_configuring-core) 81 0 R (_rgcfg_configuring-core_domain-events) 86 0 R (_rgcfg_configuring-core_filterVisibility) 170 0 R (_rgcfg_configuring-core_isis-objects-editing) 177 0 R (_rgcfg_configuring-core_isis-viewers-propertyLayout-labelPosition) 180 0 R (_rgcfg_configuring-core_lifecycle-events) 90 0 R (_rgcfg_configuring-core_metamodel-validation) 138 0 R (_rgcfg_configuring-core_other) 152 0 R (_rgcfg_configuring-core_services) 104 0 R (_rgcfg_configuring-core_ui-events) 100 0 R (_rgcfg_deployment-types) 44 0 R (other-guides) 24 0 R (overriding-the-deployment-type) 56 0 R (restful-objects-viewer-only) 51 0 R (using-the-wicket-viewer) 46 0 R (viewer-configuration) 77 0 R]
+<< /Names [(__rgcfg_configuring-core_domain-events) 86 0 R (__rgcfg_configuring-core_filterVisibility) 170 0 R (__rgcfg_configuring-core_isis-objects-editing) 177 0 R (__rgcfg_configuring-core_isis-viewers-propertyLayout-labelPosition) 180 0 R (__rgcfg_configuring-core_lifecycle-events) 90 0 R (__rgcfg_configuring-core_metamodel-validation) 138 0 R (__rgcfg_configuring-core_other) 152 0 R (__rgcfg_configuring-core_services) 104 0 R (__rgcfg_configuring-core_ui-events) 100 0 R (_rgcfg) 13 0 R (_rgcfg_configuration-files) 62 0 R (_rgcfg_configuring-components) 67 0 R (_rgcfg_configuring-core) 81 0 R (_rgcfg_deployment-types) 44 0 R (other-guides) 24 0 R (overriding-the-deployment-type) 56 0 R (restful-objects-viewer-only) 51 0 R (using-the-wicket-viewer) 46 0 R (viewer-configuration) 77 0 R]
 >>
 endobj
 16 0 obj
@@ -4159,7 +4159,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugbtb.pdf#_ugbtb_web-xml_servlet-context-listeners)
+/URI (ugbtb.pdf#__ugbtb_web-xml_servlet-context-listeners)
 >>
 /Subtype /Link
 /Rect [547.04 664.68 547.04 678.96]
@@ -4170,7 +4170,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugbtb.pdf#_ugbtb_web-xml_servlet-context-listeners)
+/URI (ugbtb.pdf#__ugbtb_web-xml_servlet-context-listeners)
 >>
 /Subtype /Link
 /Rect [48.24 650.496 163.74 660.996]
@@ -24093,7 +24093,7 @@ endobj
 endobj
 154 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_isis-objects-editing)
+/Dest (__rgcfg_configuring-core_isis-objects-editing)
 /Subtype /Link
 /Rect [449.4350012 118.57700000000008 479.8430012 132.85700000000008]
 /Type /Annot
@@ -25689,7 +25689,7 @@ endobj
 endobj
 161 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_filterVisibility)
+/Dest (__rgcfg_configuring-core_filterVisibility)
 /Subtype /Link
 /Rect [320.2955012 422.6369999999999 388.8185012 436.9169999999999]
 /Type /Annot
@@ -28601,7 +28601,7 @@ endobj
 endobj
 201 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_domain-events)
+/Dest (__rgcfg_configuring-core_domain-events)
 /Subtype /Link
 /Rect [60.24 563.9899999999998 155.7375 578.2699999999999]
 /Type /Annot
@@ -28609,7 +28609,7 @@ endobj
 endobj
 202 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_domain-events)
+/Dest (__rgcfg_configuring-core_domain-events)
 /Subtype /Link
 /Rect [541.1705 563.9899999999998 547.04 578.2699999999999]
 /Type /Annot
@@ -28617,7 +28617,7 @@ endobj
 endobj
 203 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_lifecycle-events)
+/Dest (__rgcfg_configuring-core_lifecycle-events)
 /Subtype /Link
 /Rect [60.24 545.5099999999999 160.62 559.7899999999998]
 /Type /Annot
@@ -28625,7 +28625,7 @@ endobj
 endobj
 204 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_lifecycle-events)
+/Dest (__rgcfg_configuring-core_lifecycle-events)
 /Subtype /Link
 /Rect [541.1705 545.5099999999999 547.04 559.7899999999998]
 /Type /Annot
@@ -28633,7 +28633,7 @@ endobj
 endobj
 205 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_ui-events)
+/Dest (__rgcfg_configuring-core_ui-events)
 /Subtype /Link
 /Rect [60.24 527.0299999999999 127.482 541.3099999999998]
 /Type /Annot
@@ -28641,7 +28641,7 @@ endobj
 endobj
 206 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_ui-events)
+/Dest (__rgcfg_configuring-core_ui-events)
 /Subtype /Link
 /Rect [541.1705 527.0299999999999 547.04 541.3099999999998]
 /Type /Annot
@@ -28649,7 +28649,7 @@ endobj
 endobj
 207 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_services)
+/Dest (__rgcfg_configuring-core_services)
 /Subtype /Link
 /Rect [60.24 508.54999999999984 121.161 522.8299999999998]
 /Type /Annot
@@ -28657,7 +28657,7 @@ endobj
 endobj
 208 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_services)
+/Dest (__rgcfg_configuring-core_services)
 /Subtype /Link
 /Rect [541.1705 508.54999999999984 547.04 522.8299999999998]
 /Type /Annot
@@ -28665,7 +28665,7 @@ endobj
 endobj
 209 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_metamodel-validation)
+/Dest (__rgcfg_configuring-core_metamodel-validation)
 /Subtype /Link
 /Rect [60.24 490.0699999999998 190.09288476562503 504.3499999999998]
 /Type /Annot
@@ -28673,7 +28673,7 @@ endobj
 endobj
 210 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_metamodel-validation)
+/Dest (__rgcfg_configuring-core_metamodel-validation)
 /Subtype /Link
 /Rect [535.3009999999999 490.0699999999998 547.04 504.3499999999998]
 /Type /Annot
@@ -28681,7 +28681,7 @@ endobj
 endobj
 211 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_other)
+/Dest (__rgcfg_configuring-core_other)
 /Subtype /Link
 /Rect [60.24 471.5899999999998 197.979 485.8699999999998]
 /Type /Annot
@@ -28689,7 +28689,7 @@ endobj
 endobj
 212 0 obj
 << /Border [0 0 0]
-/Dest (_rgcfg_configuring-core_other)
+/Dest (__rgcfg_configuring-core_other)
 /Subtype /Link
 /Rect [535.3009999999999 471.5899999999998 547.04 485.8699999999998]
 /Type /Annot
@@ -29284,257 +29284,257 @@ xref
 0000029059 00000 n 
 0000029103 00000 n 
 0000029152 00000 n 
-0000029963 00000 n 
-0000030136 00000 n 
-0000030311 00000 n 
-0000030481 00000 n 
-0000030664 00000 n 
-0000030847 00000 n 
-0000031043 00000 n 
-0000031227 00000 n 
-0000031440 00000 n 
-0000031495 00000 n 
-0000031690 00000 n 
-0000031883 00000 n 
-0000032079 00000 n 
-0000032263 00000 n 
-0000032459 00000 n 
-0000032656 00000 n 
-0000032852 00000 n 
-0000033047 00000 n 
-0000033242 00000 n 
-0000033398 00000 n 
-0000033594 00000 n 
-0000033781 00000 n 
-0000033976 00000 n 
-0000035748 00000 n 
-0000035985 00000 n 
-0000036165 00000 n 
-0000036327 00000 n 
-0000055416 00000 n 
-0000055692 00000 n 
-0000055736 00000 n 
-0000055933 00000 n 
-0000055988 00000 n 
-0000056182 00000 n 
-0000056357 00000 n 
-0000071610 00000 n 
-0000071908 00000 n 
-0000071952 00000 n 
-0000072134 00000 n 
-0000072294 00000 n 
-0000072485 00000 n 
-0000072677 00000 n 
-0000072721 00000 n 
-0000072922 00000 n 
-0000073118 00000 n 
-0000073313 00000 n 
-0000086517 00000 n 
-0000086780 00000 n 
-0000086824 00000 n 
-0000087019 00000 n 
-0000087205 00000 n 
-0000110659 00000 n 
-0000110969 00000 n 
-0000111013 00000 n 
-0000111242 00000 n 
-0000111483 00000 n 
-0000111724 00000 n 
-0000111898 00000 n 
-0000112129 00000 n 
-0000112358 00000 n 
-0000133628 00000 n 
-0000133930 00000 n 
-0000134147 00000 n 
-0000134192 00000 n 
-0000134381 00000 n 
-0000164153 00000 n 
-0000164498 00000 n 
-0000164542 00000 n 
-0000164746 00000 n 
-0000164959 00000 n 
-0000165185 00000 n 
-0000165413 00000 n 
-0000165468 00000 n 
-0000165691 00000 n 
-0000165917 00000 n 
-0000166141 00000 n 
-0000166196 00000 n 
-0000166436 00000 n 
-0000166675 00000 n 
-0000166917 00000 n 
-0000196728 00000 n 
-0000197042 00000 n 
-0000197268 00000 n 
-0000197493 00000 n 
-0000197718 00000 n 
-0000197942 00000 n 
-0000197998 00000 n 
-0000198225 00000 n 
-0000198446 00000 n 
-0000198668 00000 n 
-0000198725 00000 n 
-0000227006 00000 n 
-0000227337 00000 n 
-0000227537 00000 n 
-0000227716 00000 n 
-0000227912 00000 n 
-0000228124 00000 n 
-0000228329 00000 n 
-0000228536 00000 n 
-0000228745 00000 n 
-0000228932 00000 n 
-0000229112 00000 n 
-0000229281 00000 n 
-0000257136 00000 n 
-0000257446 00000 n 
-0000257622 00000 n 
-0000257841 00000 n 
-0000258060 00000 n 
-0000258279 00000 n 
-0000258486 00000 n 
-0000290149 00000 n 
-0000290437 00000 n 
-0000290654 00000 n 
-0000290864 00000 n 
-0000291074 00000 n 
-0000318612 00000 n 
-0000318946 00000 n 
-0000319150 00000 n 
-0000319366 00000 n 
-0000319576 00000 n 
-0000319784 00000 n 
-0000319959 00000 n 
-0000320175 00000 n 
-0000320370 00000 n 
-0000320427 00000 n 
-0000341407 00000 n 
-0000341690 00000 n 
-0000341900 00000 n 
-0000342088 00000 n 
-0000342282 00000 n 
-0000342494 00000 n 
-0000365131 00000 n 
-0000365451 00000 n 
-0000365680 00000 n 
-0000365892 00000 n 
-0000366088 00000 n 
-0000366294 00000 n 
-0000366500 00000 n 
-0000366557 00000 n 
-0000366769 00000 n 
-0000366959 00000 n 
-0000388786 00000 n 
-0000389093 00000 n 
-0000389290 00000 n 
-0000389508 00000 n 
-0000389727 00000 n 
-0000389956 00000 n 
-0000390140 00000 n 
-0000390364 00000 n 
-0000390591 00000 n 
-0000414613 00000 n 
-0000414896 00000 n 
-0000415123 00000 n 
-0000415341 00000 n 
-0000415579 00000 n 
-0000415798 00000 n 
-0000415856 00000 n 
-0000430002 00000 n 
-0000430311 00000 n 
-0000430536 00000 n 
-0000430729 00000 n 
-0000430925 00000 n 
-0000431147 00000 n 
-0000431205 00000 n 
-0000435588 00000 n 
-0000435829 00000 n 
-0000435875 00000 n 
-0000436004 00000 n 
-0000436124 00000 n 
-0000436249 00000 n 
-0000436375 00000 n 
-0000436530 00000 n 
-0000436678 00000 n 
-0000436835 00000 n 
-0000436983 00000 n 
-0000437144 00000 n 
-0000437296 00000 n 
-0000437458 00000 n 
-0000437613 00000 n 
-0000437782 00000 n 
-0000437944 00000 n 
-0000438108 00000 n 
-0000438273 00000 n 
-0000438436 00000 n 
-0000438592 00000 n 
-0000438760 00000 n 
-0000438919 00000 n 
-0000439091 00000 n 
-0000439264 00000 n 
-0000439437 00000 n 
-0000439613 00000 n 
-0000439780 00000 n 
-0000439949 00000 n 
-0000440116 00000 n 
-0000440285 00000 n 
-0000440474 00000 n 
-0000440663 00000 n 
-0000440826 00000 n 
-0000441000 00000 n 
-0000441287 00000 n 
-0000441365 00000 n 
-0000441570 00000 n 
-0000441762 00000 n 
-0000442055 00000 n 
-0000442230 00000 n 
-0000442491 00000 n 
-0000442724 00000 n 
-0000442976 00000 n 
-0000443226 00000 n 
-0000443470 00000 n 
-0000443751 00000 n 
-0000443948 00000 n 
-0000444195 00000 n 
-0000444388 00000 n 
-0000444607 00000 n 
-0000444798 00000 n 
-0000444986 00000 n 
-0000445222 00000 n 
-0000445456 00000 n 
-0000445673 00000 n 
-0000453912 00000 n 
-0000454128 00000 n 
-0000455491 00000 n 
-0000456554 00000 n 
-0000463183 00000 n 
-0000463404 00000 n 
-0000464767 00000 n 
-0000465856 00000 n 
-0000470678 00000 n 
-0000470892 00000 n 
-0000472255 00000 n 
-0000473325 00000 n 
-0000474546 00000 n 
-0000474757 00000 n 
-0000475065 00000 n 
-0000475980 00000 n 
-0000481377 00000 n 
-0000481603 00000 n 
-0000482966 00000 n 
-0000484056 00000 n 
-0000486677 00000 n 
-0000486890 00000 n 
-0000488253 00000 n 
-0000489370 00000 n 
-0000490765 00000 n 
-0000490983 00000 n 
-0000492346 00000 n 
+0000029972 00000 n 
+0000030145 00000 n 
+0000030320 00000 n 
+0000030490 00000 n 
+0000030673 00000 n 
+0000030856 00000 n 
+0000031052 00000 n 
+0000031236 00000 n 
+0000031449 00000 n 
+0000031504 00000 n 
+0000031699 00000 n 
+0000031892 00000 n 
+0000032088 00000 n 
+0000032272 00000 n 
+0000032468 00000 n 
+0000032665 00000 n 
+0000032861 00000 n 
+0000033056 00000 n 
+0000033251 00000 n 
+0000033407 00000 n 
+0000033603 00000 n 
+0000033790 00000 n 
+0000033985 00000 n 
+0000035757 00000 n 
+0000035994 00000 n 
+0000036174 00000 n 
+0000036336 00000 n 
+0000055425 00000 n 
+0000055701 00000 n 
+0000055745 00000 n 
+0000055942 00000 n 
+0000055997 00000 n 
+0000056191 00000 n 
+0000056366 00000 n 
+0000071619 00000 n 
+0000071917 00000 n 
+0000071961 00000 n 
+0000072143 00000 n 
+0000072303 00000 n 
+0000072495 00000 n 
+0000072688 00000 n 
+0000072732 00000 n 
+0000072933 00000 n 
+0000073129 00000 n 
+0000073324 00000 n 
+0000086528 00000 n 
+0000086791 00000 n 
+0000086835 00000 n 
+0000087030 00000 n 
+0000087216 00000 n 
+0000110670 00000 n 
+0000110980 00000 n 
+0000111024 00000 n 
+0000111253 00000 n 
+0000111494 00000 n 
+0000111735 00000 n 
+0000111909 00000 n 
+0000112140 00000 n 
+0000112369 00000 n 
+0000133639 00000 n 
+0000133941 00000 n 
+0000134158 00000 n 
+0000134203 00000 n 
+0000134392 00000 n 
+0000164164 00000 n 
+0000164509 00000 n 
+0000164553 00000 n 
+0000164757 00000 n 
+0000164970 00000 n 
+0000165196 00000 n 
+0000165424 00000 n 
+0000165479 00000 n 
+0000165702 00000 n 
+0000165928 00000 n 
+0000166152 00000 n 
+0000166207 00000 n 
+0000166447 00000 n 
+0000166686 00000 n 
+0000166928 00000 n 
+0000196739 00000 n 
+0000197053 00000 n 
+0000197279 00000 n 
+0000197504 00000 n 
+0000197729 00000 n 
+0000197953 00000 n 
+0000198009 00000 n 
+0000198236 00000 n 
+0000198457 00000 n 
+0000198679 00000 n 
+0000198736 00000 n 
+0000227017 00000 n 
+0000227348 00000 n 
+0000227548 00000 n 
+0000227727 00000 n 
+0000227923 00000 n 
+0000228135 00000 n 
+0000228340 00000 n 
+0000228547 00000 n 
+0000228756 00000 n 
+0000228943 00000 n 
+0000229123 00000 n 
+0000229292 00000 n 
+0000257147 00000 n 
+0000257457 00000 n 
+0000257633 00000 n 
+0000257852 00000 n 
+0000258071 00000 n 
+0000258290 00000 n 
+0000258497 00000 n 
+0000290160 00000 n 
+0000290448 00000 n 
+0000290665 00000 n 
+0000290875 00000 n 
+0000291085 00000 n 
+0000318623 00000 n 
+0000318957 00000 n 
+0000319161 00000 n 
+0000319377 00000 n 
+0000319587 00000 n 
+0000319795 00000 n 
+0000319970 00000 n 
+0000320186 00000 n 
+0000320381 00000 n 
+0000320438 00000 n 
+0000341418 00000 n 
+0000341701 00000 n 
+0000341911 00000 n 
+0000342099 00000 n 
+0000342293 00000 n 
+0000342505 00000 n 
+0000365142 00000 n 
+0000365462 00000 n 
+0000365691 00000 n 
+0000365903 00000 n 
+0000366099 00000 n 
+0000366305 00000 n 
+0000366511 00000 n 
+0000366568 00000 n 
+0000366780 00000 n 
+0000366971 00000 n 
+0000388798 00000 n 
+0000389105 00000 n 
+0000389302 00000 n 
+0000389520 00000 n 
+0000389739 00000 n 
+0000389968 00000 n 
+0000390153 00000 n 
+0000390377 00000 n 
+0000390604 00000 n 
+0000414626 00000 n 
+0000414909 00000 n 
+0000415136 00000 n 
+0000415354 00000 n 
+0000415592 00000 n 
+0000415811 00000 n 
+0000415869 00000 n 
+0000430015 00000 n 
+0000430324 00000 n 
+0000430549 00000 n 
+0000430742 00000 n 
+0000430938 00000 n 
+0000431160 00000 n 
+0000431218 00000 n 
+0000435601 00000 n 
+0000435842 00000 n 
+0000435888 00000 n 
+0000436017 00000 n 
+0000436137 00000 n 
+0000436262 00000 n 
+0000436388 00000 n 
+0000436543 00000 n 
+0000436691 00000 n 
+0000436848 00000 n 
+0000436996 00000 n 
+0000437157 00000 n 
+0000437309 00000 n 
+0000437471 00000 n 
+0000437626 00000 n 
+0000437795 00000 n 
+0000437957 00000 n 
+0000438121 00000 n 
+0000438286 00000 n 
+0000438449 00000 n 
+0000438605 00000 n 
+0000438773 00000 n 
+0000438932 00000 n 
+0000439105 00000 n 
+0000439279 00000 n 
+0000439453 00000 n 
+0000439630 00000 n 
+0000439798 00000 n 
+0000439968 00000 n 
+0000440136 00000 n 
+0000440306 00000 n 
+0000440496 00000 n 
+0000440686 00000 n 
+0000440850 00000 n 
+0000441025 00000 n 
+0000441312 00000 n 
+0000441390 00000 n 
+0000441595 00000 n 
+0000441787 00000 n 
+0000442080 00000 n 
+0000442255 00000 n 
+0000442516 00000 n 
+0000442749 00000 n 
+0000443001 00000 n 
+0000443251 00000 n 
+0000443495 00000 n 
+0000443776 00000 n 
+0000443973 00000 n 
+0000444220 00000 n 
+0000444413 00000 n 
+0000444632 00000 n 
+0000444823 00000 n 
+0000445011 00000 n 
+0000445247 00000 n 
+0000445481 00000 n 
+0000445698 00000 n 
+0000453937 00000 n 
+0000454153 00000 n 
+0000455516 00000 n 
+0000456579 00000 n 
+0000463208 00000 n 
+0000463429 00000 n 
+0000464792 00000 n 
+0000465881 00000 n 
+0000470703 00000 n 
+0000470917 00000 n 
+0000472280 00000 n 
+0000473350 00000 n 
+0000474571 00000 n 
+0000474782 00000 n 
+0000475090 00000 n 
+0000476005 00000 n 
+0000481402 00000 n 
+0000481628 00000 n 
+0000482991 00000 n 
+0000484081 00000 n 
+0000486702 00000 n 
+0000486915 00000 n 
+0000488278 00000 n 
+0000489395 00000 n 
+0000490790 00000 n 
+0000491008 00000 n 
+0000492371 00000 n 
 trailer
 << /Size 262
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-493485
+493510
 %%EOF

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/rgcms.html
----------------------------------------------------------------------
diff --git a/content/guides/rgcms.html b/content/guides/rgcms.html
index dea4eb3..f78accf 100644
--- a/content/guides/rgcms.html
+++ b/content/guides/rgcms.html
@@ -5289,7 +5289,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>The framework provides a single mixin that contributes to simply <code>java.lang.Object</code>. It provides the ability to download the layout XML for any domain object (in practical terms: entities and view models).</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_rgcms_classes_mixins_Object_clearHints"><code>clearHints()</code></h5> 
+          <h5 id="__rgcms_classes_mixins_Object_clearHints"><code>clearHints()</code></h5> 
           <div class="paragraph"> 
            <p>When a domain object is rendered the end-user can select different tabs, and for collections can sort the columns, navigate to second pages, or select different views of collections. If the user revisits that object, the <a href="#ugvw.adoc">Wicket viewer</a> will remember these hints and render the domain object in the same state. These rendering hints are also included if the user copies the URL using the anchor link (to right hand of the object\u2019s title).</p> 
           </div> 
@@ -5317,7 +5317,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_rgcms_classes_mixins_Object_downloadLayoutXml"><code>downloadLayoutXml()</code></h5> 
+          <h5 id="__rgcms_classes_mixins_Object_downloadLayoutXml"><code>downloadLayoutXml()</code></h5> 
           <div class="paragraph"> 
            <p>The <code>Object_downloadLayoutXml</code> mixin provides an action to download the <a href="ugfun.html#_ugfun_object-layout_dynamic_xml">layout XML</a> for the current domain object. It has the following signature:</p> 
           </div> 
@@ -5361,7 +5361,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_rgcms_classes_mixins_Object_rebuildMetamodel"><code>rebuildMetamodel()</code></h5> 
+          <h5 id="__rgcms_classes_mixins_Object_rebuildMetamodel"><code>rebuildMetamodel()</code></h5> 
           <div class="paragraph"> 
            <p>The <code>Object_rebuildMetamodel</code> mixin provides the ability to discard the current internal metamodel data (an instance of <code>ObjectSpecification</code>) for the domain class of the rendered object, and recreate from code and other sources (most notably, layout XML data). It has the following signature:</p> 
           </div> 
@@ -5474,7 +5474,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>All domain entities automatically implement the DataNucleus <code>Persistable</code> role interface as a result of the enhancer process (the fully qualified class name is <code>org.datanucleus.enhancement.Persistable</code>). So as a developer you do not need to write any code to obtain the mixins that contribute to this interface.</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_rgcms_classes_mixins_Persistable_downloadJdoMetadata"><code>downloadJdoMetadata()</code></h5> 
+          <h5 id="__rgcms_classes_mixins_Persistable_downloadJdoMetadata"><code>downloadJdoMetadata()</code></h5> 
           <div class="paragraph"> 
            <p>The <code>Persistable_downloadJdoMetadata</code> mixin provides an action which allows the JDO <a href="http://www.datanucleus.org/products/datanucleus/jdo/metadata_xml.html">class metadata</a> to be downloaded as XML. It has the following signature:</p> 
           </div> 
@@ -5514,7 +5514,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_rgcms_classes_mixins_Persistable_datanucleusXxx"><code>datanucleusXxx</code></h5> 
+          <h5 id="__rgcms_classes_mixins_Persistable_datanucleusXxx"><code>datanucleusXxx</code></h5> 
           <div class="paragraph"> 
            <p>The framework provides a number of mixins that expose the datanucleus Id and version of a persistable domain entity. Several implementations are provided to support different datatypes:</p> 
           </div> 
@@ -5555,7 +5555,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>All of the classes in this package are JAXB-annotated, meaning that they can be serialized to/from XML (the <code>component</code> classes in the <code><a href="http://isis.apache.org/applib/layout/component" class="bare">http://isis.apache.org/applib/layout/component</a></code> XSD namespace, the bootstrap 3 grid classes in the <code><a href="http://isis.apache.org/applib/layout/grid/bootstrap3" class="bare">http://isis.apache.org/applib/layout/grid/bootstrap3</a></code> XSD namespace). This ability to serialize to/from XML is used by the <a href="rgsvc.html#_rgsvc_spi_GridLoaderService"><code>GridLoaderService</code></a>, the default implementation of which reads the grid layout for a domain class from a <code>.layout.xml</code> file on the classpath.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcms_classes_layout_component">3.13.1. Component</h4> 
+         <h4 id="__rgcms_classes_layout_component">3.13.1. Component</h4> 
          <div class="paragraph"> 
           <p>The component classes reside in the <code>org.apache.isis.applib.layout.component</code> package, and consist of:</p> 
          </div> 
@@ -5581,7 +5581,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcms_classes_layout_grid-bootstrap3">3.13.2. Bootstrap3 Grid</h4> 
+         <h4 id="__rgcms_classes_layout_grid-bootstrap3">3.13.2. Bootstrap3 Grid</h4> 
          <div class="paragraph"> 
           <p>As noted above, the default bootstrap3 grid classes are modelled closely on <a href="http://getbootstrap.com">Bootstrap 3</a>. Bootstrap\u2019s <a href="http://getbootstrap.com/css/#grid">grid system</a> divides the page width equally into 12 columns, and so each column spans 1 or more of these widths. Thus, a column with a span of 12 is the full width, one with a span of 6 is half the width, one with a span of 4 is a third of the width, and so on.</p> 
          </div> 
@@ -5683,7 +5683,7 @@ table.CodeRay td.code>pre{padding:0}
          </table> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcms_schema-cmd_commandDto">4.1.1. <code>commandDto</code></h4> 
+         <h4 id="__rgcms_schema-cmd_commandDto">4.1.1. <code>commandDto</code></h4> 
          <div class="paragraph"> 
           <p>The <code>commandDto</code> root element is defined as:</p> 
          </div> 
@@ -5760,7 +5760,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcms_schema-cmd_memberDto">4.1.2. <code>memberDto</code> and subtypes</h4> 
+         <h4 id="__rgcms_schema-cmd_memberDto">4.1.2. <code>memberDto</code> and subtypes</h4> 
          <div class="paragraph"> 
           <p>The <code>memberDto</code> complex type is an abstract type representing the intention to either invoke an action or to edit a property. The <code>actionDto</code> and <code>propertyDto</code> are the concrete subtypes:</p> 
          </div> 
@@ -5810,7 +5810,7 @@ table.CodeRay td.code>pre{padding:0}
             </tr> 
             <tr> 
              <td><i class="conum" data-value="3"></i><b>3</b></td> 
-             <td>the <code>actionDto</code> complex type captures the set of parameters (also including the argument values) with which to invoke the action. The <code>paramsDto</code> type is defined <a href="#_rgcms_schema-cmd_ancillary">below</a>.</td> 
+             <td>the <code>actionDto</code> complex type captures the set of parameters (also including the argument values) with which to invoke the action. The <code>paramsDto</code> type is defined <a href="#__rgcms_schema-cmd_ancillary">below</a>.</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="4"></i><b>4</b></td> 
@@ -5820,11 +5820,11 @@ table.CodeRay td.code>pre{padding:0}
           </table> 
          </div> 
          <div class="paragraph"> 
-          <p>Note also that there is a corresponding <a href="#_rgcms_schema-ixn_memberExecutionDto"><code>memberExecutionDto</code></a> complex type in the "ixn" schema that is for the actual execution (capturing metrics about its execution and also the return value if an action invocation).</p> 
+          <p>Note also that there is a corresponding <a href="#__rgcms_schema-ixn_memberExecutionDto"><code>memberExecutionDto</code></a> complex type in the "ixn" schema that is for the actual execution (capturing metrics about its execution and also the return value if an action invocation).</p> 
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcms_schema-cmd_ancillary">4.1.3. Ancillary types</h4> 
+         <h4 id="__rgcms_schema-cmd_ancillary">4.1.3. Ancillary types</h4> 
          <div class="paragraph"> 
           <p>The schema also defines a small number of supporting types:</p> 
          </div> 
@@ -5886,7 +5886,7 @@ table.CodeRay td.code>pre{padding:0}
          </table> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcms_schema-ixn_interactionDto">4.2.1. <code>interactionDto</code></h4> 
+         <h4 id="__rgcms_schema-ixn_interactionDto">4.2.1. <code>interactionDto</code></h4> 
          <div class="paragraph"> 
           <p>The <code>interactionDto</code> root element is defined as:</p> 
          </div> 
@@ -5956,9 +5956,9 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcms_schema-ixn_memberExecutionDto">4.2.2. <code>memberExecutionDto</code></h4> 
+         <h4 id="__rgcms_schema-ixn_memberExecutionDto">4.2.2. <code>memberExecutionDto</code></h4> 
          <div class="paragraph"> 
-          <p>The <code>memberExecutionDto</code> complex type is an abstract type representing either the invocation an action or the editing of a property. It corresponds to the <a href="#_rgcms_schema-cmd_memberDto"><code>memberDto</code></a> of the "cmd" schema; some elements are copied directly:</p> 
+          <p>The <code>memberExecutionDto</code> complex type is an abstract type representing either the invocation an action or the editing of a property. It corresponds to the <a href="#__rgcms_schema-cmd_memberDto"><code>memberDto</code></a> of the "cmd" schema; some elements are copied directly:</p> 
          </div> 
          <div class="listingblock"> 
           <div class="content"> 
@@ -6002,15 +6002,15 @@ table.CodeRay td.code>pre{padding:0}
             </tr> 
             <tr> 
              <td><i class="conum" data-value="3"></i><b>3</b></td> 
-             <td>the target object, corresponding to one of the elements of the <code>targets</code> element of the <a href="#_rgcms_schema-cmd_memberDto"><code>memberDto</code></a></td> 
+             <td>the target object, corresponding to one of the elements of the <code>targets</code> element of the <a href="#__rgcms_schema-cmd_memberDto"><code>memberDto</code></a></td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="4"></i><b>4</b></td> 
-             <td>the member identifier; corresponds to <code>memberIdentifier</code> of the <code>member</code> element of the <a href="#_rgcms_schema-cmd_memberDto"><code>memberDto</code></a></td> 
+             <td>the member identifier; corresponds to <code>memberIdentifier</code> of the <code>member</code> element of the <a href="#__rgcms_schema-cmd_memberDto"><code>memberDto</code></a></td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="5"></i><b>5</b></td> 
-             <td>the user executing the action invocation/property edit; corresponds to the <code>user</code> element of the <a href="#_rgcms_schema-cmd_memberDto"><code>memberDto</code></a></td> 
+             <td>the user executing the action invocation/property edit; corresponds to the <code>user</code> element of the <a href="#__rgcms_schema-cmd_memberDto"><code>memberDto</code></a></td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="6"></i><b>6</b></td> 
@@ -6018,7 +6018,7 @@ table.CodeRay td.code>pre{padding:0}
             </tr> 
             <tr> 
              <td><i class="conum" data-value="7"></i><b>7</b></td> 
-             <td>the set of metrics captured for this execution, of type <code>metricsDto</code> defined <a href="#_rgcms_schema-ixn_ancillary">below</a>.</td> 
+             <td>the set of metrics captured for this execution, of type <code>metricsDto</code> defined <a href="#__rgcms_schema-ixn_ancillary">below</a>.</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="8"></i><b>8</b></td> 
@@ -6074,7 +6074,7 @@ table.CodeRay td.code>pre{padding:0}
            <tbody>
             <tr> 
              <td><i class="conum" data-value="1"></i><b>1</b></td> 
-             <td>the <code>actionInvocationDto</code> inherits from <code>memberExecutionDto</code>. It corresponds to the similar <a href="#_rgcms_schema-cmd_memberDto"><code>actionDto</code></a> complex type of the "cmd" schema</td> 
+             <td>the <code>actionInvocationDto</code> inherits from <code>memberExecutionDto</code>. It corresponds to the similar <a href="#__rgcms_schema-cmd_memberDto"><code>actionDto</code></a> complex type of the "cmd" schema</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="2"></i><b>2</b></td> 
@@ -6086,7 +6086,7 @@ table.CodeRay td.code>pre{padding:0}
             </tr> 
             <tr> 
              <td><i class="conum" data-value="4"></i><b>4</b></td> 
-             <td>the <code>propertyEditDto</code> inherits from <code>memberExecutionDto</code>. It corresponds to the similar <a href="#_rgcms_schema-cmd_memberDto"><code>propertyDto</code></a> complex type of the "cmd" schema</td> 
+             <td>the <code>propertyEditDto</code> inherits from <code>memberExecutionDto</code>. It corresponds to the similar <a href="#__rgcms_schema-cmd_memberDto"><code>propertyDto</code></a> complex type of the "cmd" schema</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="5"></i><b>5</b></td> 
@@ -6097,7 +6097,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcms_schema-ixn_ancillary">4.2.3. Ancillary types</h4> 
+         <h4 id="__rgcms_schema-ixn_ancillary">4.2.3. Ancillary types</h4> 
          <div class="paragraph"> 
           <p>The schema also defines a small number of supporting types:</p> 
          </div> 
@@ -6465,12 +6465,12 @@ table.CodeRay td.code>pre{padding:0}
          <p>The "common" schema defines a number of complex types that are used by other higher-level schemas.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcms_schema-common_oidDto">4.5.1. <code>oidDto</code></h4> 
+         <h4 id="__rgcms_schema-common_oidDto">4.5.1. <code>oidDto</code></h4> 
          <div class="paragraph"> 
           <p>The <code>oidDto</code> complex type captures an object\u2019s type and its identifier. This is basically a formal XML equivalent to the <code>Bookmark</code> object obtained from the <a href="rgsvc.html#_rgsvc_api_BookmarkService"><code>BookmarkService</code></a>.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>Although simple, this is an enormously powerful concept, in that it represents a URI to any domain object managed by a given Apache Isis application. With it, we have the ability to lookup any arbitrary object. Further discussion and examples can be found <a href="ugfun.html#_ugfun_core-concepts_building-blocks_oid">here</a>.</p> 
+          <p>Although simple, this is an enormously powerful concept, in that it represents a URI to any domain object managed by a given Apache Isis application. With it, we have the ability to lookup any arbitrary object. Further discussion and examples can be found <a href="ugfun.html#__ugfun_core-concepts_building-blocks_oid">here</a>.</p> 
          </div> 
          <div class="paragraph"> 
           <p>The <code>oidDto</code> complex type is defined as:</p> 
@@ -6557,7 +6557,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcms_schema-common_valueDto">4.5.2. <code>valueDto</code> etc</h4> 
+         <h4 id="__rgcms_schema-common_valueDto">4.5.2. <code>valueDto</code> etc</h4> 
          <div class="paragraph"> 
           <p>The common schema also defines two types representing values: the <code>valueDto</code> complex type, the <code>valueType</code> simple type and the <code>valueWithTypeDto</code> complex type:</p> 
          </div> 
@@ -6628,7 +6628,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_rgcms_schema-common_ancillary">4.5.3. Ancillary types</h4> 
+         <h4 id="__rgcms_schema-common_ancillary">4.5.3. Ancillary types</h4> 
          <div class="paragraph"> 
           <p>The common schema also defines a number of ancillary types, used either by the common schema itself (see above) or by the <a href="#_rgcms_schema_cmd">"cmd"</a> and <a href="#_rgcms_schema_ixn">"ixn"</a> schemas.</p> 
          </div> 
@@ -6892,9 +6892,9 @@ table.CodeRay td.code>pre{padding:0}
           <ul class="sectlevel3"> 
            <li><a href="#_rgcms_classes_mixins_Object">3.12.1. <code>Object</code></a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_rgcms_classes_mixins_Object_clearHints"><code>clearHints()</code></a></li> 
-             <li><a href="#_rgcms_classes_mixins_Object_downloadLayoutXml"><code>downloadLayoutXml()</code></a></li> 
-             <li><a href="#_rgcms_classes_mixins_Object_rebuildMetamodel"><code>rebuildMetamodel()</code></a></li> 
+             <li><a href="#__rgcms_classes_mixins_Object_clearHints"><code>clearHints()</code></a></li> 
+             <li><a href="#__rgcms_classes_mixins_Object_downloadLayoutXml"><code>downloadLayoutXml()</code></a></li> 
+             <li><a href="#__rgcms_classes_mixins_Object_rebuildMetamodel"><code>rebuildMetamodel()</code></a></li> 
             </ul> </li> 
            <li><a href="#_rgcms_classes_mixins_Dto">3.12.2. <code>Dto</code></a> 
             <ul class="sectlevel4"> 
@@ -6902,29 +6902,29 @@ table.CodeRay td.code>pre{padding:0}
             </ul> </li> 
            <li><a href="#_rgcms_classes_mixins_Persistable">3.12.3. <code>Persistable</code></a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_rgcms_classes_mixins_Persistable_downloadJdoMetadata"><code>downloadJdoMetadata()</code></a></li> 
-             <li><a href="#_rgcms_classes_mixins_Persistable_datanucleusXxx"><code>datanucleusXxx</code></a></li> 
+             <li><a href="#__rgcms_classes_mixins_Persistable_downloadJdoMetadata"><code>downloadJdoMetadata()</code></a></li> 
+             <li><a href="#__rgcms_classes_mixins_Persistable_datanucleusXxx"><code>datanucleusXxx</code></a></li> 
             </ul> </li> 
           </ul> </li> 
          <li><a href="#_rgcms_classes_layout">3.13. Layout</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_rgcms_classes_layout_component">3.13.1. Component</a></li> 
-           <li><a href="#_rgcms_classes_layout_grid-bootstrap3">3.13.2. Bootstrap3 Grid</a></li> 
+           <li><a href="#__rgcms_classes_layout_component">3.13.1. Component</a></li> 
+           <li><a href="#__rgcms_classes_layout_grid-bootstrap3">3.13.2. Bootstrap3 Grid</a></li> 
           </ul> </li> 
         </ul> </li> 
        <li><a href="#_rgcms_schema">4. Schema</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_rgcms_schema-cmd">4.1. Command</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_rgcms_schema-cmd_commandDto">4.1.1. <code>commandDto</code></a></li> 
-           <li><a href="#_rgcms_schema-cmd_memberDto">4.1.2. <code>memberDto</code> and subtypes</a></li> 
-           <li><a href="#_rgcms_schema-cmd_ancillary">4.1.3. Ancillary types</a></li> 
+           <li><a href="#__rgcms_schema-cmd_commandDto">4.1.1. <code>commandDto</code></a></li> 
+           <li><a href="#__rgcms_schema-cmd_memberDto">4.1.2. <code>memberDto</code> and subtypes</a></li> 
+           <li><a href="#__rgcms_schema-cmd_ancillary">4.1.3. Ancillary types</a></li> 
           </ul> </li> 
          <li><a href="#_rgcms_schema-ixn">4.2. Interaction Execution</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_rgcms_schema-ixn_interactionDto">4.2.1. <code>interactionDto</code></a></li> 
-           <li><a href="#_rgcms_schema-ixn_memberExecutionDto">4.2.2. <code>memberExecutionDto</code></a></li> 
-           <li><a href="#_rgcms_schema-ixn_ancillary">4.2.3. Ancillary types</a></li> 
+           <li><a href="#__rgcms_schema-ixn_interactionDto">4.2.1. <code>interactionDto</code></a></li> 
+           <li><a href="#__rgcms_schema-ixn_memberExecutionDto">4.2.2. <code>memberExecutionDto</code></a></li> 
+           <li><a href="#__rgcms_schema-ixn_ancillary">4.2.3. Ancillary types</a></li> 
           </ul> </li> 
          <li><a href="#_rgcms_schema-chg">4.3. Changes</a> 
           <ul class="sectlevel3"> 
@@ -6934,9 +6934,9 @@ table.CodeRay td.code>pre{padding:0}
          <li><a href="#_rgcms_schema-aim">4.4. Action Invocation Memento</a></li> 
          <li><a href="#_rgcms_schema-common">4.5. Common Schema</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_rgcms_schema-common_oidDto">4.5.1. <code>oidDto</code></a></li> 
-           <li><a href="#_rgcms_schema-common_valueDto">4.5.2. <code>valueDto</code> etc</a></li> 
-           <li><a href="#_rgcms_schema-common_ancillary">4.5.3. Ancillary types</a></li> 
+           <li><a href="#__rgcms_schema-common_oidDto">4.5.1. <code>oidDto</code></a></li> 
+           <li><a href="#__rgcms_schema-common_valueDto">4.5.2. <code>valueDto</code> etc</a></li> 
+           <li><a href="#__rgcms_schema-common_ancillary">4.5.3. Ancillary types</a></li> 
           </ul> </li> 
         </ul> </li> 
       </ul> 


[12/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/dg.html
----------------------------------------------------------------------
diff --git a/content/guides/dg.html b/content/guides/dg.html
index 35ac34e..5894cd5 100644
--- a/content/guides/dg.html
+++ b/content/guides/dg.html
@@ -545,12 +545,12 @@ table.CodeRay td.code>pre{padding:0}
          <p>This section describes how to install and setup JetBrains' IntelliJ IDEA, then how to import an application into IntelliJ and run it.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_dg_ide_intellij_installing">2.1.1. Installing and Setting up</h4> 
+         <h4 id="__dg_ide_intellij_installing">2.1.1. Installing and Setting up</h4> 
          <div class="paragraph"> 
           <p>This section covers installation and setup. These notes/screenshots were prepared using IntelliJ Community Edition 14.1.x, but are believed to be compatible with more recent versions/other editions of the IDE.</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_installing_download">Download and Install</h5> 
+          <h5 id="__dg_ide_intellij_installing_download">Download and Install</h5> 
           <div class="paragraph"> 
            <p><a href="https://www.jetbrains.com/idea/download/">Download</a> latest version of IntelliJ Community Edition, and install:</p> 
           </div> 
@@ -633,7 +633,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_installing_new-project">New Project</h5> 
+          <h5 id="__dg_ide_intellij_installing_new-project">New Project</h5> 
           <div class="paragraph"> 
            <p>In IntelliJ a project can contain multiple modules; these need not be physically located together. (If you are previously an Eclipse user, you can think of it as similar to an Eclipse workspace).</p> 
           </div> 
@@ -694,7 +694,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_file-templates">File templates</h5> 
+          <h5 id="__dg_ide_intellij_file-templates">File templates</h5> 
           <div class="paragraph"> 
            <p>Next we recommend you import a set of standard file templates. These are used to create new classes or supporting files:</p> 
           </div> 
@@ -748,7 +748,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_live-templates">Live templates</h5> 
+          <h5 id="__dg_ide_intellij_live-templates">Live templates</h5> 
           <div class="paragraph"> 
            <p>We also recommend you import a set of live templates. These are used to add new methods to existing classes:</p> 
           </div> 
@@ -776,13 +776,13 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_coding-standards">Coding Standards</h5> 
+          <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/appendices/dev-env/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"> 
-          <h5 id="_dg_ide_intellij_other-settings-compiler">Other Settings (Compiler)</h5> 
+          <h5 id="__dg_ide_intellij_other-settings-compiler">Other Settings (Compiler)</h5> 
           <div class="paragraph"> 
            <p>There are also some other settings that influence the compiler. We highly recommend you set these.</p> 
           </div> 
@@ -826,7 +826,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_other-settings-maven">Other Settings (Maven)</h5> 
+          <h5 id="__dg_ide_intellij_other-settings-maven">Other Settings (Maven)</h5> 
           <div class="paragraph"> 
            <p>There are also some other settings for Maven that we recommend you adjust (though these are less critical):</p> 
           </div> 
@@ -872,7 +872,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_dg_ide_intellij_importing-maven-modules">2.1.2. Importing Maven Modules</h4> 
+         <h4 id="__dg_ide_intellij_importing-maven-modules">2.1.2. Importing Maven Modules</h4> 
          <div class="paragraph"> 
           <p>Let\u2019s load in some actual code! We do this by importing the Maven modules.</p> 
          </div> 
@@ -950,12 +950,12 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_dg_ide_intellij_running">2.1.3. Running</h4> 
+         <h4 id="__dg_ide_intellij_running">2.1.3. Running</h4> 
          <div class="paragraph"> 
           <p>Let\u2019s see how to run both the app and the tests.</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_running_the-app">Running the App</h5> 
+          <h5 id="__dg_ide_intellij_running_the-app">Running the App</h5> 
           <div class="paragraph"> 
            <p>Once you\u2019ve imported your Isis application, we should run it. We do this by creating a Run configuration, using <code>Run &gt; Edit Configurations</code>.</p> 
           </div> 
@@ -1005,7 +1005,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_running_unit-tests">Running the Unit Tests</h5> 
+          <h5 id="__dg_ide_intellij_running_unit-tests">Running the Unit Tests</h5> 
           <div class="paragraph"> 
            <p>The easiest way to run the unit tests is just to right click on the <code>dom</code> module in the <em>Project Window</em>, and choose run unit tests. Hopefully your tests will pass (!).</p> 
           </div> 
@@ -1033,7 +1033,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_running_integ-tests">Running the Integration Tests</h5> 
+          <h5 id="__dg_ide_intellij_running_integ-tests">Running the Integration Tests</h5> 
           <div class="paragraph"> 
            <p>Integration tests can be run in the same way as unit tests, however the <code>dom</code> module must also have been enhanced.</p> 
           </div> 
@@ -1062,9 +1062,9 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_dg_ide_intellij_hints-and-tips">2.1.4. Hints and Tips</h4> 
+         <h4 id="__dg_ide_intellij_hints-and-tips">2.1.4. Hints and Tips</h4> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_hints-and-tips_keyboard-cheat-sheets">Keyboard Cheat Sheets</h5> 
+          <h5 id="__dg_ide_intellij_hints-and-tips_keyboard-cheat-sheets">Keyboard Cheat Sheets</h5> 
           <div class="paragraph"> 
            <p>You can download 1-page PDFs cheat sheets for IntelliJ\u2019s keyboard shortcuts: * for <a href="https://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard.pdf">Windows</a> * for <a href="https://www.jetbrains.com/idea/docs/IntelliJIDEA_ReferenceCard_Mac.pdf">MacOS</a></p> 
           </div> 
@@ -1103,7 +1103,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_hints-and-tips_navigating-around">Navigating Around</h5> 
+          <h5 id="__dg_ide_intellij_hints-and-tips_navigating-around">Navigating Around</h5> 
           <div class="paragraph"> 
            <p>For all of the following, you don\u2019t need to type every letter, typing "ab" will actually search for ".<strong>a.*b.</strong>".</p> 
           </div> 
@@ -1129,7 +1129,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_hints-and-tips_editing">Editing</h5> 
+          <h5 id="__dg_ide_intellij_hints-and-tips_editing">Editing</h5> 
           <div class="ulist"> 
            <ul> 
             <li> <p>Extend selection using <code>ctrl-W</code></p> 
@@ -1176,7 +1176,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_hints-and-tips_refactoring">Refactoring</h5> 
+          <h5 id="__dg_ide_intellij_hints-and-tips_refactoring">Refactoring</h5> 
           <div class="paragraph"> 
            <p>Loads of good stuff on the <code>Refactor</code> menu; most used are:</p> 
           </div> 
@@ -1199,7 +1199,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_hints-and-tips_plugins">Plugins</h5> 
+          <h5 id="__dg_ide_intellij_hints-and-tips_plugins">Plugins</h5> 
           <div class="paragraph"> 
            <p>You might want to set up some additional plugins. You can do this using <code>File &gt; Settings &gt; Plugins</code> (or equivalently <code>File &gt; Other Settings &gt; Configure Plugins</code>).</p> 
           </div> 
@@ -1230,7 +1230,7 @@ table.CodeRay td.code>pre{padding:0}
            </div> 
           </div> 
           <div class="sect5"> 
-           <h6 id="_dg_ide_intellij_hints-and-tips_plugins_maven-helper-plugin">Maven Helper Plugin</h6> 
+           <h6 id="__dg_ide_intellij_hints-and-tips_plugins_maven-helper-plugin">Maven Helper Plugin</h6> 
            <div class="paragraph"> 
             <p>This plugin provides a couple of great features. One is better visualization of dependency trees (similar to Eclipse).</p> 
            </div> 
@@ -1269,7 +1269,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_troubleshooting">Troubleshooting</h5> 
+          <h5 id="__dg_ide_intellij_troubleshooting">Troubleshooting</h5> 
           <div class="paragraph"> 
            <p>When a Maven module is imported, IntelliJ generates its own project files (suffix <code>.ipr</code>), and the application is actually built from that.</p> 
           </div> 
@@ -1296,14 +1296,14 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_dg_ide_intellij_advanced">2.1.5. Faster turnaround times</h4> 
+         <h4 id="__dg_ide_intellij_advanced">2.1.5. Faster turnaround times</h4> 
          <div class="paragraph"> 
           <p>In this section are several options that will reduce the time it takes between making a source code edit and seeing the results in the running app. code/build/deploy/review feedback loop.</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_advanced_gradle-compile-enhance">Using Grade to compile/enhance</h5> 
+          <h5 id="__dg_ide_intellij_advanced_gradle-compile-enhance">Using Grade to compile/enhance</h5> 
           <div class="paragraph"> 
-           <p>Running an Apache Isis application requires that the DataNucleus enhancer runs on the compiled bytecode. As described <a href="#_dg_ide_intellij_running_the-app">above</a>, the recommended way to do this with IntelliJ is to use a Run configuration that runs the enhancer goal prior to launch.</p> 
+           <p>Running an Apache Isis application requires that the DataNucleus enhancer runs on the compiled bytecode. As described <a href="#__dg_ide_intellij_running_the-app">above</a>, the recommended way to do this with IntelliJ is to use a Run configuration that runs the enhancer goal prior to launch.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Alternative, you can use the following <code>build.gradle</code> script in your <code>dom</code> module:</p> 
@@ -1372,7 +1372,7 @@ task copyClasses &lt;&lt; {
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_advanced_gradle-liveReload">Using Gradle for liveReload</h5> 
+          <h5 id="__dg_ide_intellij_advanced_gradle-liveReload">Using Gradle for liveReload</h5> 
           <div class="paragraph"> 
            <p>Similarly, gradle can be run to reduce the turn-around time when tweaking the UI (defined by the <a href="ugfun.html#_ugfun_object-layout_dynamic_xml"><code>*.layout.xml</code></a> file for each domain class), when the app is running.</p> 
           </div> 
@@ -1478,7 +1478,7 @@ gradle -t --offline -b liveReload.gradle &amp;</code></pre>
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_ide_intellij_advanced_dcevm">Setting up DCEVM</h5> 
+          <h5 id="__dg_ide_intellij_advanced_dcevm">Setting up DCEVM</h5> 
           <div class="paragraph"> 
            <p><a href="github.com/dcevm/dcevm">DCEVM</a> enhances the JVM with true hot-swap adding/removing of methods as well as more reliable hot swapping of the implementation of existing methods.</p> 
           </div> 
@@ -1585,15 +1585,15 @@ gradle -t --offline -b liveReload.gradle &amp;</code></pre>
          </ul> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_dg_ide_eclipse_screencast">2.2.1. Screencast</h4> 
+         <h4 id="__dg_ide_eclipse_screencast">2.2.1. Screencast</h4> 
          <div class="paragraph"> 
           <p>This <a href="https://www.youtube.com/watch?v=RgcYfjQ8yJA">screencast</a> shows how to import an Apache Isis maven-based application into Eclipse and configure to use with the JDO Objectstore.</p> 
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_dg_ide_eclipse_editor-templates">2.2.2. Editor Templates</h4> 
+         <h4 id="__dg_ide_eclipse_editor-templates">2.2.2. Editor Templates</h4> 
          <div class="paragraph"> 
-          <p>We provide a set of editor templates. These are used to add new methods to existing classes. (These are equivalent to the <a href="#_dg_ide_intellij_live-templates">IntelliJ live templates</a>):</p> 
+          <p>We provide a set of editor templates. These are used to add new methods to existing classes. (These are equivalent to the <a href="#__dg_ide_intellij_live-templates">IntelliJ live templates</a>):</p> 
          </div> 
          <div class="ulist"> 
           <ul> 
@@ -1607,7 +1607,7 @@ gradle -t --offline -b liveReload.gradle &amp;</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_dg_ide_eclipse_importing-the-project">2.2.3. Importing the Project</h4> 
+         <h4 id="__dg_ide_eclipse_importing-the-project">2.2.3. Importing the Project</h4> 
          <div class="paragraph"> 
           <p>Use File &gt; Import, then Maven &gt; Existing Maven Projects.</p> 
          </div> 
@@ -1767,7 +1767,7 @@ gradle -t --offline -b liveReload.gradle &amp;</code></pre>
            <p>Changing persisting domain entities is more problematic, for two reasons: the JDO/DataNucleus enhancer needs to run on domain entities, and also at runtime JDO/DataNucleus would need to rebuild its own metamodel. You may find that adding actions will work, but adding new properties or collections is much less likely to.</p> 
           </div> 
           <div class="paragraph"> 
-           <p>For details of setting up DCEVM, see the <a href="#_dg_ide_intellij_advanced_dcevm">corresponding section</a> in the IntelliJ documentation.</p> 
+           <p>For details of setting up DCEVM, see the <a href="#__dg_ide_intellij_advanced_dcevm">corresponding section</a> in the IntelliJ documentation.</p> 
           </div> 
          </div> 
         </div> 
@@ -1779,12 +1779,12 @@ gradle -t --offline -b liveReload.gradle &amp;</code></pre>
       <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/_dg_building-isis.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="sect2"> 
-        <h3 id="_dg_building-isis_git">3.1. Git</h3> 
+        <h3 id="__dg_building-isis_git">3.1. Git</h3> 
         <div class="paragraph"> 
          <p>The Apache Isis source code lives in a git repo.</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_dg_building-isis_git_installation">3.1.1. Installation</h4> 
+         <h4 id="__dg_building-isis_git_installation">3.1.1. Installation</h4> 
          <div class="paragraph"> 
           <p>The easiest place to get hold of command-line git is probably the <a href="http://git-scm.com/downloads">github download page</a>.</p> 
          </div> 
@@ -1812,7 +1812,7 @@ gradle -t --offline -b liveReload.gradle &amp;</code></pre>
           <p>If using Mac, you might also want to check out Atlassian\u2019s <a href="http://www.atlassian.com/software/sourcetree/overview">Sourcetree</a>.</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_building-isis_git_installation_cloning-the-apache-isis-repo">Cloning the Apache Isis repo</h5> 
+          <h5 id="__dg_building-isis_git_installation_cloning-the-apache-isis-repo">Cloning the Apache Isis repo</h5> 
           <div class="paragraph"> 
            <p>First, clone the Apache Isis repo.</p> 
           </div> 
@@ -1829,7 +1829,7 @@ gradle -t --offline -b liveReload.gradle &amp;</code></pre>
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_dg_building-isis_git_installation_configuring-git">Configuring Git</h5> 
+          <h5 id="__dg_building-isis_git_installation_configuring-git">Configuring Git</h5> 
           <div class="paragraph"> 
            <p>Next up is to configure your user name and password; see also <a href="https://git-wip-us.apache.org/">Apache\u2019s git</a> docs:</p> 
           </div> 
@@ -1892,7 +1892,7 @@ git config user.email &lt;i&gt;myusername@apache.org&lt;/i&gt;</code></pre>
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_dg_building-isis_git_getting-help">3.1.2. Getting help</h4> 
+         <h4 id="__dg_building-isis_git_getting-help">3.1.2. Getting help</h4> 
          <div class="paragraph"> 
           <p>Three commands of git that in particular worth knowing:</p> 
          </div> 
@@ -1928,7 +1928,7 @@ git config user.email &lt;i&gt;myusername@apache.org&lt;/i&gt;</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_dg_building-isis_installing-java">3.2. Installing Java</h3> 
+        <h3 id="__dg_building-isis_installing-java">3.2. Installing Java</h3> 
         <div class="paragraph"> 
          <p>Apache Isis is compatible with Java 7 and Java 8. For every-day use, the framework is usually compiled against Java 8.</p> 
         </div> 
@@ -1952,7 +1952,7 @@ git config user.email &lt;i&gt;myusername@apache.org&lt;/i&gt;</code></pre>
          </table> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_dg_building-isis_configure-maven-toolchains-plugin">3.2.1. Configure Maven toolchains plugin</h4> 
+         <h4 id="__dg_building-isis_configure-maven-toolchains-plugin">3.2.1. Configure Maven toolchains plugin</h4> 
          <div class="paragraph"> 
           <p>If you are a committer that will be performing releases of Apache Isis, then you <em>must</em> configure the <a href="http://maven.apache.org/plugins/maven-toolchains-plugin/">toolchains</a> plugin so that releases can be built using Java 7.</p> 
          </div> 
@@ -2004,7 +2004,7 @@ git config user.email &lt;i&gt;myusername@apache.org&lt;/i&gt;</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_dg_building-isis_installing-maven">3.3. Installing Maven</h3> 
+        <h3 id="__dg_building-isis_installing-maven">3.3. Installing Maven</h3> 
         <div class="paragraph"> 
          <p>Install Maven 3.0.x, downloadable <a href="http://maven.apache.org/download.html">here</a>.</p> 
         </div> 
@@ -2031,7 +2031,7 @@ git config user.email &lt;i&gt;myusername@apache.org&lt;/i&gt;</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_dg_building-isis_building-all-of-apache-isis">3.4. Building all of Apache Isis</h3> 
+        <h3 id="__dg_building-isis_building-all-of-apache-isis">3.4. Building all of Apache Isis</h3> 
         <div class="paragraph"> 
          <p>To build the source code from the command line, simply go to the root directory and type:</p> 
         </div> 
@@ -2060,7 +2060,7 @@ mvn clean install -o -T1C</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_dg_building-isis_checking-for-vulnerabilities">3.5. Checking for Vulnerabilities</h3> 
+        <h3 id="__dg_building-isis_checking-for-vulnerabilities">3.5. Checking for Vulnerabilities</h3> 
         <div class="paragraph"> 
          <p>Apache Isis configures the <a href="https://www.owasp.org/index.php/Main_Page">OWASP</a> <a href="https://www.owasp.org/index.php/OWASP_Dependency_Check">dependency check</a> <a href="http://jeremylong.github.io/DependencyCheck/dependency-check-maven/index.html">Maven plugin</a> to determine whether the framework uses libraries that are known to have security vulnerabilities.</p> 
         </div> 
@@ -2093,7 +2093,7 @@ mvn clean install -o -T1C</code></pre>
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_dg_building-isis_checking-for-use-of-internal-jdk-apis">3.6. Checking for use of internal JDK APIs</h3> 
+        <h3 id="__dg_building-isis_checking-for-use-of-internal-jdk-apis">3.6. Checking for use of internal JDK APIs</h3> 
         <div class="paragraph"> 
          <p>Apache Isis configures the <a href="https://maven.apache.org/plugins-archives/maven-jdeps-plugin-3.0.0/">jdeps maven plugin</a> to check for any usage of internal JDK APIs. This is in preparation for Java 9 module system (Jigsaw) which will prevent such usage of APIs.</p> 
         </div> 
@@ -2188,7 +2188,7 @@ mvn clean install -o -T1C</code></pre>
        <div class="sect2"> 
         <h3 id="_dg_asciidoc_writing-the-docs">4.3. Writing the docs</h3> 
         <div class="paragraph"> 
-         <p>We highly recommend that you install the (IntelliJ) live templates for Asciidoctor, as described in <a href="#_dg_ide_intellij_live-templates">IDE templates</a>. These provide a large number of helper templates.</p> 
+         <p>We highly recommend that you install the (IntelliJ) live templates for Asciidoctor, as described in <a href="#__dg_ide_intellij_live-templates">IDE templates</a>. These provide a large number of helper templates.</p> 
         </div> 
         <div class="paragraph"> 
          <p>An <a href="#_dg_appendix_asciidoc-templates">appendix</a> lists all the templates available, demonstrating their intended usage and output.</p> 
@@ -2987,7 +2987,7 @@ git reset --hard &lt;i&gt;shaId&lt;/i&gt;      # move master branch shaId of com
       <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/_dg_asciidoc-templates.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
-        <p>This appendix lists the (IntelliJ) live templates available for <a href="#_dg_asciidoc">writing documentation</a> using Asciidoc. Instructions for installing the templates can be found <a href="#_dg_ide_intellij_live-templates">here</a>.</p> 
+        <p>This appendix lists the (IntelliJ) live templates available for <a href="#_dg_asciidoc">writing documentation</a> using Asciidoc. Instructions for installing the templates can be found <a href="#__dg_ide_intellij_live-templates">here</a>.</p> 
        </div> 
        <div class="paragraph"> 
         <p>In the examples below the text <code>xxx</code>, <code>yyy</code>, <code>zzz</code> are correspond to template variables (ie placeholders).</p> 
@@ -4251,48 +4251,48 @@ hide method lines</code></pre>
         <ul class="sectlevel2"> 
          <li><a href="#_dg_ide_intellij">2.1. Developing using IntelliJ IDEA</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_dg_ide_intellij_installing">2.1.1. Installing and Setting up</a> 
+           <li><a href="#__dg_ide_intellij_installing">2.1.1. Installing and Setting up</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_dg_ide_intellij_installing_download">Download and Install</a></li> 
-             <li><a href="#_dg_ide_intellij_installing_new-project">New Project</a></li> 
-             <li><a href="#_dg_ide_intellij_file-templates">File templates</a></li> 
-             <li><a href="#_dg_ide_intellij_live-templates">Live templates</a></li> 
-             <li><a href="#_dg_ide_intellij_coding-standards">Coding Standards</a></li> 
-             <li><a href="#_dg_ide_intellij_other-settings-compiler">Other Settings (Compiler)</a></li> 
-             <li><a href="#_dg_ide_intellij_other-settings-maven">Other Settings (Maven)</a></li> 
+             <li><a href="#__dg_ide_intellij_installing_download">Download and Install</a></li> 
+             <li><a href="#__dg_ide_intellij_installing_new-project">New Project</a></li> 
+             <li><a href="#__dg_ide_intellij_file-templates">File templates</a></li> 
+             <li><a href="#__dg_ide_intellij_live-templates">Live templates</a></li> 
+             <li><a href="#__dg_ide_intellij_coding-standards">Coding Standards</a></li> 
+             <li><a href="#__dg_ide_intellij_other-settings-compiler">Other Settings (Compiler)</a></li> 
+             <li><a href="#__dg_ide_intellij_other-settings-maven">Other Settings (Maven)</a></li> 
              <li><a href="#_other_settings_misc">Other Settings (Misc)</a></li> 
             </ul> </li> 
-           <li><a href="#_dg_ide_intellij_importing-maven-modules">2.1.2. Importing Maven Modules</a></li> 
-           <li><a href="#_dg_ide_intellij_running">2.1.3. Running</a> 
+           <li><a href="#__dg_ide_intellij_importing-maven-modules">2.1.2. Importing Maven Modules</a></li> 
+           <li><a href="#__dg_ide_intellij_running">2.1.3. Running</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_dg_ide_intellij_running_the-app">Running the App</a></li> 
-             <li><a href="#_dg_ide_intellij_running_unit-tests">Running the Unit Tests</a></li> 
-             <li><a href="#_dg_ide_intellij_running_integ-tests">Running the Integration Tests</a></li> 
+             <li><a href="#__dg_ide_intellij_running_the-app">Running the App</a></li> 
+             <li><a href="#__dg_ide_intellij_running_unit-tests">Running the Unit Tests</a></li> 
+             <li><a href="#__dg_ide_intellij_running_integ-tests">Running the Integration Tests</a></li> 
             </ul> </li> 
-           <li><a href="#_dg_ide_intellij_hints-and-tips">2.1.4. Hints and Tips</a> 
+           <li><a href="#__dg_ide_intellij_hints-and-tips">2.1.4. Hints and Tips</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_dg_ide_intellij_hints-and-tips_keyboard-cheat-sheets">Keyboard Cheat Sheets</a></li> 
+             <li><a href="#__dg_ide_intellij_hints-and-tips_keyboard-cheat-sheets">Keyboard Cheat Sheets</a></li> 
              <li><a href="#_switch_between_tools_editors">Switch between Tools &amp; Editors</a></li> 
-             <li><a href="#_dg_ide_intellij_hints-and-tips_navigating-around">Navigating Around</a></li> 
-             <li><a href="#_dg_ide_intellij_hints-and-tips_editing">Editing</a></li> 
+             <li><a href="#__dg_ide_intellij_hints-and-tips_navigating-around">Navigating Around</a></li> 
+             <li><a href="#__dg_ide_intellij_hints-and-tips_editing">Editing</a></li> 
              <li><a href="#_intentions_and_code_completion">Intentions and Code Completion</a></li> 
-             <li><a href="#_dg_ide_intellij_hints-and-tips_refactoring">Refactoring</a></li> 
-             <li><a href="#_dg_ide_intellij_hints-and-tips_plugins">Plugins</a></li> 
-             <li><a href="#_dg_ide_intellij_troubleshooting">Troubleshooting</a></li> 
+             <li><a href="#__dg_ide_intellij_hints-and-tips_refactoring">Refactoring</a></li> 
+             <li><a href="#__dg_ide_intellij_hints-and-tips_plugins">Plugins</a></li> 
+             <li><a href="#__dg_ide_intellij_troubleshooting">Troubleshooting</a></li> 
             </ul> </li> 
-           <li><a href="#_dg_ide_intellij_advanced">2.1.5. Faster turnaround times</a> 
+           <li><a href="#__dg_ide_intellij_advanced">2.1.5. Faster turnaround times</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_dg_ide_intellij_advanced_gradle-compile-enhance">Using Grade to compile/enhance</a></li> 
-             <li><a href="#_dg_ide_intellij_advanced_gradle-liveReload">Using Gradle for liveReload</a></li> 
-             <li><a href="#_dg_ide_intellij_advanced_dcevm">Setting up DCEVM</a></li> 
+             <li><a href="#__dg_ide_intellij_advanced_gradle-compile-enhance">Using Grade to compile/enhance</a></li> 
+             <li><a href="#__dg_ide_intellij_advanced_gradle-liveReload">Using Gradle for liveReload</a></li> 
+             <li><a href="#__dg_ide_intellij_advanced_dcevm">Setting up DCEVM</a></li> 
              <li><a href="#_setting_up_jrebel">Setting up JRebel</a></li> 
             </ul> </li> 
           </ul> </li> 
          <li><a href="#_dg_ide_eclipse">2.2. Developing using Eclipse</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_dg_ide_eclipse_screencast">2.2.1. Screencast</a></li> 
-           <li><a href="#_dg_ide_eclipse_editor-templates">2.2.2. Editor Templates</a></li> 
-           <li><a href="#_dg_ide_eclipse_importing-the-project">2.2.3. Importing the Project</a></li> 
+           <li><a href="#__dg_ide_eclipse_screencast">2.2.1. Screencast</a></li> 
+           <li><a href="#__dg_ide_eclipse_editor-templates">2.2.2. Editor Templates</a></li> 
+           <li><a href="#__dg_ide_eclipse_importing-the-project">2.2.3. Importing the Project</a></li> 
            <li><a href="#_add_datanucleus_support">2.2.4. Add DataNucleus support</a> 
             <ul class="sectlevel4"> 
              <li><a href="#_update_the_classpath">Update the classpath</a></li> 
@@ -4309,23 +4309,23 @@ hide method lines</code></pre>
         </ul> </li> 
        <li><a href="#_dg_building-isis">3. Building Apache Isis</a> 
         <ul class="sectlevel2"> 
-         <li><a href="#_dg_building-isis_git">3.1. Git</a> 
+         <li><a href="#__dg_building-isis_git">3.1. Git</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_dg_building-isis_git_installation">3.1.1. Installation</a> 
+           <li><a href="#__dg_building-isis_git_installation">3.1.1. Installation</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_dg_building-isis_git_installation_cloning-the-apache-isis-repo">Cloning the Apache Isis repo</a></li> 
-             <li><a href="#_dg_building-isis_git_installation_configuring-git">Configuring Git</a></li> 
+             <li><a href="#__dg_building-isis_git_installation_cloning-the-apache-isis-repo">Cloning the Apache Isis repo</a></li> 
+             <li><a href="#__dg_building-isis_git_installation_configuring-git">Configuring Git</a></li> 
             </ul> </li> 
-           <li><a href="#_dg_building-isis_git_getting-help">3.1.2. Getting help</a></li> 
+           <li><a href="#__dg_building-isis_git_getting-help">3.1.2. Getting help</a></li> 
           </ul> </li> 
-         <li><a href="#_dg_building-isis_installing-java">3.2. Installing Java</a> 
+         <li><a href="#__dg_building-isis_installing-java">3.2. Installing Java</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_dg_building-isis_configure-maven-toolchains-plugin">3.2.1. Configure Maven toolchains plugin</a></li> 
+           <li><a href="#__dg_building-isis_configure-maven-toolchains-plugin">3.2.1. Configure Maven toolchains plugin</a></li> 
           </ul> </li> 
-         <li><a href="#_dg_building-isis_installing-maven">3.3. Installing Maven</a></li> 
-         <li><a href="#_dg_building-isis_building-all-of-apache-isis">3.4. Building all of Apache Isis</a></li> 
-         <li><a href="#_dg_building-isis_checking-for-vulnerabilities">3.5. Checking for Vulnerabilities</a></li> 
-         <li><a href="#_dg_building-isis_checking-for-use-of-internal-jdk-apis">3.6. Checking for use of internal JDK APIs</a></li> 
+         <li><a href="#__dg_building-isis_installing-maven">3.3. Installing Maven</a></li> 
+         <li><a href="#__dg_building-isis_building-all-of-apache-isis">3.4. Building all of Apache Isis</a></li> 
+         <li><a href="#__dg_building-isis_checking-for-vulnerabilities">3.5. Checking for Vulnerabilities</a></li> 
+         <li><a href="#__dg_building-isis_checking-for-use-of-internal-jdk-apis">3.6. Checking for use of internal JDK APIs</a></li> 
         </ul> </li> 
        <li><a href="#_dg_asciidoc">4. AsciiDoc Documentation</a> 
         <ul class="sectlevel2"> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/dg.pdf
----------------------------------------------------------------------
diff --git a/content/guides/dg.pdf b/content/guides/dg.pdf
index d4ec77f..7c111a7 100644
--- a/content/guides/dg.pdf
+++ b/content/guides/dg.pdf
@@ -4,8 +4,8 @@
 << /Title (Developers' Guide)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307233816+00'00')
-/ModDate (D:20170307233816+00'00')
+/CreationDate (D:20170308005013+00'00')
+/ModDate (D:20170308005013+00'00')
 >>
 endobj
 2 0 obj
@@ -23,7 +23,7 @@ endobj
 3 0 obj
 << /Type /Pages
 /Count 92
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 36 0 R 46 0 R 51 0 R 56 0 R 61 0 R 65 0 R 69 0 R 75 0 R 79 0 R 88 0 R 93 0 R 96 0 R 100 0 R 104 0 R 107 0 R 111 0 R 115 0 R 120 0 R 123 0 R 128 0 R 132 0 R 136 0 R 146 0 R 151 0 R 158 0 R 163 0 R 167 0 R 171 0 R 176 0 R 183 0 R 187 0 R 195 0 R 199 0 R 203 0 R 209 0 R 216 0 R 223 0 R 239 0 R 244 0 R 251 0 R 258 0 R 265 0 R 270 0 R 280 0 R 294 0 R 299 0 R 312 0 R 318 0 R 328 0 R 330 0 R 342 0 R 354 0 R 359 0 R 374 0 R 384 0 R 397 0 R 405 0 R 412 0 R 421 0 R 423 0 R 432 0 R 442 0 R 450 0 R 455 0 R 458 0 R 469 0 R 473 0 R 475 0 R 483 0 R 486 0 R 489 0 R 492 0 R 495 0 R 499 0 R 502 0 R 505 0 R 508 0 R 511 0 R 514 0 R 517 0 R 520 0 R 523 0 R 526 0 R 534 0 R 542 0 R 548 0 R 551 0 R 566 0 R]
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 36 0 R 46 0 R 51 0 R 56 0 R 61 0 R 65 0 R 69 0 R 75 0 R 79 0 R 88 0 R 93 0 R 96 0 R 100 0 R 104 0 R 107 0 R 111 0 R 115 0 R 120 0 R 123 0 R 128 0 R 132 0 R 136 0 R 146 0 R 151 0 R 158 0 R 163 0 R 167 0 R 171 0 R 176 0 R 183 0 R 187 0 R 195 0 R 199 0 R 203 0 R 209 0 R 216 0 R 223 0 R 239 0 R 244 0 R 251 0 R 258 0 R 265 0 R 270 0 R 280 0 R 294 0 R 299 0 R 312 0 R 317 0 R 328 0 R 330 0 R 342 0 R 354 0 R 359 0 R 374 0 R 384 0 R 397 0 R 405 0 R 412 0 R 421 0 R 423 0 R 432 0 R 442 0 R 450 0 R 455 0 R 458 0 R 469 0 R 473 0 R 475 0 R 483 0 R 486 0 R 489 0 R 492 0 R 495 0 R 499 0 R 502 0 R 505 0 R 508 0 R 511 0 R 514 0 R 517 0 R 520 0 R 523 0 R 526 0 R 534 0 R 543 0 R 548 0 R 551 0 R 566 0 R]
 >>
 endobj
 4 0 obj
@@ -3117,7 +3117,7 @@ endobj
 >>
 endobj
 17 0 obj
-<< /Kids [142 0 R 568 0 R 315 0 R 229 0 R 143 0 R 275 0 R 447 0 R 402 0 R 544 0 R]
+<< /Kids [142 0 R 321 0 R 231 0 R 143 0 R 568 0 R 273 0 R 447 0 R 400 0 R 540 0 R]
 >>
 endobj
 18 0 obj
@@ -13569,13 +13569,13 @@ endobj
 [136 0 R /XYZ 0 585.0200000000004 null]
 endobj
 142 0 obj
-<< /Limits [(_dg) (_dg_building-isis)]
-/Names [(_dg) 15 0 R (_dg_agilej) 567 0 R (_dg_asciidoc) 331 0 R (_dg_asciidoc-templates) 476 0 R (_dg_asciidoc_build-and-review) 346 0 R (_dg_asciidoc_instant-rebuild) 347 0 R (_dg_asciidoc_naming-conventions) 340 0 R (_dg_asciidoc_publish-procedure) 355 0 R (_dg_asciidoc_writing-the-docs) 343 0 R (_dg_building-isis) 281 0 R]
+<< /Limits [(__dg_building-isis_building-all-of-apache-isis) (__dg_building-isis_installing-maven)]
+/Names [(__dg_building-isis_building-all-of-apache-isis) 318 0 R (__dg_building-isis_checking-for-use-of-internal-jdk-apis) 325 0 R (__dg_building-isis_checking-for-vulnerabilities) 320 0 R (__dg_building-isis_configure-maven-toolchains-plugin) 309 0 R (__dg_building-isis_git) 282 0 R (__dg_building-isis_git_getting-help) 300 0 R (__dg_building-isis_git_installation) 283 0 R (__dg_building-isis_git_installation_cloning-the-apache-isis-repo) 291 0 R (__dg_building-isis_git_installation_configuring-git) 295 0 R (__dg_building-isis_installing-java) 306 0 R (__dg_building-isis_installing-maven) 314 0 R]
 >>
 endobj
 143 0 obj
-<< /Limits [(_dg_ide_intellij_installing_new-project) (add-datanucleus-support)]
-/Names [(_dg_ide_intellij_installing_new-project) 58 0 R (_dg_ide_intellij_live-templates) 76 0 R (_dg_ide_intellij_other-settings-compiler) 84 0 R (_dg_ide_intellij_other-settings-maven) 90 0 R (_dg_ide_intellij_running) 116 0 R (_dg_ide_intellij_running_integ-tests) 129 0 R (_dg_ide_intellij_running_the-app) 117 0 R (_dg_ide_intellij_running_unit-tests) 124 0 R (_dg_ide_intellij_troubleshooting) 173 0 R (_dg_project-lombok) 552 0 R (_dg_working-with-many-repos) 459 0 R (add-datanucleus-support) 237 0 R]
+<< /Limits [(__dg_ide_intellij_other-settings-maven) (_dg_asciidoc-templates)]
+/Names [(__dg_ide_intellij_other-settings-maven) 90 0 R (__dg_ide_intellij_running) 116 0 R (__dg_ide_intellij_running_integ-tests) 129 0 R (__dg_ide_intellij_running_the-app) 117 0 R (__dg_ide_intellij_running_unit-tests) 124 0 R (__dg_ide_intellij_troubleshooting) 173 0 R (_dg) 15 0 R (_dg_agilej) 567 0 R (_dg_asciidoc) 331 0 R (_dg_asciidoc-templates) 476 0 R]
 >>
 endobj
 144 0 obj
@@ -16957,7 +16957,7 @@ endobj
 endobj
 181 0 obj
 << /Border [0 0 0]
-/Dest (_dg_ide_intellij_running_the-app)
+/Dest (__dg_ide_intellij_running_the-app)
 /Subtype /Link
 /Rect [177.82474437040443 337.0851465798044 207.91774437040442 351.3651465798044]
 /Type /Annot
@@ -23904,7 +23904,7 @@ endobj
 /XObject << /Stamp1 686 0 R
 >>
 >>
-/Annots [225 0 R 226 0 R 227 0 R 230 0 R 232 0 R 233 0 R 234 0 R 235 0 R]
+/Annots [225 0 R 226 0 R 227 0 R 229 0 R 232 0 R 233 0 R 234 0 R 235 0 R]
 >>
 endobj
 224 0 obj
@@ -23947,11 +23947,6 @@ endobj
 [223 0 R /XYZ 0 453.6400000000003 null]
 endobj
 229 0 obj
-<< /Limits [(_dg_ide_intellij_file-templates) (_dg_ide_intellij_installing_download)]
-/Names [(_dg_ide_intellij_file-templates) 70 0 R (_dg_ide_intellij_hints-and-tips) 137 0 R (_dg_ide_intellij_hints-and-tips_editing) 147 0 R (_dg_ide_intellij_hints-and-tips_keyboard-cheat-sheets) 138 0 R (_dg_ide_intellij_hints-and-tips_navigating-around) 144 0 R (_dg_ide_intellij_hints-and-tips_plugins) 152 0 R (_dg_ide_intellij_hints-and-tips_plugins_maven-helper-plugin) 156 0 R (_dg_ide_intellij_hints-and-tips_refactoring) 149 0 R (_dg_ide_intellij_importing-maven-modules) 101 0 R (_dg_ide_intellij_installing) 40 0 R (_dg_ide_intellij_installing_download) 41 0 R]
->>
-endobj
-230 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -23962,12 +23957,17 @@ endobj
 /Type /Annot
 >>
 endobj
-231 0 obj
+230 0 obj
 [223 0 R /XYZ 0 376.8000000000003 null]
 endobj
+231 0 obj
+<< /Limits [(__dg_ide_intellij_hints-and-tips_keyboard-cheat-sheets) (__dg_ide_intellij_other-settings-compiler)]
+/Names [(__dg_ide_intellij_hints-and-tips_keyboard-cheat-sheets) 138 0 R (__dg_ide_intellij_hints-and-tips_navigating-around) 144 0 R (__dg_ide_intellij_hints-and-tips_plugins) 152 0 R (__dg_ide_intellij_hints-and-tips_plugins_maven-helper-plugin) 156 0 R (__dg_ide_intellij_hints-and-tips_refactoring) 149 0 R (__dg_ide_intellij_importing-maven-modules) 101 0 R (__dg_ide_intellij_installing) 40 0 R (__dg_ide_intellij_installing_download) 41 0 R (__dg_ide_intellij_installing_new-project) 58 0 R (__dg_ide_intellij_live-templates) 76 0 R (__dg_ide_intellij_other-settings-compiler) 84 0 R]
+>>
+endobj
 232 0 obj
 << /Border [0 0 0]
-/Dest (_dg_ide_intellij_live-templates)
+/Dest (__dg_ide_intellij_live-templates)
 /Subtype /Link
 /Rect [154.68900000000002 312.7100000000003 260.8335 326.9900000000003]
 /Type /Annot
@@ -26503,7 +26503,7 @@ endobj
 /XObject << /Stamp1 686 0 R
 >>
 >>
-/Annots [273 0 R 277 0 R 278 0 R]
+/Annots [274 0 R 277 0 R 278 0 R]
 >>
 endobj
 271 0 obj
@@ -26513,6 +26513,11 @@ endobj
 [270 0 R /XYZ 0 682.2900000000001 null]
 endobj
 273 0 obj
+<< /Limits [(_dg_project-lombok) (deleting-files)]
+/Names [(_dg_project-lombok) 552 0 R (_dg_working-with-many-repos) 459 0 R (add-datanucleus-support) 237 0 R (adding-new-files) 429 0 R (advanced) 275 0 R (alternative-workflow-jira-patches) 378 0 R (backing-up-a-local-branch) 437 0 R (bash-functions) 470 0 R (callouts) 479 0 R (code-_repos-txt-code) 467 0 R (commit-messages) 395 0 R (common-workflows) 434 0 R (create-a-topic-branch) 407 0 R (creating-the-patch-file) 399 0 R (deleting-files) 430 0 R]
+>>
+endobj
+274 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -26523,13 +26528,8 @@ endobj
 /Type /Annot
 >>
 endobj
-274 0 obj
-[270 0 R /XYZ 0 534.1100000000002 null]
-endobj
 275 0 obj
-<< /Limits [(adding-new-files) (if-your-pull-request-is-accepted)]
-/Names [(adding-new-files) 429 0 R (advanced) 274 0 R (alternative-workflow-jira-patches) 378 0 R (backing-up-a-local-branch) 437 0 R (bash-functions) 470 0 R (callouts) 479 0 R (code-_repos-txt-code) 467 0 R (commit-messages) 395 0 R (common-workflows) 434 0 R (create-a-topic-branch) 407 0 R (creating-the-patch-file) 399 0 R (deleting-files) 430 0 R (future-thoughts) 562 0 R (if-accidentally-push-to-remote) 448 0 R (if-you-ve-accidentally-worked-on-code-master-code-branch) 452 0 R (if-you-ve-forgotten-to-prefix-your-commits-but-not-pushed) 453 0 R (if-your-pull-request-is-accepted) 416 0 R]
->>
+[270 0 R /XYZ 0 534.1100000000002 null]
 endobj
 276 0 obj
 [270 0 R /XYZ 0 457.27000000000027 null]
@@ -26547,7 +26547,7 @@ endobj
 endobj
 278 0 obj
 << /Border [0 0 0]
-/Dest (_dg_ide_intellij_advanced_dcevm)
+/Dest (__dg_ide_intellij_advanced_dcevm)
 /Subtype /Link
 /Rect [248.18038476562504 234.34000000000023 359.238884765625 248.62000000000023]
 /Type /Annot
@@ -30128,7 +30128,7 @@ endobj
 /XObject << /Stamp1 686 0 R
 >>
 >>
-/Annots [316 0 R]
+/Annots [315 0 R]
 >>
 endobj
 313 0 obj
@@ -30146,11 +30146,6 @@ endobj
 [312 0 R /XYZ 0 294.8699999999999 null]
 endobj
 315 0 obj
-<< /Limits [(_dg_contributing) (_dg_ide_intellij_coding-standards)]
-/Names [(_dg_contributing) 360 0 R (_dg_git-cookbook) 424 0 R (_dg_ide) 37 0 R (_dg_ide_eclipse) 224 0 R (_dg_ide_eclipse_editor-templates) 231 0 R (_dg_ide_eclipse_importing-the-project) 236 0 R (_dg_ide_eclipse_screencast) 228 0 R (_dg_ide_intellij) 38 0 R (_dg_ide_intellij_advanced) 179 0 R (_dg_ide_intellij_advanced_dcevm) 205 0 R (_dg_ide_intellij_advanced_gradle-compile-enhance) 180 0 R (_dg_ide_intellij_advanced_gradle-liveReload) 192 0 R (_dg_ide_intellij_coding-standards) 82 0 R]
->>
-endobj
-316 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -30161,7 +30156,7 @@ endobj
 /Type /Annot
 >>
 endobj
-317 0 obj
+316 0 obj
 << /Length 14378
 >>
 stream
@@ -30950,11 +30945,11 @@ Q
 
 endstream
 endobj
-318 0 obj
+317 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 317 0 R
+/Contents 316 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
@@ -30964,13 +30959,13 @@ endobj
 /XObject << /Stamp1 686 0 R
 >>
 >>
-/Annots [320 0 R 322 0 R 323 0 R 324 0 R 326 0 R]
+/Annots [319 0 R 322 0 R 323 0 R 324 0 R 326 0 R]
 >>
 endobj
-319 0 obj
-[318 0 R /XYZ 0 841.89 null]
+318 0 obj
+[317 0 R /XYZ 0 841.89 null]
 endobj
-320 0 obj
+319 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -30981,8 +30976,13 @@ endobj
 /Type /Annot
 >>
 endobj
+320 0 obj
+[317 0 R /XYZ 0 424.81000000000006 null]
+endobj
 321 0 obj
-[318 0 R /XYZ 0 424.81000000000006 null]
+<< /Limits [(__dg_ide_eclipse_editor-templates) (__dg_ide_intellij_hints-and-tips_editing)]
+/Names [(__dg_ide_eclipse_editor-templates) 230 0 R (__dg_ide_eclipse_importing-the-project) 236 0 R (__dg_ide_eclipse_screencast) 228 0 R (__dg_ide_intellij_advanced) 179 0 R (__dg_ide_intellij_advanced_dcevm) 205 0 R (__dg_ide_intellij_advanced_gradle-compile-enhance) 180 0 R (__dg_ide_intellij_advanced_gradle-liveReload) 192 0 R (__dg_ide_intellij_coding-standards) 82 0 R (__dg_ide_intellij_file-templates) 70 0 R (__dg_ide_intellij_hints-and-tips) 137 0 R (__dg_ide_intellij_hints-and-tips_editing) 147 0 R]
+>>
 endobj
 322 0 obj
 << /Border [0 0 0]
@@ -31018,7 +31018,7 @@ endobj
 >>
 endobj
 325 0 obj
-[318 0 R /XYZ 0 173.30999999999997 null]
+[317 0 R /XYZ 0 173.30999999999997 null]
 endobj
 326 0 obj
 << /Border [0 0 0]
@@ -32730,7 +32730,7 @@ endobj
 endobj
 344 0 obj
 << /Border [0 0 0]
-/Dest (_dg_ide_intellij_live-templates)
+/Dest (__dg_ide_intellij_live-templates)
 /Subtype /Link
 /Rect [48.24 739.8 117.85500000000002 754.08]
 /Type /Annot
@@ -36637,7 +36637,7 @@ endobj
 /XObject << /Stamp1 686 0 R
 >>
 >>
-/Annots [398 0 R 400 0 R]
+/Annots [398 0 R 401 0 R]
 >>
 endobj
 398 0 obj
@@ -36655,6 +36655,11 @@ endobj
 [397 0 R /XYZ 0 539.1600000000001 null]
 endobj
 400 0 obj
+<< /Limits [(other-settings-misc) (setting-up-dcevm)]
+/Names [(other-settings-misc) 97 0 R (prerequisites) 464 0 R (quick-change-stashing-changes) 440 0 R (raising-a-pull-request) 413 0 R (rebasing-with-code-master-code) 410 0 R (recommended-workflow-github) 363 0 R (renaming-or-moving-files) 433 0 R (running-the-app) 271 0 R (sample-contribution-workflow) 402 0 R (setting-up-dcevm) 276 0 R]
+>>
+endobj
+401 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -36665,13 +36670,8 @@ endobj
 /Type /Annot
 >>
 endobj
-401 0 obj
-[397 0 R /XYZ 0 335.4400000000001 null]
-endobj
 402 0 obj
-<< /Limits [(prerequisites) (setting-up-jrebel)]
-/Names [(prerequisites) 464 0 R (quick-change-stashing-changes) 440 0 R (raising-a-pull-request) 413 0 R (rebasing-with-code-master-code) 410 0 R (recommended-workflow-github) 363 0 R (renaming-or-moving-files) 433 0 R (running-the-app) 271 0 R (sample-contribution-workflow) 401 0 R (setting-up-dcevm) 276 0 R (setting-up-jrebel) 220 0 R]
->>
+[397 0 R /XYZ 0 335.4400000000001 null]
 endobj
 403 0 obj
 [397 0 R /XYZ 0 236.02000000000007 null]
@@ -40561,8 +40561,8 @@ endobj
 [442 0 R /XYZ 0 420.5300000000002 null]
 endobj
 447 0 obj
-<< /Limits [(if-your-pull-request-is-rejected) (other-settings-misc)]
-/Names [(if-your-pull-request-is-rejected) 417 0 R (ignoring-files) 443 0 R (images) 540 0 R (instant-rebuild) 352 0 R (intentions-and-code-completion) 148 0 R (link-to-isis-addons) 528 0 R (make-file-changes-and-commit) 408 0 R (misc) 546 0 R (modifying-existing-files) 428 0 R (more-advanced-use-cases) 446 0 R (one-time-setup) 348 0 R (other-domain-projects) 272 0 R (other-guides) 19 0 R (other-settings-misc) 97 0 R]
+<< /Limits [(future-thoughts) (other-guides)]
+/Names [(future-thoughts) 562 0 R (if-accidentally-push-to-remote) 448 0 R (if-you-ve-accidentally-worked-on-code-master-code-branch) 452 0 R (if-you-ve-forgotten-to-prefix-your-commits-but-not-pushed) 453 0 R (if-your-pull-request-is-accepted) 416 0 R (if-your-pull-request-is-rejected) 417 0 R (ignoring-files) 443 0 R (images) 541 0 R (instant-rebuild) 352 0 R (intentions-and-code-completion) 148 0 R (link-to-isis-addons) 528 0 R (make-file-changes-and-commit) 408 0 R (misc) 546 0 R (modifying-existing-files) 428 0 R (more-advanced-use-cases) 446 0 R (one-time-setup) 348 0 R (other-domain-projects) 272 0 R (other-guides) 19 0 R]
 >>
 endobj
 448 0 obj
@@ -44642,7 +44642,7 @@ endobj
 endobj
 478 0 obj
 << /Border [0 0 0]
-/Dest (_dg_ide_intellij_live-templates)
+/Dest (__dg_ide_intellij_live-templates)
 /Subtype /Link
 /Rect [316.57800000000003 734.36 339.4155 748.6400000000001]
 /Type /Annot
@@ -54893,9 +54893,14 @@ endobj
 [534 0 R /XYZ 0 595.53 null]
 endobj
 540 0 obj
-[534 0 R /XYZ 0 171.09600000000003 null]
+<< /Limits [(setting-up-jrebel) (youtube-screencasts)]
+/Names [(setting-up-jrebel) 220 0 R (setting-up-your-fork-clone) 385 0 R (source-code) 539 0 R (switch-between-tools-editors) 141 0 R (tables) 545 0 R (todo-notes) 480 0 R (update-the-classpath) 246 0 R (update-your-master-branch) 403 0 R (where-to-find-the-docs) 338 0 R (workaround-for-path-limits-the-dn-plugin-to-use-the-persistence-xml) 255 0 R (workaround-if-the-enhancer-fails) 260 0 R (xref-to-guides) 481 0 R (youtube-screencasts) 544 0 R]
+>>
 endobj
 541 0 obj
+[534 0 R /XYZ 0 171.09600000000003 null]
+endobj
+542 0 obj
 << /Length 24828
 >>
 stream
@@ -56600,11 +56605,11 @@ Q
 
 endstream
 endobj
-542 0 obj
+543 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 541 0 R
+/Contents 542 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F5.0 53 0 R
@@ -56615,19 +56620,14 @@ endobj
 >>
 >>
 endobj
-543 0 obj
-[542 0 R /XYZ 0 520.41 null]
-endobj
 544 0 obj
-<< /Limits [(setting-up-your-fork-clone) (youtube-screencasts)]
-/Names [(setting-up-your-fork-clone) 385 0 R (source-code) 539 0 R (switch-between-tools-editors) 141 0 R (tables) 545 0 R (todo-notes) 480 0 R (update-the-classpath) 246 0 R (update-your-master-branch) 403 0 R (where-to-find-the-docs) 338 0 R (workaround-for-path-limits-the-dn-plugin-to-use-the-persistence-xml) 255 0 R (workaround-if-the-enhancer-fails) 260 0 R (xref-to-guides) 481 0 R (youtube-screencasts) 543 0 R]
->>
+[543 0 R /XYZ 0 520.41 null]
 endobj
 545 0 obj
-[542 0 R /XYZ 0 285.03 null]
+[543 0 R /XYZ 0 285.03 null]
 endobj
 546 0 obj
-[542 0 R /XYZ 0 186.38999999999996 null]
+[543 0 R /XYZ 0 186.38999999999996 null]
 endobj
 547 0 obj
 << /Length 10548
@@ -59313,8 +59313,8 @@ endobj
 [566 0 R /XYZ 0 841.89 null]
 endobj
 568 0 obj
-<< /Limits [(_dg_building-isis_building-all-of-apache-isis) (_dg_building-isis_installing-maven)]
-/Names [(_dg_building-isis_building-all-of-apache-isis) 319 0 R (_dg_building-isis_checking-for-use-of-internal-jdk-apis) 325 0 R (_dg_building-isis_checking-for-vulnerabilities) 321 0 R (_dg_building-isis_configure-maven-toolchains-plugin) 309 0 R (_dg_building-isis_git) 282 0 R (_dg_building-isis_git_getting-help) 300 0 R (_dg_building-isis_git_installation) 283 0 R (_dg_building-isis_git_installation_cloning-the-apache-isis-repo) 291 0 R (_dg_building-isis_git_installation_configuring-git) 295 0 R (_dg_building-isis_installing-java) 306 0 R (_dg_building-isis_installing-maven) 314 0 R]
+<< /Limits [(_dg_asciidoc_build-and-review) (_dg_ide_intellij)]
+/Names [(_dg_asciidoc_build-and-review) 346 0 R (_dg_asciidoc_instant-rebuild) 347 0 R (_dg_asciidoc_naming-conventions) 340 0 R (_dg_asciidoc_publish-procedure) 355 0 R (_dg_asciidoc_writing-the-docs) 343 0 R (_dg_building-isis) 281 0 R (_dg_contributing) 360 0 R (_dg_git-cookbook) 424 0 R (_dg_ide) 37 0 R (_dg_ide_eclipse) 224 0 R (_dg_ide_intellij) 38 0 R]
 >>
 endobj
 569 0 obj
@@ -59437,7 +59437,7 @@ endobj
 endobj
 583 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_git)
+/Dest (__dg_building-isis_git)
 /Subtype /Link
 /Rect [60.24 637.9099999999999 94.4805 652.1899999999999]
 /Type /Annot
@@ -59445,7 +59445,7 @@ endobj
 endobj
 584 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_git)
+/Dest (__dg_building-isis_git)
 /Subtype /Link
 /Rect [535.3009999999999 637.9099999999999 547.04 652.1899999999999]
 /Type /Annot
@@ -59453,7 +59453,7 @@ endobj
 endobj
 585 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_installing-java)
+/Dest (__dg_building-isis_installing-java)
 /Subtype /Link
 /Rect [60.24 619.4299999999998 151.52700000000002 633.7099999999999]
 /Type /Annot
@@ -59461,7 +59461,7 @@ endobj
 endobj
 586 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_installing-java)
+/Dest (__dg_building-isis_installing-java)
 /Subtype /Link
 /Rect [535.3009999999999 619.4299999999998 547.04 633.7099999999999]
 /Type /Annot
@@ -59469,7 +59469,7 @@ endobj
 endobj
 587 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_installing-maven)
+/Dest (__dg_building-isis_installing-maven)
 /Subtype /Link
 /Rect [60.24 600.9499999999998 164.1165 615.2299999999999]
 /Type /Annot
@@ -59477,7 +59477,7 @@ endobj
 endobj
 588 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_installing-maven)
+/Dest (__dg_building-isis_installing-maven)
 /Subtype /Link
 /Rect [535.3009999999999 600.9499999999998 547.04 615.2299999999999]
 /Type /Annot
@@ -59485,7 +59485,7 @@ endobj
 endobj
 589 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_building-all-of-apache-isis)
+/Dest (__dg_building-isis_building-all-of-apache-isis)
 /Subtype /Link
 /Rect [60.24 582.4699999999998 209.3505 596.7499999999999]
 /Type /Annot
@@ -59493,7 +59493,7 @@ endobj
 endobj
 590 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_building-all-of-apache-isis)
+/Dest (__dg_building-isis_building-all-of-apache-isis)
 /Subtype /Link
 /Rect [535.3009999999999 582.4699999999998 547.04 596.7499999999999]
 /Type /Annot
@@ -59501,7 +59501,7 @@ endobj
 endobj
 591 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_checking-for-vulnerabilities)
+/Dest (__dg_building-isis_checking-for-vulnerabilities)
 /Subtype /Link
 /Rect [60.24 563.9899999999998 219.85029492187502 578.2699999999999]
 /Type /Annot
@@ -59509,7 +59509,7 @@ endobj
 endobj
 592 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_checking-for-vulnerabilities)
+/Dest (__dg_building-isis_checking-for-vulnerabilities)
 /Subtype /Link
 /Rect [535.3009999999999 563.9899999999998 547.04 578.2699999999999]
 /Type /Annot
@@ -59517,7 +59517,7 @@ endobj
 endobj
 593 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_checking-for-use-of-internal-jdk-apis)
+/Dest (__dg_building-isis_checking-for-use-of-internal-jdk-apis)
 /Subtype /Link
 /Rect [60.24 545.5099999999999 265.2315 559.7899999999998]
 /Type /Annot
@@ -59525,7 +59525,7 @@ endobj
 endobj
 594 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_checking-for-use-of-internal-jdk-apis)
+/Dest (__dg_building-isis_checking-for-use-of-internal-jdk-apis)
 /Subtype /Link
 /Rect [535.3009999999999 545.5099999999999 547.04 559.7899999999998]
 /Type /Annot
@@ -60399,7 +60399,7 @@ endobj
 /Count 0
 /Next 700 0 R
 /Prev 698 0 R
-/Dest [318 0 R /XYZ 0 841.89 null]
+/Dest [317 0 R /XYZ 0 841.89 null]
 >>
 endobj
 700 0 obj
@@ -60408,7 +60408,7 @@ endobj
 /Count 0
 /Next 701 0 R
 /Prev 699 0 R
-/Dest [318 0 R /XYZ 0 424.81000000000006 null]
+/Dest [317 0 R /XYZ 0 424.81000000000006 null]
 >>
 endobj
 701 0 obj
@@ -60416,7 +60416,7 @@ endobj
 /Parent 695 0 R
 /Count 0
 /Prev 700 0 R
-/Dest [318 0 R /XYZ 0 173.30999999999997 null]
+/Dest [317 0 R /XYZ 0 173.30999999999997 null]
 >>
 endobj
 702 0 obj
@@ -60768,7 +60768,7 @@ endobj
 /Count 0
 /Next 741 0 R
 /Prev 739 0 R
-/Dest [542 0 R /XYZ 0 520.41 null]
+/Dest [543 0 R /XYZ 0 520.41 null]
 >>
 endobj
 741 0 obj
@@ -60777,7 +60777,7 @@ endobj
 /Count 0
 /Next 742 0 R
 /Prev 740 0 R
-/Dest [542 0 R /XYZ 0 285.03 null]
+/Dest [543 0 R /XYZ 0 285.03 null]
 >>
 endobj
 742 0 obj
@@ -60785,7 +60785,7 @@ endobj
 /Parent 733 0 R
 /Count 0
 /Prev 741 0 R
-/Dest [542 0 R /XYZ 0 186.38999999999996 null]
+/Dest [543 0 R /XYZ 0 186.38999999999996 null]
 >>
 endobj
 743 0 obj
@@ -61423,647 +61423,647 @@ xref
 0001334073 00000 n 
 0001334306 00000 n 
 0001334363 00000 n 
-0001334751 00000 n 
-0001335363 00000 n 
-0001335420 00000 n 
-0001350984 00000 n 
-0001351225 00000 n 
-0001351271 00000 n 
-0001351329 00000 n 
-0001351386 00000 n 
-0001356029 00000 n 
-0001356322 00000 n 
-0001356368 00000 n 
-0001356594 00000 n 
-0001356839 00000 n 
-0001387805 00000 n 
-0001387862 00000 n 
-0001389891 00000 n 
-0001390150 00000 n 
-0001448006 00000 n 
-0001448251 00000 n 
-0001486704 00000 n 
-0001487352 00000 n 
-0001487598 00000 n 
-0001487847 00000 n 
-0001569915 00000 n 
-0001570597 00000 n 
-0001570843 00000 n 
-0001571087 00000 n 
-0001646174 00000 n 
-0001650560 00000 n 
-0001650832 00000 n 
-0001651077 00000 n 
-0001651134 00000 n 
-0001752324 00000 n 
-0001757388 00000 n 
-0001757676 00000 n 
-0001757913 00000 n 
-0001758110 00000 n 
-0001758168 00000 n 
-0001758225 00000 n 
-0001758415 00000 n 
-0001787351 00000 n 
-0001787606 00000 n 
-0001787782 00000 n 
-0001816861 00000 n 
-0001821364 00000 n 
-0001821665 00000 n 
-0001821894 00000 n 
-0001840064 00000 n 
-0001840885 00000 n 
-0001841124 00000 n 
-0001841182 00000 n 
-0001841401 00000 n 
-0001865387 00000 n 
-0001865628 00000 n 
-0001893653 00000 n 
-0001894474 00000 n 
-0001897201 00000 n 
-0001897460 00000 n 
-0001897687 00000 n 
-0001970376 00000 n 
-0001977389 00000 n 
-0001977690 00000 n 
-0001977916 00000 n 
-0001977973 00000 n 
-0001978168 00000 n 
-0001978379 00000 n 
-0001979948 00000 n 
-0001980228 00000 n 
-0002019122 00000 n 
-0002019373 00000 n 
-0002058020 00000 n 
-0002058265 00000 n 
-0002113715 00000 n 
-0002115809 00000 n 
-0002116097 00000 n 
-0002116343 00000 n 
-0002158250 00000 n 
-0002158499 00000 n 
-0002158557 00000 n 
-0002158778 00000 n 
-0002172784 00000 n 
-0002173112 00000 n 
-0002173158 00000 n 
-0002173355 00000 n 
-0002173567 00000 n 
-0002173825 00000 n 
-0002173882 00000 n 
-0002174562 00000 n 
-0002174792 00000 n 
-0002174849 00000 n 
-0002175028 00000 n 
-0002175274 00000 n 
-0002175499 00000 n 
-0002175748 00000 n 
-0002175806 00000 n 
-0002175864 00000 n 
-0002177038 00000 n 
-0002177297 00000 n 
-0002220599 00000 n 
-0002220816 00000 n 
-0002262493 00000 n 
-0002265826 00000 n 
-0002266114 00000 n 
-0002266320 00000 n 
-0002266366 00000 n 
-0002266597 00000 n 
-0002266839 00000 n 
-0002294401 00000 n 
-0002297609 00000 n 
-0002297902 00000 n 
-0002298135 00000 n 
-0002308268 00000 n 
-0002308489 00000 n 
-0002308546 00000 n 
-0002372604 00000 n 
-0002374798 00000 n 
-0002375091 00000 n 
-0002375312 00000 n 
-0002375369 00000 n 
-0002384534 00000 n 
+0001335090 00000 n 
+0001335555 00000 n 
+0001335612 00000 n 
+0001351176 00000 n 
+0001351417 00000 n 
+0001351463 00000 n 
+0001351521 00000 n 
+0001351578 00000 n 
+0001356221 00000 n 
+0001356514 00000 n 
+0001356560 00000 n 
+0001356786 00000 n 
+0001357031 00000 n 
+0001387997 00000 n 
+0001388054 00000 n 
+0001390083 00000 n 
+0001390342 00000 n 
+0001448198 00000 n 
+0001448443 00000 n 
+0001486896 00000 n 
+0001487544 00000 n 
+0001487790 00000 n 
+0001488039 00000 n 
+0001570107 00000 n 
+0001570789 00000 n 
+0001571035 00000 n 
+0001571279 00000 n 
+0001646366 00000 n 
+0001650752 00000 n 
+0001651024 00000 n 
+0001651269 00000 n 
+0001651326 00000 n 
+0001752516 00000 n 
+0001757580 00000 n 
+0001757868 00000 n 
+0001758105 00000 n 
+0001758302 00000 n 
+0001758360 00000 n 
+0001758417 00000 n 
+0001758608 00000 n 
+0001787544 00000 n 
+0001787799 00000 n 
+0001787975 00000 n 
+0001817054 00000 n 
+0001821557 00000 n 
+0001821858 00000 n 
+0001822087 00000 n 
+0001840257 00000 n 
+0001841078 00000 n 
+0001841317 00000 n 
+0001841375 00000 n 
+0001841594 00000 n 
+0001865580 00000 n 
+0001865821 00000 n 
+0001893846 00000 n 
+0001894667 00000 n 
+0001897394 00000 n 
+0001897653 00000 n 
+0001897880 00000 n 
+0001970569 00000 n 
+0001977582 00000 n 
+0001977883 00000 n 
+0001978109 00000 n 
+0001978166 00000 n 
+0001978361 00000 n 
+0001978572 00000 n 
+0001980141 00000 n 
+0001980421 00000 n 
+0002019315 00000 n 
+0002019566 00000 n 
+0002058213 00000 n 
+0002058458 00000 n 
+0002113908 00000 n 
+0002116002 00000 n 
+0002116290 00000 n 
+0002116536 00000 n 
+0002158443 00000 n 
+0002158692 00000 n 
+0002158750 00000 n 
+0002158971 00000 n 
+0002172977 00000 n 
+0002173305 00000 n 
+0002173351 00000 n 
+0002173548 00000 n 
+0002173760 00000 n 
+0002174018 00000 n 
+0002174075 00000 n 
+0002174305 00000 n 
+0002174362 00000 n 
+0002175088 00000 n 
+0002175268 00000 n 
+0002175514 00000 n 
+0002175739 00000 n 
+0002175988 00000 n 
+0002176046 00000 n 
+0002176104 00000 n 
+0002177278 00000 n 
+0002177537 00000 n 
+0002220839 00000 n 
+0002221056 00000 n 
+0002262733 00000 n 
+0002266066 00000 n 
+0002266354 00000 n 
+0002266560 00000 n 
+0002266606 00000 n 
+0002266837 00000 n 
+0002267079 00000 n 
+0002294641 00000 n 
+0002297849 00000 n 
+0002298142 00000 n 
+0002298375 00000 n 
+0002308508 00000 n 
+0002308729 00000 n 
+0002308786 00000 n 
+0002372844 00000 n 
+0002375038 00000 n 
+0002375331 00000 n 
+0002375552 00000 n 
+0002375609 00000 n 
 0002384774 00000 n 
-0002421344 00000 n 
-0002422992 00000 n 
-0002423259 00000 n 
-0002423487 00000 n 
-0002466752 00000 n 
-0002466991 00000 n 
-0002476951 00000 n 
-0002477239 00000 n 
-0002477285 00000 n 
-0002477342 00000 n 
-0002477587 00000 n 
-0002477644 00000 n 
-0002478330 00000 n 
-0002478388 00000 n 
-0002478597 00000 n 
-0002478786 00000 n 
-0002487657 00000 n 
-0002487977 00000 n 
-0002488023 00000 n 
-0002488080 00000 n 
-0002488137 00000 n 
-0002488353 00000 n 
-0002507476 00000 n 
-0002507678 00000 n 
-0002507910 00000 n 
-0002508183 00000 n 
-0002508466 00000 n 
-0002508686 00000 n 
-0002508743 00000 n 
-0002508916 00000 n 
-0002523908 00000 n 
-0002524175 00000 n 
-0002524221 00000 n 
-0002524408 00000 n 
-0002524594 00000 n 
-0002537212 00000 n 
-0002537559 00000 n 
-0002537605 00000 n 
-0002537780 00000 n 
-0002537994 00000 n 
-0002538245 00000 n 
-0002538498 00000 n 
-0002538711 00000 n 
-0002538769 00000 n 
-0002538932 00000 n 
-0002539173 00000 n 
-0002539230 00000 n 
-0002539474 00000 n 
-0002557169 00000 n 
-0002557455 00000 n 
-0002557631 00000 n 
-0002557688 00000 n 
-0002558270 00000 n 
-0002558486 00000 n 
-0002572919 00000 n 
-0002573223 00000 n 
-0002573269 00000 n 
-0002573518 00000 n 
-0002573576 00000 n 
-0002573795 00000 n 
-0002574024 00000 n 
-0002574278 00000 n 
-0002574336 00000 n 
-0002574593 00000 n 
-0002576929 00000 n 
-0002577170 00000 n 
-0002590479 00000 n 
-0002590786 00000 n 
-0002590832 00000 n 
-0002591043 00000 n 
-0002591234 00000 n 
-0002591403 00000 n 
-0002591634 00000 n 
-0002591842 00000 n 
-0002592052 00000 n 
-0002592109 00000 n 
-0002592348 00000 n 
-0002592406 00000 n 
-0002605181 00000 n 
-0002605485 00000 n 
-0002605531 00000 n 
-0002605684 00000 n 
-0002605851 00000 n 
-0002605908 00000 n 
-0002605965 00000 n 
-0002606023 00000 n 
-0002606246 00000 n 
-0002606459 00000 n 
-0002606710 00000 n 
-0002606768 00000 n 
-0002616303 00000 n 
-0002616570 00000 n 
-0002616628 00000 n 
-0002616837 00000 n 
-0002617060 00000 n 
-0002625553 00000 n 
-0002625889 00000 n 
-0002625935 00000 n 
-0002626077 00000 n 
-0002626230 00000 n 
-0002626287 00000 n 
-0002626523 00000 n 
-0002626756 00000 n 
-0002626956 00000 n 
-0002627164 00000 n 
-0002675403 00000 n 
-0002677768 00000 n 
-0002677968 00000 n 
-0002678180 00000 n 
-0002678402 00000 n 
-0002688065 00000 n 
-0002688383 00000 n 
-0002688601 00000 n 
-0002688814 00000 n 
-0002689039 00000 n 
-0002689096 00000 n 
-0002689318 00000 n 
-0002729998 00000 n 
-0002732363 00000 n 
-0002732577 00000 n 
-0002743319 00000 n 
-0002743652 00000 n 
-0002743698 00000 n 
-0002743893 00000 n 
-0002752190 00000 n 
-0002752391 00000 n 
-0002752608 00000 n 
-0002768035 00000 n 
-0002768249 00000 n 
-0002768456 00000 n 
-0002768698 00000 n 
-0002768949 00000 n 
-0002769007 00000 n 
-0002783326 00000 n 
-0002783593 00000 n 
-0002783788 00000 n 
-0002783845 00000 n 
-0002784107 00000 n 
-0002784164 00000 n 
-0002784573 00000 n 
-0002784631 00000 n 
-0002799988 00000 n 
-0002800269 00000 n 
-0002800450 00000 n 
-0002800496 00000 n 
-0002800553 00000 n 
-0002800727 00000 n 
-0002800785 00000 n 
-0002815366 00000 n 
-0002815663 00000 n 
-0002815720 00000 n 
-0002815961 00000 n 
-0002816164 00000 n 
-0002816221 00000 n 
-0002816279 00000 n 
-0002816504 00000 n 
-0002816735 00000 n 
-0002817185 00000 n 
-0002817400 00000 n 
-0002828039 00000 n 
-0002828314 00000 n 
-0002828360 00000 n 
-0002828523 00000 n 
-0002828696 00000 n 
-0002828868 00000 n 
-0002828925 00000 n 
-0002828982 00000 n 
-0002829040 00000 n 
-0002840795 00000 n 
-0002841078 00000 n 
-0002841124 00000 n 
-0002841170 00000 n 
-0002841343 00000 n 
-0002841567 00000 n 
-0002841624 00000 n 
-0002841912 00000 n 
-0002842197 00000 n 
-0002842255 00000 n 
-0002853540 00000 n 
-0002853807 00000 n 
-0002853864 00000 n 
-0002854099 00000 n 
-0002854348 00000 n 
-0002854405 00000 n 
-0002854917 00000 n 
-0002854975 00000 n 
-0002870310 00000 n 
-0002870569 00000 n 
-0002870816 00000 n 
-0002870862 00000 n 
-0002870919 00000 n 
-0002872680 00000 n 
-0002872926 00000 n 
-0002873129 00000 n 
-0002884404 00000 n 
-0002884703 00000 n 
-0002884749 00000 n 
-0002884945 00000 n 
-0002885147 00000 n 
-0002885351 00000 n 
-0002885562 00000 n 
-0002885619 00000 n 
-0002885805 00000 n 
-0002886017 00000 n 
-0002886063 00000 n 
-0002899738 00000 n 
-0002899997 00000 n 
-0002900043 00000 n 
-0002900267 00000 n 
-0002901397 00000 n 
-0002901625 00000 n 
-0002922129 00000 n 
-0002922396 00000 n 
-0002922442 00000 n 
-0002922601 00000 n 
-0002922769 00000 n 
-0002922826 00000 n 
-0002922883 00000 n 
-0002922941 00000 n 
-0002931103 00000 n 
-0002931362 00000 n 
-0002931525 00000 n 
-0002937124 00000 n 
-0002937383 00000 n 
-0002937582 00000 n 
-0002943339 00000 n 
-0002943598 00000 n 
-0002943805 00000 n 
-0002949634 00000 n 
-0002949893 00000 n 
-0002950113 00000 n 
-0002956173 00000 n 
-0002956440 00000 n 
-0002956669 00000 n 
-0002956905 00000 n 
-0002962527 00000 n 
-0002962786 00000 n 
-0002962985 00000 n 
-0002968562 00000 n 
-0002968821 00000 n 
-0002969018 00000 n 
-0002975519 00000 n 
-0002975778 00000 n 
-0002975985 00000 n 
-0002981743 00000 n 
-0002982002 00000 n 
-0002982218 00000 n 
-0002987980 00000 n 
-0002988239 00000 n 
-0002988455 00000 n 
-0002994207 00000 n 
-0002994466 00000 n 
-0002994677 00000 n 
-0003000413 00000 n 
-0003000672 00000 n 
-0003000874 00000 n 
-0003006789 00000 n 
-0003007048 00000 n 
-0003007246 00000 n 
-0003013090 00000 n 
-0003013349 00000 n 
-0003013557 00000 n 
-0003026731 00000 n 
-0003027022 00000 n 
-0003027229 00000 n 
-0003027287 00000 n 
-0003027483 00000 n 
-0003027691 00000 n 
-0003027918 00000 n 
-0003028153 00000 n 
-0003056746 00000 n 
-0003057029 00000 n 
-0003057258 00000 n 
-0003057485 00000 n 
-0003057691 00000 n 
-0003057905 00000 n 
-0003057951 00000 n 
-0003058009 00000 n 
-0003082892 00000 n 
-0003083133 00000 n 
-0003083179 00000 n 
-0003083684 00000 n 
-0003083730 00000 n 
-0003083788 00000 n 
-0003094391 00000 n 
-0003094650 00000 n 
-0003094840 00000 n 
-0003113095 00000 n 
-0003113434 00000 n 
-0003113480 00000 n 
-0003113660 00000 n 
-0003113858 00000 n 
-0003114062 00000 n 
-0003114255 00000 n 
-0003114454 00000 n 
-0003114647 00000 n 
-0003114848 00000 n 
-0003115044 00000 n 
-0003115249 00000 n 
-0003115295 00000 n 
-0003115496 00000 n 
-0003115713 00000 n 
-0003127058 00000 n 
-0003127338 00000 n 
-0003127384 00000 n 
-0003128098 00000 n 
-0003128284 00000 n 
-0003128515 00000 n 
-0003128641 00000 n 
-0003128758 00000 n 
-0003128883 00000 n 
-0003129009 00000 n 
-0003129150 00000 n 
-0003129282 00000 n 
-0003129422 00000 n 
-0003129563 00000 n 
-0003129712 00000 n 
-0003129861 00000 n 
-0003130001 00000 n 
-0003130152 00000 n 
-0003130307 00000 n 
-0003130473 00000 n 
-0003130651 00000 n 
-0003130829 00000 n 
-0003130998 00000 n 
-0003131177 00000 n 
-0003131357 00000 n 
-0003131547 00000 n 
-0003131738 00000 n 
-0003131929 00000 n 
-0003132119 00000 n 
-0003132319 00000 n 
-0003132476 00000 n 
-0003132633 00000 n 
-0003132791 00000 n 
-0003132959 00000 n 
-0003133125 00000 n 
-0003133301 00000 n 
-0003133465 00000 n 
-0003133639 00000 n 
-0003133814 00000 n 
-0003133989 00000 n 
-0003134164 00000 n 
-0003134339 00000 n 
-0003134515 00000 n 
-0003134691 00000 n 
-0003134842 00000 n 
-0003135004 00000 n 
-0003135176 00000 n 
-0003135348 00000 n 
-0003135525 00000 n 
-0003135704 00000 n 
-0003135876 00000 n 
-0003136048 00000 n 
-0003136199 00000 n 
-0003136361 00000 n 
-0003136530 00000 n 
-0003136699 00000 n 
-0003136870 00000 n 
-0003137043 00000 n 
-0003137209 00000 n 
-0003137386 00000 n 
-0003137539 00000 n 
-0003137702 00000 n 
-0003137873 00000 n 
-0003138044 00000 n 
-0003138207 00000 n 
-0003138370 00000 n 
-0003138529 00000 n 
-0003138688 00000 n 
-0003138857 00000 n 
-0003139026 00000 n 
-0003139185 00000 n 
-0003139346 00000 n 
-0003139518 00000 n 
-0003139690 00000 n 
-0003139866 00000 n 
-0003140042 00000 n 
-0003140191 00000 n 
-0003140352 00000 n 
-0003140509 00000 n 
-0003140677 00000 n 
-0003140878 00000 n 
-0003141090 00000 n 
-0003141302 00000 n 
-0003141514 00000 n 
-0003141705 00000 n 
-0003141907 00000 n 
-0003142068 00000 n 
-0003142229 00000 n 
-0003142366 00000 n 
-0003142513 00000 n 
-0003142667 00000 n 
-0003142824 00000 n 
-0003142989 00000 n 
-0003143135 00000 n 
-0003143294 00000 n 
-0003143459 00000 n 
-0003143626 00000 n 
-0003143779 00000 n 
-0003143932 00000 n 
-0003144085 00000 n 
-0003144240 00000 n 
-0003144388 00000 n 
-0003144547 00000 n 
-0003144709 00000 n 
-0003144873 00000 n 
-0003145019 00000 n 
-0003145175 00000 n 
-0003145315 00000 n 
-0003145466 00000 n 
-0003145630 00000 n 
-0003145794 00000 n 
-0003145945 00000 n 
-0003146096 00000 n 
-0003146245 00000 n 
-0003146394 00000 n 
-0003146557 00000 n 
-0003146720 00000 n 
-0003146870 00000 n 
-0003147030 00000 n 
-0003147183 00000 n 
-0003147338 00000 n 
-0003147625 00000 n 
-0003147703 00000 n 
-0003147880 00000 n 
-0003148072 00000 n 
-0003148337 00000 n 
-0003148512 00000 n 
-0003148757 00000 n 
-0003149018 00000 n 
-0003149245 00000 n 
-0003149523 00000 n 
-0003149677 00000 n 
-0003149894 00000 n 
-0003150114 00000 n 
-0003150367 00000 n 
-0003150636 00000 n 
-0003150927 00000 n 
-0003151213 00000 n 
-0003151443 00000 n 
-0003151672 00000 n 
-0003151881 00000 n 
-0003152157 00000 n 
-0003152425 00000 n 
-0003152636 00000 n 
-0003152882 00000 n 
-0003153140 00000 n 
-0003153436 00000 n 
-0003153685 00000 n 
-0003153902 00000 n 
-0003154150 00000 n 
-0003154418 00000 n 
-0003154688 00000 n 
-0003154975 00000 n 
-0003155213 00000 n 
-0003155433 00000 n 
-0003155646 00000 n 
-0003155887 00000 n 
-0003156096 00000 n 
-0003156352 00000 n 
-0003156629 00000 n 
-0003156841 00000 n 
-0003157089 00000 n 
-0003157422 00000 n 
-0003157804 00000 n 
-0003158134 00000 n 
-0003158328 00000 n 
-0003158513 00000 n 
-0003158700 00000 n 
-0003159010 00000 n 
-0003159184 00000 n 
-0003159380 00000 n 
-0003159593 00000 n 
-0003159826 00000 n 
-0003160015 00000 n 
-0003160196 00000 n 
-0003160425 00000 n 
-0003160594 00000 n 
-0003160757 00000 n 
-0003161051 00000 n 
-0003161228 00000 n 
-0003161451 00000 n 
-0003161985 00000 n 
-0003171742 00000 n 
-0003171958 00000 n 
-0003173321 00000 n 
-0003174367 00000 n 
-0003182989 00000 n 
-0003183210 00000 n 
-0003184573 00000 n 
-0003185642 00000 n 
-0003186999 00000 n 
-0003187210 00000 n 
-0003187525 00000 n 
-0003188441 00000 n 
-0003194402 00000 n 
-0003194628 00000 n 
-0003195991 00000 n 
-0003197074 00000 n 
-0003203153 00000 n 
-0003203367 00000 n 
-0003204730 00000 n 
-0003205776 00000 n 
-0003207239 00000 n 
-0003207457 00000 n 
-0003208820 00000 n 
-0003209957 00000 n 
-0003211679 00000 n 
-0003211892 00000 n 
-0003213255 00000 n 
-0003214388 00000 n 
-0003215859 00000 n 
-0003216073 00000 n 
-0003216377 00000 n 
+0002385014 00000 n 
+0002421584 00000 n 
+0002423232 00000 n 
+0002423499 00000 n 
+0002423727 00000 n 
+0002466992 00000 n 
+0002467231 00000 n 
+0002477191 00000 n 
+0002477479 00000 n 
+0002477525 00000 n 
+0002477582 00000 n 
+0002478108 00000 n 
+0002478353 00000 n 
+0002478410 00000 n 
+0002478468 00000 n 
+0002478677 00000 n 
+0002478867 00000 n 
+0002487738 00000 n 
+0002488058 00000 n 
+0002488104 00000 n 
+0002488161 00000 n 
+0002488218 00000 n 
+0002488434 00000 n 
+0002507557 00000 n 
+0002507759 00000 n 
+0002507991 00000 n 
+0002508264 00000 n 
+0002508547 00000 n 
+0002508767 00000 n 
+0002508824 00000 n 
+0002508997 00000 n 
+0002523989 00000 n 
+0002524256 00000 n 
+0002524302 00000 n 
+0002524489 00000 n 
+0002524675 00000 n 
+0002537293 00000 n 
+0002537640 00000 n 
+0002537686 00000 n 
+0002537861 00000 n 
+0002538075 00000 n 
+0002538326 00000 n 
+0002538579 00000 n 
+0002538792 00000 n 
+0002538850 00000 n 
+0002539013 00000 n 
+0002539254 00000 n 
+0002539311 00000 n 
+0002539555 00000 n 
+0002557250 00000 n 
+0002557536 00000 n 
+0002557712 00000 n 
+0002557769 00000 n 
+0002557985 00000 n 
+0002572418 00000 n 
+0002572722 00000 n 
+0002572768 00000 n 
+0002573017 00000 n 
+0002573075 00000 n 
+0002573702 00000 n 
+0002573921 00000 n 
+0002574150 00000 n 
+0002574404 00000 n 
+0002574462 00000 n 
+0002574719 00000 n 
+0002577055 00000 n 
+0002577296 00000 n 
+0002590605 00000 n 
+0002590912 00000 n 
+0002590958 00000 n 
+0002591169 00000 n 
+0002591360 00000 n 
+0002591529 00000 n 
+0002591760 00000 n 
+0002591968 00000 n 
+0002592178 00000 n 
+0002592235 00000 n 
+0002592474 00000 n 
+0002592532 00000 n 
+0002605307 00000 n 
+0002605611 00000 n 
+0002605657 00000 n 
+0002605811 00000 n 
+0002605978 00000 n 
+0002606035 00000 n 
+0002606092 00000 n 
+0002606150 00000 n 
+0002606373 00000 n 
+0002606586 00000 n 
+0002606837 00000 n 
+0002606895 00000 n 
+0002616430 00000 n 
+0002616697 00000 n 
+0002616755 00000 n 
+0002616964 00000 n 
+0002617187 00000 n 
+0002625680 00000 n 
+0002626016 00000 n 
+0002626062 00000 n 
+0002626204 00000 n 
+0002626357 00000 n 
+0002626414 00000 n 
+0002626650 00000 n 
+0002626883 00000 n 
+0002627083 00000 n 
+0002627291 00000 n 
+0002675530 00000 n 
+0002677895 00000 n 
+0002678095 00000 n 
+0002678307 00000 n 
+0002678529 00000 n 
+0002688192 00000 n 
+0002688510 00000 n 
+0002688728 00000 n 
+0002688941 00000 n 
+0002689166 00000 n 
+0002689223 00000 n 
+0002689445 00000 n 
+0002730125 00000 n 
+0002732490 00000 n 
+0002732704 00000 n 
+0002743446 00000 n 
+0002743779 00000 n 
+0002743825 00000 n 
+0002744020 00000 n 
+0002752317 00000 n 
+0002752518 00000 n 
+0002752735 00000 n 
+0002768162 00000 n 
+0002768376 00000 n 
+0002768583 00000 n 
+0002768825 00000 n 
+0002769076 00000 n 
+0002769134 00000 n 
+0002783453 00000 n 
+0002783720 00000 n 
+0002783915 00000 n 
+0002783972 00000 n 
+0002784387 00000 n 
+0002784649 00000 n 
+0002784706 00000 n 
+0002784764 00000 n 
+0002800121 00000 n 
+0002800402 00000 n 
+0002800583 00000 n 
+0002800629 00000 n 
+0002800686 00000 n 
+0002800860 00000 n 
+0002800918 00000 n 
+0002815499 00000 n 
+0002815796 00000 n 
+0002815853 00000 n 
+0002816094 00000 n 
+0002816297 00000 n 
+0002816354 00000 n 
+0002816412 00000 n 
+0002816637 00000 n 
+0002816868 00000 n 
+0002817318 00000 n 
+0002817533 00000 n 
+0002828172 00000 n 
+0002828447 00000 n 
+0002828493 00000 n 
+0002828656 00000 n 
+0002828829 00000 n 
+0002829001 00000 n 
+0002829058 00000 n 
+0002829115 00000 n 
+0002829173 00000 n 
+0002840928 00000 n 
+0002841211 00000 n 
+0002841257 00000 n 
+0002841303 00000 n 
+0002841476 00000 n 
+0002841700 00000 n 
+0002841757 00000 n 
+0002842045 00000 n 
+0002842330 00000 n 
+0002842388 00000 n 
+0002853673 00000 n 
+0002853940 00000 n 
+0002853997 00000 n 
+0002854232 00000 n 
+0002854481 00000 n 
+0002854538 00000 n 
+0002855242 00000 n 
+0002855300 00000 n 
+0002870635 00000 n 
+0002870894 00000 n 
+0002871141 00000 n 
+0002871187 00000 n 
+0002871244 00000 n 
+0002873005 00000 n 
+0002873251 00000 n 
+0002873454 00000 n 
+0002884729 00000 n 
+0002885028 00000 n 
+0002885074 00000 n 
+0002885270 00000 n 
+0002885472 00000 n 
+0002885676 00000 n 
+0002885887 00000 n 
+0002885944 00000 n 
+0002886130 00000 n 
+0002886342 00000 n 
+0002886388 00000 n 
+0002900063 00000 n 
+0002900322 00000 n 
+0002900368 00000 n 
+0002900592 00000 n 
+0002901722 00000 n 
+0002901950 00000 n 
+0002922454 00000 n 
+0002922721 00000 n 
+0002922767 00000 n 
+0002922926 00000 n 
+0002923095 00000 n 
+0002923152 00000 n 
+0002923209 00000 n 
+0002923267 00000 n 
+0002931429 00000 n 
+0002931688 00000 n 
+0002931851 00000 n 
+0002937450 00000 n 
+0002937709 00000 n 
+0002937908 00000 n 
+0002943665 00000 n 
+0002943924 00000 n 
+0002944131 00000 n 
+0002949960 00000 n 
+0002950219 00000 n 
+0002950439 00000 n 
+0002956499 00000 n 
+0002956766 00000 n 
+0002956995 00000 n 
+0002957231 00000 n 
+0002962853 00000 n 
+0002963112 00000 n 
+0002963311 00000 n 
+0002968888 00000 n 
+0002969147 00000 n 
+0002969344 00000 n 
+0002975845 00000 n 
+0002976104 00000 n 
+0002976311 00000 n 
+0002982069 00000 n 
+0002982328 00000 n 
+0002982544 00000 n 
+0002988306 00000 n 
+0002988565 00000 n 
+0002988781 00000 n 
+0002994533 00000 n 
+0002994792 00000 n 
+0002995003 00000 n 
+0003000739 00000 n 
+0003000998 00000 n 
+0003001200 00000 n 
+0003007115 00000 n 
+0003007374 00000 n 
+0003007572 00000 n 
+0003013416 00000 n 
+0003013675 00000 n 
+0003013883 00000 n 
+0003027057 00000 n 
+0003027348 00000 n 
+0003027555 00000 n 
+0003027613 00000 n 
+0003027809 00000 n 
+0003028017 00000 n 
+0003028244 00000 n 
+0003028479 00000 n 
+0003057072 00000 n 
+0003057355 00000 n 
+0003057584 00000 n 
+0003057811 00000 n 
+0003058017 00000 n 
+0003058231 00000 n 
+0003058277 00000 n 
+0003058801 00000 n 
+0003058859 00000 n 
+0003083742 00000 n 
+0003083983 00000 n 
+0003084029 00000 n 
+0003084075 00000 n 
+0003084133 00000 n 
+0003094736 00000 n 
+0003094995 00000 n 
+0003095185 00000 n 
+0003113440 00000 n 
+0003113779 00000 n 
+0003113825 00000 n 
+0003114005 00000 n 
+0003114203 00000 n 
+0003114407 00000 n 
+0003114600 00000 n 
+0003114799 00000 n 
+0003114992 00000 n 
+0003115193 00000 n 
+0003115389 00000 n 
+0003115594 00000 n 
+0003115640 00000 n 
+0003115841 00000 n 
+0003116058 00000 n 
+0003127403 00000 n 
+0003127683 00000 n 
+0003127729 00000 n 
+0003128175 00000 n 
+0003128361 00000 n 
+0003128592 00000 n 
+0003128718 00000 n 
+0003128835 00000 n 
+0003128960 00000 n 
+0003129086 00000 n 
+0003129227 00000 n 
+0003129359 00000 n 
+0003129499 00000 n 
+0003129640 00000 n 
+0003129789 00000 n 
+0003129938 00000 n 
+0003130078 00000 n 
+0003130229 00000 n 
+0003130385 00000 n 
+0003130552 00000 n 
+0003130731 00000 n 
+0003130910 00000 n 
+0003131080 00000 n 
+0003131260 00000 n 
+0003131441 00000 n 
+0003131632 00000 n 
+0003131824 00000 n 
+0003132016 00000 n 
+0003132207 00000 n 
+0003132408 00000 n 
+0003132565 00000 n 
+0003132722 00000 n 
+0003132880 00000 n 
+0003133048 00000 n 
+0003133214 00000 n 
+0003133390 00000 n 
+0003133554 00000 n 
+0003133728 00000 n 
+0003133903 00000 n 
+0003134078 00000 n 
+0003134253 00000 n 
+0003134428 00000 n 
+0003134604 00000 n 
+0003134780 00000 n 
+0003134931 00000 n 
+0003135093 00000 n 
+0003135265 00000 n 
+0003135437 00000 n 
+0003135614 00000 n 
+0003135793 00000 n 
+0003135965 00000 n 
+0003136137 00000 n 
+0003136288 00000 n 
+0003136450 00000 n 
+0003136619 00000 n 
+0003136788 00000 n 
+0003136959 00000 n 
+0003137132 00000 n 
+0003137298 00000 n 
+0003137475 00000 n 
+0003137628 00000 n 
+0003137791 00000 n 
+0003137962 00000 n 
+0003138133 00000 n 
+0003138296 00000 n 
+0003138459 00000 n 
+0003138618 00000 n 
+0003138777 00000 n 
+0003138946 00000 n 
+0003139115 00000 n 
+0003139274 00000 n 
+0003139435 00000 n 
+0003139607 00000 n 
+0003139779 00000 n 
+0003139955 00000 n 
+0003140131 00000 n 
+0003140280 00000 n 
+0003140441 00000 n 
+0003140598 00000 n 
+0003140766 00000 n 
+0003140967 00000 n 
+0003141179 00000 n 
+0003141391 00000 n 
+0003141603 00000 n 
+0003141794 00000 n 
+0003141996 00000 n 
+0003142157 00000 n 
+0003142318 00000 n 
+0003142455 00000 n 
+0003142602 00000 n 
+0003142756 00000 n 
+0003142913 00000 n 
+0003143078 00000 n 
+0003143224 00000 n 
+0003143383 00000 n 
+0003143548 00000 n 
+0003143715 00000 n 
+0003143868 00000 n 
+0003144021 00000 n 
+0003144174 00000 n 
+0003144329 00000 n 
+0003144477 00000 n 
+0003144636 00000 n 
+0003144798 00000 n 
+0003144962 00000 n 
+0003145108 00000 n 
+0003145264 00000 n 
+0003145404 00000 n 
+0003145555 00000 n 
+0003145719 00000 n 
+0003145883 00000 n 
+0003146034 00000 n 
+0003146185 00000 n 
+0003146334 00000 n 
+0003146483 00000 n 
+0003146646 00000 n 
+0003146809 00000 n 
+0003146959 00000 n 
+0003147119 00000 n 
+0003147272 00000 n 
+0003147427 00000 n 
+0003147714 00000 n 
+0003147792 00000 n 
+0003147969 00000 n 
+0003148161 00000 n 
+0003148426 00000 n 
+0003148601 00000 n 
+0003148846 00000 n 
+0003149107 00000 n 
+0003149334 00000 n 
+0003149612 00000 n 
+0003149766 00000 n 
+0003149983 00000 n 
+0003150203 00000 n 
+0003150456 00000 n 
+0003150725 00000 n 
+0003151016 00000 n 
+0003151302 00000 n 
+0003151532 00000 n 
+0003151761 00000 n 
+0003151970 00000 n 
+0003152246 00000 n 
+0003152514 00000 n 
+0003152725 00000 n 
+0003152971 00000 n 
+0003153229 00000 n 
+0003153525 00000 n 
+0003153774 00000 n 
+0003153991 00000 n 
+0003154239 00000 n 
+0003154507 00000 n 
+0003154777 00000 n 
+0003155064 00000 n 
+0003155302 00000 n 
+0003155522 00000 n 
+0003155735 00000 n 
+0003155976 00000 n 
+0003156185 00000 n 
+0003156441 00000 n 
+0003156718 00000 n 
+0003156930 00000 n 
+0003157178 00000 n 
+0003157511 00000 n 
+0003157893 00000 n 
+0003158223 00000 n 
+0003158417 00000 n 
+0003158602 00000 n 
+0003158789 00000 n 
+0003159099 00000 n 
+0003159273 00000 n 
+0003159469 00000 n 
+0003159682 00000 n 
+0003159915 00000 n 
+0003160104 00000 n 
+0003160285 00000 n 
+0003160514 00000 n 
+0003160683 00000 n 
+0003160846 00000 n 
+0003161140 00000 n 
+0003161317 00000 n 
+0003161540 00000 n 
+0003162074 00000 n 
+0003171831 00000 n 
+0003172047 00000 n 
+0003173410 00000 n 
+0003174456 00000 n 
+0003183078 00000 n 
+0003183299 00000 n 
+0003184662 00000 n 
+0003185731 00000 n 
+0003187088 00000 n 
+0003187299 00000 n 
+0003187614 00000 n 
+0003188530 00000 n 
+0003194491 00000 n 
+0003194717 00000 n 
+0003196080 00000 n 
+0003197163 00000 n 
+0003203242 00000 n 
+0003203456 00000 n 
+0003204819 00000 n 
+0003205865 00000 n 
+0003207328 00000 n 
+0003207546 00000 n 
+0003208909 00000 n 
+0003210046 00000 n 
+0003211768 00000 n 
+0003211981 00000 n 
+0003213344 00000 n 
+0003214477 00000 n 
+0003215948 00000 n 
+0003216162 00000 n 
+0003216466 00000 n 
 trailer
 << /Size 779
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-3217515
+3217604
 %%EOF

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/rgant.html
----------------------------------------------------------------------
diff --git a/content/guides/rgant.html b/content/guides/rgant.html
index b21b706..cde2930 100644
--- a/content/guides/rgant.html
+++ b/content/guides/rgant.html
@@ -11161,7 +11161,7 @@ container.persist(cust);</code></pre>
              <p>Defaults is <code>LEFT</code>, unless <a href="#_rgant-PropertyLayout_multiLine"><code>multiLine</code></a> in which case <code>TOP</code>. The value <code>RIGHT</code> is only supported for boolean properties.<br></p> 
             </div> 
             <div class="paragraph"> 
-             <p>It is also possible to change the default through a <a href="rgcfg.html#_rgcfg_configuring-core_isis-viewers-propertyLayout-labelPosition">configuration property</a></p> 
+             <p>It is also possible to change the default through a <a href="rgcfg.html#__rgcfg_configuring-core_isis-viewers-propertyLayout-labelPosition">configuration property</a></p> 
             </div>
            </div></td> 
          </tr> 
@@ -11846,7 +11846,7 @@ container.persist(cust);</code></pre>
            <td class="icon"> <i class="fa icon-warning" title="Warning"></i> </td> 
            <td class="content"> 
             <div class="paragraph"> 
-             <p>The <code>@ViewModel</code> does not allow the objectType to be specified, meaning that it is incompatible with the metamodel validation check ennabled by the <a href="rgcfg.html#_rgcfg_configuring-core_metamodel-validation"><code>explicitObjectType</code></a> configuration property.</p> 
+             <p>The <code>@ViewModel</code> does not allow the objectType to be specified, meaning that it is incompatible with the metamodel validation check ennabled by the <a href="rgcfg.html#__rgcfg_configuring-core_metamodel-validation"><code>explicitObjectType</code></a> configuration property.</p> 
             </div> 
             <div class="paragraph"> 
              <p>Instead, use <a href="#_rgant_DomainObject_nature"><code>@DomainObject#nature()</code></a> with <code>Nature.VIEW_MODEL</code>, and specify <a href="#_rgant_DomainObject_objectType"><code>@DomainObject#objectType()</code></a>.</p> 


[15/15] isis-site git commit: ISIS-1594: fixes anchors for release notes

Posted by da...@apache.org.
ISIS-1594: fixes anchors for release notes


Project: http://git-wip-us.apache.org/repos/asf/isis-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis-site/commit/158316f7
Tree: http://git-wip-us.apache.org/repos/asf/isis-site/tree/158316f7
Diff: http://git-wip-us.apache.org/repos/asf/isis-site/diff/158316f7

Branch: refs/heads/asf-site
Commit: 158316f7c6e75ba8a0139419b288c110b4861d82
Parents: dd1ff6a
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Mar 8 05:29:01 2017 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Mar 8 05:29:01 2017 +0000

----------------------------------------------------------------------
 content/release-notes.html | 149 ++++++++++++++++++++--------------------
 1 file changed, 74 insertions(+), 75 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis-site/blob/158316f7/content/release-notes.html
----------------------------------------------------------------------
diff --git a/content/release-notes.html b/content/release-notes.html
index e283e04..31031f1 100644
--- a/content/release-notes.html
+++ b/content/release-notes.html
@@ -459,8 +459,7 @@ table.CodeRay td.code>pre{padding:0}
     <div id="doc-content">
      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/release-notes.adoc&quot;" style="float: right; font-size: small; padding: 6px;  "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
      <div class="sect1"> 
-      <h2 id="_summary">Summary</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_summary.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="__release-notes_summary">Summary</h2> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>This table summarises all releases of Apache Isis to date.</p> 
@@ -1052,8 +1051,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.14.0">1.14.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.14.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.14.0">1.14.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.14.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>Apache Isis 1.14.0 introduces one significant new feature, namely the ability to invoke actions with collection parameters. This is rendered by the Wicket viewer as a multi-select drop-down. It is also captured in the DTO/XML for both commands and published interaction events. Note though that Restful Objects viewer currently does not provide any support.</p> 
@@ -1132,8 +1131,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.13.2.1">1.13.2.1</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.13.2.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.13.2.1">1.13.2.1</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.13.2.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>Update for the simpleapp archetype only, which improves docker support as well as reducing amount of boilerplate by backing out some of the mixins. It also fixes an issue with the fixture scripts (noted in previous release).</p> 
@@ -1158,8 +1157,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.13.2">1.13.2</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.13.2.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.13.2">1.13.2</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.13.2.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>This is a maintenance release with a number of minor improvements and bug fixes. If these the main improvement is that the simpleapp archetype has been substantially reworked to be more modular.</p> 
@@ -1215,8 +1214,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.13.2">1.13.2</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.13.2.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.13.2">1.13.2</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.13.2.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>This is a maintenance release with a number of minor improvements and bug fixes. If these the main improvement is that the simpleapp archetype has been substantially reworked to be more modular.</p> 
@@ -1272,8 +1271,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.13.1">1.13.1</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.13.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.13.1">1.13.1</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.13.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>This is a maintenance release with a number of minor improvements and bug fixes. It also provides better support for docker, by allowing configuration properties to be overridden using either system properties or an ISIS_OPT environment variable.</p> 
@@ -1337,8 +1336,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.13.0">1.13.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.13.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.13.1">1.13.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.13.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>Apache Isis 1.13.0 improves and formalizes the support for commands and auditing, and introduces the new concept of an interaction. A command now represents the <em>intention</em> to interact with the application, either to invoke an action or to edit a property. This is captured as a JAXB DTO. An interaction on the other hand captures the fact that a command has been performed. Interactions are also captured as DTOs. Interactions can include sub-interactions, representing the fact that an action can invoke another action by way of the <a href="guides/rgsvc.html#_rgsvc_api_WrapperFactory"><code>WrapperFactory</code></a>.</p> 
@@ -1487,8 +1486,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.12.2">1.12.2</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.12.2.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.12.2">1.12.2</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.12.2.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>Apache Isis 1.12.2 is a bug fix release for Apache Isis 1.12.0. It addresses two UI issues which result in the viewer showing invalid data with respect to the data actually stored in the database.</p> 
@@ -1513,8 +1512,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.12.1">1.12.1</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.12.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.12.1">1.12.1</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.12.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>Apache Isis 1.12.1 is a bug fix release for Apache Isis 1.12.0. The primary issue it addresses are spurious concurrency exceptions that can be thrown when editing an object. It also addresses a subtle issue where the new support in JAXB view models for auto-edit can cause some dirty objects not to be updated.</p> 
@@ -1541,8 +1540,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.12.0">1.12.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.12.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.12.0">1.12.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.12.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>The main feature in 1.12.0 is much enhanced support for custom layouts, using an optional separate XML layout file <code>Xxx.layout.xml</code> (where <code>Xxx</code> is the class of the object being rendered). This is similar in concept to the earlier support we have had for custom layouts through a <code>.layout.json</code> file, but introduces the ability to position object members anywhere using bootstrap columns and rows. It also brings in support for tabgroups, and allows object members to be included in the page more than once (eg a table view and also a (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-fullcalendar2">calendar</a> view).</p> 
@@ -1645,8 +1644,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.11.1">1.11.1</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.11.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.11.1">1.11.1</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.11.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>Apache Isis 1.11.1 is a bug fix release for Apache Isis 1.11.0, re-releasing using Java 7.</p> 
@@ -1665,8 +1664,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.11.0">1.11.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.11.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.11.0">1.11.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.11.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>The main focus for Apache Isis 1.11.0 is on the REST API and on view models using JAXB:</p> 
@@ -1755,8 +1754,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.10.0">1.10.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.10.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.10.0">1.10.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.10.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>Apache Isis 1.10.0 provides a couple of new domain services. Client-side filtering of objects (eg to support (non-ASF) <a href="http://github.com/isisaddons/isis-module-security">Isis addons' security</a> module\u2019s multi-tenancy support) is completed so that autocomplete//choices, summary totals and components such as (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-gmap3">Isis addons' gmap3 </a> wicket extension show only filtered objects. The "are you sure" semantic and corresponding UI is also available, as well as the ability to specify the default view for collections. The release also introduces a new type of contribution service (mixins), as well as bringing in support for Project Lombok</p> 
@@ -1869,8 +1868,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.9.0">1.9.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.9.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.10.0">1.9.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.10.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>Apache Isis 1.9.0 provides various new "under-the-cover" features, such as <code>AppManifest</code> for simplified bootstrapping, and content negotiation support within <a href="ugvro.html">RestfulObjects viewer</a>. It also updates the DataNucleus version to DN 4.1.x.</p> 
@@ -2023,8 +2022,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.8.0">1.8.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.8.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.10.0">1.8.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.10.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>Apache Isis 1.8.0 incorporates the Wicket viewer, which was previously a separately released component. Other components that are included in core (that were previously released separately are: the Restful Objects viewer, Shiro Security and the JDO/DataNucleus ObjectStore.</p> 
@@ -2160,8 +2159,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.7.0">1.7.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.7.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.7.0">1.7.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.7.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="sect2"> 
         <h3 id="_core">Core</h3> 
@@ -2308,8 +2307,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.6.0">1.6.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.6.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.6.0">1.6.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.6.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="sect2"> 
         <h3 id="_core_2">Core</h3> 
@@ -2423,8 +2422,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.5.0">1.5.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.5.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.5.0">1.5.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.5.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="sect2"> 
         <h3 id="_core_3">Core</h3> 
@@ -2583,8 +2582,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.4.1">1.4.1</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.4.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.4.1">1.4.1</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.4.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="sect2"> 
         <h3 id="_wicket_viewer_4">Wicket Viewer</h3> 
@@ -2620,8 +2619,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.4.0">1.4.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.4.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.4.0">1.4.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.4.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="sect2"> 
         <h3 id="_core_4">Core</h3> 
@@ -2902,8 +2901,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.3.1">1.3.1</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.3.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.3.1">1.3.1</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.3.1.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="sect2"> 
         <h3 id="_wicket_viewer_6">Wicket Viewer</h3> 
@@ -2937,8 +2936,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.3.0">1.3.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.3.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.3.0">1.3.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.3.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="sect2"> 
         <h3 id="_core_5">Core</h3> 
@@ -3216,8 +3215,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.2.0">1.2.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.2.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.2.0">1.2.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.2.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="sect2"> 
         <h3 id="_core_6">Core</h3> 
@@ -3365,8 +3364,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.1.0">1.1.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.1.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.1.0">1.1.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.1.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="sect2"> 
         <h3 id="_core_7">Core</h3> 
@@ -3520,8 +3519,8 @@ table.CodeRay td.code>pre{padding:0}
       </div> 
      </div> 
      <div class="sect1"> 
-      <h2 id="r1.0.0">1.0.0</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/r1.0.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="_release-notes_1.0.0">1.0.0</h2>
+      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/_release-notes_1.0.0.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
       <div class="sectionbody"> 
        <div class="sect2"> 
         <h3 id="_core_8">Core</h3> 
@@ -3673,8 +3672,8 @@ table.CodeRay td.code>pre{padding:0}
     <div id="toc" class="toc2"> 
      <div class="fallback-toc"> 
       <ul class="sectlevel1"> 
-       <li><a href="#_summary">Summary</a></li> 
-       <li><a href="#r1.14.0">1.14.0</a> 
+       <li><a href="#__release-notes_summary">Summary</a></li> 
+       <li><a href="#_release-notes_1.14.0">1.14.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_new_feature">New Feature</a></li> 
          <li><a href="#_improvement">Improvement</a></li> 
@@ -3682,49 +3681,49 @@ table.CodeRay td.code>pre{padding:0}
          <li><a href="#_documentation">Documentation</a></li> 
          <li><a href="#_task">Task</a></li> 
         </ul> </li> 
-       <li><a href="#r1.13.2.1">1.13.2.1</a> 
+       <li><a href="#_release-notes_1.13.2.1">1.13.2.1</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_improvement_2">Improvement</a></li> 
          <li><a href="#_task_2">Task</a></li> 
         </ul> </li> 
-       <li><a href="#r1.13.2">1.13.2</a> 
+       <li><a href="#_release-notes_1.13.2">1.13.2</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_new_feature_2">New Feature</a></li> 
          <li><a href="#_improvement_3">Improvement</a></li> 
          <li><a href="#_bug_2">Bug</a></li> 
          <li><a href="#_task_3">Task</a></li> 
         </ul> </li> 
-       <li><a href="#r1.13.2">1.13.2</a> 
+       <li><a href="#_release-notes_1.13.2">1.13.2</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_new_feature_3">New Feature</a></li> 
          <li><a href="#_improvement_4">Improvement</a></li> 
          <li><a href="#_bug_3">Bug</a></li> 
          <li><a href="#_task_4">Task</a></li> 
         </ul> </li> 
-       <li><a href="#r1.13.1">1.13.1</a> 
+       <li><a href="#_release-notes_1.13.1">1.13.1</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_new_feature_4">New Feature</a></li> 
          <li><a href="#_improvement_5">Improvement</a></li> 
          <li><a href="#_bug_4">Bug</a></li> 
         </ul> </li> 
-       <li><a href="#r1.13.0">1.13.0</a> 
+       <li><a href="#_release-notes_1.13.1">1.13.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_new_feature_5">New Feature</a></li> 
          <li><a href="#_improvement_6">Improvement</a></li> 
          <li><a href="#_bug_5">Bug</a></li> 
          <li><a href="#_task_5">Task</a></li> 
         </ul> </li> 
-       <li><a href="#r1.12.2">1.12.2</a> 
+       <li><a href="#_release-notes_1.12.2">1.12.2</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_bug_6">Bug</a></li> 
          <li><a href="#_task_6">Task</a></li> 
         </ul> </li> 
-       <li><a href="#r1.12.1">1.12.1</a> 
+       <li><a href="#_release-notes_1.12.1">1.12.1</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_bug_7">Bug</a></li> 
          <li><a href="#_task_7">Task</a></li> 
         </ul> </li> 
-       <li><a href="#r1.12.0">1.12.0</a> 
+       <li><a href="#_release-notes_1.12.0">1.12.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_new_feature_6">New Feature</a></li> 
          <li><a href="#_improvement_7">Improvement</a></li> 
@@ -3732,18 +3731,18 @@ table.CodeRay td.code>pre{padding:0}
          <li><a href="#_dependency_upgrade">Dependency upgrade</a></li> 
          <li><a href="#_task_8">Task</a></li> 
         </ul> </li> 
-       <li><a href="#r1.11.1">1.11.1</a> 
+       <li><a href="#_release-notes_1.11.1">1.11.1</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_bug_9">Bug</a></li> 
         </ul> </li> 
-       <li><a href="#r1.11.0">1.11.0</a> 
+       <li><a href="#_release-notes_1.11.0">1.11.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_new_feature_7">New Feature</a></li> 
          <li><a href="#_improvement_8">Improvement</a></li> 
          <li><a href="#_bug_10">Bug</a></li> 
          <li><a href="#_task_9">Task</a></li> 
         </ul> </li> 
-       <li><a href="#r1.10.0">1.10.0</a> 
+       <li><a href="#_release-notes_1.10.0">1.10.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_new_feature_8">New Feature</a></li> 
          <li><a href="#_improvement_9">Improvement</a></li> 
@@ -3753,7 +3752,7 @@ table.CodeRay td.code>pre{padding:0}
          <li><a href="#_superceded">Superceded</a></li> 
          <li><a href="#_not_implemented_tidying_up_backlog">Not implemented (tidying up backlog)</a></li> 
         </ul> </li> 
-       <li><a href="#r1.9.0">1.9.0</a> 
+       <li><a href="#_release-notes_1.10.0">1.9.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_new_feature_9">New Feature</a></li> 
          <li><a href="#_improvement_10">Improvement</a></li> 
@@ -3762,7 +3761,7 @@ table.CodeRay td.code>pre{padding:0}
          <li><a href="#_task_11">Task</a></li> 
          <li><a href="#_wish">Wish</a></li> 
         </ul> </li> 
-       <li><a href="#r1.8.0">1.8.0</a> 
+       <li><a href="#_release-notes_1.10.0">1.8.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_new_feature_10">New Feature</a></li> 
          <li><a href="#_improvement_11">Improvement</a></li> 
@@ -3770,7 +3769,7 @@ table.CodeRay td.code>pre{padding:0}
          <li><a href="#_task_12">Task</a></li> 
          <li><a href="#_sub_task">Sub-task</a></li> 
         </ul> </li> 
-       <li><a href="#r1.7.0">1.7.0</a> 
+       <li><a href="#_release-notes_1.7.0">1.7.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_core">Core</a> 
           <ul class="sectlevel3"> 
@@ -3792,7 +3791,7 @@ table.CodeRay td.code>pre{padding:0}
            <li><a href="#_task_14">Task</a></li> 
           </ul> </li> 
         </ul> </li> 
-       <li><a href="#r1.6.0">1.6.0</a> 
+       <li><a href="#_release-notes_1.6.0">1.6.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_core_2">Core</a> 
           <ul class="sectlevel3"> 
@@ -3810,7 +3809,7 @@ table.CodeRay td.code>pre{padding:0}
            <li><a href="#_task_15">Task</a></li> 
           </ul> </li> 
         </ul> </li> 
-       <li><a href="#r1.5.0">1.5.0</a> 
+       <li><a href="#_release-notes_1.5.0">1.5.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_core_3">Core</a> 
           <ul class="sectlevel3"> 
@@ -3839,7 +3838,7 @@ table.CodeRay td.code>pre{padding:0}
            <li><a href="#_task_20">Task</a></li> 
           </ul> </li> 
         </ul> </li> 
-       <li><a href="#r1.4.1">1.4.1</a> 
+       <li><a href="#_release-notes_1.4.1">1.4.1</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_wicket_viewer_4">Wicket Viewer</a> 
           <ul class="sectlevel3"> 
@@ -3851,7 +3850,7 @@ table.CodeRay td.code>pre{padding:0}
            <li><a href="#_bug_23">Bug</a></li> 
           </ul> </li> 
         </ul> </li> 
-       <li><a href="#r1.4.0">1.4.0</a> 
+       <li><a href="#_release-notes_1.4.0">1.4.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_core_4">Core</a> 
           <ul class="sectlevel3"> 
@@ -3885,7 +3884,7 @@ table.CodeRay td.code>pre{padding:0}
            <li><a href="#_task_25">Task</a></li> 
           </ul> </li> 
         </ul> </li> 
-       <li><a href="#r1.3.1">1.3.1</a> 
+       <li><a href="#_release-notes_1.3.1">1.3.1</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_wicket_viewer_6">Wicket Viewer</a> 
           <ul class="sectlevel3"> 
@@ -3894,7 +3893,7 @@ table.CodeRay td.code>pre{padding:0}
            <li><a href="#_task_26">Task</a></li> 
           </ul> </li> 
         </ul> </li> 
-       <li><a href="#r1.3.0">1.3.0</a> 
+       <li><a href="#_release-notes_1.3.0">1.3.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_core_5">Core</a> 
           <ul class="sectlevel3"> 
@@ -3928,7 +3927,7 @@ table.CodeRay td.code>pre{padding:0}
            <li><a href="#_task_28">Task</a></li> 
           </ul> </li> 
         </ul> </li> 
-       <li><a href="#r1.2.0">1.2.0</a> 
+       <li><a href="#_release-notes_1.2.0">1.2.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_core_6">Core</a> 
           <ul class="sectlevel3"> 
@@ -3948,7 +3947,7 @@ table.CodeRay td.code>pre{padding:0}
            <li><a href="#_improvement_29">Improvement</a></li> 
           </ul> </li> 
         </ul> </li> 
-       <li><a href="#r1.1.0">1.1.0</a> 
+       <li><a href="#_release-notes_1.1.0">1.1.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_core_7">Core</a> 
           <ul class="sectlevel3"> 
@@ -3980,7 +3979,7 @@ table.CodeRay td.code>pre{padding:0}
            <li><a href="#_bug_37">Bug</a></li> 
           </ul> </li> 
         </ul> </li> 
-       <li><a href="#r1.0.0">1.0.0</a> 
+       <li><a href="#_release-notes_1.0.0">1.0.0</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_core_8">Core</a> 
           <ul class="sectlevel3"> 


[13/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/cgcom.pdf
----------------------------------------------------------------------
diff --git a/content/guides/cgcom.pdf b/content/guides/cgcom.pdf
index c8e1a27..084ad15 100644
--- a/content/guides/cgcom.pdf
+++ b/content/guides/cgcom.pdf
@@ -4,16 +4,16 @@
 << /Title (Committers' Guide)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307233802+00'00')
-/ModDate (D:20170307233802+00'00')
+/CreationDate (D:20170308004959+00'00')
+/ModDate (D:20170308004959+00'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 16 0 R
-/Outlines 619 0 R
-/PageLabels 695 0 R
+/Outlines 620 0 R
+/PageLabels 696 0 R
 /PageMode /UseOutlines
 /OpenAction [7 0 R /FitH 842.89]
 /ViewerPreferences << /DisplayDocTitle true
@@ -23,7 +23,7 @@ endobj
 3 0 obj
 << /Type /Pages
 /Count 76
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 36 0 R 45 0 R 49 0 R 52 0 R 67 0 R 74 0 R 80 0 R 83 0 R 91 0 R 95 0 R 101 0 R 107 0 R 110 0 R 115 0 R 121 0 R 125 0 R 129 0 R 133 0 R 137 0 R 141 0 R 147 0 R 151 0 R 154 0 R 167 0 R 177 0 R 182 0 R 184 0 R 195 0 R 200 0 R 208 0 R 218 0 R 221 0 R 225 0 R 242 0 R 250 0 R 256 0 R 265 0 R 273 0 R 278 0 R 284 0 R 290 0 R 292 0 R 300 0 R 306 0 R 313 0 R 317 0 R 328 0 R 331 0 R 344 0 R 348 0 R 356 0 R 358 0 R 360 0 R 363 0 R 365 0 R 370 0 R 372 0 R 381 0 R 389 0 R 391 0 R 399 0 R 402 0 R 414 0 R 418 0 R 430 0 R 434 0 R 439 0 R 449 0 R 452 0 R 458 0 R 462 0 R 468 0 R]
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 36 0 R 45 0 R 49 0 R 52 0 R 67 0 R 74 0 R 80 0 R 83 0 R 91 0 R 95 0 R 101 0 R 107 0 R 110 0 R 115 0 R 121 0 R 125 0 R 129 0 R 133 0 R 137 0 R 141 0 R 147 0 R 151 0 R 154 0 R 167 0 R 177 0 R 182 0 R 184 0 R 195 0 R 200 0 R 208 0 R 218 0 R 221 0 R 225 0 R 242 0 R 250 0 R 256 0 R 265 0 R 273 0 R 278 0 R 284 0 R 290 0 R 292 0 R 300 0 R 306 0 R 313 0 R 317 0 R 328 0 R 331 0 R 344 0 R 348 0 R 356 0 R 358 0 R 360 0 R 363 0 R 365 0 R 370 0 R 372 0 R 381 0 R 389 0 R 391 0 R 399 0 R 402 0 R 414 0 R 418 0 R 431 0 R 435 0 R 440 0 R 450 0 R 453 0 R 459 0 R 463 0 R 469 0 R]
 >>
 endobj
 4 0 obj
@@ -80,11 +80,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAAAA+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 697 0 R
+/FontDescriptor 698 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 699 0 R
-/ToUnicode 698 0 R
+/Widths 700 0 R
+/ToUnicode 699 0 R
 >>
 endobj
 9 0 obj
@@ -1639,7 +1639,7 @@ endobj
 /F1.0 8 0 R
 >>
 >>
-/Annots [469 0 R 470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 512 0 R 513 0 R 514 0 R 515 0 R 516 0 R 517 0 R 518 0 R 519 0 R 520 0 R 521 0 R 522 0 R 523 0 R 524 0 R 525 0 R 526 0 R 527 0 R 528 0 R 529 0 R 530 0 R 531 0 R 532 0 R 533 0 R 534 0 R 535 0 R 536 0 R 537 0 R 538 0 R 539 0 R 540 0 R 541 0 R 542 0 R 543 0 R 544 0 R]
+/Annots [470 0 R 471 0 R 472 0 R 473 0 R 474 0 R 475 0 R 476 0 R 477 0 R 478 0 R 479 0 R 480 0 R 481 0 R 482 0 R 483 0 R 484 0 R 485 0 R 486 0 R 487 0 R 488 0 R 489 0 R 490 0 R 491 0 R 492 0 R 493 0 R 494 0 R 495 0 R 496 0 R 497 0 R 498 0 R 499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R 506 0 R 507 0 R 508 0 R 509 0 R 510 0 R 511 0 R 512 0 R 513 0 R 514 0 R 515 0 R 516 0 R 517 0 R 518 0 R 519 0 R 520 0 R 521 0 R 522 0 R 523 0 R 524 0 R 525 0 R 526 0 R 527 0 R 528 0 R 529 0 R 530 0 R 531 0 R 532 0 R 533 0 R 534 0 R 535 0 R 536 0 R 537 0 R 538 0 R 539 0 R 540 0 R 541 0 R 542 0 R 543 0 R 544 0 R 545 0 R]
 >>
 endobj
 11 0 obj
@@ -3096,7 +3096,7 @@ endobj
 /F3.0 38 0 R
 >>
 >>
-/Annots [545 0 R 546 0 R 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R 554 0 R 555 0 R 556 0 R 557 0 R 558 0 R 559 0 R 560 0 R 561 0 R 562 0 R 563 0 R 564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R]
+/Annots [546 0 R 547 0 R 548 0 R 549 0 R 550 0 R 551 0 R 552 0 R 553 0 R 554 0 R 555 0 R 556 0 R 557 0 R 558 0 R 559 0 R 560 0 R 561 0 R 562 0 R 563 0 R 564 0 R 565 0 R 566 0 R 567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R]
 >>
 endobj
 13 0 obj
@@ -3688,7 +3688,7 @@ endobj
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [20 0 R 21 0 R 22 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R]
@@ -3703,18 +3703,18 @@ endobj
 >>
 endobj
 17 0 obj
-<< /Kids [97 0 R 98 0 R 156 0 R 288 0 R 186 0 R 367 0 R 227 0 R 383 0 R 304 0 R]
+<< /Kids [97 0 R 98 0 R 156 0 R 288 0 R 426 0 R 186 0 R 367 0 R 227 0 R 383 0 R 304 0 R]
 >>
 endobj
 18 0 obj
 << /Type /Font
 /BaseFont /AAAAAB+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 701 0 R
+/FontDescriptor 702 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 703 0 R
-/ToUnicode 702 0 R
+/Widths 704 0 R
+/ToUnicode 703 0 R
 >>
 endobj
 19 0 obj
@@ -4499,7 +4499,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [40 0 R 42 0 R]
@@ -4512,11 +4512,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAAAC+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 705 0 R
+/FontDescriptor 706 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 707 0 R
-/ToUnicode 706 0 R
+/Widths 708 0 R
+/ToUnicode 707 0 R
 >>
 endobj
 39 0 obj
@@ -5086,7 +5086,7 @@ endobj
 /F3.0 38 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -5256,7 +5256,7 @@ endobj
 /Contents 48 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I1 47 0 R
-/Stamp1 618 0 R
+/Stamp1 619 0 R
 >>
 /Font << /F1.0 8 0 R
 >>
@@ -6086,7 +6086,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [54 0 R 55 0 R 56 0 R 57 0 R 58 0 R 59 0 R 60 0 R 61 0 R 63 0 R 64 0 R]
@@ -7120,7 +7120,7 @@ endobj
 /F4.1 71 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [69 0 R 70 0 R]
@@ -7130,16 +7130,16 @@ endobj
 << /Type /Font
 /BaseFont /AAAAAD+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 709 0 R
+/FontDescriptor 710 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 711 0 R
-/ToUnicode 710 0 R
+/Widths 712 0 R
+/ToUnicode 711 0 R
 >>
 endobj
 69 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_post-release-successful_update-jira_create-new-jira)
+/Dest (__cgcom_post-release-successful_update-jira_create-new-jira)
 /Subtype /Link
 /Rect [475.349065673828 593.68 526.697782836914 607.96]
 /Type /Annot
@@ -7157,11 +7157,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAAAE+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 713 0 R
+/FontDescriptor 714 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 715 0 R
-/ToUnicode 714 0 R
+/Widths 716 0 R
+/ToUnicode 715 0 R
 >>
 endobj
 72 0 obj
@@ -7999,7 +7999,7 @@ endobj
 /F4.1 71 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [78 0 R]
@@ -9066,7 +9066,7 @@ endobj
 /F3.0 38 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -9745,7 +9745,7 @@ endobj
 /F4.1 71 0 R
 /F5.0 87 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [88 0 R 89 0 R]
@@ -9764,11 +9764,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAAAF+mplus-1p-regular
 /Subtype /TrueType
-/FontDescriptor 717 0 R
+/FontDescriptor 718 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 719 0 R
-/ToUnicode 718 0 R
+/Widths 720 0 R
+/ToUnicode 719 0 R
 >>
 endobj
 88 0 obj
@@ -10537,7 +10537,7 @@ endobj
 /F3.0 38 0 R
 /F4.1 71 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -11186,7 +11186,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [99 0 R]
@@ -11196,13 +11196,13 @@ endobj
 [95 0 R /XYZ 0 841.89 null]
 endobj
 97 0 obj
-<< /Limits [(_cgcom) (_cgcom_cutting-a-release_releasing-core_release-perform-upload)]
-/Names [(_cgcom) 15 0 R (_cgcom_cutting-a-release) 53 0 R (_cgcom_cutting-a-release_check-close-staging-repo) 117 0 R (_cgcom_cutting-a-release_obtain-consensus) 62 0 R (_cgcom_cutting-a-release_pull-down-code-to-release) 72 0 R (_cgcom_cutting-a-release_push-branches) 144 0 R (_cgcom_cutting-a-release_releasing-core) 75 0 R (_cgcom_cutting-a-release_releasing-core_commit-changes) 84 0 R (_cgcom_cutting-a-release_releasing-core_license-headers) 77 0 R (_cgcom_cutting-a-release_releasing-core_missing-license-check) 81 0 R (_cgcom_cutting-a-release_releasing-core_post-prepare-sanity-check) 93 0 R (_cgcom_cutting-a-release_releasing-core_release-perform-upload) 96 0 R]
+<< /Limits [(__cgcom_cutting-a-release_check-close-staging-repo) (__cgcom_cutting-a-release_releasing-core_release-prepare-proper)]
+/Names [(__cgcom_cutting-a-release_check-close-staging-repo) 117 0 R (__cgcom_cutting-a-release_obtain-consensus) 62 0 R (__cgcom_cutting-a-release_pull-down-code-to-release) 72 0 R (__cgcom_cutting-a-release_push-branches) 144 0 R (__cgcom_cutting-a-release_releasing-core) 75 0 R (__cgcom_cutting-a-release_releasing-core_commit-changes) 84 0 R (__cgcom_cutting-a-release_releasing-core_license-headers) 77 0 R (__cgcom_cutting-a-release_releasing-core_missing-license-check) 81 0 R (__cgcom_cutting-a-release_releasing-core_post-prepare-sanity-check) 93 0 R (__cgcom_cutting-a-release_releasing-core_release-perform-upload) 96 0 R (__cgcom_cutting-a-release_releasing-core_release-prepare-dry-run) 86 0 R (__cgcom_cutting-a-release_releasing-core_release-prepare-proper) 92 0 R]
 >>
 endobj
 98 0 obj
-<< /Limits [(_cgcom_cutting-a-release_releasing-core_release-prepare-dry-run) (_cgcom_cutting-a-release_releasing-the-archetype_release-prepare)]
-/Names [(_cgcom_cutting-a-release_releasing-core_release-prepare-dry-run) 86 0 R (_cgcom_cutting-a-release_releasing-core_release-prepare-proper) 92 0 R (_cgcom_cutting-a-release_releasing-core_sanity-check) 85 0 R (_cgcom_cutting-a-release_releasing-core_set-environment-variables) 76 0 R (_cgcom_cutting-a-release_releasing-the-archetype) 102 0 R (_cgcom_cutting-a-release_releasing-the-archetype_check-the-example-app) 104 0 R (_cgcom_cutting-a-release_releasing-the-archetype_create-the-archetype) 111 0 R (_cgcom_cutting-a-release_releasing-the-archetype_post-prepare-sanity-check) 113 0 R (_cgcom_cutting-a-release_releasing-the-archetype_release-perform-upload) 116 0 R (_cgcom_cutting-a-release_releasing-the-archetype_release-prepare) 112 0 R]
+<< /Limits [(__cgcom_cutting-a-release_releasing-core_sanity-check) (__cgcom_cutting-a-release_set-environment-variables)]
+/Names [(__cgcom_cutting-a-release_releasing-core_sanity-check) 85 0 R (__cgcom_cutting-a-release_releasing-core_set-environment-variables) 76 0 R (__cgcom_cutting-a-release_releasing-the-archetype) 102 0 R (__cgcom_cutting-a-release_releasing-the-archetype_check-the-example-app) 104 0 R (__cgcom_cutting-a-release_releasing-the-archetype_create-the-archetype) 111 0 R (__cgcom_cutting-a-release_releasing-the-archetype_post-prepare-sanity-check) 113 0 R (__cgcom_cutting-a-release_releasing-the-archetype_release-perform-upload) 116 0 R (__cgcom_cutting-a-release_releasing-the-archetype_release-prepare) 112 0 R (__cgcom_cutting-a-release_releasing-the-archetype_setup-environment-variables) 103 0 R (__cgcom_cutting-a-release_set-environment-variables) 65 0 R]
 >>
 endobj
 99 0 obj
@@ -12127,7 +12127,7 @@ endobj
 /F3.1 68 0 R
 /F6.0 105 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -12145,11 +12145,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAAAG+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 721 0 R
+/FontDescriptor 722 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 723 0 R
-/ToUnicode 722 0 R
+/Widths 724 0 R
+/ToUnicode 723 0 R
 >>
 endobj
 106 0 obj
@@ -12868,7 +12868,7 @@ endobj
 /F3.0 38 0 R
 /F4.1 71 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [108 0 R]
@@ -13466,7 +13466,7 @@ endobj
 /F3.0 38 0 R
 /F6.0 105 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -14046,7 +14046,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [118 0 R]
@@ -14374,7 +14374,7 @@ endobj
 /Contents 120 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I2 119 0 R
-/Stamp1 618 0 R
+/Stamp1 619 0 R
 >>
 /Font << /F1.0 8 0 R
 /F3.0 38 0 R
@@ -14879,7 +14879,7 @@ endobj
 /Contents 124 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I3 123 0 R
-/Stamp1 618 0 R
+/Stamp1 619 0 R
 >>
 /Font << /F1.0 8 0 R
 /F3.0 38 0 R
@@ -15318,7 +15318,7 @@ endobj
 /Contents 128 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I4 127 0 R
-/Stamp1 618 0 R
+/Stamp1 619 0 R
 >>
 /Font << /F1.0 8 0 R
 >>
@@ -15748,7 +15748,7 @@ endobj
 /Contents 132 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I5 131 0 R
-/Stamp1 618 0 R
+/Stamp1 619 0 R
 >>
 /Font << /F1.0 8 0 R
 >>
@@ -16187,7 +16187,7 @@ endobj
 /Contents 136 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I6 135 0 R
-/Stamp1 618 0 R
+/Stamp1 619 0 R
 >>
 /Font << /F1.0 8 0 R
 >>
@@ -16835,7 +16835,7 @@ endobj
 /Contents 140 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I7 139 0 R
-/Stamp1 618 0 R
+/Stamp1 619 0 R
 >>
 /Font << /F1.0 8 0 R
 /F3.0 38 0 R
@@ -17315,7 +17315,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -17532,7 +17532,7 @@ endobj
 /Font << /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [152 0 R]
@@ -18290,7 +18290,7 @@ endobj
 /F3.0 38 0 R
 /F6.0 105 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [157 0 R 158 0 R 159 0 R 161 0 R 162 0 R 163 0 R 164 0 R]
@@ -18300,8 +18300,8 @@ endobj
 [154 0 R /XYZ 0 841.89 null]
 endobj
 156 0 obj
-<< /Limits [(_cgcom_cutting-a-release_releasing-the-archetype_setup-environment-variables) (_cgcom_post-release-successful_release-non-asf-modules_incode-mavendeps)]
-/Names [(_cgcom_cutting-a-release_releasing-the-archetype_setup-environment-variables) 103 0 R (_cgcom_cutting-a-release_set-environment-variables) 65 0 R (_cgcom_cutting-a-release_voting) 148 0 R (_cgcom_cutting-a-release_voting-start-voting-thread) 149 0 R (_cgcom_key-generation) 349 0 R (_cgcom_merging-a-pull-request) 37 0 R (_cgcom_pmc-notes) 440 0 R (_cgcom_policies) 419 0 R (_cgcom_policies_git-policy) 425 0 R (_cgcom_post-release-successful) 201 0 R (_cgcom_post-release-successful_release-non-asf-modules) 263 0 R (_cgcom_post-release-successful_release-non-asf-modules_incode-catalog) 280 0 R (_cgcom_post-release-successful_release-non-asf-modules_incode-catalog_cross-module-dependencies) 287 0 R (_cgcom_post-release-successful_release-non-asf-modules_incode-mavendeps) 271 0 R]
+<< /Limits [(__cgcom_cutting-a-release_voting) (__cgcom_verifying-releases_automated-procedure)]
+/Names [(__cgcom_cutting-a-release_voting) 148 0 R (__cgcom_cutting-a-release_voting-start-voting-thread) 149 0 R (__cgcom_post-release-successful_release-non-asf-modules) 263 0 R (__cgcom_post-release-successful_release-non-asf-modules_incode-catalog) 280 0 R (__cgcom_post-release-successful_release-non-asf-modules_incode-catalog_cross-module-dependencies) 287 0 R (__cgcom_post-release-successful_release-non-asf-modules_incode-mavendeps) 271 0 R (__cgcom_post-release-successful_release-non-asf-modules_incode-parent) 270 0 R (__cgcom_post-release-successful_release-non-asf-modules_isisaddons) 274 0 R (__cgcom_post-release-successful_release-non-asf-modules_prereqs) 268 0 R (__cgcom_verifying-releases_automated-procedure) 178 0 R]
 >>
 endobj
 157 0 obj
@@ -18943,7 +18943,7 @@ endobj
 /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [169 0 R 170 0 R 175 0 R]
@@ -18954,7 +18954,7 @@ endobj
 endobj
 169 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_verifying-releases_manual-procedure)
+/Dest (<em>cgcom_verifying-releases_manual-procedure)
 /Subtype /Link
 /Rect [253.74784570312502 702.04 295.401345703125 716.32]
 /Type /Annot
@@ -18962,7 +18962,7 @@ endobj
 endobj
 170 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_verifying-releases_automated-procedure)
+/Dest (</em>cgcom_verifying-releases_automated-procedure)
 /Subtype /Link
 /Rect [396.537345703125 702.04 448.71184570312505 716.32]
 /Type /Annot
@@ -20067,7 +20067,7 @@ endobj
 /F2.0 18 0 R
 /F6.0 105 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [179 0 R]
@@ -20719,7 +20719,7 @@ endobj
 /Font << /F3.0 38 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -21549,7 +21549,7 @@ endobj
 /F4.1 71 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [189 0 R 190 0 R 191 0 R 192 0 R 193 0 R]
@@ -21560,7 +21560,7 @@ endobj
 endobj
 186 0 obj
 << /Limits [(casting-a-vote) (execute-the-script)]
-/Names [(casting-a-vote) 198 0 R (close-the-vote-announce-results) 450 0 R (close-tickets) 226 0 R (code-formatting) 259 0 R (commit-message) 435 0 R (configure-toolchains-plugin) 405 0 R (copy-script-to-local-machine) 180 0 R (create-an-input-file) 185 0 R (create-new-jira) 231 0 R (deploy) 314 0 R (download-the-artifacts) 172 0 R (example-transcript) 46 0 R (execute-the-script) 187 0 R]
+/Names [(casting-a-vote) 198 0 R (close-the-vote-announce-results) 451 0 R (close-tickets) 226 0 R (code-formatting) 259 0 R (commit-message) 436 0 R (configure-toolchains-plugin) 405 0 R (copy-script-to-local-machine) 180 0 R (create-an-input-file) 185 0 R (create-new-jira) 231 0 R (deploy) 314 0 R (download-the-artifacts) 172 0 R (example-transcript) 46 0 R (execute-the-script) 187 0 R]
 >>
 endobj
 187 0 obj
@@ -21994,7 +21994,7 @@ endobj
 /F2.0 18 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [197 0 R]
@@ -22655,7 +22655,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [202 0 R 203 0 R 204 0 R]
@@ -23136,7 +23136,7 @@ endobj
 /F3.0 38 0 R
 >>
 /XObject << /I8 211 0 R
-/Stamp1 618 0 R
+/Stamp1 619 0 R
 >>
 >>
 /Annots [210 0 R 212 0 R 214 0 R 215 0 R 216 0 R]
@@ -23980,7 +23980,7 @@ endobj
 /Font << /F3.0 38 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [219 0 R]
@@ -24587,7 +24587,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -25549,7 +25549,7 @@ endobj
 /F6.0 105 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [229 0 R 230 0 R 233 0 R 235 0 R 236 0 R 237 0 R 238 0 R 239 0 R 240 0 R]
@@ -25560,7 +25560,7 @@ endobj
 endobj
 227 0 obj
 << /Limits [(prereqs) (publishing-partial-build)]
-/Names [(prereqs) 442 0 R (prerequisites) 41 0 R (prerequisites-2) 165 0 R (prerequisites-3) 308 0 R (prerequisites-4) 322 0 R (process-and-usage) 39 0 R (public-private-key) 407 0 R (publish-key) 373 0 R (publish-to-a-public-key-server) 374 0 R (publish-to-your-apache-home-directory) 382 0 R (publish-to-your-apache-html-home-directory) 384 0 R (publishing-full-build) 342 0 R (publishing-partial-build) 346 0 R]
+/Names [(prereqs) 443 0 R (prerequisites) 41 0 R (prerequisites-2) 165 0 R (prerequisites-3) 308 0 R (prerequisites-4) 322 0 R (process-and-usage) 39 0 R (public-private-key) 407 0 R (publish-key) 373 0 R (publish-to-a-public-key-server) 374 0 R (publish-to-your-apache-home-directory) 382 0 R (publish-to-your-apache-html-home-directory) 384 0 R (publishing-full-build) 342 0 R (publishing-partial-build) 346 0 R]
 >>
 endobj
 228 0 obj
@@ -26249,7 +26249,7 @@ endobj
 /F3.0 38 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [244 0 R 246 0 R 247 0 R]
@@ -27146,7 +27146,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [253 0 R]
@@ -27763,7 +27763,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [258 0 R 260 0 R 261 0 R]
@@ -28665,7 +28665,7 @@ endobj
 /F3.0 38 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [266 0 R 267 0 R 269 0 R]
@@ -29363,7 +29363,7 @@ endobj
 /F3.0 38 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [275 0 R 276 0 R]
@@ -30231,7 +30231,7 @@ endobj
 /F4.1 71 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [279 0 R 281 0 R 282 0 R]
@@ -30239,7 +30239,7 @@ endobj
 endobj
 279 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_post-release-successful_release-non-asf-modules_prereqs)
+/Dest (__cgcom_post-release-successful_release-non-asf-modules_prereqs)
 /Subtype /Link
 /Rect [475.16828571428573 569.6700000000001 505.26128571428575 583.9500000000002]
 /Type /Annot
@@ -31229,7 +31229,7 @@ endobj
 /F4.1 71 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [285 0 R 286 0 R]
@@ -31237,7 +31237,7 @@ endobj
 endobj
 285 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_post-release-successful_release-non-asf-modules_incode-catalog_cross-module-dependencies)
+/Dest (__cgcom_post-release-successful_release-non-asf-modules_incode-catalog_cross-module-dependencies)
 /Subtype /Link
 /Rect [161.96266666666668 546.9200000000002 192.3706666666667 561.2000000000002]
 /Type /Annot
@@ -31245,7 +31245,7 @@ endobj
 endobj
 286 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_post-release-successful_release-non-asf-modules_prereqs)
+/Dest (__cgcom_post-release-successful_release-non-asf-modules_prereqs)
 /Subtype /Link
 /Rect [475.16828571428573 354.76000000000016 505.26128571428575 369.04000000000013]
 /Type /Annot
@@ -31255,8 +31255,8 @@ endobj
 [284 0 R /XYZ 0 128.6700000000001 null]
 endobj
 288 0 obj
-<< /Limits [(_cgcom_post-release-successful_release-non-asf-modules_incode-parent) (building-source-artifacts)]
-/Names [(_cgcom_post-release-successful_release-non-asf-modules_incode-parent) 270 0 R (_cgcom_post-release-successful_release-non-asf-modules_isisaddons) 274 0 R (_cgcom_post-release-successful_release-non-asf-modules_prereqs) 268 0 R (_cgcom_post-release-unsuccessful) 293 0 R (_cgcom_publishing-the-docs) 332 0 R (_cgcom_release-process-for-interim-releases) 318 0 R (_cgcom_release-process-for-snapshots) 307 0 R (_cgcom_release-process-prereqs) 403 0 R (_cgcom_verifying-releases) 155 0 R (_cgcom_verifying-releases_automated-procedure) 178 0 R (_cgcom_verifying-releases_creadur) 188 0 R (_cgcom_verifying-releases_manual-procedure) 171 0 R (_cgcom_versioning-policy) 420 0 R (announce-the-release) 243 0 R (announce-to-the-world) 464 0 R (attend-key-signing-party-apache-web-of-trust) 395 0 R (background) 160 0 R (blog-post) 245 0 R (building-source-artifacts) 173 0 R]
+<< /Limits [(__cgcom_verifying-releases_creadur) (_cgcom_post-release-unsuccessful)]
+/Names [(__cgcom_verifying-releases_creadur) 188 0 R (__cgcom_verifying-releases_manual-procedure) 171 0 R (_cgcom) 15 0 R (_cgcom_cutting-a-release) 53 0 R (_cgcom_key-generation) 349 0 R (_cgcom_merging-a-pull-request) 37 0 R (_cgcom_pmc-notes) 441 0 R (_cgcom_policies) 419 0 R (_cgcom_policies_git-policy) 425 0 R (_cgcom_post-release-successful) 201 0 R (_cgcom_post-release-unsuccessful) 293 0 R]
 >>
 endobj
 289 0 obj
@@ -31696,7 +31696,7 @@ endobj
 /Font << /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -32281,7 +32281,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [294 0 R 295 0 R 296 0 R]
@@ -32605,7 +32605,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [302 0 R]
@@ -32630,7 +32630,7 @@ endobj
 endobj
 304 0 obj
 << /Limits [(tidy-up-the-nexus-repo) (workflow)]
-/Names [(tidy-up-the-nexus-repo) 301 0 R (update-dependencies) 251 0 R (update-dependency-versions) 257 0 R (update-jira) 222 0 R (update-maven-settings-file-code-m2-settings-xml-code) 400 0 R (update-parent-of-core) 252 0 R (update-plugin-versions) 254 0 R (update-project-metadata) 463 0 R (update-tags) 206 0 R (update-the-asf-reporter-website) 232 0 R (update-the-code-isis-code-unix-group) 455 0 R (update-the-ldap-committee-if-a-pmc-member) 456 0 R (update-website) 234 0 R (verifying-binary-artifacts) 174 0 R (verifying-source-artifacts) 168 0 R (version-ranges) 423 0 R (workflow) 432 0 R]
+/Names [(tidy-up-the-nexus-repo) 301 0 R (update-dependencies) 251 0 R (update-dependency-versions) 257 0 R (update-jira) 222 0 R (update-maven-settings-file-code-m2-settings-xml-code) 400 0 R (update-parent-of-core) 252 0 R (update-plugin-versions) 254 0 R (update-project-metadata) 464 0 R (update-tags) 206 0 R (update-the-asf-reporter-website) 232 0 R (update-the-code-isis-code-unix-group) 456 0 R (update-the-ldap-committee-if-a-pmc-member) 457 0 R (update-website) 234 0 R (verifying-binary-artifacts) 174 0 R (verifying-source-artifacts) 168 0 R (version-ranges) 423 0 R (workflow) 433 0 R]
 >>
 endobj
 305 0 obj
@@ -33561,7 +33561,7 @@ endobj
 /F3.0 38 0 R
 /F4.1 71 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [309 0 R 310 0 R]
@@ -33837,7 +33837,7 @@ endobj
 /F3.0 38 0 R
 /F4.1 71 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [315 0 R]
@@ -34633,7 +34633,7 @@ endobj
 /F3.0 38 0 R
 /F4.1 71 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [319 0 R 320 0 R 321 0 R 323 0 R 324 0 R]
@@ -35185,7 +35185,7 @@ endobj
 /F3.0 38 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -36034,7 +36034,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [333 0 R 334 0 R 335 0 R 336 0 R 337 0 R 338 0 R 340 0 R 341 0 R]
@@ -36916,7 +36916,7 @@ endobj
 /F5.0 87 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [345 0 R]
@@ -37512,7 +37512,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [350 0 R 351 0 R 352 0 R]
@@ -38084,7 +38084,7 @@ endobj
 /Font << /F3.0 38 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -38736,7 +38736,7 @@ endobj
 /Font << /F3.0 38 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -39191,7 +39191,7 @@ endobj
 /F2.0 18 0 R
 /F4.1 71 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -39634,7 +39634,7 @@ endobj
 /F1.0 8 0 R
 /F4.1 71 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -40137,7 +40137,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [368 0 R]
@@ -40148,7 +40148,7 @@ endobj
 endobj
 367 0 obj
 << /Limits [(foaf) (other-guides)]
-/Names [(foaf) 386 0 R (generate-a-revocation-certificate) 366 0 R (generate-release-notes) 223 0 R (icla-obtain-new-account) 453 0 R (id-apache-org) 394 0 R (implementation-details) 329 0 R (inform-dev-ml) 205 0 R (inform-dev-ml-2) 297 0 R (install-and-configure-gpg) 353 0 R (key-generation) 354 0 R (mark-the-version-as-released) 228 0 R (maven-code-settings-xml-code) 411 0 R (merge-in-release-branch) 248 0 R (new-committer-pmc-member) 445 0 R (notify-the-asf-board-and-private-mailing-list) 460 0 R (one-time-setup) 339 0 R (other-guides) 19 0 R]
+/Names [(foaf) 386 0 R (generate-a-revocation-certificate) 366 0 R (generate-release-notes) 223 0 R (icla-obtain-new-account) 454 0 R (id-apache-org) 394 0 R (implementation-details) 329 0 R (inform-dev-ml) 205 0 R (inform-dev-ml-2) 297 0 R (install-and-configure-gpg) 353 0 R (key-generation) 354 0 R (mark-the-version-as-released) 228 0 R (maven-code-settings-xml-code) 411 0 R (merge-in-release-branch) 248 0 R (new-committer-pmc-member) 446 0 R (notify-the-asf-board-and-private-mailing-list) 461 0 R (one-time-setup) 339 0 R (other-guides) 19 0 R]
 >>
 endobj
 368 0 obj
@@ -40653,7 +40653,7 @@ endobj
 /Font << /F3.0 38 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -41323,7 +41323,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [375 0 R 376 0 R 377 0 R 378 0 R 379 0 R]
@@ -41964,7 +41964,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [385 0 R 387 0 R]
@@ -41975,7 +41975,7 @@ endobj
 endobj
 383 0 obj
 << /Limits [(push-changes) (tidy-up-branches)]
-/Names [(push-changes) 262 0 R (release) 326 0 R (release-source-zip) 213 0 R (release-to-maven-central) 209 0 R (removing-a-committer) 466 0 R (reset) 303 0 R (sanity-check) 311 0 R (sanity-check-2) 325 0 R (save-to-code-keys-code) 392 0 R (semantic-versioning) 421 0 R (start-a-vote-thread-on-private) 447 0 R (subkey-generation) 361 0 R (syntax) 43 0 R (test-the-archetype) 196 0 R (tidy-up-branches) 298 0 R]
+/Names [(push-changes) 262 0 R (release) 326 0 R (release-source-zip) 213 0 R (release-to-maven-central) 209 0 R (removing-a-committer) 467 0 R (reset) 303 0 R (sanity-check) 311 0 R (sanity-check-2) 325 0 R (save-to-code-keys-code) 392 0 R (semantic-versioning) 421 0 R (start-a-vote-thread-on-private) 448 0 R (subkey-generation) 361 0 R (syntax) 43 0 R (test-the-archetype) 196 0 R (tidy-up-branches) 298 0 R]
 >>
 endobj
 384 0 obj
@@ -43532,7 +43532,7 @@ endobj
 /Font << /F3.0 38 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -44275,7 +44275,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [393 0 R 396 0 R 397 0 R]
@@ -45142,7 +45142,7 @@ endobj
 /F3.0 38 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
@@ -46316,7 +46316,7 @@ endobj
 /F3.0 38 0 R
 /F4.1 71 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [404 0 R 406 0 R 408 0 R 409 0 R 410 0 R 412 0 R]
@@ -46338,7 +46338,7 @@ endobj
 endobj
 406 0 obj
 << /Border [0 0 0]
-/Dest (_dg_building-isis_configure-maven-toolchains-plugin)
+/Dest (__dg_building-isis_configure-maven-toolchains-plugin)
 /Subtype /Link
 /Rect [434.46150000000006 666.5000000000001 529.7175000000001 680.7800000000002]
 /Type /Annot
@@ -47097,7 +47097,7 @@ endobj
 /F3.0 38 0 R
 /F4.1 71 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 /Annots [415 0 R 416 0 R]
@@ -47856,10 +47856,10 @@ endobj
 /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
-/Annots [422 0 R 424 0 R 426 0 R 427 0 R 428 0 R]
+/Annots [422 0 R 424 0 R 427 0 R 428 0 R 429 0 R]
 >>
 endobj
 419 0 obj
@@ -47900,6 +47900,11 @@ endobj
 [418 0 R /XYZ 0 329.6100000000004 null]
 endobj
 426 0 obj
+<< /Limits [(_cgcom_publishing-the-docs) (building-source-artifacts)]
+/Names [(_cgcom_publishing-the-docs) 332 0 R (_cgcom_release-process-for-interim-releases) 318 0 R (_cgcom_release-process-for-snapshots) 307 0 R (_cgcom_release-process-prereqs) 403 0 R (_cgcom_verifying-releases) 155 0 R (_cgcom_versioning-policy) 420 0 R (announce-the-release) 243 0 R (announce-to-the-world) 465 0 R (attend-key-signing-party-apache-web-of-trust) 395 0 R (background) 160 0 R (blog-post) 245 0 R (building-source-artifacts) 173 0 R]
+>>
+endobj
+427 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -47910,7 +47915,7 @@ endobj
 /Type /Annot
 >>
 endobj
-427 0 obj
+428 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -47921,7 +47926,7 @@ endobj
 /Type /Annot
 >>
 endobj
-428 0 obj
+429 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -47932,7 +47937,7 @@ endobj
 /Type /Annot
 >>
 endobj
-429 0 obj
+430 0 obj
 << /Length 11873
 >>
 stream
@@ -48557,23 +48562,23 @@ Q
 
 endstream
 endobj
-430 0 obj
+431 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 429 0 R
+/Contents 430 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F2.0 18 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
-/Annots [431 0 R]
+/Annots [432 0 R]
 >>
 endobj
-431 0 obj
+432 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -48584,10 +48589,10 @@ endobj
 /Type /Annot
 >>
 endobj
-432 0 obj
-[430 0 R /XYZ 0 778.11 null]
-endobj
 433 0 obj
+[431 0 R /XYZ 0 778.11 null]
+endobj
+434 0 obj
 << /Length 3823
 >>
 stream
@@ -48822,26 +48827,26 @@ Q
 
 endstream
 endobj
-434 0 obj
+435 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 433 0 R
+/Contents 434 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 /F3.0 38 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
-/Annots [436 0 R 437 0 R]
+/Annots [437 0 R 438 0 R]
 >>
 endobj
-435 0 obj
-[434 0 R /XYZ 0 841.89 null]
-endobj
 436 0 obj
+[435 0 R /XYZ 0 841.89 null]
+endobj
+437 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -48852,7 +48857,7 @@ endobj
 /Type /Annot
 >>
 endobj
-437 0 obj
+438 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -48863,7 +48868,7 @@ endobj
 /Type /Annot
 >>
 endobj
-438 0 obj
+439 0 obj
 << /Length 10199
 >>
 stream
@@ -49438,11 +49443,11 @@ Q
 
 endstream
 endobj
-439 0 obj
+440 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 438 0 R
+/Contents 439 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
@@ -49450,16 +49455,16 @@ endobj
 /F4.1 71 0 R
 /F3.1 68 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
-/Annots [441 0 R 443 0 R 444 0 R 446 0 R]
+/Annots [442 0 R 444 0 R 445 0 R 447 0 R]
 >>
 endobj
-440 0 obj
-[439 0 R /XYZ 0 841.89 null]
-endobj
 441 0 obj
+[440 0 R /XYZ 0 841.89 null]
+endobj
+442 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49470,10 +49475,10 @@ endobj
 /Type /Annot
 >>
 endobj
-442 0 obj
-[439 0 R /XYZ 0 650.2700000000001 null]
-endobj
 443 0 obj
+[440 0 R /XYZ 0 650.2700000000001 null]
+endobj
+444 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49484,7 +49489,7 @@ endobj
 /Type /Annot
 >>
 endobj
-444 0 obj
+445 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49495,10 +49500,10 @@ endobj
 /Type /Annot
 >>
 endobj
-445 0 obj
-[439 0 R /XYZ 0 438.55000000000024 null]
-endobj
 446 0 obj
+[440 0 R /XYZ 0 438.55000000000024 null]
+endobj
+447 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -49509,10 +49514,10 @@ endobj
 /Type /Annot
 >>
 endobj
-447 0 obj
-[439 0 R /XYZ 0 327.1300000000002 null]
-endobj
 448 0 obj
+[440 0 R /XYZ 0 327.1300000000002 null]
+endobj
+449 0 obj
 << /Length 7378
 >>
 stream
@@ -49913,26 +49918,26 @@ Q
 
 endstream
 endobj
-449 0 obj
+450 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 448 0 R
+/Contents 449 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 38 0 R
 /F3.1 68 0 R
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
 endobj
-450 0 obj
-[449 0 R /XYZ 0 515.97 null]
-endobj
 451 0 obj
+[450 0 R /XYZ 0 515.97 null]
+endobj
+452 0 obj
 << /Length 10906
 >>
 stream
@@ -50559,27 +50564,27 @@ Q
 
 endstream
 endobj
-452 0 obj
+453 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 451 0 R
+/Contents 452 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 38 0 R
 /F3.1 68 0 R
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
-/Annots [454 0 R]
+/Annots [455 0 R]
 >>
 endobj
-453 0 obj
-[452 0 R /XYZ 0 514.27 null]
-endobj
 454 0 obj
+[453 0 R /XYZ 0 514.27 null]
+endobj
+455 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -50590,13 +50595,13 @@ endobj
 /Type /Annot
 >>
 endobj
-455 0 obj
-[452 0 R /XYZ 0 409.65 null]
-endobj
 456 0 obj
-[452 0 R /XYZ 0 143.24999999999994 null]
+[453 0 R /XYZ 0 409.65 null]
 endobj
 457 0 obj
+[453 0 R /XYZ 0 143.24999999999994 null]
+endobj
+458 0 obj
 << /Length 12090
 >>
 stream
@@ -51275,11 +51280,11 @@ Q
 
 endstream
 endobj
-458 0 obj
+459 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 457 0 R
+/Contents 458 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 38 0 R
 /F1.0 8 0 R
@@ -51287,13 +51292,13 @@ endobj
 /F2.0 18 0 R
 /F4.1 71 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
-/Annots [459 0 R]
+/Annots [460 0 R]
 >>
 endobj
-459 0 obj
+460 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51304,10 +51309,10 @@ endobj
 /Type /Annot
 >>
 endobj
-460 0 obj
-[458 0 R /XYZ 0 527.6410000000001 null]
-endobj
 461 0 obj
+[459 0 R /XYZ 0 527.6410000000001 null]
+endobj
+462 0 obj
 << /Length 11825
 >>
 stream
@@ -51974,11 +51979,11 @@ Q
 
 endstream
 endobj
-462 0 obj
+463 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 461 0 R
+/Contents 462 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
@@ -51986,19 +51991,19 @@ endobj
 /F3.1 68 0 R
 /F4.1 71 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
-/Annots [465 0 R]
+/Annots [466 0 R]
 >>
 endobj
-463 0 obj
-[462 0 R /XYZ 0 801.89 null]
-endobj
 464 0 obj
-[462 0 R /XYZ 0 725.0500000000002 null]
+[463 0 R /XYZ 0 801.89 null]
 endobj
 465 0 obj
+[463 0 R /XYZ 0 725.0500000000002 null]
+endobj
+466 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -52009,10 +52014,10 @@ endobj
 /Type /Annot
 >>
 endobj
-466 0 obj
-[462 0 R /XYZ 0 218.51000000000042 null]
-endobj
 467 0 obj
+[463 0 R /XYZ 0 218.51000000000042 null]
+endobj
+468 0 obj
 << /Length 2358
 >>
 stream
@@ -52157,21 +52162,21 @@ Q
 
 endstream
 endobj
-468 0 obj
+469 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 467 0 R
+/Contents 468 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.0 38 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 618 0 R
+/XObject << /Stamp1 619 0 R
 >>
 >>
 >>
 endobj
-469 0 obj
+470 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom)
 /Subtype /Link
@@ -52179,7 +52184,7 @@ endobj
 /Type /Annot
 >>
 endobj
-470 0 obj
+471 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom)
 /Subtype /Link
@@ -52187,7 +52192,7 @@ endobj
 /Type /Annot
 >>
 endobj
-471 0 obj
+472 0 obj
 << /Border [0 0 0]
 /Dest (other-guides)
 /Subtype /Link
@@ -52195,7 +52200,7 @@ endobj
 /Type /Annot
 >>
 endobj
-472 0 obj
+473 0 obj
 << /Border [0 0 0]
 /Dest (other-guides)
 /Subtype /Link
@@ -52203,7 +52208,7 @@ endobj
 /Type /Annot
 >>
 endobj
-473 0 obj
+474 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_merging-a-pull-request)
 /Subtype /Link
@@ -52211,7 +52216,7 @@ endobj
 /Type /Annot
 >>
 endobj
-474 0 obj
+475 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_merging-a-pull-request)
 /Subtype /Link
@@ -52219,7 +52224,7 @@ endobj
 /Type /Annot
 >>
 endobj
-475 0 obj
+476 0 obj
 << /Border [0 0 0]
 /Dest (process-and-usage)
 /Subtype /Link
@@ -52227,7 +52232,7 @@ endobj
 /Type /Annot
 >>
 endobj
-476 0 obj
+477 0 obj
 << /Border [0 0 0]
 /Dest (process-and-usage)
 /Subtype /Link
@@ -52235,7 +52240,7 @@ endobj
 /Type /Annot
 >>
 endobj
-477 0 obj
+478 0 obj
 << /Border [0 0 0]
 /Dest (prerequisites)
 /Subtype /Link
@@ -52243,7 +52248,7 @@ endobj
 /Type /Annot
 >>
 endobj
-478 0 obj
+479 0 obj
 << /Border [0 0 0]
 /Dest (prerequisites)
 /Subtype /Link
@@ -52251,7 +52256,7 @@ endobj
 /Type /Annot
 >>
 endobj
-479 0 obj
+480 0 obj
 << /Border [0 0 0]
 /Dest (syntax)
 /Subtype /Link
@@ -52259,7 +52264,7 @@ endobj
 /Type /Annot
 >>
 endobj
-480 0 obj
+481 0 obj
 << /Border [0 0 0]
 /Dest (syntax)
 /Subtype /Link
@@ -52267,7 +52272,7 @@ endobj
 /Type /Annot
 >>
 endobj
-481 0 obj
+482 0 obj
 << /Border [0 0 0]
 /Dest (example-transcript)
 /Subtype /Link
@@ -52275,7 +52280,7 @@ endobj
 /Type /Annot
 >>
 endobj
-482 0 obj
+483 0 obj
 << /Border [0 0 0]
 /Dest (example-transcript)
 /Subtype /Link
@@ -52283,7 +52288,7 @@ endobj
 /Type /Annot
 >>
 endobj
-483 0 obj
+484 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_cutting-a-release)
 /Subtype /Link
@@ -52291,7 +52296,7 @@ endobj
 /Type /Annot
 >>
 endobj
-484 0 obj
+485 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_cutting-a-release)
 /Subtype /Link
@@ -52299,135 +52304,135 @@ endobj
 /Type /Annot
 >>
 endobj
-485 0 obj
+486 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_obtain-consensus)
+/Dest (__cgcom_cutting-a-release_obtain-consensus)
 /Subtype /Link
 /Rect [60.24 600.9499999999998 169.1355 615.2299999999999]
 /Type /Annot
 >>
 endobj
-486 0 obj
+487 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_obtain-consensus)
+/Dest (__cgcom_cutting-a-release_obtain-consensus)
 /Subtype /Link
 /Rect [541.1705 600.9499999999998 547.04 615.2299999999999]
 /Type /Annot
 >>
 endobj
-487 0 obj
+488 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_set-environment-variables)
+/Dest (__cgcom_cutting-a-release_set-environment-variables)
 /Subtype /Link
 /Rect [60.24 582.4699999999998 212.217 596.7499999999999]
 /Type /Annot
 >>
 endobj
-488 0 obj
+489 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_set-environment-variables)
+/Dest (__cgcom_cutting-a-release_set-environment-variables)
 /Subtype /Link
 /Rect [541.1705 582.4699999999998 547.04 596.7499999999999]
 /Type /Annot
 >>
 endobj
-489 0 obj
+490 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_pull-down-code-to-release)
+/Dest (__cgcom_cutting-a-release_pull-down-code-to-release)
 /Subtype /Link
 /Rect [60.24 563.9899999999998 207.366 578.2699999999999]
 /Type /Annot
 >>
 endobj
-490 0 obj
+491 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_pull-down-code-to-release)
+/Dest (__cgcom_cutting-a-release_pull-down-code-to-release)
 /Subtype /Link
 /Rect [541.1705 563.9899999999998 547.04 578.2699999999999]
 /Type /Annot
 >>
 endobj
-491 0 obj
+492 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_releasing-core)
+/Dest (__cgcom_cutting-a-release_releasing-core)
 /Subtype /Link
 /Rect [60.24 545.5099999999999 153.501 559.7899999999998]
 /Type /Annot
 >>
 endobj
-492 0 obj
+493 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_releasing-core)
+/Dest (__cgcom_cutting-a-release_releasing-core)
 /Subtype /Link
 /Rect [541.1705 545.5099999999999 547.04 559.7899999999998]
 /Type /Annot
 >>
 endobj
-493 0 obj
+494 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_releasing-the-archetype)
+/Dest (__cgcom_cutting-a-release_releasing-the-archetype)
 /Subtype /Link
 /Rect [60.24 527.0299999999999 200.5935 541.3099999999998]
 /Type /Annot
 >>
 endobj
-494 0 obj
+495 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_releasing-the-archetype)
+/Dest (__cgcom_cutting-a-release_releasing-the-archetype)
 /Subtype /Link
 /Rect [535.3009999999999 527.0299999999999 547.04 541.3099999999998]
 /Type /Annot
 >>
 endobj
-495 0 obj
+496 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_check-close-staging-repo)
+/Dest (__cgcom_cutting-a-release_check-close-staging-repo)
 /Subtype /Link
 /Rect [60.24 508.54999999999984 206.23200000000003 522.8299999999998]
 /Type /Annot
 >>
 endobj
-496 0 obj
+497 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_check-close-staging-repo)
+/Dest (__cgcom_cutting-a-release_check-close-staging-repo)
 /Subtype /Link
 /Rect [535.3009999999999 508.54999999999984 547.04 522.8299999999998]
 /Type /Annot
 >>
 endobj
-497 0 obj
+498 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_push-branches)
+/Dest (__cgcom_cutting-a-release_push-branches)
 /Subtype /Link
 /Rect [60.24 490.0699999999998 153.080794921875 504.3499999999998]
 /Type /Annot
 >>
 endobj
-498 0 obj
+499 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_push-branches)
+/Dest (__cgcom_cutting-a-release_push-branches)
 /Subtype /Link
 /Rect [535.3009999999999 490.0699999999998 547.04 504.3499999999998]
 /Type /Annot
 >>
 endobj
-499 0 obj
+500 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_voting)
+/Dest (__cgcom_cutting-a-release_voting)
 /Subtype /Link
 /Rect [60.24 471.5899999999998 111.920384765625 485.8699999999998]
 /Type /Annot
 >>
 endobj
-500 0 obj
+501 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_cutting-a-release_voting)
+/Dest (__cgcom_cutting-a-release_voting)
 /Subtype /Link
 /Rect [535.3009999999999 471.5899999999998 547.04 485.8699999999998]
 /Type /Annot
 >>
 endobj
-501 0 obj
+502 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_verifying-releases)
 /Subtype /Link
@@ -52435,7 +52440,7 @@ endobj
 /Type /Annot
 >>
 endobj
-502 0 obj
+503 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_verifying-releases)
 /Subtype /Link
@@ -52443,7 +52448,7 @@ endobj
 /Type /Annot
 >>
 endobj
-503 0 obj
+504 0 obj
 << /Border [0 0 0]
 /Dest (background)
 /Subtype /Link
@@ -52451,7 +52456,7 @@ endobj
 /Type /Annot
 >>
 endobj
-504 0 obj
+505 0 obj
 << /Border [0 0 0]
 /Dest (background)
 /Subtype /Link
@@ -52459,7 +52464,7 @@ endobj
 /Type /Annot
 >>
 endobj
-505 0 obj
+506 0 obj
 << /Border [0 0 0]
 /Dest (prerequisites-2)
 /Subtype /Link
@@ -52467,7 +52472,7 @@ endobj
 /Type /Annot
 >>
 endobj
-506 0 obj
+507 0 obj
 << /Border [0 0 0]
 /Dest (prerequisites-2)
 /Subtype /Link
@@ -52475,7 +52480,7 @@ endobj
 /Type /Annot
 >>
 endobj
-507 0 obj
+508 0 obj
 << /Border [0 0 0]
 /Dest (verifying-source-artifacts)
 /Subtype /Link
@@ -52483,7 +52488,7 @@ endobj
 /Type /Annot
 >>
 endobj
-508 0 obj
+509 0 obj
 << /Border [0 0 0]
 /Dest (verifying-source-artifacts)
 /Subtype /Link
@@ -52491,23 +52496,23 @@ endobj
 /Type /Annot
 >>
 endobj
-509 0 obj
+510 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_verifying-releases_creadur)
+/Dest (__cgcom_verifying-releases_creadur)
 /Subtype /Link
 /Rect [60.24 379.1899999999997 203.073755859375 393.4699999999997]
 /Type /Annot
 >>
 endobj
-510 0 obj
+511 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_verifying-releases_creadur)
+/Dest (__cgcom_verifying-releases_creadur)
 /Subtype /Link
 /Rect [535.3009999999999 379.1899999999997 547.04 393.4699999999997]
 /Type /Annot
 >>
 endobj
-511 0 obj
+512 0 obj
 << /Border [0 0 0]
 /Dest (test-the-archetype)
 /Subtype /Link
@@ -52515,7 +52520,7 @@ endobj
 /Type /Annot
 >>
 endobj
-512 0 obj
+513 0 obj
 << /Border [0 0 0]
 /Dest (test-the-archetype)
 /Subtype /Link
@@ -52523,7 +52528,7 @@ endobj
 /Type /Annot
 >>
 endobj
-513 0 obj
+514 0 obj
 << /Border [0 0 0]
 /Dest (casting-a-vote)
 /Subtype /Link
@@ -52531,7 +52536,7 @@ endobj
 /Type /Annot
 >>
 endobj
-514 0 obj
+515 0 obj
 << /Border [0 0 0]
 /Dest (casting-a-vote)
 /Subtype /Link
@@ -52539,7 +52544,7 @@ endobj
 /Type /Annot
 >>
 endobj
-515 0 obj
+516 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_post-release-successful)
 /Subtype /Link
@@ -52547,7 +52552,7 @@ endobj
 /Type /Annot
 >>
 endobj
-516 0 obj
+517 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_post-release-successful)
 /Subtype /Link
@@ -52555,7 +52560,7 @@ endobj
 /Type /Annot
 >>
 endobj
-517 0 obj
+518 0 obj
 << /Border [0 0 0]
 /Dest (inform-dev-ml)
 /Subtype /Link
@@ -52563,7 +52568,7 @@ endobj
 /Type /Annot
 >>
 endobj
-518 0 obj
+519 0 obj
 << /Border [0 0 0]
 /Dest (inform-dev-ml)
 /Subtype /Link
@@ -52571,7 +52576,7 @@ endobj
 /Type /Annot
 >>
 endobj
-519 0 obj
+520 0 obj
 << /Border [0 0 0]
 /Dest (update-tags)
 /Subtype /Link
@@ -52579,7 +52584,7 @@ endobj
 /Type /Annot
 >>
 endobj
-520 0 obj
+521 0 obj
 << /Border [0 0 0]
 /Dest (update-tags)
 /Subtype /Link
@@ -52587,7 +52592,7 @@ endobj
 /Type /Annot
 >>
 endobj
-521 0 obj
+522 0 obj
 << /Border [0 0 0]
 /Dest (release-to-maven-central)
 /Subtype /Link
@@ -52595,7 +52600,7 @@ endobj
 /Type /Annot
 >>
 endobj
-522 0 obj
+523 0 obj
 << /Border [0 0 0]
 /Dest (release-to-maven-central)
 /Subtype /Link
@@ -52603,7 +52608,7 @@ endobj
 /Type /Annot
 >>
 endobj
-523 0 obj
+524 0 obj
 << /Border [0 0 0]
 /Dest (release-source-zip)
 /Subtype /Link
@@ -52611,7 +52616,7 @@ endobj
 /Type /Annot
 >>
 endobj
-524 0 obj
+525 0 obj
 << /Border [0 0 0]
 /Dest (release-source-zip)
 /Subtype /Link
@@ -52619,7 +52624,7 @@ endobj
 /Type /Annot
 >>
 endobj
-525 0 obj
+526 0 obj
 << /Border [0 0 0]
 /Dest (update-jira)
 /Subtype /Link
@@ -52627,7 +52632,7 @@ endobj
 /Type /Annot
 >>
 endobj
-526 0 obj
+527 0 obj
 << /Border [0 0 0]
 /Dest (update-jira)
 /Subtype /Link
@@ -52635,7 +52640,7 @@ endobj
 /Type /Annot
 >>
 endobj
-527 0 obj
+528 0 obj
 << /Border [0 0 0]
 /Dest (update-website)
 /Subtype /Link
@@ -52643,7 +52648,7 @@ endobj
 /Type /Annot
 >>
 endobj
-528 0 obj
+529 0 obj
 << /Border [0 0 0]
 /Dest (update-website)
 /Subtype /Link
@@ -52651,7 +52656,7 @@ endobj
 /Type /Annot
 >>
 endobj
-529 0 obj
+530 0 obj
 << /Border [0 0 0]
 /Dest (announce-the-release)
 /Subtype /Link
@@ -52659,7 +52664,7 @@ endobj
 /Type /Annot
 >>
 endobj
-530 0 obj
+531 0 obj
 << /Border [0 0 0]
 /Dest (announce-the-release)
 /Subtype /Link
@@ -52667,7 +52672,7 @@ endobj
 /Type /Annot
 >>
 endobj
-531 0 obj
+532 0 obj
 << /Border [0 0 0]
 /Dest (blog-post)
 /Subtype /Link
@@ -52675,7 +52680,7 @@ endobj
 /Type /Annot
 >>
 endobj
-532 0 obj
+533 0 obj
 << /Border [0 0 0]
 /Dest (blog-post)
 /Subtype /Link
@@ -52683,7 +52688,7 @@ endobj
 /Type /Annot
 >>
 endobj
-533 0 obj
+534 0 obj
 << /Border [0 0 0]
 /Dest (merge-in-release-branch)
 /Subtype /Link
@@ -52691,7 +52696,7 @@ endobj
 /Type /Annot
 >>
 endobj
-534 0 obj
+535 0 obj
 << /Border [0 0 0]
 /Dest (merge-in-release-branch)
 /Subtype /Link
@@ -52699,7 +52704,7 @@ endobj
 /Type /Annot
 >>
 endobj
-535 0 obj
+536 0 obj
 << /Border [0 0 0]
 /Dest (update-dependencies)
 /Subtype /Link
@@ -52707,7 +52712,7 @@ endobj
 /Type /Annot
 >>
 endobj
-536 0 obj
+537 0 obj
 << /Border [0 0 0]
 /Dest (update-dependencies)
 /Subtype /Link
@@ -52715,7 +52720,7 @@ endobj
 /Type /Annot
 >>
 endobj
-537 0 obj
+538 0 obj
 << /Border [0 0 0]
 /Dest (code-formatting)
 /Subtype /Link
@@ -52723,7 +52728,7 @@ endobj
 /Type /Annot
 >>
 endobj
-538 0 obj
+539 0 obj
 << /Border [0 0 0]
 /Dest (code-formatting)
 /Subtype /Link
@@ -52731,7 +52736,7 @@ endobj
 /Type /Annot
 >>
 endobj
-539 0 obj
+540 0 obj
 << /Border [0 0 0]
 /Dest (push-changes)
 /Subtype /Link
@@ -52739,7 +52744,7 @@ endobj
 /Type /Annot
 >>
 endobj
-540 0 obj
+541 0 obj
 << /Border [0 0 0]
 /Dest (push-changes)
 /Subtype /Link
@@ -52747,23 +52752,23 @@ endobj
 /Type /Annot
 >>
 endobj
-541 0 obj
+542 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_post-release-successful_release-non-asf-modules)
+/Dest (__cgcom_post-release-successful_release-non-asf-modules)
 /Subtype /Link
 /Rect [60.24 83.50999999999965 220.89000000000001 97.78999999999965]
 /Type /Annot
 >>
 endobj
-542 0 obj
+543 0 obj
 << /Border [0 0 0]
-/Dest (_cgcom_post-release-successful_release-non-asf-modules)
+/Dest (__cgcom_post-release-successful_release-non-asf-modules)
 /Subtype /Link
 /Rect [535.3009999999999 83.50999999999965 547.04 97.78999999999965]
 /Type /Annot
 >>
 endobj
-543 0 obj
+544 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_post-release-unsuccessful)
 /Subtype /Link
@@ -52771,7 +52776,7 @@ endobj
 /Type /Annot
 >>
 endobj
-544 0 obj
+545 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_post-release-unsuccessful)
 /Subtype /Link
@@ -52779,7 +52784,7 @@ endobj
 /Type /Annot
 >>
 endobj
-545 0 obj
+546 0 obj
 << /Border [0 0 0]
 /Dest (inform-dev-ml-2)
 /Subtype /Link
@@ -52787,7 +52792,7 @@ endobj
 /Type /Annot
 >>
 endobj
-546 0 obj
+547 0 obj
 << /Border [0 0 0]
 /Dest (inform-dev-ml-2)
 /Subtype /Link
@@ -52795,7 +52800,7 @@ endobj
 /Type /Annot
 >>
 endobj
-547 0 obj
+548 0 obj
 << /Border [0 0 0]
 /Dest (tidy-up-branches)
 /Subtype /Link
@@ -52803,7 +52808,7 @@ endobj
 /Type /Annot
 >>
 endobj
-548 0 obj
+549 0 obj
 << /Border [0 0 0]
 /Dest (tidy-up-branches)
 /Subtype /Link
@@ -52811,7 +52816,7 @@ endobj
 /Type /Annot
 >>
 endobj
-549 0 obj
+550 0 obj
 << /Border [0 0 0]
 /Dest (tidy-up-the-nexus-repo)
 /Subtype /Link
@@ -52819,7 +52824,7 @@ endobj
 /Type /Annot
 >>
 endobj
-550 0 obj
+551 0 obj
 << /Border [0 0 0]
 /Dest (tidy-up-the-nexus-repo)
 /Subtype /Link
@@ -52827,7 +52832,7 @@ endobj
 /Type /Annot
 >>
 endobj
-551 0 obj
+552 0 obj
 << /Border [0 0 0]
 /Dest (reset)
 /Subtype /Link
@@ -52835,7 +52840,7 @@ endobj
 /Type /Annot
 >>
 endobj
-552 0 obj
+553 0 obj
 << /Border [0 0 0]
 /Dest (reset)
 /Subtype /Link
@@ -52843,7 +52848,7 @@ endobj
 /Type /Annot
 >>
 endobj
-553 0 obj
+554 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_release-process-for-snapshots)
 /Subtype /Link
@@ -52851,7 +52856,7 @@ endobj
 /Type /Annot
 >>
 endobj
-554 0 obj
+555 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_release-process-for-snapshots)
 /Subtype /Link
@@ -52859,7 +52864,7 @@ endobj
 /Type /Annot
 >>
 endobj
-555 0 obj
+556 0 obj
 << /Border [0 0 0]
 /Dest (prerequisites-3)
 /Subtype /Link
@@ -52867,7 +52872,7 @@ endobj
 /Type /Annot
 >>
 endobj
-556 0 obj
+557 0 obj
 << /Border [0 0 0]
 /Dest (prerequisites-3)
 /Subtype /Link
@@ -52875,7 +52880,7 @@ endobj
 /Type /Annot
 >>
 endobj
-557 0 obj
+558 0 obj
 << /Border [0 0 0]
 /Dest (sanity-check)
 /Subtype /Link
@@ -52883,7 +52888,7 @@ endobj
 /Type /Annot
 >>
 endobj
-558 0 obj
+559 0 obj
 << /Border [0 0 0]
 /Dest (sanity-check)
 /Subtype /Link
@@ -52891,7 +52896,7 @@ endobj
 /Type /Annot
 >>
 endobj
-559 0 obj
+560 0 obj
 << /Border [0 0 0]
 /Dest (deploy)
 /Subtype /Link
@@ -52899,7 +52904,7 @@ endobj
 /Type /Annot
 >>
 endobj
-560 0 obj
+561 0 obj
 << /Border [0 0 0]
 /Dest (deploy)
 /Subtype /Link
@@ -52907,7 +52912,7 @@ endobj
 /Type /Annot
 >>
 endobj
-561 0 obj
+562 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_release-process-for-interim-releases)
 /Subtype /Link
@@ -52915,7 +52920,7 @@ endobj
 /Type /Annot
 >>
 endobj
-562 0 obj
+563 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_release-process-for-interim-releases)
 /Subtype /Link
@@ -52923,7 +52928,7 @@ endobj
 /Type /Annot
 >>
 endobj
-563 0 obj
+564 0 obj
 << /Border [0 0 0]
 /Dest (prerequisites-4)
 /Subtype /Link
@@ -52931,7 +52936,7 @@ endobj
 /Type /Annot
 >>
 endobj
-564 0 obj
+565 0 obj
 << /Border [0 0 0]
 /Dest (prerequisites-4)
 /Subtype /Link
@@ -52939,7 +52944,7 @@ endobj
 /Type /Annot
 >>
 endobj
-565 0 obj
+566 0 obj
 << /Border [0 0 0]
 /Dest (sanity-check-2)
 /Subtype /Link
@@ -52947,7 +52952,7 @@ endobj
 /Type /Annot
 >>
 endobj
-566 0 obj
+567 0 obj
 << /Border [0 0 0]
 /Dest (sanity-check-2)
 /Subtype /Link
@@ -52955,7 +52960,7 @@ endobj
 /Type /Annot
 >>
 endobj
-567 0 obj
+568 0 obj
 << /Border [0 0 0]
 /Dest (release)
 /Subtype /Link
@@ -52963,7 +52968,7 @@ endobj
 /Type /Annot
 >>
 endobj
-568 0 obj
+569 0 obj
 << /Border [0 0 0]
 /Dest (release)
 /Subtype /Link
@@ -52971,7 +52976,7 @@ endobj
 /Type /Annot
 >>
 endobj
-569 0 obj
+570 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_publishing-the-docs)
 /Subtype /Link
@@ -52979,7 +52984,7 @@ endobj
 /Type /Annot
 >>
 endobj
-570 0 obj
+571 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_publishing-the-docs)
 /Subtype /Link
@@ -52987,7 +52992,7 @@ endobj
 /Type /Annot
 >>
 endobj
-571 0 obj
+572 0 obj
 << /Border [0 0 0]
 /Dest (one-time-setup)
 /Subtype /Link
@@ -52995,7 +53000,7 @@ endobj
 /Type /Annot
 >>
 endobj
-572 0 obj
+573 0 obj
 << /Border [0 0 0]
 /Dest (one-time-setup)
 /Subtype /Link
@@ -53003,7 +53008,7 @@ endobj
 /Type /Annot
 >>
 endobj
-573 0 obj
+574 0 obj
 << /Border [0 0 0]
 /Dest (publishing-full-build)
 /Subtype /Link
@@ -53011,7 +53016,7 @@ endobj
 /Type /Annot
 >>
 endobj
-574 0 obj
+575 0 obj
 << /Border [0 0 0]
 /Dest (publishing-full-build)
 /Subtype /Link
@@ -53019,7 +53024,7 @@ endobj
 /Type /Annot
 >>
 endobj
-575 0 obj
+576 0 obj
 << /Border [0 0 0]
 /Dest (publishing-partial-build)
 /Subtype /Link
@@ -53027,7 +53032,7 @@ endobj
 /Type /Annot
 >>
 endobj
-576 0 obj
+577 0 obj
 << /Border [0 0 0]
 /Dest (publishing-partial-build)
 /Subtype /Link
@@ -53035,7 +53040,7 @@ endobj
 /Type /Annot
 >>
 endobj
-577 0 obj
+578 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_key-generation)
 /Subtype /Link
@@ -53043,7 +53048,7 @@ endobj
 /Type /Annot
 >>
 endobj
-578 0 obj
+579 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_key-generation)
 /Subtype /Link
@@ -53051,7 +53056,7 @@ endobj
 /Type /Annot
 >>
 endobj
-579 0 obj
+580 0 obj
 << /Border [0 0 0]
 /Dest (install-and-configure-gpg)
 /Subtype /Link
@@ -53059,7 +53064,7 @@ endobj
 /Type /Annot
 >>
 endobj
-580 0 obj
+581 0 obj
 << /Border [0 0 0]
 /Dest (install-and-configure-gpg)
 /Subtype /Link
@@ -53067,7 +53072,7 @@ endobj
 /Type /Annot
 >>
 endobj
-581 0 obj
+582 0 obj
 << /Border [0 0 0]
 /Dest (key-generation)
 /Subtype /Link
@@ -53075,7 +53080,7 @@ endobj
 /Type /Annot
 >>
 endobj
-582 0 obj
+583 0 obj
 << /Border [0 0 0]
 /Dest (key-generation)
 /Subtype /Link
@@ -53083,7 +53088,7 @@ endobj
 /Type /Annot
 >>
 endobj
-583 0 obj
+584 0 obj
 << /Border [0 0 0]
 /Dest (subkey-generation)
 /Subtype /Link
@@ -53091,7 +53096,7 @@ endobj
 /Type /Annot
 >>
 endobj
-584 0 obj
+585 0 obj
 << /Border [0 0 0]
 /Dest (subkey-generation)
 /Subtype /Link
@@ -53099,7 +53104,7 @@ endobj
 /Type /Annot
 >>
 endobj
-585 0 obj
+586 0 obj
 << /Border [0 0 0]
 /Dest (generate-a-revocation-certificate)
 /Subtype /Link
@@ -53107,7 +53112,7 @@ endobj
 /Type /Annot
 >>
 endobj
-586 0 obj
+587 0 obj
 << /Border [0 0 0]
 /Dest (generate-a-revocation-certificate)
 /Subtype /Link
@@ -53115,7 +53120,7 @@ endobj
 /Type /Annot
 >>
 endobj
-587 0 obj
+588 0 obj
 << /Border [0 0 0]
 /Dest (publish-key)
 /Subtype /Link
@@ -53123,7 +53128,7 @@ endobj
 /Type /Annot
 >>
 endobj
-588 0 obj
+589 0 obj
 << /Border [0 0 0]
 /Dest (publish-key)
 /Subtype /Link
@@ -53131,7 +53136,7 @@ endobj
 /Type /Annot
 >>
 endobj
-589 0 obj
+590 0 obj
 << /Border [0 0 0]
 /Dest (attend-key-signing-party-apache-web-of-trust)
 /Subtype /Link
@@ -53139,7 +53144,7 @@ endobj
 /Type /Annot
 >>
 endobj
-590 0 obj
+591 0 obj
 << /Border [0 0 0]
 /Dest (attend-key-signing-party-apache-web-of-trust)
 /Subtype /Link
@@ -53147,7 +53152,7 @@ endobj
 /Type /Annot
 >>
 endobj
-591 0 obj
+592 0 obj
 << /Border [0 0 0]
 /Dest (update-maven-settings-file-code-m2-settings-xml-code)
 /Subtype /Link
@@ -53155,7 +53160,7 @@ endobj
 /Type /Annot
 >>
 endobj
-592 0 obj
+593 0 obj
 << /Border [0 0 0]
 /Dest (update-maven-settings-file-code-m2-settings-xml-code)
 /Subtype /Link
@@ -53163,7 +53168,7 @@ endobj
 /Type /Annot
 >>
 endobj
-593 0 obj
+594 0 obj
 << /Border [0 0 0]
 /Dest (update-maven-settings-file-code-m2-settings-xml-code)
 /Subtype /Link
@@ -53171,7 +53176,7 @@ endobj
 /Type /Annot
 >>
 endobj
-594 0 obj
+595 0 obj
 << /Border [0 0 0]
 /Dest (update-maven-settings-file-code-m2-settings-xml-code)
 /Subtype /Link
@@ -53179,7 +53184,7 @@ endobj
 /Type /Annot
 >>
 endobj
-595 0 obj
+596 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_release-process-prereqs)
 /Subtype /Link
@@ -53187,7 +53192,7 @@ endobj
 /Type /Annot
 >>
 endobj
-596 0 obj
+597 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_release-process-prereqs)
 /Subtype /Link
@@ -53195,7 +53200,7 @@ endobj
 /Type /Annot
 >>
 endobj
-597 0 obj
+598 0 obj
 << /Border [0 0 0]
 /Dest (configure-toolchains-plugin)
 /Subtype /Link
@@ -53203,7 +53208,7 @@ endobj
 /Type /Annot
 >>
 endobj
-598 0 obj
+599 0 obj
 << /Border [0 0 0]
 /Dest (configure-toolchains-plugin)
 /Subtype /Link
@@ -53211,7 +53216,7 @@ endobj
 /Type /Annot
 >>
 endobj
-599 0 obj
+600 0 obj
 << /Border [0 0 0]
 /Dest (public-private-key)
 /Subtype /Link
@@ -53219,7 +53224,7 @@ endobj
 /Type /Annot
 >>
 endobj
-600 0 obj
+601 0 obj
 << /Border [0 0 0]
 /Dest (public-private-key)
 /Subtype /Link
@@ -53227,7 +53232,7 @@ endobj
 /Type /Annot
 >>
 endobj
-601 0 obj
+602 0 obj
 << /Border [0 0 0]
 /Dest (maven-code-settings-xml-code)
 /Subtype /Link
@@ -53235,7 +53240,7 @@ endobj
 /Type /Annot
 >>
 endobj
-602 0 obj
+603 0 obj
 << /Border [0 0 0]
 /Dest (maven-code-settings-xml-code)
 /Subtype /Link
@@ -53243,7 +53248,7 @@ endobj
 /Type /Annot
 >>
 endobj
-603 0 obj
+604 0 obj
 << /Border [0 0 0]
 /Dest (maven-code-settings-xml-code)
 /Subtype /Link
@@ -53251,7 +53256,7 @@ endobj
 /Type /Annot
 >>
 endobj
-604 0 obj
+605 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_policies)
 /Subtype /Link
@@ -53259,7 +53264,7 @@ endobj
 /Type /Annot
 >>
 endobj
-605 0 obj
+606 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_policies)
 /Subtype /Link
@@ -53267,7 +53272,7 @@ endobj
 /Type /Annot
 >>
 endobj
-606 0 obj
+607 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_versioning-policy)
 /Subtype /Link
@@ -53275,7 +53280,7 @@ endobj
 /Type /Annot
 >>
 endobj
-607 0 obj
+608 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_versioning-policy)
 /Subtype /Link
@@ -53283,7 +53288,7 @@ endobj
 /Type /Annot
 >>
 endobj
-608 0 obj
+609 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_policies_git-policy)
 /Subtype /Link
@@ -53291,7 +53296,7 @@ endobj
 /Type /Annot
 >>
 endobj
-609 0 obj
+610 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_policies_git-policy)
 /Subtype /Link
@@ -53299,7 +53304,7 @@ endobj
 /Type /Annot
 >>
 endobj
-610 0 obj
+611 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_pmc-notes)
 /Subtype /Link
@@ -53307,7 +53312,7 @@ endobj
 /Type /Annot
 >>
 endobj
-611 0 obj
+612 0 obj
 << /Border [0 0 0]
 /Dest (_cgcom_pmc-notes)
 /Subtype /Link
@@ -53315,7 +53320,7 @@ endobj
 /Type /Annot
 >>
 endobj
-612 0 obj
+613 0 obj
 << /Border [0 0 0]
 /Dest (prereqs)
 /Subtype /Link
@@ -53323,7 +53328,7 @@ endobj
 /Type /Annot
 >>
 endobj
-613 0 obj
+614 0 obj
 << /Border [0 0 0]
 /Dest (prereqs)
 /Subtype /Link
@@ -53331,7 +53336,7 @@ endobj
 /Type /Annot
 >>
 endobj
-614 0 obj
+615 0 obj
 << /Border [0 0 0]
 /Dest (new-committer-pmc-member)
 /Subtype /Link
@@ -53339,7 +53344,7 @@ endobj
 /Type /Annot
 >>
 endobj
-615 0 obj
+616 0 obj
 << /Border [0 0 0]
 /Dest (new-committer-pmc-member)
 /Subtype /Link
@@ -53347,7 +53352,7 @@ endobj
 /Type /Annot
 >>
 endobj
-616 0 obj
+617 0 obj
 << /Border [0 0 0]
 /Dest (removing-a-committer)
 /Subtype /Link
@@ -53355,7 +53360,7 @@ endobj
 /Type /Annot
 >>
 endobj
-617 0 obj
+618 0 obj
 << /Border [0 0 0]
 /Dest (removing-a-committer)
 /Subtype /Link
@@ -53363,7 +53368,7 @@ endobj
 /Type /Annot
 >>
 endobj
-618 0 obj
+619 0 obj
 << /Type /XObject
 /Subtype /Form
 /BBox [0 0 595.28 841.89]
@@ -53391,687 +53396,687 @@ Q
 
 endstream
 endobj
-619 0 obj
+620 0 obj
 << /Type /Outlines
 /Count 75
-/First 620 0 R
-/Last 691 0 R
+/First 621 0 R
+/Last 692 0 R
 >>
 endobj
-620 0 obj
+621 0 obj
 << /Title <feff0043006f006d006d0069007400740065007200730027002000470075006900640065>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 0
-/Next 621 0 R
+/Next 622 0 R
 /Dest [7 0 R /XYZ 0 841.89 null]
 >>
 endobj
-621 0 obj
+622 0 obj
 << /Title <feff005400610062006c00650020006f006600200043006f006e00740065006e00740073>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 0
-/Next 622 0 R
-/Prev 620 0 R
+/Next 623 0 R
+/Prev 621 0 R
 /Dest [10 0 R /XYZ 0 841.89 null]
 >>
 endobj
-622 0 obj
+623 0 obj
 << /Title <feff004300680061007000740065007200200031002e00200043006f006d006d0069007400740065007200730027002000470075006900640065>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 1
-/First 623 0 R
-/Last 623 0 R
-/Next 624 0 R
-/Prev 621 0 R
+/First 624 0 R
+/Last 624 0 R
+/Next 625 0 R
+/Prev 622 0 R
 /Dest [14 0 R /XYZ 0 841.89 null]
 >>
 endobj
-623 0 obj
+624 0 obj
 << /Title <feff0031002e0031002e0020004f00740068006500720020004700750069006400650073>
-/Parent 622 0 R
+/Parent 623 0 R
 /Count 0
 /Dest [14 0 R /XYZ 0 721.6100000000001 null]
 >>
 endobj
-624 0 obj
+625 0 obj
 << /Title <feff004300680061007000740065007200200032002e0020004d0065007200670069006e006700200061002000500075006c006c00200052006500710075006500730074>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 4
-/First 625 0 R
-/Last 628 0 R
-/Next 629 0 R
-/Prev 622 0 R
+/First 626 0 R
+/Last 629 0 R
+/Next 630 0 R
+/Prev 623 0 R
 /Dest [36 0 R /XYZ 0 841.89 null]
 >>
 endobj
-625 0 obj
+626 0 obj
 << /Title <feff0032002e0031002e002000500072006f006300650073007300200061006e0064002000550073006100670065>
-/Parent 624 0 R
+/Parent 625 0 R
 /Count 0
-/Next 626 0 R
+/Next 627 0 R
 /Dest [36 0 R /XYZ 0 678.0500000000002 null]
 >>
 endobj
-626 0 obj
+627 0 obj
 << /Title <feff0032002e0032002e00200050007200650072006500710075006900730069007400650073>
-/Parent 624 0 R
+/Parent 625 0 R
 /Count 0
-/Next 627 0 R
-/Prev 625 0 R
+/Next 628 0 R
+/Prev 626 0 R
 /Dest [36 0 R /XYZ 0 445.7300000000005 null]
 >>
 endobj
-627 0 obj
+628 0 obj
 << /Title <feff0032002e0033002e002000530079006e007400610078>
-/Parent 624 0 R
+/Parent 625 0 R
 /Count 0
-/Next 628 0 R
-/Prev 626 0 R
+/Next 629 0 R
+/Prev 627 0 R
 /Dest [36 0 R /XYZ 0 163.2700000000005 null]
 >>
 endobj
-628 0 obj
+629 0 obj
 << /Title <feff0032002e0034002e0020004500780061006d0070006c00650020007400720061006e007300630072006900700074>
-/Parent 624 0 R
+/Parent 625 0 R
 /Count 0
-/Prev 627 0 R
+/Prev 628 0 R
 /Dest [45 0 R /XYZ 0 706.7700000000001 null]
 >>
 endobj
-629 0 obj
+630 0 obj
 << /Title <feff004300680061007000740065007200200033002e002000430075007400740069006e006700200061002000520065006c0065006100730065>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 8
-/First 630 0 R
-/Last 637 0 R
-/Next 638 0 R
-/Prev 624 0 R
+/First 631 0 R
+/Last 638 0 R
+/Next 639 0 R
+/Prev 625 0 R
 /Dest [52 0 R /XYZ 0 841.89 null]
 >>
 endobj
-630 0 obj
-<< /Title <feff0033002e0031002e0020004f0062007400610069006e00200043006f006e00730065006e007300750073>
-/Parent 629 0 R
-/Count 0
-/Next 631 0 R
-/Dest [52 0 R /XYZ 0 386.6900000000002 null]
->>
-endobj
 631 0 obj
-<< /Title <feff0033002e0032002e002000530065007400200065006e007600690072006f006e006d0065006e00740020007600610072006900610062006c00650073>
-/Parent 629 0 R
+<< /Title <feff0033002e0031002e0020004f0062007400610069006e00200043006f006e00730065006e007300750073>
+/Parent 630 0 R
 /Count 0
 /Next 632 0 R
-/Prev 630 0 R
-/Dest [52 0 R /XYZ 0 200.1500000000002 null]
+/Dest [52 0 R /XYZ 0 386.6900000000002 null]
 >>
 endobj
 632 0 obj
-<< /Title <feff0033002e0033002e002000500075006c006c00200064006f0077006e00200063006f0064006500200074006f002000720065006c0065006100730065>
-/Parent 629 0 R
+<< /Title <feff0033002e0032002e002000530065007400200065006e007600690072006f006e006d0065006e00740020007600610072006900610062006c00650073>
+/Parent 630 0 R
 /Count 0
 /Next 633 0 R
 /Prev 631 0 R
-/Dest [67 0 R /XYZ 0 373.13000000000017 null]
+/Dest [52 0 R /XYZ 0 200.1500000000002 null]
 >>
 endobj
 633 0 obj
-<< /Title <feff0033002e0034002e002000520065006c0065006100730069006e006700200043006f00720065>
-/Parent 629 0 R
+<< /Title <feff0033002e0033002e002000500075006c006c00200064006f0077006e00200063006f0064006500200074006f002000720065006c0065006100730065>
+/Parent 630 0 R
 /Count 0
 /Next 634 0 R
 /Prev 632 0 R
-/Dest [74 0 R /XYZ 0 571.8100000000001 null]
+/Dest [67 0 R /XYZ 0 373.13000000000017 null]
 >>
 endobj
 634 0 obj
-<< /Title <feff0033002e0035002e002000520065006c0065006100730069006e006700200074006800650020004100720063006800650074007900700065>
-/Parent 629 0 R
+<< /Title <feff0033002e0034002e002000520065006c0065006100730069006e006700200043006f00720065>
+/Parent 630 0 R
 /Count 0
 /Next 635 0 R
 /Prev 633 0 R
-/Dest [101 0 R /XYZ 0 841.89 null]
+/Dest [74 0 R /XYZ 0 571.8100000000001 null]
 >>
 endobj
 635 0 obj
-<< /Title <feff0033002e0036002e00200043006800650063006b002f0043006c006f00730065002000530074006100670069006e00670020005200650070006f>
-/Parent 629 0 R
+<< /Title <feff0033002e0035002e002000520065006c0065006100730069006e006700200074006800650020004100720063006800650074007900700065>
+/Parent 630 0 R
 /Count 0
 /Next 636 0 R
 /Prev 634 0 R
-/Dest [115 0 R /XYZ 0 350.39 null]
+/Dest [101 0 R /XYZ 0 841.89 null]
 >>
 endobj
 636 0 obj
-<< /Title <feff0033002e0037002e002000500075007300680020006200720061006e0063006800650073>
-/Parent 629 0 R
+<< /Title <feff0033002e0036002e00200043006800650063006b002f0043006c006f00730065002000530074006100670069006e00670020005200650070006f>
+/Parent 630 0 R
 /Count 0
 /Next 637 0 R
 /Prev 635 0 R
-/Dest [141 0 R /XYZ 0 378.0687580853816 null]
+/Dest [115 0 R /XYZ 0 350.39 null]
 >>
 endobj
 637 0 obj
-<< /Title <feff0033002e0038002e00200056006f00740069006e0067>
-/Parent 629 0 R
+<< /Title <feff0033002e0037002e002000500075007300680020006200720061006e0063006800650073>
+/Parent 630 0 R
 /Count 0
+/Next 638 0 R
 /Prev 636 0 R
-/Dest [147 0 R /XYZ 0 841.89 null]
+/Dest [141 0 R /XYZ 0 378.0687580853816 null]
 >>
 endobj
 638 0 obj
+<< /Title <feff0033002e0038002e00200056006f00740069006e0067>
+/Parent 630 0 R
+/Count 0
+/Prev 637 0 R
+/Dest [147 0 R /XYZ 0 841.89 null]
+>>
+endobj
+639 0 obj
 << /Title <feff004300680061007000740065007200200034002e00200056006500720069006600790069006e006700200061002000520065006c0065006100730065>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 6
-/First 639 0 R
-/Last 644 0 R
-/Next 645 0 R
-/Prev 629 0 R
+/First 640 0 R
+/Last 645 0 R
+/Next 646 0 R
+/Prev 630 0 R
 /Dest [154 0 R /XYZ 0 841.89 null]
 >>
 endobj
-639 0 obj
+640 0 obj
 << /Title <feff0034002e0031002e0020004200610063006b00670072006f0075006e0064>
-/Parent 638 0 R
+/Parent 639 0 R
 /Count 0
-/Next 640 0 R
+/Next 641 0 R
 /Dest [154 0 R /XYZ 0 606.7100000000003 null]
 >>
 endobj
-640 0 obj
+641 0 obj
 << /Title <feff0034002e0032002e00200050007200650072006500710075006900730069007400650073>
-/Parent 638 0 R
+/Parent 639 0 R
 /Count 0
-/Next 641 0 R
-/Prev 639 0 R
+/Next 642 0 R
+/Prev 640 0 R
 /Dest [154 0 R /XYZ 0 301.49000000000035 null]
 >>
 endobj
-641 0 obj
+642 0 obj
 << /Title <feff0034002e0033002e00200056006500720069006600790069006e006700200073006f00750072006300650020006100720074006900660061006300740073>
-/Parent 638 0 R
+/Parent 639 0 R
 /Count 0
-/Next 642 0 R
-/Prev 640 0 R
+/Next 643 0 R
+/Prev 641 0 R
 /Dest [167 0 R /XYZ 0 757.15 null]
 >>
 endobj
-642 0 obj
+643 0 obj
 << /Title <feff0034002e0034002e00200028004f007000740069006f006e0061006c00290020004300720065006100640075007200200054006f006f006c0073>
-/Parent 638 0 R
+/Parent 639 0 R
 /Count 0
-/Next 643 0 R
-/Prev 641 0 R
+/Next 644 0 R
+/Prev 642 0 R
 /Dest [184 0 R /XYZ 0 299.33500000000015 null]
 >>
 endobj
-643 0 obj
+644 0 obj
 << /Title <feff0034002e0035002e0020005400650073007400200074006800650020006100720063006800650074007900700065>
-/Parent 638 0 R
+/Parent 639 0 R
 /Count 0
-/Next 644 0 R
-/Prev 642 0 R
+/Next 645 0 R
+/Prev 643 0 R
 /Dest [195 0 R /XYZ 0 750.33 null]
 >>
 endobj
-644 0 obj
+645 0 obj
 << /Title <feff0034002e0036002e002000430061007300740069006e00670020006100200056006f00740065>
-/Parent 638 0 R
+/Parent 639 0 R
 /Count 0
-/Prev 643 0 R
+/Prev 644 0 R
 /Dest [195 0 R /XYZ 0 414.33000000000015 null]
 >>
 endobj
-645 0 obj
+646 0 obj
 << /Title <feff004300680061007000740065007200200035002e00200050006f00730074002000520065006c006500610073006500200028005300750063006300650073007300660075006c0029>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 13
-/First 646 0 R
-/Last 658 0 R
-/Next 659 0 R
-/Prev 638 0 R
+/First 647 0 R
+/Last 659 0 R
+/Next 660 0 R
+/Prev 639 0 R
 /Dest [200 0 R /XYZ 0 841.89 null]
 >>
 endobj
-646 0 obj
-<< /Title <feff0035002e0031002e00200049006e0066006f0072006d00200064006500760020004d004c>
-/Parent 645 0 R
-/Count 0
-/Next 647 0 R
-/Dest [200 0 R /XYZ 0 563.1500000000002 null]
->>
-endobj
 647 0 obj
-<< /Title <feff0035002e0032002e002000550070006400610074006500200074006100670073>
-/Parent 645 0 R
+<< /Title <feff0035002e0031002e00200049006e0066006f0072006d00200064006500760020004d004c>
+/Parent 646 0 R
 /Count 0
 /Next 648 0 R
-/Prev 646 0 R
-/Dest [200 0 R /XYZ 0 252.11000000000035 null]
+/Dest [200 0 R /XYZ 0 563.1500000000002 null]
 >>
 endobj
 648 0 obj
-<< /Title <feff0035002e0033002e002000520065006c006500610073006500200074006f0020004d006100760065006e002000430065006e007400720061006c>
-/Parent 645 0 R
+<< /Title <feff0035002e0032002e002000550070006400610074006500200074006100670073>
+/Parent 646 0 R
 /Count 0
 /Next 649 0 R
 /Prev 647 0 R
-/Dest [208 0 R /XYZ 0 751.08 null]
+/Dest [200 0 R /XYZ 0 252.11000000000035 null]
 >>
 endobj
 649 0 obj
-<< /Title <feff0035002e0034002e002000520065006c006500610073006500200053006f00750072006300650020005a00690070>
-/Parent 645 0 R
+<< /Title <feff0035002e0033002e002000520065006c006500610073006500200074006f0020004d006100760065006e002000430065006e007400720061006c>
+/Parent 646 0 R
 /Count 0
 /Next 650 0 R
 /Prev 648 0 R
-/Dest [208 0 R /XYZ 0 318.8090683229815 null]
+/Dest [208 0 R /XYZ 0 751.08 null]
 >>
 endobj
 650 0 obj
-<< /Title <feff0035002e0035002e00200055007000640061007400650020004a004900520041>
-/Parent 645 0 R
+<< /Title <feff0035002e0034002e002000520065006c006500610073006500200053006f00750072006300650020005a00690070>
+/Parent 646 0 R
 /Count 0
 /Next 651 0 R
 /Prev 649 0 R
-/Dest [221 0 R /XYZ 0 229.99499999999998 null]
+/Dest [208 0 R /XYZ 0 318.8090683229815 null]
 >>
 endobj
 651 0 obj
-<< /Title <feff0035002e0036002e002000550070006400610074006500200077006500620073006900740065>
-/Parent 645 0 R
+<< /Title <feff0035002e0035002e00200055007000640061007400650020004a004900520041>
+/Parent 646 0 R
 /Count 0
 /Next 652 0 R
 /Prev 650 0 R
-/Dest [225 0 R /XYZ 0 475.5500000000005 null]
+/Dest [221 0 R /XYZ 0 229.99499999999998 null]
 >>
 endobj
 652 0 obj
-<< /Title <feff0035002e0037002e00200041006e006e006f0075006e006300650020007400680065002000720065006c0065006100730065>
-/Parent 645 0 R
+<< /Title <feff0035002e0036002e002000550070006400610074006500200077006500620073006900740065>
+/Parent 646 0 R
 /Count 0
 /Next 653 0 R
 /Prev 651 0 R
-/Dest [242 0 R /XYZ 0 778.86 null]
+/Dest [225 0 R /XYZ 0 475.5500000000005 null]
 >>
 endobj
 653 0 obj
-<< /Title <feff0035002e0038002e00200042006c006f006700200070006f00730074>
-/Parent 645 0 R
+<< /Title <feff0035002e0037002e00200041006e006e006f0075006e006300650020007400680065002000720065006c0065006100730065>
+/Parent 646 0 R
 /Count 0
 /Next 654 0 R
 /Prev 652 0 R
-/Dest [242 0 R /XYZ 0 277.9000000000001 null]
+/Dest [242 0 R /XYZ 0 778.86 null]
 >>
 endobj
 654 0 obj
-<< /Title <feff0035002e0039002e0020004d006500720067006500200069006e002000720065006c00650061007300650020006200720061006e00630068>
-/Parent 645 0 R
+<< /Title <feff0035002e0038002e00200042006c006f006700200070006f00730074>
+/Parent 646 0 R
 /Count 0
 /Next 655 0 R
 /Prev 653 0 R
-/Dest [242 0 R /XYZ 0 194.26000000000008 null]
+/Dest [242 0 R /XYZ 0 277.9000000000001 null]
 >>
 endobj
 655 0 obj
-<< /Title <feff0035002e00310030002e002000550070006400610074006500200064006500700065006e00640065006e0063006900650073>
-/Parent 645 0 R
+<< /Title <feff0035002e0039002e0020004d006500720067006500200069006e002000720065006c00650061007300650020006200720061006e00630068>
+/Parent 646 0 R
 /Count 0
 /Next 656 0 R
 /Prev 654 0 R
-/Dest [250 0 R /XYZ 0 654.63 null]
+/Dest [242 0 R /XYZ 0 194.26000000000008 null]
 >>
 endobj
 656 0 obj
-<< /Title <feff0035002e00310031002e00200043006f0064006500200066006f0072006d0061007400740069006e0067>
-/Parent 645 0 R
+<< /Title <feff0035002e00310030002e002000550070006400610074006500200064006500700065006e00640065006e0063006900650073>
+/Parent 646 0 R
 /Count 0
 /Next 657 0 R
 /Prev 655 0 R
-/Dest [256 0 R /XYZ 0 342.51000000000016 null]
+/Dest [250 0 R /XYZ 0 654.63 null]
 >>
 endobj
 657 0 obj
-<< /Title <feff0035002e00310032002e002000500075007300680020006300680061006e006700650073>
-/Parent 645 0 R
+<< /Title <feff0035002e00310031002e00200043006f0064006500200066006f0072006d0061007400740069006e0067>
+/Parent 646 0 R
 /Count 0
 /Next 658 0 R
 /Prev 656 0 R
-/Dest [256 0 R /XYZ 0 258.8700000000001 null]
+/Dest [256 0 R /XYZ 0 342.51000000000016 null]
 >>
 endobj
 658 0 obj
-<< /Title <feff0035002e00310033002e002000520065006c006500610073006500200028006e006f006e002d00410053004600290020004d006f00640075006c00650073>
-/Parent 645 0 R
+<< /Title <feff0035002e00310032002e002000500075007300680020006300680061006e006700650073>
+/Parent 646 0 R
 /Count 0
+/Next 659 0 R
 /Prev 657 0 R
-/Dest [256 0 R /XYZ 0 127.53000000000009 null]
+/Dest [256 0 R /XYZ 0 258.8700000000001 null]
 >>
 endobj
 659 0 obj
+<< /Title <feff0035002e00310033002e002000520065006c006500610073006500200028006e006f006e002d00410053004600290020004d006f00640075006c00650073>
+/Parent 646 0 R
+/Count 0
+/Prev 658 0 R
+/Dest [256 0 R /XYZ 0 127.53000000000009 null]
+>>
+endobj
+660 0 obj
 << /Title <feff004300680061007000740065007200200036002e00200050006f00730074002000520065006c0065006100730065002000280055006e007300750063006300650073007300660075006c0029>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 4
-/First 660 0 R
-/Last 663 0 R
-/Next 664 0 R
-/Prev 645 0 R
+/First 661 0 R
+/Last 664 0 R
+/Next 665 0 R
+/Prev 646 0 R
 /Dest [292 0 R /XYZ 0 841.89 null]
 >>
 endobj
-660 0 obj
+661 0 obj
 << /Title <feff0036002e0031002e00200049006e0066006f0072006d00200064006500760020004d004c>
-/Parent 659 0 R
+/Parent 660 0 R
 /Count 0
-/Next 661 0 R
+/Next 662 0 R
 /Dest [292 0 R /XYZ 0 563.1500000000003 null]
 >>
 endobj
-661 0 obj
+662 0 obj
 << /Title <feff0036002e0032002e002000540069006400790020007500700020006200720061006e0063006800650073>
-/Parent 659 0 R
+/Parent 660 0 R
 /Count 0
-/Next 662 0 R
-/Prev 660 0 R
+/Next 663 0 R
+/Prev 661 0 R
 /Dest [292 0 R /XYZ 0 224.33000000000047 null]
 >>
 endobj
-662 0 obj
+663 0 obj
 << /Title <feff0036002e0033002e0020005400690064007900200075007000200074006800650020004e00650078007500730020007200650070006f>
-/Parent 659 0 R
+/Parent 660 0 R
 /Count 0
-/Next 663 0 R
-/Prev 661 0 R
+/Next 664 0 R
+/Prev 662 0 R
 /Dest [300 0 R /XYZ 0 615.67 null]
 >>
 endobj
-663 0 obj
+664 0 obj
 << /Title <feff0036002e0034002e002000520065007300650074>
-/Parent 659 0 R
+/Parent 660 0 R
 /Count 0
-/Prev 662 0 R
+/Prev 663 0 R
 /Dest [300 0 R /XYZ 0 520.0300000000001 null]
 >>
 endobj
-664 0 obj
+665 0 obj
 << /Title <feff004300680061007000740065007200200037002e00200053006e0061007000730068006f0074002000520065006c00650061007300650073>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 3
-/First 665 0 R
-/Last 667 0 R
-/Next 668 0 R
-/Prev 659 0 R
+/First 666 0 R
+/Last 668 0 R
+/Next 669 0 R
+/Prev 660 0 R
 /Dest [306 0 R /XYZ 0 841.89 null]
 >>
 endobj
-665 0 obj
+666 0 obj
 << /Title <feff0037002e0031002e00200050007200650072006500710075006900730069007400650073>
-/Parent 664 0 R
+/Parent 665 0 R
 /Count 0
-/Next 666 0 R
+/Next 667 0 R
 /Dest [306 0 R /XYZ 0 670.0500000000002 null]
 >>
 endobj
-666 0 obj
+667 0 obj
 << /Title <feff0037002e0032002e002000530061006e00690074007900200043006800650063006b>
-/Parent 664 0 R
+/Parent 665 0 R
 /Count 0
-/Next 667 0 R
-/Prev 665 0 R
+/Next 668 0 R
+/Prev 666 0 R
 /Dest [306 0 R /XYZ 0 288.4100000000003 null]
 >>
 endobj
-667 0 obj
+668 0 obj
 << /Title <feff0037002e0033002e0020004400650070006c006f0079>
-/Parent 664 0 R
+/Parent 665 0 R
 /Count 0
-/Prev 666 0 R
+/Prev 667 0 R
 /Dest [313 0 R /XYZ 0 763.08 null]
 >>
 endobj
-668 0 obj
+669 0 obj
 << /Title <feff004300680061007000740065007200200038002e00200049006e0074006500720069006d002000520065006c00650061007300650073>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 3
-/First 669 0 R
-/Last 671 0 R
-/Next 672 0 R
-/Prev 664 0 R
+/First 670 0 R
+/Last 672 0 R
+/Next 673 0 R
+/Prev 665 0 R
 /Dest [317 0 R /XYZ 0 841.89 null]
 >>
 endobj
-669 0 obj
+670 0 obj
 << /Title <feff0038002e0031002e00200050007200650072006500710075006900730069007400650073>
-/Parent 668 0 R
+/Parent 669 0 R
 /Count 0
-/Next 670 0 R
+/Next 671 0 R
 /Dest [317 0 R /XYZ 0 516.0300000000001 null]
 >>
 endobj
-670 0 obj
+671 0 obj
 << /Title <feff0038002e0032002e002000530061006e00690074007900200043006800650063006b>
-/Parent 668 0 R
+/Parent 669 0 R
 /Count 0
-/Next 671 0 R
-/Prev 669 0 R
+/Next 672 0 R
+/Prev 670 0 R
 /Dest [317 0 R /XYZ 0 268.75000000000006 null]
 >>
 endobj
-671 0 obj
+672 0 obj
 << /Title <feff0038002e0033002e002000520065006c0065006100730065>
-/Parent 668 0 R
+/Parent 669 0 R
 /Count 0
-/Prev 670 0 R
+/Prev 671 0 R
 /Dest [317 0 R /XYZ 0 185.11000000000004 null]
 >>
 endobj
-672 0 obj
+673 0 obj
 << /Title <feff004300680061007000740065007200200039002e0020005000750062006c0069007300680069006e0067002000740068006500200044006f00630073>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 3
-/First 673 0 R
-/Last 675 0 R
-/Next 676 0 R
-/Prev 668 0 R
+/First 674 0 R
+/Last 676 0 R
+/Next 677 0 R
+/Prev 669 0 R
 /Dest [331 0 R /XYZ 0 841.89 null]
 >>
 endobj
-673 0 obj
+674 0 obj
 << /Title <feff0039002e0031002e0020004f006e0065002d00740069006d0065002000730065007400750070>
-/Parent 672 0 R
+/Parent 673 0 R
 /Count 0
-/Next 674 0 R
+/Next 675 0 R
 /Dest [331 0 R /XYZ 0 559.3700000000001 null]
 >>
 endobj
-674 0 obj
+675 0 obj
 << /Title <feff0039002e0032002e0020005000750062006c0069007300680069006e00670020002800660075006c006c0020006200750069006c00640029>
-/Parent 672 0 R
+/Parent 673 0 R
 /Count 0
-/Next 675 0 R
-/Prev 673 0 R
+/Next 676 0 R
+/Prev 674 0 R
 /Dest [331 0 R /XYZ 0 144.39000000000016 null]
 >>
 endobj
-675 0 obj
+676 0 obj
 << /Title <feff0039002e0033002e0020005000750062006c0069007300680069006e006700200028007000610072007400690061006c0020006200750069006c00640029>
-/Parent 672 0 R
+/Parent 673 0 R
 /Count 0
-/Prev 674 0 R
+/Prev 675 0 R
 /Dest [344 0 R /XYZ 0 394.09000000000003 null]
 >>
 endobj
-676 0 obj
+677 0 obj
 << /Title <feff0043006800610070007400650072002000310030002e0020004b00650079002000470065006e00650072006100740069006f006e>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 7
-/First 677 0 R
-/Last 683 0 R
-/Next 684 0 R
-/Prev 672 0 R
+/First 678 0 R
+/Last 684 0 R
+/Next 685 0 R
+/Prev 673 0 R
 /Dest [348 0 R /XYZ 0 841.89 null]
 >>
 endobj
-677 0 obj
-<< /Title <feff00310030002e0031002e00200049006e007300740061006c006c00200061006e006400200043006f006e0066006900670075007200650020006700700067>
-/Parent 676 0 R
-/Count 0
-/Next 678 0 R
-/Dest [348 0 R /XYZ 0 678.0500000000002 null]
->>
-endobj
 678 0 obj
-<< /Title <feff00310030002e0032002e0020004b00650079002000470065006e00650072006100740069006f006e>
-/Parent 676 0 R
+<< /Title <feff00310030002e0031002e00200049006e007300740061006c006c00200061006e006400200043006f006e0066006900670075007200650020006700700067>
+/Parent 677 0 R
 /Count 0
 /Next 679 0 R
-/Prev 677 0 R
-/Dest [348 0 R /XYZ 0 473.6700000000003 null]
+/Dest [348 0 R /XYZ 0 678.0500000000002 null]
 >>
 endobj
 679 0 obj
-<< /Title <feff00310030002e0033002e0020005300750062006b00650079002000470065006e00650072006100740069006f006e>
-/Parent 676 0 R
+<< /Title <feff00310030002e0032002e0020004b00650079002000470065006e00650072006100740069006f006e>
+/Parent 677 0 R
 /Count 0
 /Next 680 0 R
 /Prev 678 0 R
-/Dest [360 0 R /XYZ 0 519.1500000000001 null]
+/Dest [348 0 R /XYZ 0 473.6700000000003 null]
 >>
 endobj
 680 0 obj
-<< /Title <feff00310030002e0034002e002000470065006e00650072006100740065002000610020005200650076006f0063006100740069006f006e002000430065007200740069006600690063006100740065>
-/Parent 676 0 R
+<< /Title <feff00310030002e0033002e0020005300750062006b00650079002000470065006e00650072006100740069006f006e>
+/Parent 677 0 R
 /Count 0
 /Next 681 0 R
 /Prev 679 0 R
-/Dest [365 0 R /XYZ 0 478.78999999999996 null]
+/Dest [360 0 R /XYZ 0 519.1500000000001 null]
 >>
 endobj
 681 0 obj
-<< /Title <feff00310030002e0035002e0020005000750062006c0069007300680020004b00650079>
-/Parent 676 0 R
+<< /Title <feff00310030002e0034002e002000470065006e00650072006100740065002000610020005200650076006f0063006100740069006f006e002000430065007200740069006600690063006100740065>
+/Parent 677 0 R
 /Count 0
 /Next 682 0 R
 /Prev 680 0 R
-/Dest [372 0 R /XYZ 0 701.59 null]
+/Dest [365 0 R /XYZ 0 478.78999999999996 null]
 >>
 endobj
 682 0 obj
-<< /Title <feff00310030002e0036002e00200041007400740065006e00640020004b006500790020005300690067006e0069006e00670020005000610072007400790020002800410070006100630068006500200077006500620020006f00660020007400720075007300740029>
-/Parent 676 0 R
+<< /Title <feff00310030002e0035002e0020005000750062006c0069007300680020004b00650079>
+/Parent 677 0 R
 /Count 0
 /Next 683 0 R
 /Prev 681 0 R
-/Dest [391 0 R /XYZ 0 222.43000000000032 null]
+/Dest [372 0 R /XYZ 0 701.59 null]
 >>
 endobj
 683 0 obj
-<< /Title <feff00310030002e0037002e00200055007000640061007400650020004d006100760065006e002000530065007400740069006e00670073002000660069006c006500200028007e002f002e006d0032002f00730065007400740069006e00670073002e0078006d006c0029>
-/Parent 676 0 R
+<< /Title <feff00310030002e0036002e00200041007400740065006e00640020004b006500790020005300690067006e0069006e00670020005000610072007400790020002800410070006100630068006500200077006500620020006f00660020007400720075007300740029>
+/Parent 677 0 R
 /Count 0
+/Next 684 0 R
 /Prev 682 0 R
-/Dest [399 0 R /XYZ 0 841.89 null]
+/Dest [391 0 R /XYZ 0 222.43000000000032 null]
 >>
 endobj
 684 0 obj
+<< /Title <feff00310030002e0037002e00200055007000640061007400650020004d006100760065006e002000530065007400740069006e00670073002000660069006c006500200028007e002f002e006d0032002f00730065007400740069006e00670073002e0078006d006c0029>
+/Parent 677 0 R
+/Count 0
+/Prev 683 0 R
+/Dest [399 0 R /XYZ 0 841.89 null]
+>>
+endobj
+685 0 obj
 << /Title <feff0043006800610070007400650072002000310031002e00200041007000700065006e006400690078003a002000520065006c006500610073006500200050007200650072006500710073>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 3
-/First 685 0 R
-/Last 687 0 R
-/Next 688 0 R
-/Prev 676 0 R
+/First 686 0 R
+/Last 688 0 R
+/Next 689 0 R
+/Prev 677 0 R
 /Dest [402 0 R /XYZ 0 841.89 null]
 >>
 endobj
-685 0 obj
+686 0 obj
 << /Title <feff00310031002e0031002e00200043006f006e00660069006700750072006500200074006f006f006c0063006800610069006e007300200070006c007500670069006e>
-/Parent 684 0 R
+/Parent 685 0 R
 /Count 0
-/Next 686 0 R
+/Next 687 0 R
 /Dest [402 0 R /XYZ 0 737.3900000000001 null]
 >>
 endobj
-686 0 obj
+687 0 obj
 << /Title <feff00310031002e0032002e0020005000750062006c00690063002f00700072006900760061007400650020006b00650079>
-/Parent 684 0 R
+/Parent 685 0 R
 /Count 0
-/Next 687 0 R
-/Prev 685 0 R
+/Next 688 0 R
+/Prev 686 0 R
 /Dest [402 0 R /XYZ 0 653.7500000000002 null]
 >>
 endobj
-687 0 obj
+688 0 obj
 << /Title <feff00310031002e0033002e0020004d006100760065006e002000730065007400740069006e00670073002e0078006d006c>
-/Parent 684 0 R
+/Parent 685 0 R
 /Count 0
-/Prev 686 0 R
+/Prev 687 0 R
 /Dest [402 0 R /XYZ 0 340.5300000000004 null]
 >>
 endobj
-688 0 obj
+689 0 obj
 << /Title <feff0043006800610070007400650072002000310032002e00200050006f006c00690063006900650073>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 2
-/First 689 0 R
-/Last 690 0 R
-/Next 691 0 R
-/Prev 684 0 R
+/First 690 0 R
+/Last 691 0 R
+/Next 692 0 R
+/Prev 685 0 R
 /Dest [418 0 R /XYZ 0 841.89 null]
 >>
 endobj
-689 0 obj
+690 0 obj
 << /Title <feff00310032002e0031002e002000560065007200730069006f006e0069006e006700200050006f006c006900630079>
-/Parent 688 0 R
+/Parent 689 0 R
 /Count 0
-/Next 690 0 R
+/Next 691 0 R
 /Dest [418 0 R /XYZ 0 737.3900000000001 null]
 >>
 endobj
-690 0 obj
+691 0 obj
 << /Title <feff00310032002e0032002e002000470069007400200050006f006c006900630079>
-/Parent 688 0 R
+/Parent 689 0 R
 /Count 0
-/Prev 689 0 R
+/Prev 690 0 R
 /Dest [418 0 R /XYZ 0 329.6100000000004 null]
 >>
 endobj
-691 0 obj
+692 0 obj
 << /Title <feff0043006800610070007400650072002000310033002e00200041007000700065006e006400690078003a00200050004d0043>
-/Parent 619 0 R
+/Parent 620 0 R
 /Count 3
-/First 692 0 R
-/Last 694 0 R
-/Prev 688 0 R
-/Dest [439 0 R /XYZ 0 841.89 null]
+/First 693 0 R
+/Last 695 0 R
+/Prev 689 0 R
+/Dest [440 0 R /XYZ 0 841.89 null]
 >>
 endobj
-692 0 obj
+693 0 obj
 << /Title <feff00310033002e0031002e00200050007200650072006500710073>
-/Parent 691 0 R
+/Parent 692 0 R
 /Count 0
-/Next 693 0 R
-/Dest [439 0 R /XYZ 0 650.2700000000001 null]
+/Next 694 0 R
+/Dest [440 0 R /XYZ 0 650.2700000000001 null]
 >>
 endobj
-693 0 obj
+694 0 obj
 << /Title <feff00310033002e0032002e0020004e0065007700200043006f006d006d00690074007400650072002f0050004d00430020006d0065006d006200650072>
-/Parent 691 0 R
+/Parent 692 0 R
 /Count 0
-/Next 694 0 R
-/Prev 692 0 R
-/Dest [439 0 R /XYZ 0 438.55000000000024 null]
+/Next 695 0 R
+/Prev 693 0 R
+/Dest [440 0 R /XYZ 0 438.55000000000024 null]
 >>
 endobj
-694 0 obj
+695 0 obj
 << /Title <feff00310033002e0033002e002000520065006d006f00760069006e00670020006100200063006f006d006d00690074007400650072>
-/Parent 691 0 R
+/Parent 692 0 R
 /Count 0
-/Prev 693 0 R
-/Dest [462 0 R /XYZ 0 218.51000000000042 null]
+/Prev 694 0 R
+/Dest [463 0 R /XYZ 0

<TRUNCATED>

[04/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/ugfun.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugfun.pdf b/content/guides/ugfun.pdf
index dba06ff..4fb3115 100644
--- a/content/guides/ugfun.pdf
+++ b/content/guides/ugfun.pdf
@@ -4,16 +4,16 @@
 << /Title (Fundamentals)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307234429+00'00')
-/ModDate (D:20170307234429+00'00')
+/CreationDate (D:20170308005332+00'00')
+/ModDate (D:20170308005332+00'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 16 0 R
-/Outlines 1225 0 R
-/PageLabels 1270 0 R
+/Outlines 1224 0 R
+/PageLabels 1269 0 R
 /PageMode /UseOutlines
 /OpenAction [7 0 R /FitH 842.89]
 /ViewerPreferences << /DisplayDocTitle true
@@ -23,7 +23,7 @@ endobj
 3 0 obj
 << /Type /Pages
 /Count 133
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 42 0 R 51 0 R 54 0 R 57 0 R 60 0 R 78 0 R 88 0 R 92 0 R 101 0 R 112 0 R 117 0 R 126 0 R 131 0 R 142 0 R 150 0 R 164 0 R 180 0 R 187 0 R 192 0 R 198 0 R 202 0 R 208 0 R 221 0 R 246 0 R 277 0 R 306 0 R 322 0 R 330 0 R 334 0 R 346 0 R 349 0 R 361 0 R 369 0 R 377 0 R 384 0 R 390 0 R 396 0 R 403 0 R 409 0 R 416 0 R 421 0 R 427 0 R 445 0 R 449 0 R 452 0 R 460 0 R 467 0 R 473 0 R 475 0 R 479 0 R 482 0 R 491 0 R 499 0 R 510 0 R 517 0 R 523 0 R 533 0 R 540 0 R 544 0 R 550 0 R 558 0 R 570 0 R 575 0 R 582 0 R 585 0 R 599 0 R 608 0 R 617 0 R 620 0 R 628 0 R 633 0 R 656 0 R 673 0 R 686 0 R 696 0 R 701 0 R 706 0 R 716 0 R 721 0 R 724 0 R 726 0 R 733 0 R 743 0 R 750 0 R 768 0 R 806 0 R 831 0 R 867 0 R 879 0 R 881 0 R 886 0 R 888 0 R 891 0 R 893 0 R 899 0 R 901 0 R 903 0 R 917 0 R 920 0 R 933 0 R 940 0 R 945 0 R 950 0 R 966 0 R 979 0 R 983 0 R 988 0 R 992 0 R 995 0 R 1002 0 R 1005 0 R 1009 0 R 1017 0 R 1032 0 R 1035 0 R 1038 0 R 1048 0 R 1053 0 R 1056 0 R 1061 0 R 
 1073 0 R 1079 0 R 1089 0 R 1091 0 R 1102 0 R 1105 0 R 1115 0 R 1121 0 R 1123 0 R]
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 42 0 R 51 0 R 54 0 R 57 0 R 60 0 R 78 0 R 88 0 R 92 0 R 101 0 R 112 0 R 117 0 R 126 0 R 131 0 R 142 0 R 150 0 R 164 0 R 180 0 R 187 0 R 192 0 R 198 0 R 202 0 R 208 0 R 221 0 R 246 0 R 277 0 R 306 0 R 322 0 R 330 0 R 334 0 R 346 0 R 349 0 R 361 0 R 369 0 R 377 0 R 384 0 R 390 0 R 396 0 R 403 0 R 409 0 R 416 0 R 421 0 R 427 0 R 445 0 R 449 0 R 452 0 R 460 0 R 467 0 R 473 0 R 475 0 R 479 0 R 482 0 R 490 0 R 498 0 R 509 0 R 516 0 R 522 0 R 532 0 R 539 0 R 543 0 R 549 0 R 557 0 R 570 0 R 575 0 R 582 0 R 585 0 R 599 0 R 608 0 R 617 0 R 620 0 R 627 0 R 632 0 R 655 0 R 671 0 R 685 0 R 695 0 R 700 0 R 705 0 R 715 0 R 720 0 R 723 0 R 725 0 R 732 0 R 742 0 R 749 0 R 767 0 R 805 0 R 829 0 R 865 0 R 877 0 R 879 0 R 884 0 R 886 0 R 889 0 R 891 0 R 897 0 R 899 0 R 901 0 R 915 0 R 918 0 R 931 0 R 938 0 R 943 0 R 948 0 R 964 0 R 977 0 R 981 0 R 986 0 R 990 0 R 993 0 R 1000 0 R 1003 0 R 1007 0 R 1015 0 R 1030 0 R 1033 0 R 1036 0 R 1047 0 R 1052 0 R 1055 0 R 1060 0 R 
 1072 0 R 1078 0 R 1088 0 R 1090 0 R 1101 0 R 1104 0 R 1114 0 R 1120 0 R 1122 0 R]
 >>
 endobj
 4 0 obj
@@ -80,11 +80,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACX+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 1272 0 R
+/FontDescriptor 1271 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1274 0 R
-/ToUnicode 1273 0 R
+/Widths 1273 0 R
+/ToUnicode 1272 0 R
 >>
 endobj
 9 0 obj
@@ -1639,7 +1639,7 @@ endobj
 /F1.0 8 0 R
 >>
 >>
-/Annots [1140 0 R 1141 0 R 1142 0 R 1143 0 R 1144 0 R 1145 0 R 1146 0 R 1147 0 R 1148 0 R 1149 0 R 1150 0 R 1151 0 R 1152 0 R 1153 0 R 1154 0 R 1155 0 R 1156 0 R 1157 0 R 1158 0 R 1159 0 R 1160 0 R 1161 0 R 1162 0 R 1163 0 R 1164 0 R 1165 0 R 1166 0 R 1167 0 R 1168 0 R 1169 0 R 1170 0 R 1171 0 R 1172 0 R 1173 0 R 1174 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R 1183 0 R 1184 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R 1215 0 R]
+/Annots [1139 0 R 1140 0 R 1141 0 R 1142 0 R 1143 0 R 1144 0 R 1145 0 R 1146 0 R 1147 0 R 1148 0 R 1149 0 R 1150 0 R 1151 0 R 1152 0 R 1153 0 R 1154 0 R 1155 0 R 1156 0 R 1157 0 R 1158 0 R 1159 0 R 1160 0 R 1161 0 R 1162 0 R 1163 0 R 1164 0 R 1165 0 R 1166 0 R 1167 0 R 1168 0 R 1169 0 R 1170 0 R 1171 0 R 1172 0 R 1173 0 R 1174 0 R 1175 0 R 1176 0 R 1177 0 R 1178 0 R 1179 0 R 1180 0 R 1181 0 R 1182 0 R 1183 0 R 1184 0 R 1185 0 R 1186 0 R 1187 0 R 1188 0 R 1189 0 R 1190 0 R 1191 0 R 1192 0 R 1193 0 R 1194 0 R 1195 0 R 1196 0 R 1197 0 R 1198 0 R 1199 0 R 1200 0 R 1201 0 R 1202 0 R 1203 0 R 1204 0 R 1205 0 R 1206 0 R 1207 0 R 1208 0 R 1209 0 R 1210 0 R 1211 0 R 1212 0 R 1213 0 R 1214 0 R]
 >>
 endobj
 11 0 obj
@@ -1822,7 +1822,7 @@ endobj
 /Font << /F1.0 8 0 R
 >>
 >>
-/Annots [1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R 1223 0 R]
+/Annots [1215 0 R 1216 0 R 1217 0 R 1218 0 R 1219 0 R 1220 0 R 1221 0 R 1222 0 R]
 >>
 endobj
 13 0 obj
@@ -2578,7 +2578,7 @@ endobj
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [19 0 R 20 0 R 21 0 R 22 0 R 23 0 R 24 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R 36 0 R 37 0 R 38 0 R 39 0 R 40 0 R]
@@ -2593,18 +2593,18 @@ endobj
 >>
 endobj
 17 0 obj
-<< /Kids [120 0 R 298 0 R 121 0 R 484 0 R 623 0 R 530 0 R 669 0 R 829 0 R 196 0 R 1075 0 R 760 0 R 851 0 R 341 0 R 1063 0 R 774 0 R 564 0 R 780 0 R]
+<< /Kids [120 0 R 525 0 R 298 0 R 121 0 R 566 0 R 673 0 R 1042 0 R 196 0 R 1074 0 R 759 0 R 849 0 R 341 0 R 1062 0 R 773 0 R 563 0 R 779 0 R]
 >>
 endobj
 18 0 obj
 << /Type /Font
 /BaseFont /AAAACY+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 1276 0 R
+/FontDescriptor 1275 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1278 0 R
-/ToUnicode 1277 0 R
+/Widths 1277 0 R
+/ToUnicode 1276 0 R
 >>
 endobj
 19 0 obj
@@ -3503,7 +3503,7 @@ endobj
 /F3.1 44 0 R
 /F4.0 48 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [47 0 R]
@@ -3516,11 +3516,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACZ+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 1280 0 R
+/FontDescriptor 1279 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1282 0 R
-/ToUnicode 1281 0 R
+/Widths 1281 0 R
+/ToUnicode 1280 0 R
 >>
 endobj
 45 0 obj
@@ -3544,11 +3544,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAADA+NotoSerif-BoldItalic
 /Subtype /TrueType
-/FontDescriptor 1284 0 R
+/FontDescriptor 1283 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1286 0 R
-/ToUnicode 1285 0 R
+/Widths 1285 0 R
+/ToUnicode 1284 0 R
 >>
 endobj
 49 0 obj
@@ -4271,7 +4271,7 @@ endobj
 /F4.0 48 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 >>
@@ -4280,11 +4280,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAADB+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 1288 0 R
+/FontDescriptor 1287 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1290 0 R
-/ToUnicode 1289 0 R
+/Widths 1289 0 R
+/ToUnicode 1288 0 R
 >>
 endobj
 53 0 obj
@@ -5075,7 +5075,7 @@ endobj
 /F2.0 18 0 R
 /F5.0 52 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 >>
@@ -5919,7 +5919,7 @@ endobj
 /F4.0 48 0 R
 /F5.0 52 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 >>
@@ -6924,7 +6924,7 @@ endobj
 /F5.0 52 0 R
 /F6.0 73 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [61 0 R 62 0 R 63 0 R 64 0 R 65 0 R 66 0 R 67 0 R 68 0 R 69 0 R 70 0 R 74 0 R 75 0 R 76 0 R]
@@ -7047,22 +7047,22 @@ endobj
 << /Type /Font
 /BaseFont /AAAADC+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 1292 0 R
+/FontDescriptor 1291 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1294 0 R
-/ToUnicode 1293 0 R
+/Widths 1293 0 R
+/ToUnicode 1292 0 R
 >>
 endobj
 73 0 obj
 << /Type /Font
 /BaseFont /AAAADD+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 1296 0 R
+/FontDescriptor 1295 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1298 0 R
-/ToUnicode 1297 0 R
+/Widths 1297 0 R
+/ToUnicode 1296 0 R
 >>
 endobj
 74 0 obj
@@ -7689,7 +7689,7 @@ endobj
 /F2.0 18 0 R
 /F4.0 48 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [79 0 R 80 0 R 82 0 R 84 0 R 85 0 R]
@@ -8613,7 +8613,7 @@ endobj
 /Contents 87 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I1 86 0 R
-/Stamp1 1224 0 R
+/Stamp1 1223 0 R
 >>
 /Font << /F5.0 52 0 R
 /F1.0 8 0 R
@@ -9459,7 +9459,7 @@ endobj
 /F5.0 52 0 R
 /F6.0 73 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [95 0 R 96 0 R 97 0 R 98 0 R 99 0 R]
@@ -10348,7 +10348,7 @@ endobj
 /F2.0 18 0 R
 /F5.0 52 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [102 0 R 103 0 R 104 0 R 105 0 R 106 0 R 107 0 R]
@@ -11064,7 +11064,7 @@ endobj
 /F2.0 18 0 R
 /F5.0 52 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [114 0 R]
@@ -11800,7 +11800,7 @@ endobj
 /F2.0 18 0 R
 /F5.0 52 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [123 0 R 124 0 R]
@@ -11813,13 +11813,13 @@ endobj
 [117 0 R /XYZ 0 404.94000000000017 null]
 endobj
 120 0 obj
-<< /Limits [(_ugfun) (_ugfun_core-concepts_building-blocks_oid)]
-/Names [(_ugfun) 15 0 R (_ugfun_core-concepts) 43 0 R (_ugfun_core-concepts_add-ons) 297 0 R (_ugfun_core-concepts_building-blocks) 176 0 R (_ugfun_core-concepts_building-blocks_domain-events) 214 0 R (_ugfun_core-concepts_building-blocks_domain-services) 205 0 R (_ugfun_core-concepts_building-blocks_metamodel) 177 0 R (_ugfun_core-concepts_building-blocks_mixins-and-contributions) 211 0 R (_ugfun_core-concepts_building-blocks_objects-members) 194 0 R (_ugfun_core-concepts_building-blocks_oid) 218 0 R]
+<< /Limits [(__ugfun_core-concepts_building-blocks_domain-events) (__ugfun_how-tos_class-structure_class-definition_domain-services)]
+/Names [(__ugfun_core-concepts_building-blocks_domain-events) 214 0 R (__ugfun_core-concepts_building-blocks_domain-services) 205 0 R (__ugfun_core-concepts_building-blocks_metamodel) 177 0 R (__ugfun_core-concepts_building-blocks_mixins-and-contributions) 211 0 R (__ugfun_core-concepts_building-blocks_objects-members) 194 0 R (__ugfun_core-concepts_building-blocks_oid) 218 0 R (__ugfun_core-concepts_building-blocks_types-of-domain-objects) 182 0 R (__ugfun_core-concepts_building-blocks_value-objects) 231 0 R (__ugfun_core-concepts_philosophy_domain-driven-design_ubiquitous-language) 49 0 R (__ugfun_how-tos_class-structure_actions_bigdecimal-parameters) 603 0 R (__ugfun_how-tos_class-structure_actions_collection-parameter-types) 583 0 R (__ugfun_how-tos_class-structure_actions_defining-actions) 571 0 R (__ugfun_how-tos_class-structure_actions_optional-parameters) 588 0 R (__ugfun_how-tos_class-structure_actions_reference-parameter-types) 576 0 R (__ugfun_how-tos_class-structure_acti
 ons_reference-parameter-types_removing-boilerplate) 580 0 R (__ugfun_how-tos_class-structure_actions_string-parameters) 594 0 R (__ugfun_how-tos_class-structure_class-definition_domain-services) 476 0 R]
 >>
 endobj
 121 0 obj
 << /Limits [(_ugfun_core-concepts_principles) (_ugfun_getting-started_datanucleus-enhancer)]
-/Names [(_ugfun_core-concepts_principles) 119 0 R (_ugfun_core-concepts_principles_apache-isis-vs) 132 0 R (_ugfun_core-concepts_principles_apache-isis-vs_cqrs) 148 0 R (_ugfun_core-concepts_principles_apache-isis-vs_event-sourcing) 161 0 R (_ugfun_core-concepts_principles_apache-isis-vs_metawidget) 172 0 R (_ugfun_core-concepts_principles_apache-isis-vs_mvc-server-side-frameworks) 133 0 R (_ugfun_core-concepts_principles_isis-itself) 127 0 R (_ugfun_core-concepts_principles_your-apps) 122 0 R (_ugfun_faqs) 1080 0 R (_ugfun_faqs_enabling-logging) 1082 0 R (_ugfun_faqs_enhance-only) 1095 0 R (_ugfun_faqs_how-run-fixtures-on-app-startup) 1131 0 R (_ugfun_faqs_how-to-handle-void-and-null-results) 1116 0 R (_ugfun_faqs_how-to-implement-a-spellchecker) 1124 0 R (_ugfun_faqs_i18n-label-in-wicket-viewer) 1106 0 R (_ugfun_faqs_per-user-themes) 1096 0 R (_ugfun_faqs_restful-image-property) 1092 0 R (_ugfun_faqs_subtype-entity-not-fully-populated) 1086 0 R (_ugfun_getting-started) 335 0 R (_u
 gfun_getting-started_datanucleus-enhancer) 438 0 R]
+/Names [(_ugfun_core-concepts_principles) 119 0 R (_ugfun_core-concepts_principles_apache-isis-vs) 132 0 R (_ugfun_core-concepts_principles_apache-isis-vs_cqrs) 148 0 R (_ugfun_core-concepts_principles_apache-isis-vs_event-sourcing) 161 0 R (_ugfun_core-concepts_principles_apache-isis-vs_metawidget) 172 0 R (_ugfun_core-concepts_principles_apache-isis-vs_mvc-server-side-frameworks) 133 0 R (_ugfun_core-concepts_principles_isis-itself) 127 0 R (_ugfun_core-concepts_principles_your-apps) 122 0 R (_ugfun_faqs) 1079 0 R (_ugfun_faqs_enabling-logging) 1081 0 R (_ugfun_faqs_enhance-only) 1094 0 R (_ugfun_faqs_how-run-fixtures-on-app-startup) 1130 0 R (_ugfun_faqs_how-to-handle-void-and-null-results) 1115 0 R (_ugfun_faqs_how-to-implement-a-spellchecker) 1123 0 R (_ugfun_faqs_i18n-label-in-wicket-viewer) 1105 0 R (_ugfun_faqs_per-user-themes) 1095 0 R (_ugfun_faqs_restful-image-property) 1091 0 R (_ugfun_faqs_subtype-entity-not-fully-populated) 1085 0 R (_ugfun_getting-started) 335 0 R (_u
 gfun_getting-started_datanucleus-enhancer) 438 0 R]
 >>
 endobj
 122 0 obj
@@ -12514,7 +12514,7 @@ endobj
 /F3.1 44 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 >>
@@ -13455,7 +13455,7 @@ endobj
 /F2.0 18 0 R
 /F5.0 52 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [134 0 R 135 0 R 136 0 R 137 0 R 138 0 R 139 0 R 140 0 R]
@@ -14384,7 +14384,7 @@ endobj
 /F5.0 52 0 R
 /F6.0 73 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [143 0 R 144 0 R 145 0 R 146 0 R 147 0 R]
@@ -15560,7 +15560,7 @@ endobj
 /F2.0 18 0 R
 /F5.0 52 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [151 0 R 152 0 R 153 0 R 154 0 R 155 0 R 157 0 R 158 0 R 159 0 R 160 0 R 162 0 R]
@@ -15625,11 +15625,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAADE+mplus-1p-regular
 /Subtype /TrueType
-/FontDescriptor 1300 0 R
+/FontDescriptor 1299 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1302 0 R
-/ToUnicode 1301 0 R
+/Widths 1301 0 R
+/ToUnicode 1300 0 R
 >>
 endobj
 157 0 obj
@@ -16687,7 +16687,7 @@ endobj
 /F6.0 73 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [165 0 R 166 0 R 167 0 R 168 0 R 169 0 R 170 0 R 171 0 R 173 0 R 174 0 R 175 0 R 178 0 R]
@@ -17893,7 +17893,7 @@ endobj
 /F2.0 18 0 R
 /F5.0 52 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [181 0 R 183 0 R 184 0 R 185 0 R]
@@ -18611,7 +18611,7 @@ endobj
 /F6.0 73 0 R
 >>
 /XObject << /I2 189 0 R
-/Stamp1 1224 0 R
+/Stamp1 1223 0 R
 >>
 >>
 /Annots [188 0 R 190 0 R]
@@ -19811,7 +19811,7 @@ endobj
 /F2.0 18 0 R
 /F7.0 156 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [193 0 R]
@@ -19836,7 +19836,7 @@ endobj
 endobj
 196 0 obj
 << /Limits [(auto-complete-for-action-param) (code-memberorder-code)]
-/Names [(auto-complete-for-action-param) 855 0 R (auto-complete-for-property) 837 0 R (auto-complete-repository-based) 868 0 R (best-of-both-worlds) 1074 0 R (building-the-app) 351 0 R (choices-for-action-parameter) 846 0 R (choices-for-property) 833 0 R (class-object) 649 0 R (code-membergrouplayout-code) 922 0 R (code-memberorder-code) 910 0 R]
+/Names [(auto-complete-for-action-param) 853 0 R (auto-complete-for-property) 835 0 R (auto-complete-repository-based) 866 0 R (best-of-both-worlds) 1073 0 R (building-the-app) 351 0 R (choices-for-action-parameter) 844 0 R (choices-for-property) 831 0 R (class-object) 648 0 R (code-membergrouplayout-code) 920 0 R (code-memberorder-code) 908 0 R]
 >>
 endobj
 197 0 obj
@@ -22256,7 +22256,7 @@ endobj
 /F2.0 18 0 R
 /F3.1 44 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 >>
@@ -23082,7 +23082,7 @@ endobj
 /F2.0 18 0 R
 /F7.0 156 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [204 0 R]
@@ -23815,7 +23815,7 @@ endobj
 /F1.0 8 0 R
 /F3.1 44 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [209 0 R 210 0 R 212 0 R 213 0 R 215 0 R 217 0 R 219 0 R]
@@ -23901,7 +23901,7 @@ endobj
 endobj
 219 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_core-concepts_building-blocks_metamodel)
+/Dest (__ugfun_core-concepts_building-blocks_metamodel)
 /Subtype /Link
 /Rect [154.71578125 370.6400000000004 211.12178125 384.92000000000036]
 /Type /Annot
@@ -24914,7 +24914,7 @@ endobj
 /F2.0 18 0 R
 /F3.1 44 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [222 0 R 223 0 R 224 0 R 225 0 R 226 0 R 227 0 R 228 0 R 229 0 R 230 0 R 233 0 R 234 0 R 235 0 R 236 0 R 237 0 R 238 0 R 239 0 R 240 0 R 241 0 R 242 0 R 243 0 R 244 0 R]
@@ -26193,7 +26193,7 @@ endobj
 /Font << /F1.0 8 0 R
 /F6.0 73 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [247 0 R 248 0 R 249 0 R 250 0 R 251 0 R 252 0 R 253 0 R 254 0 R 255 0 R 256 0 R 257 0 R 258 0 R 259 0 R 260 0 R 261 0 R 262 0 R 263 0 R 264 0 R 265 0 R 266 0 R 267 0 R 268 0 R 269 0 R 270 0 R 271 0 R 272 0 R 273 0 R 274 0 R 275 0 R]
@@ -27588,7 +27588,7 @@ endobj
 /F2.0 18 0 R
 /F3.1 44 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [278 0 R 279 0 R 280 0 R 281 0 R 282 0 R 283 0 R 284 0 R 285 0 R 286 0 R 287 0 R 288 0 R 289 0 R 290 0 R 291 0 R 292 0 R 293 0 R 294 0 R 295 0 R 296 0 R 299 0 R 300 0 R 301 0 R 302 0 R 303 0 R 304 0 R]
@@ -27807,8 +27807,8 @@ endobj
 [277 0 R /XYZ 0 308.97000000000037 null]
 endobj
 298 0 obj
-<< /Limits [(_ugfun_core-concepts_building-blocks_types-of-domain-objects) (_ugfun_core-concepts_philosophy_naked-objects-pattern_object-interface-mapping)]
-/Names [(_ugfun_core-concepts_building-blocks_types-of-domain-objects) 182 0 R (_ugfun_core-concepts_building-blocks_value-objects) 231 0 R (_ugfun_core-concepts_framework-provided-services) 232 0 R (_ugfun_core-concepts_other-deployment-options) 313 0 R (_ugfun_core-concepts_philosophy) 45 0 R (_ugfun_core-concepts_philosophy_aop) 89 0 R (_ugfun_core-concepts_philosophy_domain-driven-design) 46 0 R (_ugfun_core-concepts_philosophy_domain-driven-design_ubiquitous-language) 49 0 R (_ugfun_core-concepts_philosophy_hexagonal-architecture) 83 0 R (_ugfun_core-concepts_philosophy_how-eases-ddd) 108 0 R (_ugfun_core-concepts_philosophy_naked-objects-pattern) 58 0 R (_ugfun_core-concepts_philosophy_naked-objects-pattern_object-interface-mapping) 71 0 R]
+<< /Limits [(_ugfun_core-concepts) (_ugfun_core-concepts_philosophy_naked-objects-pattern_object-interface-mapping)]
+/Names [(_ugfun_core-concepts) 43 0 R (_ugfun_core-concepts_add-ons) 297 0 R (_ugfun_core-concepts_building-blocks) 176 0 R (_ugfun_core-concepts_framework-provided-services) 232 0 R (_ugfun_core-concepts_other-deployment-options) 313 0 R (_ugfun_core-concepts_philosophy) 45 0 R (_ugfun_core-concepts_philosophy_aop) 89 0 R (_ugfun_core-concepts_philosophy_domain-driven-design) 46 0 R (_ugfun_core-concepts_philosophy_hexagonal-architecture) 83 0 R (_ugfun_core-concepts_philosophy_how-eases-ddd) 108 0 R (_ugfun_core-concepts_philosophy_naked-objects-pattern) 58 0 R (_ugfun_core-concepts_philosophy_naked-objects-pattern_object-interface-mapping) 71 0 R]
 >>
 endobj
 299 0 obj
@@ -28714,7 +28714,7 @@ endobj
 /Font << /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [307 0 R 308 0 R 309 0 R 310 0 R 311 0 R 312 0 R 315 0 R 316 0 R 317 0 R 318 0 R 319 0 R 320 0 R]
@@ -29537,7 +29537,7 @@ endobj
 /F1.0 8 0 R
 /F6.0 73 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [325 0 R 327 0 R 328 0 R]
@@ -29807,7 +29807,7 @@ endobj
 /Font << /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [332 0 R]
@@ -30625,7 +30625,7 @@ endobj
 /F3.1 44 0 R
 /F6.0 73 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [336 0 R 337 0 R 338 0 R 339 0 R 342 0 R 343 0 R]
@@ -30674,7 +30674,7 @@ endobj
 endobj
 341 0 obj
 << /Limits [(for-action-parameters) (hide-a-property)]
-/Names [(for-action-parameters) 845 0 R (for-both-properties-and-action-parameters) 863 0 R (for-properties) 832 0 R (from-within-the-ide) 358 0 R (full-stack-but-extensible) 128 0 R (generating-the-app) 347 0 R (grids-vs-components) 968 0 R (hide-a-collection) 775 0 R (hide-a-contributed-property-collection-or-action) 777 0 R (hide-a-property) 773 0 R]
+/Names [(for-action-parameters) 843 0 R (for-both-properties-and-action-parameters) 861 0 R (for-properties) 830 0 R (from-within-the-ide) 358 0 R (full-stack-but-extensible) 128 0 R (generating-the-app) 347 0 R (grids-vs-components) 966 0 R (hide-a-collection) 774 0 R (hide-a-contributed-property-collection-or-action) 776 0 R (hide-a-property) 772 0 R]
 >>
 endobj
 342 0 obj
@@ -31454,7 +31454,7 @@ endobj
 /F6.0 73 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 >>
@@ -32285,7 +32285,7 @@ endobj
 /F6.0 73 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [350 0 R 353 0 R 354 0 R 357 0 R 359 0 R]
@@ -32599,7 +32599,7 @@ endobj
 /F6.0 73 0 R
 >>
 /XObject << /I3 363 0 R
-/Stamp1 1224 0 R
+/Stamp1 1223 0 R
 >>
 >>
 /Annots [362 0 R 364 0 R 366 0 R]
@@ -33170,7 +33170,7 @@ endobj
 /Contents 368 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I4 367 0 R
-/Stamp1 1224 0 R
+/Stamp1 1223 0 R
 >>
 /Font << /F1.0 8 0 R
 /F6.0 73 0 R
@@ -33573,7 +33573,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I5 375 0 R
 /I6 380 0 R
-/Stamp1 1224 0 R
+/Stamp1 1223 0 R
 >>
 /Font << /F1.0 8 0 R
 /F6.0 73 0 R
@@ -33923,7 +33923,7 @@ endobj
 >>
 /XObject << /I7 385 0 R
 /I8 387 0 R
-/Stamp1 1224 0 R
+/Stamp1 1223 0 R
 >>
 >>
 /Annots [386 0 R 388 0 R]
@@ -34276,7 +34276,7 @@ endobj
 >>
 /XObject << /I9 391 0 R
 /I10 393 0 R
-/Stamp1 1224 0 R
+/Stamp1 1223 0 R
 >>
 >>
 /Annots [392 0 R 394 0 R]
@@ -34643,7 +34643,7 @@ endobj
 >>
 /XObject << /I11 397 0 R
 /I12 399 0 R
-/Stamp1 1224 0 R
+/Stamp1 1223 0 R
 >>
 >>
 /Annots [398 0 R 400 0 R]
@@ -35221,7 +35221,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I13 401 0 R
 /I14 405 0 R
-/Stamp1 1224 0 R
+/Stamp1 1223 0 R
 >>
 /Font << /F1.0 8 0 R
 >>
@@ -35654,7 +35654,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I15 407 0 R
 /I16 411 0 R
-/Stamp1 1224 0 R
+/Stamp1 1223 0 R
 >>
 /Font << /F1.0 8 0 R
 >>
@@ -36166,7 +36166,7 @@ endobj
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /XObject << /I17 414 0 R
 /I18 418 0 R
-/Stamp1 1224 0 R
+/Stamp1 1223 0 R
 >>
 /Font << /F1.0 8 0 R
 /F3.1 44 0 R
@@ -36608,7 +36608,7 @@ endobj
 >>
 /XObject << /I19 422 0 R
 /I20 424 0 R
-/Stamp1 1224 0 R
+/Stamp1 1223 0 R
 >>
 >>
 /Annots [423 0 R 425 0 R]
@@ -38531,7 +38531,7 @@ endobj
 /F3.1 44 0 R
 /F1.1 72 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [429 0 R 430 0 R 431 0 R 432 0 R 434 0 R 435 0 R 436 0 R 437 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R]
@@ -38555,7 +38555,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (dg.pdf#_dg_ide_intellij_live-templates)
+/URI (dg.pdf#<em>dg_ide_intellij_live-templates)
 >>
 /Subtype /Link
 /Rect [319.7832058823529 703.04 453.8393529411764 717.32]
@@ -38566,7 +38566,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (dg.pdf#_dg_ide_eclipse_editor-templates)
+/URI (dg.pdf#</em>dg_ide_eclipse_editor-templates)
 >>
 /Subtype /Link
 /Rect [464.33411764705875 703.04 547.0399999999998 717.32]
@@ -38577,7 +38577,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (dg.pdf#_dg_ide_eclipse_editor-templates)
+/URI (dg.pdf#</em>dg_ide_eclipse_editor-templates)
 >>
 /Subtype /Link
 /Rect [48.24 687.26 108.2055 701.5400000000001]
@@ -38856,7 +38856,7 @@ endobj
 /F6.0 73 0 R
 /F3.1 44 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [446 0 R 447 0 R]
@@ -40423,7 +40423,7 @@ endobj
 /Font << /F6.0 73 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [450 0 R]
@@ -41298,7 +41298,7 @@ endobj
 /F6.1 454 0 R
 /F3.1 44 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [455 0 R 456 0 R 457 0 R 458 0 R]
@@ -41311,11 +41311,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAADF+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 1304 0 R
+/FontDescriptor 1303 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1306 0 R
-/ToUnicode 1305 0 R
+/Widths 1305 0 R
+/ToUnicode 1304 0 R
 >>
 endobj
 455 0 obj
@@ -42134,7 +42134,7 @@ endobj
 /F6.0 73 0 R
 /F3.1 44 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [463 0 R 464 0 R]
@@ -42684,7 +42684,7 @@ endobj
 /F6.0 73 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [468 0 R 469 0 R 470 0 R]
@@ -46268,7 +46268,7 @@ endobj
 /F6.1 454 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 >>
@@ -47481,7 +47481,7 @@ endobj
 /F1.1 72 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [477 0 R]
@@ -49639,7 +49639,7 @@ endobj
 /F6.0 73 0 R
 /F6.1 454 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [480 0 R]
@@ -50991,21 +50991,16 @@ endobj
 /F6.1 454 0 R
 /F5.0 52 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [485 0 R 486 0 R 488 0 R 489 0 R]
+/Annots [484 0 R 485 0 R 487 0 R 488 0 R]
 >>
 endobj
 483 0 obj
 [482 0 R /XYZ 0 841.89 null]
 endobj
 484 0 obj
-<< /Limits [(_ugfun_getting-started_simpleapp-archetype) (_ugfun_how-tos_class-structure_actions_reference-parameter-types_removing-boilerplate)]
-/Names [(_ugfun_getting-started_simpleapp-archetype) 344 0 R (_ugfun_how-tos) 461 0 R (_ugfun_how-tos_bulk-actions) 870 0 R (_ugfun_how-tos_business-rules) 766 0 R (_ugfun_how-tos_class-structure) 462 0 R (_ugfun_how-tos_class-structure_actions) 566 0 R (_ugfun_how-tos_class-structure_actions_bigdecimal-parameters) 603 0 R (_ugfun_how-tos_class-structure_actions_collection-parameter-types) 583 0 R (_ugfun_how-tos_class-structure_actions_defining-actions) 571 0 R (_ugfun_how-tos_class-structure_actions_optional-parameters) 588 0 R (_ugfun_how-tos_class-structure_actions_reference-parameter-types) 576 0 R (_ugfun_how-tos_class-structure_actions_reference-parameter-types_removing-boilerplate) 580 0 R]
->>
-endobj
-485 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -51016,7 +51011,7 @@ endobj
 /Type /Annot
 >>
 endobj
-486 0 obj
+485 0 obj
 << /Border [0 0 0]
 /Dest (ugvro.adoc)
 /Subtype /Link
@@ -51024,26 +51019,26 @@ endobj
 /Type /Annot
 >>
 endobj
-487 0 obj
+486 0 obj
 [482 0 R /XYZ 0 230.32999999999998 null]
 endobj
-488 0 obj
+487 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_how-tos_class-structure_class-definition_entities)
+/Dest (<em>ugfun_how-tos_class-structure_class-definition_entities)
 /Subtype /Link
 /Rect [89.463 166.23999999999995 159.666 180.51999999999995]
 /Type /Annot
 >>
 endobj
-489 0 obj
+488 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_how-tos_class-structure_class-definition_view-models)
+/Dest (</em>ugfun_how-tos_class-structure_class-definition_view-models)
 /Subtype /Link
 /Rect [184.72950000000003 166.23999999999995 242.81550000000004 180.51999999999995]
 /Type /Annot
 >>
 endobj
-490 0 obj
+489 0 obj
 << /Length 20912
 >>
 stream
@@ -52325,24 +52320,24 @@ Q
 
 endstream
 endobj
-491 0 obj
+490 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 490 0 R
+/Contents 489 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F6.0 73 0 R
 /F2.0 18 0 R
 /F6.1 454 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [492 0 R 493 0 R 494 0 R 495 0 R 497 0 R]
+/Annots [491 0 R 492 0 R 493 0 R 494 0 R 496 0 R]
 >>
 endobj
-492 0 obj
+491 0 obj
 << /Border [0 0 0]
 /Dest (_ugfun_object-layout)
 /Subtype /Link
@@ -52350,7 +52345,7 @@ endobj
 /Type /Annot
 >>
 endobj
-493 0 obj
+492 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -52361,7 +52356,7 @@ endobj
 /Type /Annot
 >>
 endobj
-494 0 obj
+493 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -52372,7 +52367,7 @@ endobj
 /Type /Annot
 >>
 endobj
-495 0 obj
+494 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -52383,10 +52378,10 @@ endobj
 /Type /Annot
 >>
 endobj
-496 0 obj
-[491 0 R /XYZ 0 462.6 null]
+495 0 obj
+[490 0 R /XYZ 0 462.6 null]
 endobj
-497 0 obj
+496 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -52397,7 +52392,7 @@ endobj
 /Type /Annot
 >>
 endobj
-498 0 obj
+497 0 obj
 << /Length 25748
 >>
 stream
@@ -54023,11 +54018,11 @@ Q
 
 endstream
 endobj
-499 0 obj
+498 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 498 0 R
+/Contents 497 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F3.1 44 0 R
@@ -54035,29 +54030,29 @@ endobj
 /F6.0 73 0 R
 /F7.0 156 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R 506 0 R]
+/Annots [499 0 R 500 0 R 501 0 R 502 0 R 503 0 R 504 0 R 505 0 R]
 >>
 endobj
-500 0 obj
+499 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_how-tos_class-structure_class-definition_entities)
+/Dest (<em>ugfun_how-tos_class-structure_class-definition_entities)
 /Subtype /Link
 /Rect [111.06361397058822 791.6099999999999 182.2830174632353 805.89]
 /Type /Annot
 >>
 endobj
-501 0 obj
+500 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_how-tos_class-structure_class-definition_view-models)
+/Dest (</em>ugfun_how-tos_class-structure_class-definition_view-models)
 /Subtype /Link
 /Rect [422.5372895220588 791.6099999999999 481.63969301470587 805.89]
 /Type /Annot
 >>
 endobj
-502 0 obj
+501 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -54068,7 +54063,7 @@ endobj
 /Type /Annot
 >>
 endobj
-503 0 obj
+502 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -54079,7 +54074,7 @@ endobj
 /Type /Annot
 >>
 endobj
-504 0 obj
+503 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -54090,7 +54085,7 @@ endobj
 /Type /Annot
 >>
 endobj
-505 0 obj
+504 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -54101,7 +54096,7 @@ endobj
 /Type /Annot
 >>
 endobj
-506 0 obj
+505 0 obj
 << /Border [0 0 0]
 /Dest (_ugfun_how-tos_class-structure_properties-vs-parameters)
 /Subtype /Link
@@ -54109,13 +54104,13 @@ endobj
 /Type /Annot
 >>
 endobj
+506 0 obj
+[498 0 R /XYZ 0 620.6199999999999 null]
+endobj
 507 0 obj
-[499 0 R /XYZ 0 620.6199999999999 null]
+[498 0 R /XYZ 0 126.63999999999993 null]
 endobj
 508 0 obj
-[499 0 R /XYZ 0 126.63999999999993 null]
-endobj
-509 0 obj
 << /Length 13409
 >>
 stream
@@ -54935,37 +54930,37 @@ Q
 
 endstream
 endobj
-510 0 obj
+509 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 509 0 R
+/Contents 508 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F6.0 73 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [511 0 R 513 0 R 514 0 R]
+/Annots [510 0 R 512 0 R 513 0 R]
 >>
 endobj
-511 0 obj
+510 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgcfg.pdf#_rgcfg_configuring-core_isis-objects-editing)
+/URI (rgcfg.pdf#__rgcfg_configuring-core_isis-objects-editing)
 >>
 /Subtype /Link
 /Rect [240.97779492187502 669.8299999999999 390.34008984375004 684.11]
 /Type /Annot
 >>
 endobj
-512 0 obj
-[510 0 R /XYZ 0 657.08 null]
+511 0 obj
+[509 0 R /XYZ 0 657.08 null]
 endobj
-513 0 obj
+512 0 obj
 << /Border [0 0 0]
 /Dest (ugvw.adoc)
 /Subtype /Link
@@ -54973,7 +54968,7 @@ endobj
 /Type /Annot
 >>
 endobj
-514 0 obj
+513 0 obj
 << /Border [0 0 0]
 /Dest (ugvro.adoc)
 /Subtype /Link
@@ -54981,10 +54976,10 @@ endobj
 /Type /Annot
 >>
 endobj
-515 0 obj
-[510 0 R /XYZ 0 464.9600000000001 null]
+514 0 obj
+[509 0 R /XYZ 0 464.9600000000001 null]
 endobj
-516 0 obj
+515 0 obj
 << /Length 33153
 >>
 stream
@@ -57345,11 +57340,11 @@ Q
 
 endstream
 endobj
-517 0 obj
+516 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 516 0 R
+/Contents 515 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F6.0 73 0 R
 /F6.1 454 0 R
@@ -57358,19 +57353,19 @@ endobj
 /F7.0 156 0 R
 /F5.0 52 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [520 0 R 521 0 R]
+/Annots [519 0 R 520 0 R]
 >>
 endobj
+517 0 obj
+[516 0 R /XYZ 0 455.97 null]
+endobj
 518 0 obj
-[517 0 R /XYZ 0 455.97 null]
+[516 0 R /XYZ 0 232.96999999999997 null]
 endobj
 519 0 obj
-[517 0 R /XYZ 0 232.96999999999997 null]
-endobj
-520 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -57381,7 +57376,7 @@ endobj
 /Type /Annot
 >>
 endobj
-521 0 obj
+520 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -57392,7 +57387,7 @@ endobj
 /Type /Annot
 >>
 endobj
-522 0 obj
+521 0 obj
 << /Length 29694
 >>
 stream
@@ -59377,23 +59372,23 @@ Q
 
 endstream
 endobj
-523 0 obj
+522 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 522 0 R
+/Contents 521 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F6.0 73 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [524 0 R 526 0 R 527 0 R 528 0 R 531 0 R]
+/Annots [523 0 R 526 0 R 527 0 R 528 0 R 530 0 R]
 >>
 endobj
-524 0 obj
+523 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -59404,8 +59399,13 @@ endobj
 /Type /Annot
 >>
 endobj
+524 0 obj
+[522 0 R /XYZ 0 669.37 null]
+endobj
 525 0 obj
-[523 0 R /XYZ 0 669.37 null]
+<< /Limits [(__ugfun_how-tos_class-structure_class-definition_entities) (_ugfun)]
+/Names [(__ugfun_how-tos_class-structure_class-definition_entities) 471 0 R (__ugfun_how-tos_class-structure_class-definition_view-models) 483 0 R (__ugfun_how-tos_class-structure_properties_derived-properties) 514 0 R (__ugfun_how-tos_class-structure_properties_editable-properties) 507 0 R (__ugfun_how-tos_class-structure_properties_handling-mandatory-properties-in-subtypes) 541 0 R (__ugfun_how-tos_class-structure_properties_ignoring-properties) 511 0 R (__ugfun_how-tos_class-structure_properties_mapping-bigdecimals) 524 0 R (__ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs) 529 0 R (__ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs_mapping-blobs) 533 0 R (__ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs_mapping-clobs) 537 0 R (__ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs_mapping-to-varbinary-or-varchar) 540 0 R (__ugfun_how-tos_class-structure_properties_mapping-joda-dates) 518 0 R (__ugfun_how-tos_class-s
 tructure_properties_mapping-strings) 517 0 R (__ugfun_how-tos_class-structure_properties_optional-properties) 506 0 R (__ugfun_how-tos_class-structure_properties_value-vs-reference-types) 495 0 R (__ugfun_how-tos_domain-services_organizing-services) 717 0 R (__ugfun_object-layout_dynamic_xml-unreferenced) 991 0 R (_ugfun) 15 0 R]
+>>
 endobj
 526 0 obj
 << /Border [0 0 0]
@@ -59441,22 +59441,17 @@ endobj
 >>
 endobj
 529 0 obj
-[523 0 R /XYZ 0 195.25000000000006 null]
+[522 0 R /XYZ 0 195.25000000000006 null]
 endobj
 530 0 obj
-<< /Limits [(_ugfun_how-tos_class-structure_properties_handling-mandatory-properties-in-subtypes) (_ugfun_how-tos_class-structure_properties_optional-properties)]
-/Names [(_ugfun_how-tos_class-structure_properties_handling-mandatory-properties-in-subtypes) 542 0 R (_ugfun_how-tos_class-structure_properties_ignoring-properties) 512 0 R (_ugfun_how-tos_class-structure_properties_mapping-bigdecimals) 525 0 R (_ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs) 529 0 R (_ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs_mapping-blobs) 534 0 R (_ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs_mapping-clobs) 538 0 R (_ugfun_how-tos_class-structure_properties_mapping-blobs-and-clobs_mapping-to-varbinary-or-varchar) 541 0 R (_ugfun_how-tos_class-structure_properties_mapping-joda-dates) 519 0 R (_ugfun_how-tos_class-structure_properties_mapping-strings) 518 0 R (_ugfun_how-tos_class-structure_properties_optional-properties) 507 0 R]
->>
-endobj
-531 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_how-tos_class-structure_properties_mapping-joda-dates)
+/Dest (__ugfun_how-tos_class-structure_properties_mapping-joda-dates)
 /Subtype /Link
 /Rect [89.65027777777777 106.78000000000003 145.36766666666665 121.06000000000003]
 /Type /Annot
 >>
 endobj
-532 0 obj
+531 0 obj
 << /Length 48790
 >>
 stream
@@ -62965,27 +62960,27 @@ Q
 
 endstream
 endobj
-533 0 obj
+532 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 532 0 R
+/Contents 531 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F6.0 73 0 R
 /F1.0 8 0 R
 /F3.1 44 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [535 0 R 536 0 R 537 0 R]
+/Annots [534 0 R 535 0 R 536 0 R]
 >>
 endobj
-534 0 obj
-[533 0 R /XYZ 0 841.89 null]
+533 0 obj
+[532 0 R /XYZ 0 841.89 null]
 endobj
-535 0 obj
+534 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -62996,7 +62991,7 @@ endobj
 /Type /Annot
 >>
 endobj
-536 0 obj
+535 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -63007,7 +63002,7 @@ endobj
 /Type /Annot
 >>
 endobj
-537 0 obj
+536 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -63018,10 +63013,10 @@ endobj
 /Type /Annot
 >>
 endobj
-538 0 obj
-[533 0 R /XYZ 0 177.81000000000012 null]
+537 0 obj
+[532 0 R /XYZ 0 177.81000000000012 null]
 endobj
-539 0 obj
+538 0 obj
 << /Length 41078
 >>
 stream
@@ -65924,29 +65919,29 @@ Q
 
 endstream
 endobj
-540 0 obj
+539 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 539 0 R
+/Contents 538 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F6.0 73 0 R
 /F3.1 44 0 R
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 >>
 endobj
+540 0 obj
+[539 0 R /XYZ 0 484.48999999999995 null]
+endobj
 541 0 obj
-[540 0 R /XYZ 0 484.48999999999995 null]
+[539 0 R /XYZ 0 187.00999999999996 null]
 endobj
 542 0 obj
-[540 0 R /XYZ 0 187.00999999999996 null]
-endobj
-543 0 obj
 << /Length 25900
 >>
 stream
@@ -67583,11 +67578,11 @@ Q
 
 endstream
 endobj
-544 0 obj
+543 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 543 0 R
+/Contents 542 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F6.0 73 0 R
@@ -67595,32 +67590,32 @@ endobj
 /F7.0 156 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [546 0 R 547 0 R 548 0 R]
+/Annots [545 0 R 546 0 R 547 0 R]
 >>
 endobj
-545 0 obj
-[544 0 R /XYZ 0 337.7900000000001 null]
+544 0 obj
+[543 0 R /XYZ 0 337.7900000000001 null]
 endobj
-546 0 obj
+545 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_how-tos_class-structure_class-definition_entities)
+/Dest (<em>ugfun_how-tos_class-structure_class-definition_entities)
 /Subtype /Link
 /Rect [111.06361397058822 245.92000000000004 182.2830174632353 260.20000000000005]
 /Type /Annot
 >>
 endobj
-547 0 obj
+546 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_how-tos_class-structure_class-definition_view-models)
+/Dest (</em>ugfun_how-tos_class-structure_class-definition_view-models)
 /Subtype /Link
 /Rect [422.5372895220588 245.92000000000004 481.63969301470587 260.20000000000005]
 /Type /Annot
 >>
 endobj
-548 0 obj
+547 0 obj
 << /Border [0 0 0]
 /Dest (_ugfun_object-layout)
 /Subtype /Link
@@ -67628,7 +67623,7 @@ endobj
 /Type /Annot
 >>
 endobj
-549 0 obj
+548 0 obj
 << /Length 27026
 >>
 stream
@@ -69383,11 +69378,11 @@ Q
 
 endstream
 endobj
-550 0 obj
+549 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 549 0 R
+/Contents 548 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F6.0 73 0 R
@@ -69395,13 +69390,13 @@ endobj
 /F2.0 18 0 R
 /F6.1 454 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [551 0 R 552 0 R 553 0 R 554 0 R 555 0 R]
+/Annots [550 0 R 551 0 R 552 0 R 553 0 R 554 0 R]
 >>
 endobj
-551 0 obj
+550 0 obj
 << /Border [0 0 0]
 /Dest (_ugfun_how-tos_class-structure_properties)
 /Subtype /Link
@@ -69409,7 +69404,7 @@ endobj
 /Type /Annot
 >>
 endobj
-552 0 obj
+551 0 obj
 << /Border [0 0 0]
 /Dest (ugvw.adoc)
 /Subtype /Link
@@ -69417,7 +69412,7 @@ endobj
 /Type /Annot
 >>
 endobj
-553 0 obj
+552 0 obj
 << /Border [0 0 0]
 /Dest (_ugfun_how-tos_class-structure_actions)
 /Subtype /Link
@@ -69425,7 +69420,7 @@ endobj
 /Type /Annot
 >>
 endobj
-554 0 obj
+553 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -69436,7 +69431,7 @@ endobj
 /Type /Annot
 >>
 endobj
-555 0 obj
+554 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -69447,10 +69442,10 @@ endobj
 /Type /Annot
 >>
 endobj
-556 0 obj
-[550 0 R /XYZ 0 515.9399999999999 null]
+555 0 obj
+[549 0 R /XYZ 0 515.9399999999999 null]
 endobj
-557 0 obj
+556 0 obj
 << /Length 24179
 >>
 stream
@@ -71025,11 +71020,11 @@ Q
 
 endstream
 endobj
-558 0 obj
+557 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 557 0 R
+/Contents 556 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F6.0 73 0 R
 /F6.1 454 0 R
@@ -71037,13 +71032,13 @@ endobj
 /F3.1 44 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [559 0 R 560 0 R 561 0 R 562 0 R 565 0 R 567 0 R 568 0 R]
+/Annots [558 0 R 559 0 R 560 0 R 561 0 R 564 0 R 567 0 R 568 0 R]
 >>
 endobj
-559 0 obj
+558 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -71054,7 +71049,7 @@ endobj
 /Type /Annot
 >>
 endobj
-560 0 obj
+559 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -71065,7 +71060,7 @@ endobj
 /Type /Annot
 >>
 endobj
-561 0 obj
+560 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -71076,7 +71071,7 @@ endobj
 /Type /Annot
 >>
 endobj
-562 0 obj
+561 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -71087,15 +71082,15 @@ endobj
 /Type /Annot
 >>
 endobj
-563 0 obj
-[558 0 R /XYZ 0 357.35 null]
+562 0 obj
+[557 0 R /XYZ 0 357.35 null]
 endobj
-564 0 obj
+563 0 obj
 << /Limits [(properties) (ui-events)]
-/Names [(properties) 195 0 R (property) 652 0 R (prototyping) 734 0 R (realization-within-apache-isis) 94 0 R (registering-domain-services) 744 0 R (required-updates-to-the-dom-project-s-pom-xml) 1025 0 R (required-updates-to-the-dom-project-s-pom-xml-2) 1041 0 R (rows-full-width-cols-and-tabs) 984 0 R (running-the-app) 352 0 R (running-with-fixtures) 365 0 R (scoped-services) 736 0 R (screencast) 973 0 R (tertiary-menubar) 1057 0 R (the-getid-method) 753 0 R (trigger-on-collection-change) 821 0 R (trigger-on-property-change) 814 0 R (ui-events) 216 0 R]
+/Names [(properties) 195 0 R (property) 651 0 R (prototyping) 733 0 R (realization-within-apache-isis) 94 0 R (registering-domain-services) 743 0 R (required-updates-to-the-dom-project-s-pom-xml) 1023 0 R (required-updates-to-the-dom-project-s-pom-xml-2) 1039 0 R (rows-full-width-cols-and-tabs) 982 0 R (running-the-app) 352 0 R (running-with-fixtures) 365 0 R (scoped-services) 735 0 R (screencast) 971 0 R (tertiary-menubar) 1056 0 R (the-getid-method) 752 0 R (trigger-on-collection-change) 820 0 R (trigger-on-property-change) 813 0 R (ui-events) 216 0 R]
 >>
 endobj
-565 0 obj
+564 0 obj
 << /Border [0 0 0]
 /Dest (_ugfun_how-tos_simulating-collections-of-values)
 /Subtype /Link
@@ -71103,8 +71098,13 @@ endobj
 /Type /Annot
 >>
 endobj
+565 0 obj
+[557 0 R /XYZ 0 224.57 null]
+endobj
 566 0 obj
-[558 0 R /XYZ 0 224.57 null]
+<< /Limits [(_ugfun_getting-started_simpleapp-archetype) (_ugfun_how-tos_ui-hints)]
+/Names [(_ugfun_getting-started_simpleapp-archetype) 344 0 R (_ugfun_how-tos) 461 0 R (_ugfun_how-tos_bulk-actions) 868 0 R (_ugfun_how-tos_business-rules) 765 0 R (_ugfun_how-tos_class-structure) 462 0 R (_ugfun_how-tos_class-structure_actions) 565 0 R (_ugfun_how-tos_class-structure_class-definition) 465 0 R (_ugfun_how-tos_class-structure_collections) 544 0 R (_ugfun_how-tos_class-structure_inject-services) 612 0 R (_ugfun_how-tos_class-structure_properties) 486 0 R (_ugfun_how-tos_class-structure_properties-vs-parameters) 622 0 R (_ugfun_how-tos_crud) 754 0 R (_ugfun_how-tos_derived-members) 810 0 R (_ugfun_how-tos_domain-services) 709 0 R (_ugfun_how-tos_drop-downs-and-defaults) 827 0 R (_ugfun_how-tos_render-all-properties-in-tables) 874 0 R (_ugfun_how-tos_simulating-collections-of-values) 870 0 R (_ugfun_how-tos_ui-hints) 623 0 R]
+>>
 endobj
 567 0 obj
 << /Border [0 0 0]
@@ -72533,7 +72533,7 @@ endobj
 /F6.1 454 0 R
 /F3.1 44 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [572 0 R 573 0 R]
@@ -74305,7 +74305,7 @@ endobj
 /F7.0 156 0 R
 /F6.1 454 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [577 0 R 578 0 R 579 0 R]
@@ -75730,7 +75730,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 >>
@@ -77974,7 +77974,7 @@ endobj
 /F2.0 18 0 R
 /F6.1 454 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [586 0 R 587 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 595 0 R 596 0 R 597 0 R]
@@ -77993,7 +77993,7 @@ endobj
 endobj
 587 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_how-tos_class-structure_actions_reference-parameter-types_removing-boilerplate)
+/Dest (__ugfun_how-tos_class-structure_actions_reference-parameter-types_removing-boilerplate)
 /Subtype /Link
 /Rect [290.265 563.16 320.358 577.44]
 /Type /Annot
@@ -78004,7 +78004,7 @@ endobj
 endobj
 589 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_how-tos_class-structure_properties_optional-properties)
+/Dest (__ugfun_how-tos_class-structure_properties_optional-properties)
 /Subtype /Link
 /Rect [115.0745 505.5000000000001 237.748 519.7800000000001]
 /Type /Annot
@@ -78056,7 +78056,7 @@ endobj
 endobj
 595 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_how-tos_class-structure_properties_mapping-strings)
+/Dest (__ugfun_how-tos_class-structure_properties_mapping-strings)
 /Subtype /Link
 /Rect [117.62927777777777 91.54000000000006 253.63844444444442 105.82000000000006]
 /Type /Annot
@@ -79862,7 +79862,7 @@ endobj
 /F3.1 44 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [600 0 R 601 0 R 602 0 R 604 0 R 605 0 R 606 0 R]
@@ -79903,7 +79903,7 @@ endobj
 endobj
 604 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_how-tos_class-structure_properties_mapping-bigdecimals)
+/Dest (__ugfun_how-tos_class-structure_properties_mapping-bigdecimals)
 /Subtype /Link
 /Rect [158.69937499999997 248.9 398.6391875 263.18]
 /Type /Annot
@@ -81464,7 +81464,7 @@ endobj
 /F3.1 44 0 R
 /F5.0 52 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 /Annots [609 0 R 610 0 R 611 0 R 613 0 R 614 0 R]
@@ -83391,7 +83391,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 >>
@@ -84524,10 +84524,10 @@ endobj
 /F5.0 52 0 R
 /F6.0 73 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [626 0 R]
+/Annots [625 0 R]
 >>
 endobj
 621 0 obj
@@ -84537,17 +84537,12 @@ endobj
 [620 0 R /XYZ 0 705.4200000000002 null]
 endobj
 623 0 obj
-<< /Limits [(_ugfun_how-tos_class-structure_actions_string-parameters) (_ugfun_how-tos_class-structure_properties_editable-properties)]
-/Names [(_ugfun_how-tos_class-structure_actions_string-parameters) 594 0 R (_ugfun_how-tos_class-structure_class-definition) 465 0 R (_ugfun_how-tos_class-structure_class-definition_domain-services) 476 0 R (_ugfun_how-tos_class-structure_class-definition_entities) 471 0 R (_ugfun_how-tos_class-structure_class-definition_view-models) 483 0 R (_ugfun_how-tos_class-structure_collections) 545 0 R (_ugfun_how-tos_class-structure_inject-services) 612 0 R (_ugfun_how-tos_class-structure_properties) 487 0 R (_ugfun_how-tos_class-structure_properties-vs-parameters) 622 0 R (_ugfun_how-tos_class-structure_properties_derived-properties) 515 0 R (_ugfun_how-tos_class-structure_properties_editable-properties) 508 0 R]
->>
-endobj
-624 0 obj
 [620 0 R /XYZ 0 327.7750000000003 null]
 endobj
-625 0 obj
+624 0 obj
 [620 0 R /XYZ 0 228.35500000000027 null]
 endobj
-626 0 obj
+625 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -84558,7 +84553,7 @@ endobj
 /Type /Annot
 >>
 endobj
-627 0 obj
+626 0 obj
 << /Length 27840
 >>
 stream
@@ -86413,29 +86408,29 @@ Q
 
 endstream
 endobj
-628 0 obj
+627 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 627 0 R
+/Contents 626 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F2.0 18 0 R
 /F6.0 73 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [631 0 R]
+/Annots [630 0 R]
 >>
 endobj
+628 0 obj
+[627 0 R /XYZ 0 763.08 null]
+endobj
 629 0 obj
-[628 0 R /XYZ 0 763.08 null]
+[627 0 R /XYZ 0 582.9600000000002 null]
 endobj
 630 0 obj
-[628 0 R /XYZ 0 582.9600000000002 null]
-endobj
-631 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -86446,7 +86441,7 @@ endobj
 /Type /Annot
 >>
 endobj
-632 0 obj
+631 0 obj
 << /Length 20930
 >>
 stream
@@ -87825,27 +87820,27 @@ Q
 
 endstream
 endobj
-633 0 obj
+632 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 632 0 R
+/Contents 631 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F6.0 73 0 R
 /F1.0 8 0 R
 /F3.1 44 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [635 0 R 637 0 R 638 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 646 0 R 648 0 R 650 0 R 651 0 R 653 0 R 654 0 R]
+/Annots [634 0 R 636 0 R 637 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R 647 0 R 649 0 R 650 0 R 652 0 R 653 0 R]
 >>
 endobj
-634 0 obj
-[633 0 R /XYZ 0 603.0699999999999 null]
+633 0 obj
+[632 0 R /XYZ 0 603.0699999999999 null]
 endobj
-635 0 obj
+634 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -87856,10 +87851,10 @@ endobj
 /Type /Annot
 >>
 endobj
-636 0 obj
-[633 0 R /XYZ 0 539.45 null]
+635 0 obj
+[632 0 R /XYZ 0 539.45 null]
 endobj
-637 0 obj
+636 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -87870,7 +87865,7 @@ endobj
 /Type /Annot
 >>
 endobj
-638 0 obj
+637 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -87881,10 +87876,10 @@ endobj
 /Type /Annot
 >>
 endobj
-639 0 obj
-[633 0 R /XYZ 0 414.45000000000016 null]
+638 0 obj
+[632 0 R /XYZ 0 414.45000000000016 null]
 endobj
-640 0 obj
+639 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -87895,7 +87890,7 @@ endobj
 /Type /Annot
 >>
 endobj
-641 0 obj
+640 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -87906,7 +87901,7 @@ endobj
 /Type /Annot
 >>
 endobj
-642 0 obj
+641 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -87917,7 +87912,7 @@ endobj
 /Type /Annot
 >>
 endobj
-643 0 obj
+642 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -87928,7 +87923,7 @@ endobj
 /Type /Annot
 >>
 endobj
-644 0 obj
+643 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -87939,7 +87934,7 @@ endobj
 /Type /Annot
 >>
 endobj
-645 0 obj
+644 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -87950,7 +87945,7 @@ endobj
 /Type /Annot
 >>
 endobj
-646 0 obj
+645 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -87961,10 +87956,10 @@ endobj
 /Type /Annot
 >>
 endobj
-647 0 obj
-[633 0 R /XYZ 0 273.67000000000013 null]
+646 0 obj
+[632 0 R /XYZ 0 273.67000000000013 null]
 endobj
-648 0 obj
+647 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -87975,10 +87970,10 @@ endobj
 /Type /Annot
 >>
 endobj
-649 0 obj
-[633 0 R /XYZ 0 168.8300000000001 null]
+648 0 obj
+[632 0 R /XYZ 0 168.8300000000001 null]
 endobj
-650 0 obj
+649 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -87989,7 +87984,7 @@ endobj
 /Type /Annot
 >>
 endobj
-651 0 obj
+650 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -88000,10 +87995,10 @@ endobj
 /Type /Annot
 >>
 endobj
-652 0 obj
-[633 0 R /XYZ 0 103.17000000000007 null]
+651 0 obj
+[632 0 R /XYZ 0 103.17000000000007 null]
 endobj
-653 0 obj
+652 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -88014,7 +88009,7 @@ endobj
 /Type /Annot
 >>
 endobj
-654 0 obj
+653 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -88025,7 +88020,7 @@ endobj
 /Type /Annot
 >>
 endobj
-655 0 obj
+654 0 obj
 << /Length 21608
 >>
 stream
@@ -89429,11 +89424,11 @@ Q
 
 endstream
 endobj
-656 0 obj
+655 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 655 0 R
+/Contents 654 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F3.1 44 0 R
@@ -89441,16 +89436,16 @@ endobj
 /F6.0 73 0 R
 /F7.0 156 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [658 0 R 659 0 R 661 0 R 662 0 R 664 0 R 665 0 R 666 0 R 667 0 R 670 0 R]
+/Annots [657 0 R 658 0 R 660 0 R 661 0 R 663 0 R 664 0 R 665 0 R 666 0 R 668 0 R]
 >>
 endobj
-657 0 obj
-[656 0 R /XYZ 0 801.89 null]
+656 0 obj
+[655 0 R /XYZ 0 801.89 null]
 endobj
-658 0 obj
+657 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -89461,7 +89456,7 @@ endobj
 /Type /Annot
 >>
 endobj
-659 0 obj
+658 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -89472,10 +89467,10 @@ endobj
 /Type /Annot
 >>
 endobj
-660 0 obj
-[656 0 R /XYZ 0 736.2300000000001 null]
+659 0 obj
+[655 0 R /XYZ 0 736.2300000000001 null]
 endobj
-661 0 obj
+660 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -89486,7 +89481,7 @@ endobj
 /Type /Annot
 >>
 endobj
-662 0 obj
+661 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -89497,10 +89492,10 @@ endobj
 /Type /Annot
 >>
 endobj
-663 0 obj
-[656 0 R /XYZ 0 670.5700000000003 null]
+662 0 obj
+[655 0 R /XYZ 0 670.5700000000003 null]
 endobj
-664 0 obj
+663 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -89511,7 +89506,7 @@ endobj
 /Type /Annot
 >>
 endobj
-665 0 obj
+664 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -89522,7 +89517,7 @@ endobj
 /Type /Annot
 >>
 endobj
-666 0 obj
+665 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -89533,7 +89528,7 @@ endobj
 /Type /Annot
 >>
 endobj
-667 0 obj
+666 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -89544,15 +89539,10 @@ endobj
 /Type /Annot
 >>
 endobj
-668 0 obj
-[656 0 R /XYZ 0 521.7900000000004 null]
-endobj
-669 0 obj
-<< /Limits [(_ugfun_how-tos_class-structure_properties_value-vs-reference-types) (_ugfun_how-tos_ui-hints_layout)]
-/Names [(_ugfun_how-tos_class-structure_properties_value-vs-reference-types) 496 0 R (_ugfun_how-tos_crud) 755 0 R (_ugfun_how-tos_derived-members) 811 0 R (_ugfun_how-tos_domain-services) 710 0 R (_ugfun_how-tos_domain-services_organizing-services) 718 0 R (_ugfun_how-tos_drop-downs-and-defaults) 828 0 R (_ugfun_how-tos_render-all-properties-in-tables) 876 0 R (_ugfun_how-tos_simulating-collections-of-values) 872 0 R (_ugfun_how-tos_ui-hints) 624 0 R (_ugfun_how-tos_ui-hints_action-icons-and-css) 674 0 R (_ugfun_how-tos_ui-hints_eager-rendering) 671 0 R (_ugfun_how-tos_ui-hints_layout) 668 0 R]
->>
+667 0 obj
+[655 0 R /XYZ 0 521.7900000000004 null]
 endobj
-670 0 obj
+668 0 obj
 << /Border [0 0 0]
 /Dest (_ugfun_object-layout)
 /Subtype /Link
@@ -89560,10 +89550,10 @@ endobj
 /Type /Annot
 >>
 endobj
-671 0 obj
-[656 0 R /XYZ 0 460.7300000000005 null]
+669 0 obj
+[655 0 R /XYZ 0 460.7300000000005 null]
 endobj
-672 0 obj
+670 0 obj
 << /Length 21036
 >>
 stream
@@ -90930,27 +90920,32 @@ Q
 
 endstream
 endobj
-673 0 obj
+671 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 672 0 R
+/Contents 670 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F6.0 73 0 R
 /F3.1 44 0 R
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [675 0 R 676 0 R 678 0 R 679 0 R 680 0 R 682 0 R 683 0 R 684 0 R]
+/Annots [674 0 R 675 0 R 677 0 R 678 0 R 679 0 R 681 0 R 682 0 R 683 0 R]
 >>
 endobj
-674 0 obj
-[673 0 R /XYZ 0 466.54999999999995 null]
+672 0 obj
+[671 0 R /XYZ 0 466.54999999999995 null]
 endobj
-675 0 obj
+673 0 obj
+<< /Limits [(_ugfun_how-tos_ui-hints_action-icons-and-css) (_ugfun_object-layout_application-menu)]
+/Names [(_ugfun_how-tos_ui-hints_action-icons-and-css) 672 0 R (_ugfun_how-tos_ui-hints_eager-rendering) 669 0 R (_ugfun_how-tos_ui-hints_layout) 667 0 R (_ugfun_how-tos_ui-hints_names-and-descriptions) 646 0 R (_ugfun_how-tos_ui-hints_object-titles-and-icons) 624 0 R (_ugfun_how-tos_ui_are-you-sure) 691 0 R (_ugfun_jdo-mappings) 880 0 R (_ugfun_jdo-mappings_1-to-m-bidirectional-relationships) 881 0 R (_ugfun_object-layout) 902 0 R (_ugfun_object-layout_application-menu) 1041 0 R]
+>>
+endobj
+674 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -90961,7 +90956,7 @@ endobj
 /Type /Annot
 >>
 endobj
-676 0 obj
+675 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -90972,10 +90967,10 @@ endobj
 /Type /Annot
 >>
 endobj
-677 0 obj
-[673 0 R /XYZ 0 346.1499999999999 null]
+676 0 obj
+[671 0 R /XYZ 0 346.1499999999999 null]
 endobj
-678 0 obj
+677 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -90986,7 +90981,7 @@ endobj
 /Type /Annot
 >>
 endobj
-679 0 obj
+678 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -90997,7 +90992,7 @@ endobj
 /Type /Annot
 >>
 endobj
-680 0 obj
+679 0 obj
 << /Border [0 0 0]
 /Dest (_ugfun_object-layout)
 /Subtype /Link
@@ -91005,10 +91000,10 @@ endobj
 /Type /Annot
 >>
 endobj
-681 0 obj
-[673 0 R /XYZ 0 252.70999999999992 null]
+680 0 obj
+[671 0 R /XYZ 0 252.70999999999992 null]
 endobj
-682 0 obj
+681 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -91019,7 +91014,7 @@ endobj
 /Type /Annot
 >>
 endobj
-683 0 obj
+682 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -91030,7 +91025,7 @@ endobj
 /Type /Annot
 >>
 endobj
-684 0 obj
+683 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -91041,7 +91036,7 @@ endobj
 /Type /Annot
 >>
 endobj
-685 0 obj
+684 0 obj
 << /Length 13361
 >>
 stream
@@ -91824,24 +91819,24 @@ Q
 
 endstream
 endobj
-686 0 obj
+685 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 685 0 R
+/Contents 684 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F6.0 73 0 R
 /F1.0 8 0 R
 /F3.1 44 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [687 0 R 688 0 R 689 0 R 690 0 R 691 0 R 694 0 R]
+/Annots [686 0 R 687 0 R 688 0 R 689 0 R 690 0 R 693 0 R]
 >>
 endobj
-687 0 obj
+686 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -91852,7 +91847,7 @@ endobj
 /Type /Annot
 >>
 endobj
-688 0 obj
+687 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -91863,7 +91858,7 @@ endobj
 /Type /Annot
 >>
 endobj
-689 0 obj
+688 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -91874,7 +91869,7 @@ endobj
 /Type /Annot
 >>
 endobj
-690 0 obj
+689 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -91885,7 +91880,7 @@ endobj
 /Type /Annot
 >>
 endobj
-691 0 obj
+690 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -91896,13 +91891,13 @@ endobj
 /Type /Annot
 >>
 endobj
+691 0 obj
+[685 0 R /XYZ 0 331.43000000000006 null]
+endobj
 692 0 obj
-[686 0 R /XYZ 0 331.43000000000006 null]
+[685 0 R /XYZ 0 254.59000000000003 null]
 endobj
 693 0 obj
-[686 0 R /XYZ 0 254.59000000000003 null]
-endobj
-694 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -91913,7 +91908,7 @@ endobj
 /Type /Annot
 >>
 endobj
-695 0 obj
+694 0 obj
 << /Length 10830
 >>
 stream
@@ -92695,24 +92690,24 @@ Q
 
 endstream
 endobj
-696 0 obj
+695 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 695 0 R
+/Contents 694 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F6.0 73 0 R
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /I21 697 0 R
-/I22 699 0 R
-/Stamp1 1224 0 R
+/XObject << /I21 696 0 R
+/I22 698 0 R
+/Stamp1 1223 0 R
 >>
 >>
 >>
 endobj
-697 0 obj
+696 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 219
@@ -92778,10 +92773,10 @@ hm\U0003659b,
 \ufffd\ufffd\ufffd\ufffd\ufffdy\ufffd\u05a3\ufffd,\ufffdL\ufffd8\ufffdX\ufffdvxT\u05af\ufffd\ufffd^k\ufffd\ufffdr\ufffdQ\\ufffd7\ufffd^\ufffdK!\ufffd�\ufffdC\ufffd\ufffd\ufffd\ufffd\ufffd[\ufffd\ufffdzt`\ufffd\ufffd\ufffd*\ufffd\ufffd\ufffd;\ufffd8\ufffdm\ufffd\ufffd{&C\ufffd\ufffdxO\ufffdtS\ufffdPX\ufffd\ufffd2J\ufffdd\ufffd[\ufffd\ufffd\ufffd.<\ufffd)\ufffd!.L\ufffdqaJ\ufffd@\ufffdSzB\ufffd\ufffd\ufffd\ufffdj\ufffd
 endstream
 endobj
-698 0 obj
-[696 0 R /XYZ 0 420.46000000000004 null]
+697 0 obj
+[695 0 R /XYZ 0 420.46000000000004 null]
 endobj
-699 0 obj
+698 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 279
@@ -92832,7 +92827,7 @@ W
 Es\ufffdg\ufffdB!\ufffd\ufffd\ufffdeRgg[\ufffd\ufffdB!\ufffdQ\ufffd\ufffd,e\ufffd\ufffdBQ \u0362\ufffd'\ufffd\ufffd\ufffd\ufffd\ufffdU\ufffd\ufffd\ufffd"\ufffdBH\ufffd#*^\ufffd\ufffd{Q\ufffd\ufffd\ufffdr
 endstream
 endobj
-700 0 obj
+699 0 obj
 << /Length 17176
 >>
 stream
@@ -94024,26 +94019,26 @@ Q
 
 endstream
 endobj
-701 0 obj
+700 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 700 0 R
+/Contents 699 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.1 44 0 R
 /F1.0 8 0 R
 /F6.0 73 0 R
 /F6.1 454 0 R
 >>
-/XObject << /I23 703 0 R
-/I24 704 0 R
-/Stamp1 1224 0 R
+/XObject << /I23 702 0 R
+/I24 703 0 R
+/Stamp1 1223 0 R
 >>
 >>
-/Annots [702 0 R]
+/Annots [701 0 R]
 >>
 endobj
-702 0 obj
+701 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -94054,7 +94049,7 @@ endobj
 /Type /Annot
 >>
 endobj
-703 0 obj
+702 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 279
@@ -94105,7 +94100,7 @@ g	
 !\ufffdP\ufffd\ufffdB~B\ufffd\ufffd\ufffd\ufffd\ufffd8\ufffd\ufffd?\ufffd\ufffd@}}\ufffdb\ufffd\ufffd\ufffd\ufffd;\ufffdU\ufffd\u060dq\ufffd\mt\ufffd"pE\ufffd\ufffd8\ufffde\ufffd\ufffdH_\u07f3X\ufffdY\ufffd#\ufffd\ufffd\ufffd
~\ufffd\ufffd(\ufffd\ufffd\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffd~\ufffd\ufffd(\ufffdR\ufffdD\ufffd\ufffd|'(\ufffd\ufffd(\ufffd\ufffdr\ufffd\ufffd&tvv\ufffd|?(\ufffd\ufffd(\ufffd\ufffd\ufffd?a\u07fer:\ufffdEQ\ufffd@\ufffd\ufffd\u041fPTT(\ufffd#\ufffd\ufffd\ufffd\ufffd\ufffd(\ufffd\ufffd(j\ufffdKD\ufffdz\ufffd"\ufffd\ufffda\ufffd\ufffdz
 endstream
 endobj
-704 0 obj
+703 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 279
@@ -94165,7 +94160,7 @@ N[
 \ufffd\ufffd\u0598\ufffdEQEQ\ufffdP\ufffd\ufffdmI.WG\ufffd\ufffd\ufffd\ufffd(\ufffd\ufffd\ufffdQ(\ufffdI\J\ufffd\ufffd\ufffd(\ufffd\ufffd\ufffdV\ufffdIk\ufffd\ufffd\ufffd)\ufffdh\ufffd\ufffdz\ufffd(\ufffd\ufffd(\ufffd\ufffd~\ufffd\ufffdA/\ufffd^\ufffd\ufffd\ufffdEQE)R?EQE)T\ufffd\ufffdDQ
 endstream
 endobj
-705 0 obj
+704 0 obj
 << /Length 8264
 >>
 stream
@@ -94648,11 +94643,11 @@ Q
 
 endstream
 endobj
-706 0 obj
+705 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 705 0 R
+/Contents 704 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F6.0 73 0 R
@@ -94661,14 +94656,14 @@ endobj
 /F1.1 72 0 R
 /F5.0 52 0 R
 >>
-/XObject << /I25 713 0 R
-/Stamp1 1224 0 R
+/XObject << /I25 712 0 R
+/Stamp1 1223 0 R
 >>
 >>
-/Annots [707 0 R 708 0 R 709 0 R 711 0 R 712 0 R 714 0 R]
+/Annots [706 0 R 707 0 R 708 0 R 710 0 R 711 0 R 713 0 R]
 >>
 endobj
-707 0 obj
+706 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -94679,7 +94674,7 @@ endobj
 /Type /Annot
 >>
 endobj
-708 0 obj
+707 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -94690,7 +94685,7 @@ endobj
 /Type /Annot
 >>
 endobj
-709 0 obj
+708 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -94701,10 +94696,10 @@ endobj
 /Type /Annot
 >>
 endobj
-710 0 obj
-[706 0 R /XYZ 0 762.33 null]
+709 0 obj
+[705 0 R /XYZ 0 762.33 null]
 endobj
-711 0 obj
+710 0 obj
 << /Border [0 0 0]
 /Dest (_ugfun_core-concepts_philosophy_hexagonal-architecture)
 /Subtype /Link
@@ -94712,7 +94707,7 @@ endobj
 /Type /Annot
 >>
 endobj
-712 0 obj
+711 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -94723,7 +94718,7 @@ endobj
 /Type /Annot
 >>
 endobj
-713 0 obj
+712 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 660
@@ -95159,7 +95154,7 @@ o
 5\u020ca]T\ufffd\ufffd\ufffdT\ufffd	\ufffd0Hq~I\ufffd_t\ufffdeB\ufffdE\ufffd\ufffd\ufffd\ufffd\ufffdA\ufffd\u07605\ufffdA\ufffd`\ufffd\u0428\ufffd\ufffdK>	j\ufffd\ufffd.P[g\ufffduQ\ufffd\ufffd\ufffd0H\ufffd\ufffd\ufffd\ufffd/\ufffd\ufffd2\ufffd\u0762P\ufffdJ@\ufffd \u02ba\ufffd\u06a0#n\ufffd@\ufffd\ufffd\ufffd:\ufffd\ufffdh\ufffd\ufffd\u6eed3\ufffd6\ufffd\ufffd\ufffdI\ufffd\ufffd\ufffd\ufffdE7]f \ufffd\ufffd\ufffdQ\ufffd\ufffd\ufffd\ufffd\ufffd(Xt\ufffd\ufffd\ufffdQ]K\ufffd\ufffd\ufffd2\u020cz\ufffd\ufffdmN.wV\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdE7]f \ufffd\ufffd\ufffdW\ufffd-B\ufffd\u078b#\ufffd.]m\u0428\ufffd\ufffdZ\ufffd<no\ufffdB2\ufffd\ufffdJ\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd	)\ufffd/)\ufffd\ufffdn\ufffd\ufffd@h7'\ufffd\u0102AYE\ufffd\u03b9c\ufffdn\ufffd\ufffds\u01a2\ufffd\ufffdF\ufffd#0\ufffd.\ufffd%\ufffd~\ufffdM\ufffd\ufffd\ufffdbWg\ufffd\ufffd\ufffd\ufffdW\ufffd\ufffd?\ufffd\ufffd\u72ab\ufffd\ufffd\ufffd\ufffdO\ufffd\ufffd\u0773o\ufffd>\ufffd\ufffd\ufffdS\ufffd\ufffd~I\ufffd_t\ufffdeB\ufffd3\ufffd\ufffdE\ufffd\ufffd\u06ba\u0543{_[Z\ufffdsf\ufffdk\ufffdBq\ufffd}\ufffd\ufffd*r\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd)\ufffd\ufffdZ\ufffd\ufffd\ufffd \ufffd\ufffd\ufffd4\ufffdE7]f \ufffd;\u0287\ufffd\ufffd\ufffdF\ufffd*^\ufffd\ufffd]\ufffd\ufffd\ufffd>e\ufffd}J\u02e0\ufffdT~My\u0140\ufffd\ufffd\ufffda#*\ufffdi<\ufffd@\ufffd_R\ufffd\ufffdt\ufffd\ufffd\ufffdnK(O\ufffdu}\ufffd\ufffdQ\ufffd\ufffd\u0313\ufffd
\ufffd+\ufffd\ufffd\ufffd\ufffd\u05b1d\u01feg\ufffdAJ\ufffd\ufffd \ufffd\ufffd\ufffdt\ufffdE7]f \ufffd{\u029f\ufffdy\ufffdQ\ufffd\ufffdFW\ufffd\u016c\ufffd\ufffd\ufffde\ufffd0\ufffd \u0542G`H]\ufffdK\ufffd\ufffd\ufffd\ufffd.3\ufffd
	\ufffd[\ufffdI(vi\ufffde\ufffd\ufffd
 \ufffd\*Ji\ufffdY\ufffd<I\ufffd\ufffdU\ufffd\ufffd\ufffdg\ufffdM\ufffd\ufffdV\ufffd \ufffd \ufffdb\ufffdn\ufffd\ufffd@h\ufffd\ufffd!\ufffd \ufffd\ufffd\ufffd\ufffd.3\ufffdc\ufffd \ufffd (F\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd \ufffd \ufffdQ\ufffd\ufffd2\ufffd\ufffd7\ufffd \ufffd \ufffdb\ufffdn\ufffd\ufffd@h\ufffd\ufffd!\ufffd \ufffd\ufffd\ufffd\ufffd.3\ufffdc\ufffd \ufffd (F\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd \ufffd \ufffdQ\ufffd\ufffd2\ufffd\ufffd7\ufffd \ufffd \ufffdb\ufffdn\ufffd\ufffd@h\ufffd\ufffd!\ufffd \ufffd\ufffd\ufffd\ufffd.3\ufffdc\ufffd \ufffd (F\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd \ufffd \ufffdQ\ufffd\ufffd2\ufffd\ufffd7\ufffd \ufffd \ufffdb\ufffdn\ufffd\ufffd@h\ufffd\ufffd!\ufffd \ufffd\ufffd\ufffd\ufffd.3\ufffdc\ufffd \ufffd (F\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd \ufffd \ufffdQ\ufffd\ufffd\ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd@ \ufffd\\ufffd\ufffdl\ufffd\ufffd
 endstream
 endobj
-714 0 obj
+713 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -95170,7 +95165,7 @@ endobj
 /Type /Annot
 >>
 endobj
-715 0 obj
+714 0 obj
 << /Length 9598
 >>
 stream
@@ -95725,24 +95720,24 @@ Q
 
 endstream
 endobj
-716 0 obj
+715 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 715 0 R
+/Contents 714 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F2.0 18 0 R
 /F6.0 73 0 R
 /F7.0 156 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [717 0 R]
+/Annots [716 0 R]
 >>
 endobj
-717 0 obj
+716 0 obj
 << /Border [0 0 0]
 /Dest (rgsvc.adoc)
 /Subtype /Link
@@ -95750,13 +95745,13 @@ endobj
 /Type /Annot
 >>
 endobj
+717 0 obj
+[715 0 R /XYZ 0 735.3000000000001 null]
+endobj
 718 0 obj
-[716 0 R /XYZ 0 735.3000000000001 null]
+[715 0 R /XYZ 0 430.88000000000034 null]
 endobj
 719 0 obj
-[716 0 R /XYZ 0 430.88000000000034 null]
-endobj
-720 0 obj
 << /Length 23375
 >>
 stream
@@ -97394,26 +97389,26 @@ Q
 
 endstream
 endobj
-721 0 obj
+720 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 720 0 R
+/Contents 719 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F6.0 73 0 R
 /F6.1 454 0 R
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 >>
 endobj
-722 0 obj
-[721 0 R /XYZ 0 426.48999999999995 null]
+721 0 obj
+[720 0 R /XYZ 0 426.48999999999995 null]
 endobj
-723 0 obj
+722 0 obj
 << /Length 38361
 >>
 stream
@@ -100176,22 +100171,22 @@ Q
 
 endstream
 endobj
-724 0 obj
+723 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 723 0 R
+/Contents 722 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F6.0 73 0 R
 /F6.1 454 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
 >>
 endobj
-725 0 obj
+724 0 obj
 << /Length 25550
 >>
 stream
@@ -101853,11 +101848,11 @@ Q
 
 endstream
 endobj
-726 0 obj
+725 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 725 0 R
+/Contents 724 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F3.1 44 0 R
 /F1.0 8 0 R
@@ -101865,16 +101860,16 @@ endobj
 /F2.0 18 0 R
 /F6.1 454 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [728 0 R 729 0 R 730 0 R]
+/Annots [727 0 R 728 0 R 729 0 R]
 >>
 endobj
-727 0 obj
-[726 0 R /XYZ 0 706.99 null]
+726 0 obj
+[725 0 R /XYZ 0 706.99 null]
 endobj
-728 0 obj
+727 0 obj
 << /Border [0 0 0]
 /Dest (_ugfun_how-tos_contributed-members)
 /Subtype /Link
@@ -101882,7 +101877,7 @@ endobj
 /Type /Annot
 >>
 endobj
-729 0 obj
+728 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -101893,7 +101888,7 @@ endobj
 /Type /Annot
 >>
 endobj
-730 0 obj
+729 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -101904,10 +101899,10 @@ endobj
 /Type /Annot
 >>
 endobj
-731 0 obj
-[726 0 R /XYZ 0 197.5500000000002 null]
+730 0 obj
+[725 0 R /XYZ 0 197.5500000000002 null]
 endobj
-732 0 obj
+731 0 obj
 << /Length 26140
 >>
 stream
@@ -103675,11 +103670,11 @@ Q
 
 endstream
 endobj
-733 0 obj
+732 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 732 0 R
+/Contents 731 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F6.0 73 0 R
 /F6.1 454 0 R
@@ -103687,27 +103682,27 @@ endobj
 /F2.0 18 0 R
 /F5.0 52 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [735 0 R 737 0 R 738 0 R 739 0 R 740 0 R 741 0 R]
+/Annots [734 0 R 736 0 R 737 0 R 738 0 R 739 0 R 740 0 R]
 >>
 endobj
-734 0 obj
-[733 0 R /XYZ 0 514.27 null]
+733 0 obj
+[732 0 R /XYZ 0 514.27 null]
 endobj
-735 0 obj
+734 0 obj
 << /Border [0 0 0]
-/Dest (_ugfun_how-tos_domain-services_organizing-services)
+/Dest (__ugfun_how-tos_domain-services_organizing-services)
 /Subtype /Link
 /Rect [514.3219999999999 465.96 544.415 480.23999999999995]
 /Type /Annot
 >>
 endobj
-736 0 obj
-[733 0 R /XYZ 0 350.30999999999995 null]
+735 0 obj
+[732 0 R /XYZ 0 350.30999999999995 null]
 endobj
-737 0 obj
+736 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -103718,7 +103713,7 @@ endobj
 /Type /Annot
 >>
 endobj
-738 0 obj
+737 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -103729,7 +103724,7 @@ endobj
 /Type /Annot
 >>
 endobj
-739 0 obj
+738 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -103740,7 +103735,7 @@ endobj
 /Type /Annot
 >>
 endobj
-740 0 obj
+739 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -103751,7 +103746,7 @@ endobj
 /Type /Annot
 >>
 endobj
-741 0 obj
+740 0 obj
 << /Border [0 0 0]
 /Dest (rgsvc.adoc)
 /Subtype /Link
@@ -103759,7 +103754,7 @@ endobj
 /Type /Annot
 >>
 endobj
-742 0 obj
+741 0 obj
 << /Length 12638
 >>
 stream
@@ -104427,26 +104422,26 @@ Q
 
 endstream
 endobj
-743 0 obj
+742 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 742 0 R
+/Contents 741 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 /F6.0 73 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [745 0 R 746 0 R 747 0 R]
+/Annots [744 0 R 745 0 R 746 0 R]
 >>
 endobj
-744 0 obj
-[743 0 R /XYZ 0 841.89 null]
+743 0 obj
+[742 0 R /XYZ 0 841.89 null]
 endobj
-745 0 obj
+744 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -104457,7 +104452,7 @@ endobj
 /Type /Annot
 >>
 endobj
-746 0 obj
+745 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -104468,7 +104463,7 @@ endobj
 /Type /Annot
 >>
 endobj
-747 0 obj
+746 0 obj
 << /Border [0 0 0]
 /Dest (rgsvc.adoc)
 /Subtype /Link
@@ -104476,10 +104471,10 @@ endobj
 /Type /Annot
 >>
 endobj
-748 0 obj
-[743 0 R /XYZ 0 107.91000000000014 null]
+747 0 obj
+[742 0 R /XYZ 0 107.91000000000014 null]
 endobj
-749 0 obj
+748 0 obj
 << /Length 11862
 >>
 stream
@@ -105215,11 +105210,11 @@ Q
 
 endstream
 endobj
-750 0 obj
+749 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 749 0 R
+/Contents 748 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F5.0 52 0 R
@@ -105227,13 +105222,13 @@ endobj
 /F2.0 18 0 R
 /F3.1 44 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [751 0 R 752 0 R 754 0 R 757 0 R 758 0 R 761 0 R 763 0 R 765 0 R]
+/Annots [750 0 R 751 0 R 753 0 R 756 0 R 757 0 R 760 0 R 762 0 R 764 0 R]
 >>
 endobj
-751 0 obj
+750 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -105244,7 +105239,7 @@ endobj
 /Type /Annot
 >>
 endobj
-752 0 obj
+751 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -105255,10 +105250,10 @@ endobj
 /Type /Annot
 >>
 endobj
-753 0 obj
-[750 0 R /XYZ 0 592.6200000000002 null]
+752 0 obj
+[749 0 R /XYZ 0 592.6200000000002 null]
 endobj
-754 0 obj
+753 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -105269,13 +105264,13 @@ endobj
 /Type /Annot
 >>
 endobj
+754 0 obj
+[749 0 R /XYZ 0 515.7800000000004 null]
+endobj
 755 0 obj
-[750 0 R /XYZ 0 515.7800000000004 null]
+[749 0 R /XYZ 0 439.9200000000004 null]
 endobj
 756 0 obj
-[750 0 R /XYZ 0 439.9200000000004 null]
-endobj
-757 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -105286,7 +105281,7 @@ endobj
 /Type /Annot
 >>
 endobj
-758 0 obj
+757 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -105297,15 +105292,15 @@ endobj
 /Type /Annot
 >>
 endobj
-759 0 obj
-[750 0 R /XYZ 0 370.86000000000035 null]
+758 0 obj
+[749 0 R /XYZ 0 370.86000000000035 null]
 endobj
-760 0 obj
+759 0 obj
 << /Limits [(declarative-validation) (disable-a-collection)]
-/Names [(declarative-validation) 808 0 R (default-for-action-param) 859 0 R (default-for-property) 841 0 R (deleting-objects) 764 0 R (dependent-choices-for-action-params) 850 0 R (deploy-on-your-own-platform) 324 0 R (deploy-the-rest-api) 326 0 R (deploy-to-production) 314 0 R (derived-collection) 813 0 R (derived-property) 812 0 R (disable-a-collection) 785 0 R]
+/Names [(declarative-validation) 807 0 R (default-for-action-param) 857 0 R (default-for-property) 839 0 R (deleting-objects) 763 0 R (dependent-choices-for-action-params) 848 0 R (deploy-on-your-own-platform) 324 0 R (deploy-the-rest-api) 326 0 R (deploy-to-production) 314 0 R (derived-collection) 812 0 R (derived-property) 811 0 R (disable-a-collection) 784 0 R]
 >>
 endobj
-761 0 obj
+760 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -105316,24 +105311,24 @@ endobj
 /Type /Annot
 >>
 endobj
-762 0 obj
-[750 0 R /XYZ 0 301.8000000000003 null]
+761 0 obj
+[749 0 R /XYZ 0 301.8000000000003 null]
 endobj
-763 0 obj
+762 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (rgsvc.pdf#_rgsvc_api_IsisJdoSupport_type-safe-jdoql-queries)
+/URI (rgsvc.pdf#__rgsvc_api_IsisJdoSupport_type-safe-jdoql-queries)
 >>
 /Subtype /Link
 /Rect [228.74846158854166 252.89000000000024 251.5859615885417 267.17000000000024]
 /Type /Annot
 >>
 endobj
-764 0 obj
-[750 0 R /XYZ 0 236.14000000000024 null]
+763 0 obj
+[749 0 R /XYZ 0 236.14000000000024 null]
 endobj
-765 0 obj
+764 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -105344,10 +105339,10 @@ endobj
 /Type /Annot
 >>
 endobj
-766 0 obj
-[750 0 R /XYZ 0 167.0800000000002 null]
+765 0 obj
+[749 0 R /XYZ 0 167.0800000000002 null]
 endobj
-767 0 obj
+766 0 obj
 << /Length 9824
 >>
 stream
@@ -105939,11 +105934,11 @@ Q
 
 endstream
 endobj
-768 0 obj
+767 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 767 0 R
+/Contents 766 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F3.1 44 0 R
@@ -105951,16 +105946,16 @@ endobj
 /F6.0 73 0 R
 /F7.0 156 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [770 0 R 771 0 R 772 0 R 781 0 R 782 0 R 783 0 R 792 0 R 793 0 R 794 0 R 795 0 R 796 0 R 797 0 R 798 0 R 799 0 R 800 0 R 801 0 R]
+/Annots [769 0 R 770 0 R 771 0 R 780 0 R 781 0 R 782 0 R 791 0 R 792 0 R 793 0 R 794 0 R 795 0 R 796 0 R 797 0 R 798 0 R 799 0 R 800 0 R]
 >>
 endobj
-769 0 obj
-[768 0 R /XYZ 0 841.89 null]
+768 0 obj
+[767 0 R /XYZ 0 841.89 null]
 endobj
-770 0 obj
+769 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -105971,7 +105966,7 @@ endobj
 /Type /Annot
 >>
 endobj
-771 0 obj
+770 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -105982,7 +105977,7 @@ endobj
 /Type /Annot
 >>
 endobj
-772 0 obj
+771 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -105993,35 +105988,35 @@ endobj
 /Type /Annot
 >>
 endobj
-773 0 obj
-[768 0 R /XYZ 0 741.6300000000001 null]
+772 0 obj
+[767 0 R /XYZ 0 741.6300000000001 null]
 endobj
-774 0 obj
+773 0 obj
 << /Limits [(method-injection) (prerequisites)]
-/Names [(method-injection) 618 0 R (migrating-from-earlier-versions) 1006 0 R (model-driven-design) 55 0 R (model-must-be-understandable) 113 0 R (modifying-the-app) 428 0 R (more-advanced-features) 996 0 R (multiple-references-to-a-feature) 997 0 R (namespaces) 981 0 R (object-css-styling) 639 0 R (object-icon) 636 0 R (object-title) 629 0 R (optional-no-code-join-code) 889 0 R (ordering-menu-actions) 1054 0 R (other-annotations) 952 0 R (other-guides) 25 0 R (per-action) 677 0 R (per-pattern-matching) 681 0 R (persistence-concerns) 874 0 R (prerequisites) 340 0 R]
+/Names [(method-injection) 618 0 R (migrating-from-earlier-versions) 1004 0 R (model-driven-design) 55 0 R (model-must-be-understandable) 113 0 R (modifying-the-app) 428 0 R (more-advanced-features) 994 0 R (multiple-references-to-a-feature) 995 0 R (namespaces) 979 0 R (object-css-styling) 638 0 R (object-icon) 635 0 R (object-title) 628 0 R (optional-no-code-join-code) 887 0 R (ordering-menu-actions) 1053 0 R (other-annotations) 950 0 R (other-guides) 25 0 R (per-action) 676 0 R (per-pattern-matching) 680 0 R (persistence-concerns) 872 0 R (prerequisites) 340 0 R]
 >>
 endobj
+774 0 obj
+[767 0 R /XYZ 0 711.7500000000002 null]
+endobj
 775 0 obj
-[768 0 R /XYZ 0 711.7500000000002 null]
+[767 0 R /XYZ 0 681.8700000000003 null]
 endobj
 776 0 obj
-[768 0 R /XYZ 0 681.8700000000003 null]
+[767 0 R /XYZ 0 651.9900000000005 null]
 endobj
 777 0 obj
-[768 0 R /XYZ 0 651.9900000000005 null]
+[767 0 R /XYZ 0 622.1100000000006 null]
 endobj
 778 0 obj
-[768 0 R /XYZ 0 622.1100000000006 null]
+[767 0 R /XYZ 0 592.2300000000007 null]
 endobj
 779 0 obj
-[768 0 R /XYZ 0 592.2300000000007 null]
-endobj
-780 0 obj
 << /Limits [(usability-use-it) (with-code-join-code)]
-/Names [(usability-use-it) 779 0 R (use-for-prototyping) 323 0 R (using-a-checkbox) 698 0 R (using-a-regular-servlet-container) 356 0 R (using-action-semantics) 693 0 R (using-datanucleus-type-safe-queries) 762 0 R (using-mvn-jetty-plugin) 355 0 R (using-the-app) 372 0 R (validate-adding-or-removing-from-a-collection) 803 0 R (validate-arguments-to-invoke-an-action) 804 0 R (validate-change-to-a-property) 802 0 R (validating-a-contributed-property-collection-or-action) 807 0 R (validity-do-it) 791 0 R (value-vs-reference-types) 563 0 R (view-model) 873 0 R (visibility-see-it) 769 0 R (what-this-means-in-practice) 81 0 R (with-code-join-code) 897 0 R]
+/Names [(usability-use-it) 778 0 R (use-for-prototyping) 323 0 R (using-a-checkbox) 697 0 R (using-a-regular-servlet-container) 356 0 R (using-action-semantics) 692 0 R (using-datanucleus-type-safe-queries) 761 0 R (using-mvn-jetty-plugin) 355 0 R (using-the-app) 372 0 R (validate-adding-or-removing-from-a-collection) 802 0 R (validate-arguments-to-invoke-an-action) 803 0 R (validate-change-to-a-property) 801 0 R (validating-a-contributed-property-collection-or-action) 806 0 R (validity-do-it) 790 0 R (value-vs-reference-types) 562 0 R (view-model) 871 0 R (visibility-see-it) 768 0 R (what-this-means-in-practice) 81 0 R (with-code-join-code) 895 0 R]
 >>
 endobj
-781 0 obj
+780 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106032,7 +106027,7 @@ endobj
 /Type /Annot
 >>
 endobj
-782 0 obj
+781 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106043,7 +106038,7 @@ endobj
 /Type /Annot
 >>
 endobj
-783 0 obj
+782 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106054,31 +106049,31 @@ endobj
 /Type /Annot
 >>
 endobj
+783 0 obj
+[767 0 R /XYZ 0 523.1700000000009 null]
+endobj
 784 0 obj
-[768 0 R /XYZ 0 523.1700000000009 null]
+[767 0 R /XYZ 0 493.29000000000093 null]
 endobj
 785 0 obj
-[768 0 R /XYZ 0 493.29000000000093 null]
+[767 0 R /XYZ 0 463.41000000000093 null]
 endobj
 786 0 obj
-[768 0 R /XYZ 0 463.41000000000093 null]
+[767 0 R /XYZ 0 433.53000000000094 null]
 endobj
 787 0 obj
-[768 0 R /XYZ 0 433.53000000000094 null]
+[767 0 R /XYZ 0 403.65000000000094 null]
 endobj
 788 0 obj
-[768 0 R /XYZ 0 403.65000000000094 null]
+[767 0 R /XYZ 0 318.21000000000095 null]
 endobj
 789 0 obj
-[768 0 R /XYZ 0 318.21000000000095 null]
+[767 0 R /XYZ 0 266.3700000000009 null]
 endobj
 790 0 obj
-[768 0 R /XYZ 0 266.3700000000009 null]
+[767 0 R /XYZ 0 238.53000000000088 null]
 endobj
 791 0 obj
-[768 0 R /XYZ 0 238.53000000000088 null]
-endobj
-792 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106089,7 +106084,7 @@ endobj
 /Type /Annot
 >>
 endobj
-793 0 obj
+792 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106100,7 +106095,7 @@ endobj
 /Type /Annot
 >>
 endobj
-794 0 obj
+793 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106111,7 +106106,7 @@ endobj
 /Type /Annot
 >>
 endobj
-795 0 obj
+794 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106122,7 +106117,7 @@ endobj
 /Type /Annot
 >>
 endobj
-796 0 obj
+795 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106133,7 +106128,7 @@ endobj
 /Type /Annot
 >>
 endobj
-797 0 obj
+796 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106144,7 +106139,7 @@ endobj
 /Type /Annot
 >>
 endobj
-798 0 obj
+797 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106155,7 +106150,7 @@ endobj
 /Type /Annot
 >>
 endobj
-799 0 obj
+798 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106166,7 +106161,7 @@ endobj
 /Type /Annot
 >>
 endobj
-800 0 obj
+799 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106177,7 +106172,7 @@ endobj
 /Type /Annot
 >>
 endobj
-801 0 obj
+800 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -106188,16 +106183,16 @@ endobj
 /Type /Annot
 >>
 endobj
+801 0 obj
+[767 0 R /XYZ 0 169.47000000000085 null]
+endobj
 802 0 obj
-[768 0 R /XYZ 0 169.47000000000085 null]
+[767 0 R /XYZ 0 139.59000000000083 null]
 endobj
 803 0 obj
-[768 0 R /XYZ 0 139.59000000000083 null]
+[767 0 R /XYZ 0 109.71000000000082 null]
 endobj
 804 0 obj
-[768 0 R /XYZ 0 109.71000000000082 null]
-endobj
-805 0 obj
 << /Length 16254
 >>
 stream
@@ -107253,11 +107248,11 @@ Q
 
 endstream
 endobj
-806 0 obj
+805 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 805 0 R
+/Contents 804 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F3.1 44 0 R
@@ -107265,19 +107260,19 @@ endobj
 /F6.0 73 0 R
 /F7.0 156 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [809 0 R 810 0 R 815 0 R 816 0 R 817 0 R 818 0 R 819 0 R 820 0 R 822 0 R 823 0 R 824 0 R 825 0 R 826 0 R 827 0 R]
+/Annots [808 0 R 809 0 R 814 0 R 815 0 R 816 0 R 817 0 R 818 0 R 819 0 R 821 0 R 822 0 R 823 0 R 824 0 R 825 0 R 826 0 R]
 >>
 endobj
+806 0 obj
+[805 0 R /XYZ 0 841.89 null]
+endobj
 807 0 obj
-[806 0 R /XYZ 0 841.89 null]
+[805 0 R /XYZ 0 780.8100000000001 null]
 endobj
 808 0 obj
-[806 0 R /XYZ 0 780.8100000000001 null]
-endobj
-809 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107288,7 +107283,7 @@ endobj
 /Type /Annot
 >>
 endobj
-810 0 obj
+809 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107299,19 +107294,19 @@ endobj
 /Type /Annot
 >>
 endobj
+810 0 obj
+[805 0 R /XYZ 0 715.1500000000002 null]
+endobj
 811 0 obj
-[806 0 R /XYZ 0 715.1500000000002 null]
+[805 0 R /XYZ 0 639.2900000000003 null]
 endobj
 812 0 obj
-[806 0 R /XYZ 0 639.2900000000003 null]
+[805 0 R /XYZ 0 570.2300000000005 null]
 endobj
 813 0 obj
-[806 0 R /XYZ 0 570.2300000000005 null]
+[805 0 R /XYZ 0 291.61000000000064 null]
 endobj
 814 0 obj
-[806 0 R /XYZ 0 291.61000000000064 null]
-endobj
-815 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107322,7 +107317,7 @@ endobj
 /Type /Annot
 >>
 endobj
-816 0 obj
+815 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107333,7 +107328,7 @@ endobj
 /Type /Annot
 >>
 endobj
-817 0 obj
+816 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107344,7 +107339,7 @@ endobj
 /Type /Annot
 >>
 endobj
-818 0 obj
+817 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107355,7 +107350,7 @@ endobj
 /Type /Annot
 >>
 endobj
-819 0 obj
+818 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107366,7 +107361,7 @@ endobj
 /Type /Annot
 >>
 endobj
-820 0 obj
+819 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107377,10 +107372,10 @@ endobj
 /Type /Annot
 >>
 endobj
-821 0 obj
-[806 0 R /XYZ 0 222.5500000000006 null]
+820 0 obj
+[805 0 R /XYZ 0 222.5500000000006 null]
 endobj
-822 0 obj
+821 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107391,7 +107386,7 @@ endobj
 /Type /Annot
 >>
 endobj
-823 0 obj
+822 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107402,7 +107397,7 @@ endobj
 /Type /Annot
 >>
 endobj
-824 0 obj
+823 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107413,7 +107408,7 @@ endobj
 /Type /Annot
 >>
 endobj
-825 0 obj
+824 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107424,7 +107419,7 @@ endobj
 /Type /Annot
 >>
 endobj
-826 0 obj
+825 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107435,7 +107430,7 @@ endobj
 /Type /Annot
 >>
 endobj
-827 0 obj
+826 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -107446,15 +107441,10 @@ endobj
 /Type /Annot
 >>
 endobj
-828 0 obj
-[806 0 R /XYZ 0 153.49000000000058 null]
-endobj
-829 0 obj
-<< /Limits [(_ugfun_how-tos_ui-hints_names-and-descriptions) (architecture-must-be-robust)]
-/Names [(_ugfun_how-tos_ui-hints_names-and-descriptions) 647 0 R (_ugfun_how-tos_ui-hints_object-titles-and-icons) 625 0 R (_ugfun_how-tos_ui_are-you-sure) 692 0 R (_ugfun_jdo-mappings) 882 0 R (_ugfun_jdo-mappings_1-to-m-bidirectional-relationships) 883 0 R (_ugfun_object-layout) 904 0 R (_ugfun_object-layout_application-menu) 1043 0 R (_ugfun_object-layout_dynamic) 1027 0 R (_ugfun_object-layout_dynamic_xml) 960 0 R (_ugfun_object-layout_dynamic_xml-unreferenced) 993 0 R (_ugfun_object-layout_static) 906 0 R (_ugfun_object-layout_static-vs-dynamic) 1068 0 R (action-parameters) 663 0 R (actions) 200 0 R (actions-2) 660 0 R (all-members-hidden) 778 0 R (all-members-unmodifiable-disabling-the-edit-button) 788 0 R (aop-concepts) 93 0 R (app-structure) 433 0 R (architecture-must-be-robust) 115 0 R]
->>
+827 0 obj
+[805 0 R /XYZ 0 153.49000000000058 null]
 endobj
-830 0 obj
+828 0 obj
 << /Length 11895
 >>
 stream
@@ -108211,11 +108201,11 @@ Q
 
 endstream
 endobj
-831 0 obj
+829 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 830 0 R
+/Contents 828 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F3.1 44 0 R
@@ -108223,19 +108213,19 @@ endobj
 /F6.0 73 0 R
 /F7.0 156 0 R
 >>
-/XObject << /Stamp1 1224 0 R
+/XObject << /Stamp1 1223 0 R
 >>
 >>
-/Annots [834 0 R 835 0 R 836 0 R 838 0 R 839 0 R 840 0 R 842 0 R 843 0 R 844 0 R 847 0 R 848 0 R 849 0 R 852 0 R 853 0 R 854 0 R 856 0 R 857 0 R 858 0 R 860 0 R 861 0 R 862 0 R 865 0 R]
+/Annots [832 0 R 833 0 R 834 0 R 836 0 R 837 0 R 838 0 R 840 0 R 841 0 R 842 0 R 845 0 R 846 0 R 847 0 R 850 0 R 851 0 R 852 0 R 854 0 R 855 0 R 856 0 R 858 0 R 859 0 R 860 0 R 863 0 R]
 >>
 endobj
-832 0 obj
-[831 0 R /XYZ 0 841.89 null]
+830 0 obj
+[829 0 R /XYZ 0 841.89 null]
 endobj
-833 0 obj
-[831 0 R /XYZ 0 741.6300000000001 null]
+831 0 obj
+[829 0 R /XYZ 0 741.6300000000001 null]
 endobj
-834 0 obj
+832 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -108246,7 +108236,7 @@ endobj
 /Type /Annot
 >>
 endobj
-835 0 obj
+833 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -108257,7 +108247,7 @@ endobj
 /Type /Annot
 >>
 endobj
-836 0 obj
+834 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -108268,10 +108258,10 @@ endobj
 /Type /Annot
 >>
 endobj
-837 0 obj
-[831 0 R /XYZ 0 675.9700000000003 null]
+835 0 obj
+[829 0 R /XYZ 0 675.9700000000003 null]
 endobj
-838 0 obj
+836 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -108282,7 +108272,7 @@ endobj
 /Type /Annot
 >>
 endobj
-839 0 obj
+837 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -108293,7 +108283,7 @@ endobj
 /Type /Annot
 >>
 endobj
-840 0 obj
+838 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -108304,10 +108294,10 @@ endobj
 /Type /Annot
 >>
 endobj
-841 0 obj
-[831 0 R /XYZ 0 610.3100000000004 null]
+839 0 obj
+[829 0 R /XYZ 0 610.3100000000004 null]
 endobj
-842 0 obj
+840 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -108318,7 +108308,7 @@ endobj
 /Type /Annot
 >>
 endobj
-843 0 obj
+841 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -108329,7 +108319,7 @@ endobj
 /Type /Annot
 >>
 endobj
-844 0 obj
+842 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -108340,13 +108330,13 @@ endobj
 /Type /Annot
 >>
 endobj
-845 0 obj
-[831 0 R /XYZ 0 544.6500000000005 null]
+843 0 obj
+[829 0 R /XYZ 0 544.6500000000005 null]
 endobj
-846 0 obj
-[831 0 R /XYZ 0 475.5900000000006 null]
+844 0 obj
+[829 0 R /XYZ 0 475.5900000000006 null]
 endobj
-847 0 obj
+845 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -108357,7 +108347,7 @@ endobj
 /Type /Annot
 >>
 endobj
-848 0 obj
+846 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -108368,7 +108358,7 @@ endobj
 /Type /Annot
 >>
 endobj
-849 0 obj
+847 0 obj
 << /Border [0 0 0]
 /A << /Type /Action

<TRUNCATED>

[03/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/ugsec.html
----------------------------------------------------------------------
diff --git a/content/guides/ugsec.html b/content/guides/ugsec.html
index 5242b89..7361cef 100644
--- a/content/guides/ugsec.html
+++ b/content/guides/ugsec.html
@@ -459,8 +459,7 @@ table.CodeRay td.code>pre{padding:0}
     <div id="doc-content">
      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugsec.adoc&quot;" style="float: right; font-size: small; padding: 6px;  "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
      <div class="sect1"> 
-      <h2 id="_ugsec">1. Security</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/_ugsec.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="__ugsec">1. Security</h2> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>This guide describes the authentication and authorization features available to secure your Apache Isis application.</p> 
@@ -1811,7 +1810,7 @@ userRegistrationService.registerUser(userDetails);</code></pre>
     <div id="toc" class="toc2"> 
      <div class="fallback-toc"> 
       <ul class="sectlevel1"> 
-       <li><a href="#_ugsec">1. Security</a> 
+       <li><a href="#__ugsec">1. Security</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_other_guides">1.1. Other Guides</a></li> 
          <li><a href="#_terminology">1.2. Terminology</a></li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/ugsec.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugsec.pdf b/content/guides/ugsec.pdf
index d66792b..c7d79f2 100644
--- a/content/guides/ugsec.pdf
+++ b/content/guides/ugsec.pdf
@@ -4,8 +4,8 @@
 << /Title (Security)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307234522+00'00')
-/ModDate (D:20170307234522+00'00')
+/CreationDate (D:20170308005410+00'00')
+/ModDate (D:20170308005410+00'00')
 >>
 endobj
 2 0 obj
@@ -15478,8 +15478,8 @@ endobj
 [149 0 R /XYZ 0 841.89 null]
 endobj
 151 0 obj
-<< /Limits [(_ugsec) (bootstrapping-shiro)]
-/Names [(_ugsec) 13 0 R (_ugsec_api-for-applications) 156 0 R (_ugsec_configuring-isis-to-use-bypass) 150 0 R (_ugsec_configuring-isis-to-use-shiro) 54 0 R (_ugsec_shiro-ini-realm) 68 0 R (_ugsec_shiro-isis-enhanced-wildcard-permission) 143 0 R (_ugsec_shiro-isis-ldap-realm) 85 0 R (_ugsec_shiro-isisaddons-security-module-realm) 120 0 R (_ugsec_shiro-jdbc-realm) 131 0 R (_ugsec_usage-by-isis-viewers) 166 0 R (active-ds-ldap-tutorial) 96 0 R (bootstrapping-shiro) 62 0 R]
+<< /Limits [(__ugsec) (bootstrapping-shiro)]
+/Names [(__ugsec) 13 0 R (_ugsec_api-for-applications) 156 0 R (_ugsec_configuring-isis-to-use-bypass) 150 0 R (_ugsec_configuring-isis-to-use-shiro) 54 0 R (_ugsec_shiro-ini-realm) 68 0 R (_ugsec_shiro-isis-enhanced-wildcard-permission) 143 0 R (_ugsec_shiro-isis-ldap-realm) 85 0 R (_ugsec_shiro-isisaddons-security-module-realm) 120 0 R (_ugsec_shiro-jdbc-realm) 131 0 R (_ugsec_usage-by-isis-viewers) 166 0 R (active-ds-ldap-tutorial) 96 0 R (bootstrapping-shiro) 62 0 R]
 >>
 endobj
 152 0 obj
@@ -23535,7 +23535,7 @@ endobj
 endobj
 193 0 obj
 << /Border [0 0 0]
-/Dest (_ugsec)
+/Dest (__ugsec)
 /Subtype /Link
 /Rect [48.24 748.79 100.50900000000001 763.07]
 /Type /Annot
@@ -23543,7 +23543,7 @@ endobj
 endobj
 194 0 obj
 << /Border [0 0 0]
-/Dest (_ugsec)
+/Dest (__ugsec)
 /Subtype /Link
 /Rect [541.1705 748.79 547.04 763.07]
 /Type /Annot
@@ -24761,163 +24761,163 @@ xref
 0000868994 00000 n 
 0000869248 00000 n 
 0000869294 00000 n 
-0000869833 00000 n 
-0000870471 00000 n 
-0000880436 00000 n 
-0000901529 00000 n 
-0000901817 00000 n 
-0000901863 00000 n 
-0000901920 00000 n 
-0000902137 00000 n 
-0000902194 00000 n 
-0000902423 00000 n 
-0000902662 00000 n 
-0000909693 00000 n 
-0000909921 00000 n 
-0000925209 00000 n 
-0000925534 00000 n 
-0000925580 00000 n 
-0000925752 00000 n 
-0000925938 00000 n 
-0000926130 00000 n 
-0000926187 00000 n 
-0000926382 00000 n 
-0000926638 00000 n 
-0000926862 00000 n 
-0000950601 00000 n 
-0000950947 00000 n 
-0000950993 00000 n 
-0000951145 00000 n 
-0000951284 00000 n 
-0000951471 00000 n 
-0000951684 00000 n 
-0000951896 00000 n 
-0000952132 00000 n 
-0000952189 00000 n 
-0000952386 00000 n 
-0000971732 00000 n 
-0000971973 00000 n 
-0000993518 00000 n 
-0000993803 00000 n 
-0000993860 00000 n 
-0000994229 00000 n 
-0001010623 00000 n 
-0001010864 00000 n 
-0001010993 00000 n 
-0001011113 00000 n 
-0001011238 00000 n 
-0001011364 00000 n 
-0001011507 00000 n 
-0001011643 00000 n 
-0001011813 00000 n 
-0001011974 00000 n 
-0001012138 00000 n 
-0001012295 00000 n 
-0001012463 00000 n 
-0001012624 00000 n 
-0001012788 00000 n 
-0001012943 00000 n 
-0001013104 00000 n 
-0001013268 00000 n 
-0001013431 00000 n 
-0001013598 00000 n 
-0001013756 00000 n 
-0001013920 00000 n 
-0001014075 00000 n 
-0001014231 00000 n 
-0001014388 00000 n 
-0001014551 00000 n 
-0001014715 00000 n 
-0001014881 00000 n 
-0001015038 00000 n 
-0001015208 00000 n 
-0001015378 00000 n 
-0001015546 00000 n 
-0001015714 00000 n 
-0001015904 00000 n 
-0001016094 00000 n 
-0001016253 00000 n 
-0001016422 00000 n 
-0001016615 00000 n 
-0001016808 00000 n 
-0001016991 00000 n 
-0001017174 00000 n 
-0001017337 00000 n 
-0001017510 00000 n 
-0001017679 00000 n 
-0001017863 00000 n 
-0001018056 00000 n 
-0001018236 00000 n 
-0001018383 00000 n 
-0001018540 00000 n 
-0001018712 00000 n 
-0001018886 00000 n 
-0001019046 00000 n 
-0001019206 00000 n 
-0001019374 00000 n 
-0001019542 00000 n 
-0001019829 00000 n 
-0001019907 00000 n 
-0001020048 00000 n 
-0001020240 00000 n 
-0001020469 00000 n 
-0001020658 00000 n 
-0001020843 00000 n 
-0001021184 00000 n 
-0001021442 00000 n 
-0001021746 00000 n 
-0001021966 00000 n 
-0001022175 00000 n 
-0001022432 00000 n 
-0001022649 00000 n 
-0001022863 00000 n 
-0001023120 00000 n 
-0001023338 00000 n 
-0001023590 00000 n 
-0001023824 00000 n 
-0001024077 00000 n 
-0001024310 00000 n 
-0001024591 00000 n 
-0001024832 00000 n 
-0001025110 00000 n 
-0001025352 00000 n 
-0001025538 00000 n 
-0001025842 00000 n 
-0001026040 00000 n 
-0001026274 00000 n 
-0001026562 00000 n 
-0001034880 00000 n 
-0001035096 00000 n 
-0001036459 00000 n 
-0001037520 00000 n 
-0001044974 00000 n 
-0001045195 00000 n 
-0001046558 00000 n 
-0001047638 00000 n 
-0001051007 00000 n 
-0001051233 00000 n 
-0001052596 00000 n 
-0001053713 00000 n 
-0001054876 00000 n 
-0001055092 00000 n 
-0001055395 00000 n 
-0001056532 00000 n 
-0001062265 00000 n 
-0001062479 00000 n 
-0001063842 00000 n 
-0001064894 00000 n 
-0001066257 00000 n 
-0001066468 00000 n 
-0001066783 00000 n 
-0001067699 00000 n 
-0001069855 00000 n 
-0001070069 00000 n 
-0001070405 00000 n 
+0000869835 00000 n 
+0000870473 00000 n 
+0000880438 00000 n 
+0000901531 00000 n 
+0000901819 00000 n 
+0000901865 00000 n 
+0000901922 00000 n 
+0000902139 00000 n 
+0000902196 00000 n 
+0000902425 00000 n 
+0000902664 00000 n 
+0000909695 00000 n 
+0000909923 00000 n 
+0000925211 00000 n 
+0000925536 00000 n 
+0000925582 00000 n 
+0000925754 00000 n 
+0000925940 00000 n 
+0000926132 00000 n 
+0000926189 00000 n 
+0000926384 00000 n 
+0000926640 00000 n 
+0000926864 00000 n 
+0000950603 00000 n 
+0000950949 00000 n 
+0000950995 00000 n 
+0000951147 00000 n 
+0000951286 00000 n 
+0000951473 00000 n 
+0000951686 00000 n 
+0000951898 00000 n 
+0000952134 00000 n 
+0000952191 00000 n 
+0000952388 00000 n 
+0000971734 00000 n 
+0000971975 00000 n 
+0000993520 00000 n 
+0000993805 00000 n 
+0000993862 00000 n 
+0000994231 00000 n 
+0001010625 00000 n 
+0001010866 00000 n 
+0001010996 00000 n 
+0001011117 00000 n 
+0001011242 00000 n 
+0001011368 00000 n 
+0001011511 00000 n 
+0001011647 00000 n 
+0001011817 00000 n 
+0001011978 00000 n 
+0001012142 00000 n 
+0001012299 00000 n 
+0001012467 00000 n 
+0001012628 00000 n 
+0001012792 00000 n 
+0001012947 00000 n 
+0001013108 00000 n 
+0001013272 00000 n 
+0001013435 00000 n 
+0001013602 00000 n 
+0001013760 00000 n 
+0001013924 00000 n 
+0001014079 00000 n 
+0001014235 00000 n 
+0001014392 00000 n 
+0001014555 00000 n 
+0001014719 00000 n 
+0001014885 00000 n 
+0001015042 00000 n 
+0001015212 00000 n 
+0001015382 00000 n 
+0001015550 00000 n 
+0001015718 00000 n 
+0001015908 00000 n 
+0001016098 00000 n 
+0001016257 00000 n 
+0001016426 00000 n 
+0001016619 00000 n 
+0001016812 00000 n 
+0001016995 00000 n 
+0001017178 00000 n 
+0001017341 00000 n 
+0001017514 00000 n 
+0001017683 00000 n 
+0001017867 00000 n 
+0001018060 00000 n 
+0001018240 00000 n 
+0001018387 00000 n 
+0001018544 00000 n 
+0001018716 00000 n 
+0001018890 00000 n 
+0001019050 00000 n 
+0001019210 00000 n 
+0001019378 00000 n 
+0001019546 00000 n 
+0001019833 00000 n 
+0001019911 00000 n 
+0001020052 00000 n 
+0001020244 00000 n 
+0001020473 00000 n 
+0001020662 00000 n 
+0001020847 00000 n 
+0001021188 00000 n 
+0001021446 00000 n 
+0001021750 00000 n 
+0001021970 00000 n 
+0001022179 00000 n 
+0001022436 00000 n 
+0001022653 00000 n 
+0001022867 00000 n 
+0001023124 00000 n 
+0001023342 00000 n 
+0001023594 00000 n 
+0001023828 00000 n 
+0001024081 00000 n 
+0001024314 00000 n 
+0001024595 00000 n 
+0001024836 00000 n 
+0001025114 00000 n 
+0001025356 00000 n 
+0001025542 00000 n 
+0001025846 00000 n 
+0001026044 00000 n 
+0001026278 00000 n 
+0001026566 00000 n 
+0001034884 00000 n 
+0001035100 00000 n 
+0001036463 00000 n 
+0001037524 00000 n 
+0001044978 00000 n 
+0001045199 00000 n 
+0001046562 00000 n 
+0001047642 00000 n 
+0001051011 00000 n 
+0001051237 00000 n 
+0001052600 00000 n 
+0001053717 00000 n 
+0001054880 00000 n 
+0001055096 00000 n 
+0001055399 00000 n 
+0001056536 00000 n 
+0001062269 00000 n 
+0001062483 00000 n 
+0001063846 00000 n 
+0001064898 00000 n 
+0001066261 00000 n 
+0001066472 00000 n 
+0001066787 00000 n 
+0001067703 00000 n 
+0001069859 00000 n 
+0001070073 00000 n 
+0001070409 00000 n 
 trailer
 << /Size 304
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-1071543
+1071547
 %%EOF

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/ugtst.html
----------------------------------------------------------------------
diff --git a/content/guides/ugtst.html b/content/guides/ugtst.html
index df3a996..71b14b5 100644
--- a/content/guides/ugtst.html
+++ b/content/guides/ugtst.html
@@ -808,7 +808,7 @@ CustomerRepository customers;</code></pre>
              <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> 
              <td class="content"> 
               <div class="paragraph"> 
-               <p>(If using the JDO objectstore, then) there is generally no need to programmatically maintain 1:m relationships (indeed it may introduce subtle errors). For more details, see <a href="ugfun.html#_ugfun_how-tos_entity-relationships_managed-1-to-m-bidirectional-relationships">here</a>. Also check out the templates in the developers' guide (<a href="dg.html#_dg_ide_intellij_live-templates">live templates for IntelliJ</a> / <a href="dg.html#_dg_ide_eclipse_editor-templates">editor templates for Eclipse</a>) for further guidance.</p> 
+               <p>(If using the JDO objectstore, then) there is generally no need to programmatically maintain 1:m relationships (indeed it may introduce subtle errors). For more details, see <a href="ugfun.html#_ugfun_how-tos_entity-relationships_managed-1-to-m-bidirectional-relationships">here</a>. Also check out the templates in the developers' guide (<a href="dg.html#<em>dg_ide_intellij_live-templates">live templates for IntelliJ</a> / <a href="dg.html#</em>dg_ide_eclipse_editor-templates">editor templates for Eclipse</a>) for further guidance.</p> 
               </div> </td> 
             </tr> 
            </tbody>
@@ -1885,7 +1885,7 @@ CustomerRepository customers;</code></pre>
           </table> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugtst_integ-test-support_bootstrapping_IntegrationTestAbstract"><code>IntegrationTestAbstract</code></h5> 
+          <h5 id="__ugtst_integ-test-support_bootstrapping_IntegrationTestAbstract"><code>IntegrationTestAbstract</code></h5> 
           <div class="paragraph"> 
            <p>In fact, we recommend that your base class inherit from Apache Isis' <code>IntegrationTestAbstract</code> class:</p> 
           </div> 
@@ -2678,7 +2678,7 @@ Feature: <span class="predefined-type">List</span> and Create New Simple Objects
             </tr> 
             <tr> 
              <td><i class="conum" data-value="2"></i><b>2</b></td> 
-             <td>if the same fixture script (class) is encountered more than once, then run anyway; more on this in <a href="#_ugtst_fixture-scripts_api-and-usage_organizing">Organizing Fixture scripts</a>], below.</td> 
+             <td>if the same fixture script (class) is encountered more than once, then run anyway; more on this in <a href="#__ugtst_fixture-scripts_api-and-usage_organizing">Organizing Fixture scripts</a>], below.</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="3"></i><b>3</b></td> 
@@ -2747,7 +2747,7 @@ Feature: <span class="predefined-type">List</span> and Create New Simple Objects
             </tr> 
             <tr> 
              <td><i class="conum" data-value="5"></i><b>5</b></td> 
-             <td>if the same fixture script (class) is encountered more than once, then run anyway; more on this in <a href="#_ugtst_fixture-scripts_api-and-usage_organizing">Organizing Fixture scripts</a>], below.</td> 
+             <td>if the same fixture script (class) is encountered more than once, then run anyway; more on this in <a href="#__ugtst_fixture-scripts_api-and-usage_organizing">Organizing Fixture scripts</a>], below.</td> 
             </tr> 
             <tr> 
              <td><i class="conum" data-value="6"></i><b>6</b></td> 
@@ -3069,7 +3069,7 @@ Feature: <span class="predefined-type">List</span> and Create New Simple Objects
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugtst_fixture-scripts_api-and-usage_organizing">6.1.4. Organizing Fixture scripts</h4> 
+         <h4 id="__ugtst_fixture-scripts_api-and-usage_organizing">6.1.4. Organizing Fixture scripts</h4> 
          <div class="paragraph"> 
           <p>There are lots of ways to organize fixture scripts, but we\u2019ve used them as either:</p> 
          </div> 
@@ -3281,7 +3281,7 @@ toDoItem = sudoService.sudo(username,
             </ul> </li> 
            <li><a href="#_abstract_class">4.2.2. Abstract Class</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_ugtst_integ-test-support_bootstrapping_IntegrationTestAbstract"><code>IntegrationTestAbstract</code></a></li> 
+             <li><a href="#__ugtst_integ-test-support_bootstrapping_IntegrationTestAbstract"><code>IntegrationTestAbstract</code></a></li> 
             </ul> </li> 
           </ul> </li> 
          <li><a href="#_ugtst_integ-test-support_wrapper-factory">4.3. Wrapper Factory</a> 
@@ -3313,7 +3313,7 @@ toDoItem = sudoService.sudo(username,
            <li><a href="#__code_fixturescripts_code">6.1.1. <code>FixtureScripts</code></a></li> 
            <li><a href="#__code_fixturescript_code">6.1.2. <code>FixtureScript</code></a></li> 
            <li><a href="#_using_within_tests">6.1.3. Using within Tests</a></li> 
-           <li><a href="#_ugtst_fixture-scripts_api-and-usage_organizing">6.1.4. Organizing Fixture scripts</a> 
+           <li><a href="#__ugtst_fixture-scripts_api-and-usage_organizing">6.1.4. Organizing Fixture scripts</a> 
             <ul class="sectlevel4"> 
              <li><a href="#_further_approaches">Further approaches</a></li> 
             </ul> </li> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/ugtst.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugtst.pdf b/content/guides/ugtst.pdf
index 242b553..933c41c 100644
--- a/content/guides/ugtst.pdf
+++ b/content/guides/ugtst.pdf
@@ -4,8 +4,8 @@
 << /Title (Testing)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307234531+00'00')
-/ModDate (D:20170307234531+00'00')
+/CreationDate (D:20170308005418+00'00')
+/ModDate (D:20170308005418+00'00')
 >>
 endobj
 2 0 obj
@@ -8896,7 +8896,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (dg.pdf#_dg_ide_intellij_live-templates)
+/URI (dg.pdf#<em>dg_ide_intellij_live-templates)
 >>
 /Subtype /Link
 /Rect [516.7384999999999 486.4700000000003 535.04 500.7500000000003]
@@ -8907,7 +8907,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (dg.pdf#_dg_ide_intellij_live-templates)
+/URI (dg.pdf#<em>dg_ide_intellij_live-templates)
 >>
 /Subtype /Link
 /Rect [125.80666666666667 470.69000000000034 228.52816666666666 484.9700000000003]
@@ -8918,7 +8918,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (dg.pdf#_dg_ide_eclipse_editor-templates)
+/URI (dg.pdf#</em>dg_ide_eclipse_editor-templates)
 >>
 /Subtype /Link
 /Rect [236.9911666666667 470.69000000000034 374.1001666666667 484.9700000000003]
@@ -18993,7 +18993,7 @@ endobj
 endobj
 110 0 obj
 << /Limits [(1-13-0-improved-intent) (_ugtst_integ-test-support_typical-usage)]
-/Names [(1-13-0-improved-intent) 135 0 R (1-8-0-and-earlier) 140 0 R (1-9-0-code-appmanifest-code) 136 0 R (_ugtst) 13 0 R (_ugtst_aaa) 35 0 R (_ugtst_bdd-spec-support) 184 0 R (_ugtst_bdd-spec-support_bdd-tooling) 220 0 R (_ugtst_bdd-spec-support_how-it-works) 188 0 R (_ugtst_bdd-spec-support_key-classes) 193 0 R (_ugtst_bdd-spec-support_maven-configuration) 225 0 R (_ugtst_bdd-spec-support_writing-a-bdd-spec) 201 0 R (_ugtst_fixture-scripts) 231 0 R (_ugtst_fixture-scripts_api-and-usage) 236 0 R (_ugtst_fixture-scripts_api-and-usage_organizing) 278 0 R (_ugtst_fixture-scripts_sudo-service) 298 0 R (_ugtst_integ-test-support) 118 0 R (_ugtst_integ-test-support_bootstrapping) 129 0 R (_ugtst_integ-test-support_bootstrapping_IntegrationTestAbstract) 151 0 R (_ugtst_integ-test-support_maven-configuration) 178 0 R (_ugtst_integ-test-support_typical-usage) 119 0 R]
+/Names [(1-13-0-improved-intent) 135 0 R (1-8-0-and-earlier) 140 0 R (1-9-0-code-appmanifest-code) 136 0 R (__ugtst_fixture-scripts_api-and-usage_organizing) 278 0 R (__ugtst_integ-test-support_bootstrapping_IntegrationTestAbstract) 151 0 R (_ugtst) 13 0 R (_ugtst_aaa) 35 0 R (_ugtst_bdd-spec-support) 184 0 R (_ugtst_bdd-spec-support_bdd-tooling) 220 0 R (_ugtst_bdd-spec-support_how-it-works) 188 0 R (_ugtst_bdd-spec-support_key-classes) 193 0 R (_ugtst_bdd-spec-support_maven-configuration) 225 0 R (_ugtst_bdd-spec-support_writing-a-bdd-spec) 201 0 R (_ugtst_fixture-scripts) 231 0 R (_ugtst_fixture-scripts_api-and-usage) 236 0 R (_ugtst_fixture-scripts_sudo-service) 298 0 R (_ugtst_integ-test-support) 118 0 R (_ugtst_integ-test-support_bootstrapping) 129 0 R (_ugtst_integ-test-support_maven-configuration) 178 0 R (_ugtst_integ-test-support_typical-usage) 119 0 R]
 >>
 endobj
 111 0 obj
@@ -60687,7 +60687,7 @@ endobj
 endobj
 243 0 obj
 << /Border [0 0 0]
-/Dest (_ugtst_fixture-scripts_api-and-usage_organizing)
+/Dest (__ugtst_fixture-scripts_api-and-usage_organizing)
 /Subtype /Link
 /Rect [77.6505 445.23999999999995 208.218 459.5199999999999]
 /Type /Annot
@@ -62559,7 +62559,7 @@ endobj
 endobj
 248 0 obj
 << /Border [0 0 0]
-/Dest (_ugtst_fixture-scripts_api-and-usage_organizing)
+/Dest (__ugtst_fixture-scripts_api-and-usage_organizing)
 /Subtype /Link
 /Rect [77.6505 334.64000000000004 208.218 348.92]
 /Type /Annot
@@ -83047,371 +83047,371 @@ xref
 0000171476 00000 n 
 0000171739 00000 n 
 0000172014 00000 n 
-0000172226 00000 n 
-0000172452 00000 n 
-0000172677 00000 n 
-0000196667 00000 n 
-0000196949 00000 n 
-0000197245 00000 n 
-0000197289 00000 n 
-0000197464 00000 n 
-0000219378 00000 n 
-0000219641 00000 n 
-0000219685 00000 n 
-0000219983 00000 n 
-0000220038 00000 n 
-0000220246 00000 n 
-0000244394 00000 n 
-0000244718 00000 n 
-0000244942 00000 n 
-0000245139 00000 n 
-0000245326 00000 n 
-0000245539 00000 n 
-0000245769 00000 n 
-0000245975 00000 n 
-0000246287 00000 n 
-0000257007 00000 n 
-0000257285 00000 n 
-0000257330 00000 n 
-0000257526 00000 n 
-0000257753 00000 n 
-0000257809 00000 n 
-0000306930 00000 n 
-0000307172 00000 n 
-0000307348 00000 n 
-0000327224 00000 n 
-0000327497 00000 n 
-0000327543 00000 n 
-0000328517 00000 n 
-0000329147 00000 n 
-0000329193 00000 n 
-0000329422 00000 n 
-0000340390 00000 n 
-0000340618 00000 n 
-0000369563 00000 n 
-0000369822 00000 n 
-0000369868 00000 n 
-0000369925 00000 n 
-0000370157 00000 n 
-0000409562 00000 n 
-0000409822 00000 n 
-0000410032 00000 n 
-0000435453 00000 n 
-0000435758 00000 n 
-0000435968 00000 n 
-0000436175 00000 n 
-0000436415 00000 n 
-0000436461 00000 n 
-0000436690 00000 n 
-0000436915 00000 n 
-0000470918 00000 n 
-0000471159 00000 n 
-0000471205 00000 n 
-0000471262 00000 n 
-0000471320 00000 n 
-0000502098 00000 n 
-0000502357 00000 n 
-0000502583 00000 n 
-0000502641 00000 n 
-0000544301 00000 n 
-0000544543 00000 n 
-0000573608 00000 n 
-0000573880 00000 n 
-0000573926 00000 n 
-0000574210 00000 n 
-0000602614 00000 n 
-0000602887 00000 n 
-0000602944 00000 n 
-0000603126 00000 n 
-0000603184 00000 n 
-0000626558 00000 n 
-0000626900 00000 n 
-0000627067 00000 n 
-0000627275 00000 n 
-0000627475 00000 n 
-0000627677 00000 n 
-0000627886 00000 n 
-0000627944 00000 n 
-0000628168 00000 n 
-0000628382 00000 n 
-0000628587 00000 n 
-0000643016 00000 n 
-0000643296 00000 n 
-0000657652 00000 n 
-0000657709 00000 n 
-0000657878 00000 n 
-0000687396 00000 n 
-0000687707 00000 n 
-0000687764 00000 n 
-0000687959 00000 n 
-0000688017 00000 n 
-0000725998 00000 n 
-0000726284 00000 n 
-0000726489 00000 n 
-0000744096 00000 n 
-0000744363 00000 n 
-0000744409 00000 n 
-0000745195 00000 n 
-0000745412 00000 n 
-0000745615 00000 n 
-0000761218 00000 n 
-0000761559 00000 n 
-0000761605 00000 n 
-0000761825 00000 n 
-0000762054 00000 n 
-0000762248 00000 n 
-0000762305 00000 n 
-0000762520 00000 n 
-0000762754 00000 n 
-0000762982 00000 n 
-0000763219 00000 n 
-0000763277 00000 n 
-0000763461 00000 n 
-0000763519 00000 n 
-0000782853 00000 n 
-0000783120 00000 n 
-0000783166 00000 n 
-0000783223 00000 n 
-0000783280 00000 n 
-0000783337 00000 n 
-0000813706 00000 n 
-0000814018 00000 n 
-0000814187 00000 n 
-0000814416 00000 n 
-0000814661 00000 n 
-0000814892 00000 n 
-0000815147 00000 n 
-0000815389 00000 n 
-0000855583 00000 n 
-0000855845 00000 n 
-0000856054 00000 n 
-0000856283 00000 n 
-0000856643 00000 n 
-0000891397 00000 n 
-0000891739 00000 n 
-0000892117 00000 n 
-0000892323 00000 n 
-0000892554 00000 n 
-0000892600 00000 n 
-0000892802 00000 n 
-0000893002 00000 n 
-0000893228 00000 n 
-0000893435 00000 n 
-0000893481 00000 n 
-0000893718 00000 n 
-0000914888 00000 n 
-0000915116 00000 n 
-0000929863 00000 n 
-0000930156 00000 n 
-0000930202 00000 n 
-0000930419 00000 n 
-0000930683 00000 n 
-0000944505 00000 n 
-0000944780 00000 n 
-0000944826 00000 n 
-0000944883 00000 n 
-0000945127 00000 n 
-0000945357 00000 n 
-0000945586 00000 n 
-0000968163 00000 n 
-0000968439 00000 n 
-0000968623 00000 n 
-0000968828 00000 n 
-0000969064 00000 n 
-0000995486 00000 n 
-0000995746 00000 n 
-0000995919 00000 n 
-0001047867 00000 n 
-0001049231 00000 n 
-0001049509 00000 n 
-0001049713 00000 n 
-0001094745 00000 n 
-0001094949 00000 n 
-0001104224 00000 n 
-0001104503 00000 n 
-0001146085 00000 n 
-0001146283 00000 n 
-0001146511 00000 n 
-0001162896 00000 n 
-0001163155 00000 n 
-0001163201 00000 n 
-0001163419 00000 n 
-0001230087 00000 n 
-0001230347 00000 n 
-0001230586 00000 n 
-0001238500 00000 n 
-0001238767 00000 n 
-0001270718 00000 n 
-0001270972 00000 n 
-0001279329 00000 n 
-0001279623 00000 n 
-0001279846 00000 n 
-0001279903 00000 n 
-0001280142 00000 n 
-0001313359 00000 n 
-0001313648 00000 n 
-0001313694 00000 n 
-0001313936 00000 n 
-0001314160 00000 n 
-0001314559 00000 n 
-0001336162 00000 n 
-0001338500 00000 n 
-0001338765 00000 n 
-0001338958 00000 n 
-0001348249 00000 n 
-0001349070 00000 n 
-0001349275 00000 n 
-0001372363 00000 n 
-0001379986 00000 n 
-0001380266 00000 n 
-0001380462 00000 n 
-0001380702 00000 n 
-0001380759 00000 n 
-0001396485 00000 n 
-0001396765 00000 n 
-0001396988 00000 n 
-0001397045 00000 n 
-0001397269 00000 n 
-0001452031 00000 n 
-0001452286 00000 n 
-0001452412 00000 n 
-0001452532 00000 n 
-0001452657 00000 n 
-0001452783 00000 n 
-0001452917 00000 n 
-0001453052 00000 n 
-0001453211 00000 n 
-0001453361 00000 n 
-0001453508 00000 n 
-0001453657 00000 n 
-0001453817 00000 n 
-0001453990 00000 n 
-0001454163 00000 n 
-0001454325 00000 n 
-0001454490 00000 n 
-0001454646 00000 n 
-0001454795 00000 n 
-0001454946 00000 n 
-0001455109 00000 n 
-0001455263 00000 n 
-0001455415 00000 n 
-0001455560 00000 n 
-0001455718 00000 n 
-0001455869 00000 n 
-0001456036 00000 n 
-0001456196 00000 n 
-0001456377 00000 n 
-0001456552 00000 n 
-0001456728 00000 n 
-0001456906 00000 n 
-0001457099 00000 n 
-0001457296 00000 n 
-0001457483 00000 n 
-0001457672 00000 n 
-0001457843 00000 n 
-0001458014 00000 n 
-0001458200 00000 n 
-0001458386 00000 n 
-0001458571 00000 n 
-0001458756 00000 n 
-0001458943 00000 n 
-0001459130 00000 n 
-0001459318 00000 n 
-0001459508 00000 n 
-0001459677 00000 n 
-0001459846 00000 n 
-0001460028 00000 n 
-0001460210 00000 n 
-0001460392 00000 n 
-0001460574 00000 n 
-0001460762 00000 n 
-0001460950 00000 n 
-0001461128 00000 n 
-0001461308 00000 n 
-0001461494 00000 n 
-0001461682 00000 n 
-0001461840 00000 n 
-0001462009 00000 n 
-0001462182 00000 n 
-0001462365 00000 n 
-0001462536 00000 n 
-0001462720 00000 n 
-0001462902 00000 n 
-0001463189 00000 n 
-0001463267 00000 n 
-0001463404 00000 n 
-0001463596 00000 n 
-0001463821 00000 n 
-0001463996 00000 n 
-0001464225 00000 n 
-0001464466 00000 n 
-0001464718 00000 n 
-0001464990 00000 n 
-0001465226 00000 n 
-0001465430 00000 n 
-0001465658 00000 n 
-0001465838 00000 n 
-0001466039 00000 n 
-0001466304 00000 n 
-0001466501 00000 n 
-0001466720 00000 n 
-0001466940 00000 n 
-0001467147 00000 n 
-0001467441 00000 n 
-0001467635 00000 n 
-0001467832 00000 n 
-0001468049 00000 n 
-0001468256 00000 n 
-0001468518 00000 n 
-0001468708 00000 n 
-0001468909 00000 n 
-0001469137 00000 n 
-0001469326 00000 n 
-0001469533 00000 n 
-0001469777 00000 n 
-0001469960 00000 n 
-0001470146 00000 n 
-0001470518 00000 n 
-0001479297 00000 n 
-0001479513 00000 n 
-0001480876 00000 n 
-0001481932 00000 n 
-0001489656 00000 n 
-0001489877 00000 n 
-0001491240 00000 n 
-0001492319 00000 n 
-0001493541 00000 n 
-0001493752 00000 n 
-0001494060 00000 n 
-0001494975 00000 n 
-0001499115 00000 n 
-0001499345 00000 n 
-0001500708 00000 n 
-0001501825 00000 n 
-0001505915 00000 n 
-0001506141 00000 n 
-0001507504 00000 n 
-0001508608 00000 n 
-0001514298 00000 n 
-0001514512 00000 n 
-0001515875 00000 n 
-0001516928 00000 n 
-0001518324 00000 n 
-0001518542 00000 n 
-0001519905 00000 n 
-0001521044 00000 n 
-0001523402 00000 n 
-0001523616 00000 n 
-0001523958 00000 n 
-0001525096 00000 n 
-0001526260 00000 n 
-0001526476 00000 n 
-0001526779 00000 n 
+0000172229 00000 n 
+0000172458 00000 n 
+0000172687 00000 n 
+0000196677 00000 n 
+0000196959 00000 n 
+0000197255 00000 n 
+0000197299 00000 n 
+0000197474 00000 n 
+0000219388 00000 n 
+0000219651 00000 n 
+0000219695 00000 n 
+0000219993 00000 n 
+0000220048 00000 n 
+0000220256 00000 n 
+0000244404 00000 n 
+0000244728 00000 n 
+0000244952 00000 n 
+0000245149 00000 n 
+0000245336 00000 n 
+0000245549 00000 n 
+0000245779 00000 n 
+0000245985 00000 n 
+0000246297 00000 n 
+0000257017 00000 n 
+0000257295 00000 n 
+0000257340 00000 n 
+0000257536 00000 n 
+0000257763 00000 n 
+0000257819 00000 n 
+0000306940 00000 n 
+0000307182 00000 n 
+0000307358 00000 n 
+0000327234 00000 n 
+0000327507 00000 n 
+0000327553 00000 n 
+0000328529 00000 n 
+0000329159 00000 n 
+0000329205 00000 n 
+0000329434 00000 n 
+0000340402 00000 n 
+0000340630 00000 n 
+0000369575 00000 n 
+0000369834 00000 n 
+0000369880 00000 n 
+0000369937 00000 n 
+0000370169 00000 n 
+0000409574 00000 n 
+0000409834 00000 n 
+0000410044 00000 n 
+0000435465 00000 n 
+0000435770 00000 n 
+0000435980 00000 n 
+0000436187 00000 n 
+0000436427 00000 n 
+0000436473 00000 n 
+0000436702 00000 n 
+0000436927 00000 n 
+0000470930 00000 n 
+0000471171 00000 n 
+0000471217 00000 n 
+0000471274 00000 n 
+0000471332 00000 n 
+0000502110 00000 n 
+0000502369 00000 n 
+0000502595 00000 n 
+0000502653 00000 n 
+0000544313 00000 n 
+0000544555 00000 n 
+0000573620 00000 n 
+0000573892 00000 n 
+0000573938 00000 n 
+0000574222 00000 n 
+0000602626 00000 n 
+0000602899 00000 n 
+0000602956 00000 n 
+0000603138 00000 n 
+0000603196 00000 n 
+0000626570 00000 n 
+0000626912 00000 n 
+0000627079 00000 n 
+0000627287 00000 n 
+0000627487 00000 n 
+0000627689 00000 n 
+0000627898 00000 n 
+0000627956 00000 n 
+0000628180 00000 n 
+0000628394 00000 n 
+0000628599 00000 n 
+0000643028 00000 n 
+0000643308 00000 n 
+0000657664 00000 n 
+0000657721 00000 n 
+0000657890 00000 n 
+0000687408 00000 n 
+0000687719 00000 n 
+0000687776 00000 n 
+0000687971 00000 n 
+0000688029 00000 n 
+0000726010 00000 n 
+0000726296 00000 n 
+0000726501 00000 n 
+0000744108 00000 n 
+0000744375 00000 n 
+0000744421 00000 n 
+0000745207 00000 n 
+0000745424 00000 n 
+0000745627 00000 n 
+0000761230 00000 n 
+0000761571 00000 n 
+0000761617 00000 n 
+0000761837 00000 n 
+0000762066 00000 n 
+0000762260 00000 n 
+0000762317 00000 n 
+0000762532 00000 n 
+0000762766 00000 n 
+0000762994 00000 n 
+0000763231 00000 n 
+0000763289 00000 n 
+0000763473 00000 n 
+0000763531 00000 n 
+0000782865 00000 n 
+0000783132 00000 n 
+0000783178 00000 n 
+0000783235 00000 n 
+0000783292 00000 n 
+0000783349 00000 n 
+0000813718 00000 n 
+0000814030 00000 n 
+0000814199 00000 n 
+0000814428 00000 n 
+0000814673 00000 n 
+0000814904 00000 n 
+0000815159 00000 n 
+0000815401 00000 n 
+0000855595 00000 n 
+0000855857 00000 n 
+0000856066 00000 n 
+0000856295 00000 n 
+0000856655 00000 n 
+0000891409 00000 n 
+0000891751 00000 n 
+0000892129 00000 n 
+0000892335 00000 n 
+0000892566 00000 n 
+0000892612 00000 n 
+0000892814 00000 n 
+0000893014 00000 n 
+0000893240 00000 n 
+0000893447 00000 n 
+0000893493 00000 n 
+0000893730 00000 n 
+0000914900 00000 n 
+0000915128 00000 n 
+0000929875 00000 n 
+0000930168 00000 n 
+0000930214 00000 n 
+0000930431 00000 n 
+0000930695 00000 n 
+0000944517 00000 n 
+0000944792 00000 n 
+0000944838 00000 n 
+0000944895 00000 n 
+0000945139 00000 n 
+0000945369 00000 n 
+0000945598 00000 n 
+0000968175 00000 n 
+0000968451 00000 n 
+0000968636 00000 n 
+0000968841 00000 n 
+0000969077 00000 n 
+0000995499 00000 n 
+0000995759 00000 n 
+0000995933 00000 n 
+0001047881 00000 n 
+0001049245 00000 n 
+0001049523 00000 n 
+0001049727 00000 n 
+0001094759 00000 n 
+0001094963 00000 n 
+0001104238 00000 n 
+0001104517 00000 n 
+0001146099 00000 n 
+0001146297 00000 n 
+0001146525 00000 n 
+0001162910 00000 n 
+0001163169 00000 n 
+0001163215 00000 n 
+0001163433 00000 n 
+0001230101 00000 n 
+0001230361 00000 n 
+0001230600 00000 n 
+0001238514 00000 n 
+0001238781 00000 n 
+0001270732 00000 n 
+0001270986 00000 n 
+0001279343 00000 n 
+0001279637 00000 n 
+0001279860 00000 n 
+0001279917 00000 n 
+0001280156 00000 n 
+0001313373 00000 n 
+0001313662 00000 n 
+0001313708 00000 n 
+0001313950 00000 n 
+0001314174 00000 n 
+0001314573 00000 n 
+0001336176 00000 n 
+0001338514 00000 n 
+0001338779 00000 n 
+0001338972 00000 n 
+0001348263 00000 n 
+0001349084 00000 n 
+0001349289 00000 n 
+0001372377 00000 n 
+0001380000 00000 n 
+0001380280 00000 n 
+0001380476 00000 n 
+0001380716 00000 n 
+0001380773 00000 n 
+0001396499 00000 n 
+0001396779 00000 n 
+0001397002 00000 n 
+0001397059 00000 n 
+0001397283 00000 n 
+0001452045 00000 n 
+0001452300 00000 n 
+0001452426 00000 n 
+0001452546 00000 n 
+0001452671 00000 n 
+0001452797 00000 n 
+0001452931 00000 n 
+0001453066 00000 n 
+0001453225 00000 n 
+0001453375 00000 n 
+0001453522 00000 n 
+0001453671 00000 n 
+0001453831 00000 n 
+0001454004 00000 n 
+0001454177 00000 n 
+0001454339 00000 n 
+0001454504 00000 n 
+0001454660 00000 n 
+0001454809 00000 n 
+0001454960 00000 n 
+0001455123 00000 n 
+0001455277 00000 n 
+0001455429 00000 n 
+0001455574 00000 n 
+0001455732 00000 n 
+0001455883 00000 n 
+0001456050 00000 n 
+0001456210 00000 n 
+0001456391 00000 n 
+0001456566 00000 n 
+0001456742 00000 n 
+0001456920 00000 n 
+0001457113 00000 n 
+0001457310 00000 n 
+0001457497 00000 n 
+0001457686 00000 n 
+0001457857 00000 n 
+0001458028 00000 n 
+0001458214 00000 n 
+0001458400 00000 n 
+0001458585 00000 n 
+0001458770 00000 n 
+0001458957 00000 n 
+0001459144 00000 n 
+0001459332 00000 n 
+0001459522 00000 n 
+0001459691 00000 n 
+0001459860 00000 n 
+0001460042 00000 n 
+0001460224 00000 n 
+0001460406 00000 n 
+0001460588 00000 n 
+0001460776 00000 n 
+0001460964 00000 n 
+0001461142 00000 n 
+0001461322 00000 n 
+0001461508 00000 n 
+0001461696 00000 n 
+0001461854 00000 n 
+0001462023 00000 n 
+0001462196 00000 n 
+0001462379 00000 n 
+0001462550 00000 n 
+0001462734 00000 n 
+0001462916 00000 n 
+0001463203 00000 n 
+0001463281 00000 n 
+0001463418 00000 n 
+0001463610 00000 n 
+0001463835 00000 n 
+0001464010 00000 n 
+0001464239 00000 n 
+0001464480 00000 n 
+0001464732 00000 n 
+0001465004 00000 n 
+0001465240 00000 n 
+0001465444 00000 n 
+0001465672 00000 n 
+0001465852 00000 n 
+0001466053 00000 n 
+0001466318 00000 n 
+0001466515 00000 n 
+0001466734 00000 n 
+0001466954 00000 n 
+0001467161 00000 n 
+0001467455 00000 n 
+0001467649 00000 n 
+0001467846 00000 n 
+0001468063 00000 n 
+0001468270 00000 n 
+0001468532 00000 n 
+0001468722 00000 n 
+0001468923 00000 n 
+0001469151 00000 n 
+0001469340 00000 n 
+0001469547 00000 n 
+0001469791 00000 n 
+0001469974 00000 n 
+0001470160 00000 n 
+0001470532 00000 n 
+0001479311 00000 n 
+0001479527 00000 n 
+0001480890 00000 n 
+0001481946 00000 n 
+0001489670 00000 n 
+0001489891 00000 n 
+0001491254 00000 n 
+0001492333 00000 n 
+0001493555 00000 n 
+0001493766 00000 n 
+0001494074 00000 n 
+0001494989 00000 n 
+0001499129 00000 n 
+0001499359 00000 n 
+0001500722 00000 n 
+0001501839 00000 n 
+0001505929 00000 n 
+0001506155 00000 n 
+0001507518 00000 n 
+0001508622 00000 n 
+0001514312 00000 n 
+0001514526 00000 n 
+0001515889 00000 n 
+0001516942 00000 n 
+0001518338 00000 n 
+0001518556 00000 n 
+0001519919 00000 n 
+0001521058 00000 n 
+0001523416 00000 n 
+0001523630 00000 n 
+0001523972 00000 n 
+0001525110 00000 n 
+0001526274 00000 n 
+0001526490 00000 n 
+0001526793 00000 n 
 trailer
 << /Size 436
 /Root 2 0 R
 /Info 1 0 R
 >>
 startxref
-1527916
+1527930
 %%EOF

http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/ugvro.html
----------------------------------------------------------------------
diff --git a/content/guides/ugvro.html b/content/guides/ugvro.html
index 990664d..1dfce94 100644
--- a/content/guides/ugvro.html
+++ b/content/guides/ugvro.html
@@ -459,8 +459,7 @@ table.CodeRay td.code>pre{padding:0}
     <div id="doc-content">
      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/ugvro.adoc&quot;" style="float: right; font-size: small; padding: 6px;  "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
      <div class="sect1"> 
-      <h2 id="_ugvw">1. Restful Objects Viewer</h2>
-      <button type="button" class="button secondary" onclick="window.location.href=&quot;https://github.com/apache/isis/edit/master/adocs/documentation/src/main/asciidoc/guides/_ugvw.adoc&quot;" style="float: right; font-size: small; padding: 6px; margin-top: -55px; "><i class="fa fa-pencil-square-o"></i>&nbsp;Edit</button> 
+      <h2 id="__ugvro">1. Restful Objects Viewer</h2> 
       <div class="sectionbody"> 
        <div class="paragraph"> 
         <p>Apache Isis' Restful Objects viewer is an implementation of the <a href="http://restfulobjects.org">Restful Objects spec</a>, which defines a generic way to expose a domain model through a REST (or more precisely, hypermedia) API. Having a REST API opens up an Apache Isis domain model to a huge variety of applications, from bespoke single-page apps, through integration scenarious, through providing an API for bulk-upload/migration from an existing system.</p> 
@@ -526,7 +525,7 @@ table.CodeRay td.code>pre{padding:0}
         <p>The Restful Objects spec can be downloaded from <a href="http://restfulobjects.org">here</a> as either a PDF or Word doc.</p> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugvro_ro-spec_goals">2.1. Goals of the Spec</h3> 
+        <h3 id="__ugvro_ro-spec_goals">2.1. Goals of the Spec</h3> 
         <div class="paragraph"> 
          <p>The goal of Restful Objects is to allow domain models to be accessed through HTTP resources, returning a set of JSON representations. These representations can then be consumed by any client (e.g. Javascript, Java, .NET, Ruby, Python).</p> 
         </div> 
@@ -584,7 +583,7 @@ table.CodeRay td.code>pre{padding:0}
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugvro_ro-spec_apache-isis-implementation">2.3. Apache Isis' implementation</h3> 
+        <h3 id="__ugvro_ro-spec_apache-isis-implementation">2.3. Apache Isis' implementation</h3> 
         <div class="paragraph"> 
          <p>The Restful Objects viewer is Apache Isis' implementation of the Restful Objects spec. It implements all the mandatory features of the specification. It also implements some of the optional capabilities (as defined in section 3 of the RO spec, and as represented in the version resource, section 8.1):</p> 
         </div> 
@@ -690,17 +689,17 @@ table.CodeRay td.code>pre{padding:0}
         </table> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugvro_ro-spec_extensions">2.4. Extensions</h3> 
+        <h3 id="__ugvro_ro-spec_extensions">2.4. Extensions</h3> 
         <div class="paragraph"> 
          <p>The Restful Objects viewer also implements some of the "future ideas" that are out of scope for the RO spec v1.0, but described in section 34, "ideas for future extensions".</p> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugvro_ro-spec_extensions_content-negotiation">2.4.1. Content Negotiation (34.1)</h4> 
+         <h4 id="___ugvro_ro-spec_extensions_content-negotiation">2.4.1. Content Negotiation (34.1)</h4> 
          <div class="paragraph"> 
           <p>Apache Isis provides two levels of support for content negotiation.</p> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugvro_ro-spec_extensions_content-negotiation_x-ro-domain-type"><code>x-ro-domain-type</code></h5> 
+          <h5 id="___ugvro_ro-spec_extensions_content-negotiation_x-ro-domain-type"><code>x-ro-domain-type</code></h5> 
           <div class="paragraph"> 
            <p>The first level is very similar to the "Domain Model Agnostic" approach sketched out in the RO spec. The client can send an <code>x-ro-domain-type</code> parameter for either domain object representations (section 14 of the spec) or action invocation results (section 19 of the spec). This can be combined with either <code>application/json</code> or <code>application/xml</code>.</p> 
           </div> 
@@ -717,7 +716,7 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugvro_ro-spec_extensions_content-negotiation_apache-isis-profile">Apache Isis profile</h5> 
+          <h5 id="___ugvro_ro-spec_extensions_content-negotiation_apache-isis-profile">Apache Isis profile</h5> 
           <div class="paragraph"> 
            <p>The representations defined by the RO spec are very rich and enable complex client-side applications to be built. However, their sophistication can be an impediment to their use if one wishes to write a simple app using third-party components that expect to consume much simpler representations. Examples of such tools are <a href="http://angular-ui.github.io/bootstrap/">Angular Bootstrap</a>, <a href="http://vitalets.github.io/angular-xeditable/">Angular XEditable</a>, <a href="https://github.com/mgcrea/angular-strap">Angular Strap</a>.</p> 
           </div> 
@@ -727,7 +726,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="sect3"> 
-         <h4 id="_ugvro_ro-spec_extensions_minimizing-round-trips">2.4.2. Minimizing Round-trips (34.4)</h4> 
+         <h4 id="___ugvro_ro-spec_extensions_minimizing-round-trips">2.4.2. Minimizing Round-trips (34.4)</h4> 
          <div class="paragraph"> 
           <p>The Restful Objects viewer supports the <code>x-ro-follow-links</code> query parameter in a way very similar to that suggested in the RO spec, the main point being to avoid the "N+1" problem of too many (slow) network calls. For example, using this feature one can load a grid of data in a single call. (That said, the <a href="#_ugvro_simplified-representations">simplified representations</a> supported by Restful Objects viewer also support this use case, albeit in way that deviates from the RO spec).</p> 
          </div> 
@@ -766,7 +765,7 @@ table.CodeRay td.code>pre{padding:0}
           </ul> 
          </div> 
          <div class="sect4"> 
-          <h5 id="_ugvro_ro-spec_extensions_minimizing-round-trips_honor-ui-hints">Honor UI hints</h5> 
+          <h5 id="___ugvro_ro-spec_extensions_minimizing-round-trips_honor-ui-hints">Honor UI hints</h5> 
           <div class="paragraph"> 
            <p>By default the representations generated by Restful Objects ignore any Apache Isis metamodel hints referring to the UI. In particular, if a collection is annotated then <code>Render(EAGERLY)</code> then the contents of the collection are <em>not</em> eagerly embedded in the object representation.</p> 
           </div> 
@@ -842,7 +841,7 @@ table.CodeRay td.code>pre{padding:0}
         <p>As of <code>1.11.0</code>, Apache Isis provides support for its own simplified representation for the most commonly-used representations. This is implemented using the <code>ContentNegotiationService</code> described in the <a href="#_ugvro_architecture">architecture</a> chapter.</p> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugvro_simplified-representations_apache-isis-profile">4.1. The Apache Isis "Profile"</h3> 
+        <h3 id="__ugvro_simplified-representations_apache-isis-profile">4.1. The Apache Isis "Profile"</h3> 
         <div class="paragraph"> 
          <p>The RO spec uses the standard <code>Accept</code> header for content negotiation, and defines its own "profile" for the standard representations; these take the form:</p> 
         </div> 
@@ -873,7 +872,7 @@ table.CodeRay td.code>pre{padding:0}
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugvro_simplified-representations_domain-object">4.2. Domain Object</h3> 
+        <h3 id="__ugvro_simplified-representations_domain-object">4.2. Domain Object</h3> 
         <div class="paragraph"> 
          <p>If a domain object resource (section 14) is accessed with the Apache Isis profile, the resultant representation is a JSON object with simple key/value pairs for each property.</p> 
         </div> 
@@ -984,7 +983,7 @@ table.CodeRay td.code>pre{padding:0}
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugvro_simplified-representations_object-collection">4.3. Domain Object Collection</h3> 
+        <h3 id="__ugvro_simplified-representations_object-collection">4.3. Domain Object Collection</h3> 
         <div class="paragraph"> 
          <p>If a domain object collection (section 17) is accessed with this profile, then the resultant representation is as an array of elements of key/value for each referenced object, and again each element the containing the key/value pairs of the properties of that object (a grid, again).<br></p> 
         </div> 
@@ -1086,14 +1085,14 @@ table.CodeRay td.code>pre{padding:0}
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugvro_simplified-representations_action-invocation">4.4. Action Invocation</h3> 
+        <h3 id="__ugvro_simplified-representations_action-invocation">4.4. Action Invocation</h3> 
         <div class="paragraph"> 
          <p>When an action is invoked, it can return a domain object, a list, a scalar, or return nothing.</p> 
         </div> 
         <div class="sect3"> 
          <h4 id="_returning_an_object">4.4.1. Returning an Object</h4> 
          <div class="paragraph"> 
-          <p>If the action returned an object, then the domain object representation described <a href="#_ugvro_simplified-representations_domain-object">above</a> is returned.</p> 
+          <p>If the action returned an object, then the domain object representation described <a href="#__ugvro_simplified-representations_domain-object">above</a> is returned.</p> 
          </div> 
          <div class="paragraph"> 
           <p>For example, using the (non-ASF) <a href="http://github.com/isisaddons/isis-app-todoapp">Isis addons' todoapp</a>, accessing this resource:</p> 
@@ -1146,7 +1145,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect3"> 
          <h4 id="_returning_a_list">4.4.2. Returning a List</h4> 
          <div class="paragraph"> 
-          <p>On the other hand if the action returned a list (a "standalone" collection, then an array representation is returned. This is very similar to that returned by a <a href="#_ugvro_simplified-representations_object-collection">(parented) object collection</a>, though with a slightly different <code>Content-Type</code> to distinguish.</p> 
+          <p>On the other hand if the action returned a list (a "standalone" collection, then an array representation is returned. This is very similar to that returned by a <a href="#__ugvro_simplified-representations_object-collection">(parented) object collection</a>, though with a slightly different <code>Content-Type</code> to distinguish.</p> 
          </div> 
          <div class="paragraph"> 
           <p>For example, using the (non-ASF) <a href="http://github.com/isisaddons/isis-app-todoapp">Isis addons' todoapp</a>, accessing this resource:</p> 
@@ -1215,7 +1214,7 @@ table.CodeRay td.code>pre{padding:0}
         </div> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugvro_simplified-representations_other-representations">4.5. Supporting other Representations</h3> 
+        <h3 id="__ugvro_simplified-representations_other-representations">4.5. Supporting other Representations</h3> 
         <div class="paragraph"> 
          <p>Sometimes though you may want to extend or change the representations generated. This might be because you want to write a RESTful client that uses a particular library (say a Javascript library or web components) that can only handle representations in a certain form.</p> 
         </div> 
@@ -1255,17 +1254,8 @@ table.CodeRay td.code>pre{padding:0}
           </tbody>
          </table> 
         </div> 
-       </div> 
-       <div class="sect2"> 
-        <h3 id="_ugvro_simplified-representations_configuration-properties">4.6. Global Config Props (Deprecated)</h3> 
-        <div class="paragraph"> 
-         <p>If all that is required is a very simple representations (of objects), you can configure the Restful Objects viewer to provide a simplified output, then this can be done with a number of (global) configuration properties.</p> 
-        </div> 
-        <div class="paragraph"> 
-         <p>These configuration properties pre-date the support, introduced in <code>1.11.0</code>, for the Apache Isis profile, and are limited by the fact that they are global configuration settings, so cannot be influenced on a request-by-request basis (as is the case with the <code>Accept</code> header used for the Apache Isis profile). They have therefore been deprecated, and may be removed in the future.</p> 
-        </div> 
         <div class="paragraph"> 
-         <p>Details can be found in <a href="#_ugvro_configuration-properties_deprecated">here</a>.</p> 
+         <p>Unresolved directive in _ugvro_simplified-representations.adoc - include::__ugvro_simplified-representations_configuration-properties.adoc[leveloffset=+1]</p> 
         </div> 
        </div> 
       </div> 
@@ -1281,7 +1271,7 @@ table.CodeRay td.code>pre{padding:0}
         <p>These configuration properties are typically stored in <code>WEB-INF/viewer_restfulobjects.properties</code>. However, you can place all configuration properties into <code>WEB-INF/isis.properties</code> if you wish (the configuration properties from all config files are merged together).</p> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugvro_configuration-properties_standard">5.1. Standard</h3> 
+        <h3 id="__ugvro_configuration-properties_standard">5.1. Standard</h3> 
         <div class="paragraph"> 
          <p>The following configuration properties are supported:</p> 
         </div> 
@@ -1310,7 +1300,7 @@ table.CodeRay td.code>pre{padding:0}
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code>,<code>false</code> (<code><em>false</em></code>)</p></td> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock">A mechanism for reducing the number of round-trips by eagerly rendering collections; discussed <a href="#_ugvro_ro-spec_extensions_minimizing-round-trips_honor-ui-hints">here</a>.</p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock">A mechanism for reducing the number of round-trips by eagerly rendering collections; discussed <a href="#___ugvro_ro-spec_extensions_minimizing-round-trips_honor-ui-hints">here</a>.</p></td> 
           </tr> 
           <tr> 
            <td class="tableblock halign-left valign-top">
@@ -1326,7 +1316,7 @@ table.CodeRay td.code>pre{padding:0}
         </table> 
        </div> 
        <div class="sect2"> 
-        <h3 id="_ugvro_configuration-properties_deprecated">5.2. Deprecated</h3> 
+        <h3 id="__ugvro_configuration-properties_deprecated">5.2. Deprecated</h3> 
         <div class="paragraph"> 
          <p>There are also a number of configuration properties that can be used to suppress or simplify the default RO-spec representations.</p> 
         </div> 
@@ -1421,7 +1411,7 @@ table.CodeRay td.code>pre{padding:0}
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top"><p class="tableblock"><code>true</code>,<code>false</code> (<code><em>false</em></code>)</p></td> 
-           <td class="tableblock halign-left valign-top"><p class="tableblock">See <a href="#_ugvro_simplified-representations_configuration-properties_object-property-values-only">discussion</a> below.</p></td> 
+           <td class="tableblock halign-left valign-top"><p class="tableblock">See <a href="#__ugvro_simplified-representations_configuration-properties_object-property-values-only">discussion</a> below.</p></td> 
           </tr> 
          </tbody> 
         </table> 
@@ -1445,7 +1435,7 @@ isis.viewer.restfulobjects.suppressMemberDisabledReason=true</code></pre>
             <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> 
             <td class="content"> 
              <div class="paragraph"> 
-              <p>If these configuration settings are set in conjunction with using the <a href="#_ugvro_simplified-representations_apache-isis-profile">Apache Isis profile</a>, then the special <code>$$ro</code> property in the representations with reflect these settings.</p> 
+              <p>If these configuration settings are set in conjunction with using the <a href="#__ugvro_simplified-representations_apache-isis-profile">Apache Isis profile</a>, then the special <code>$$ro</code> property in the representations with reflect these settings.</p> 
              </div> </td> 
            </tr> 
           </tbody>
@@ -1611,47 +1601,46 @@ findCustomer.get({<span class="key">queryString</span>: JSON.stringify(findCusto
     <div id="toc" class="toc2"> 
      <div class="fallback-toc"> 
       <ul class="sectlevel1"> 
-       <li><a href="#_ugvw">1. Restful Objects Viewer</a> 
+       <li><a href="#__ugvro">1. Restful Objects Viewer</a> 
         <ul class="sectlevel2"> 
          <li><a href="#_other_guides">1.1. Other Guides</a></li> 
         </ul> </li> 
        <li><a href="#_ugvro_ro-spec">2. RO Specification</a> 
         <ul class="sectlevel2"> 
-         <li><a href="#_ugvro_ro-spec_goals">2.1. Goals of the Spec</a></li> 
+         <li><a href="#__ugvro_ro-spec_goals">2.1. Goals of the Spec</a></li> 
          <li><a href="#_resources_and_representations">2.2. Resources and Representations</a></li> 
-         <li><a href="#_ugvro_ro-spec_apache-isis-implementation">2.3. Apache Isis' implementation</a></li> 
-         <li><a href="#_ugvro_ro-spec_extensions">2.4. Extensions</a> 
+         <li><a href="#__ugvro_ro-spec_apache-isis-implementation">2.3. Apache Isis' implementation</a></li> 
+         <li><a href="#__ugvro_ro-spec_extensions">2.4. Extensions</a> 
           <ul class="sectlevel3"> 
-           <li><a href="#_ugvro_ro-spec_extensions_content-negotiation">2.4.1. Content Negotiation (34.1)</a> 
+           <li><a href="#___ugvro_ro-spec_extensions_content-negotiation">2.4.1. Content Negotiation (34.1)</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_ugvro_ro-spec_extensions_content-negotiation_x-ro-domain-type"><code>x-ro-domain-type</code></a></li> 
-             <li><a href="#_ugvro_ro-spec_extensions_content-negotiation_apache-isis-profile">Apache Isis profile</a></li> 
+             <li><a href="#___ugvro_ro-spec_extensions_content-negotiation_x-ro-domain-type"><code>x-ro-domain-type</code></a></li> 
+             <li><a href="#___ugvro_ro-spec_extensions_content-negotiation_apache-isis-profile">Apache Isis profile</a></li> 
             </ul> </li> 
-           <li><a href="#_ugvro_ro-spec_extensions_minimizing-round-trips">2.4.2. Minimizing Round-trips (34.4)</a> 
+           <li><a href="#___ugvro_ro-spec_extensions_minimizing-round-trips">2.4.2. Minimizing Round-trips (34.4)</a> 
             <ul class="sectlevel4"> 
-             <li><a href="#_ugvro_ro-spec_extensions_minimizing-round-trips_honor-ui-hints">Honor UI hints</a></li> 
+             <li><a href="#___ugvro_ro-spec_extensions_minimizing-round-trips_honor-ui-hints">Honor UI hints</a></li> 
             </ul> </li> 
           </ul> </li> 
         </ul> </li> 
        <li><a href="#_ugvro_architecture">3. Architecture</a></li> 
        <li><a href="#_ugvro_simplified-representations">4. Simplified Representations</a> 
         <ul class="sectlevel2"> 
-         <li><a href="#_ugvro_simplified-representations_apache-isis-profile">4.1. The Apache Isis "Profile"</a></li> 
-         <li><a href="#_ugvro_simplified-representations_domain-object">4.2. Domain Object</a></li> 
-         <li><a href="#_ugvro_simplified-representations_object-collection">4.3. Domain Object Collection</a></li> 
-         <li><a href="#_ugvro_simplified-representations_action-invocation">4.4. Action Invocation</a> 
+         <li><a href="#__ugvro_simplified-representations_apache-isis-profile">4.1. The Apache Isis "Profile"</a></li> 
+         <li><a href="#__ugvro_simplified-representations_domain-object">4.2. Domain Object</a></li> 
+         <li><a href="#__ugvro_simplified-representations_object-collection">4.3. Domain Object Collection</a></li> 
+         <li><a href="#__ugvro_simplified-representations_action-invocation">4.4. Action Invocation</a> 
           <ul class="sectlevel3"> 
            <li><a href="#_returning_an_object">4.4.1. Returning an Object</a></li> 
            <li><a href="#_returning_a_list">4.4.2. Returning a List</a></li> 
            <li><a href="#_returning_scalar_nothing">4.4.3. Returning Scalar/Nothing</a></li> 
           </ul> </li> 
-         <li><a href="#_ugvro_simplified-representations_other-representations">4.5. Supporting other Representations</a></li> 
-         <li><a href="#_ugvro_simplified-representations_configuration-properties">4.6. Global Config Props (Deprecated)</a></li> 
+         <li><a href="#__ugvro_simplified-representations_other-representations">4.5. Supporting other Representations</a></li> 
         </ul> </li> 
        <li><a href="#_ugvro_configuration-properties">5. Configuration Properties</a> 
         <ul class="sectlevel2"> 
-         <li><a href="#_ugvro_configuration-properties_standard">5.1. Standard</a></li> 
-         <li><a href="#_ugvro_configuration-properties_deprecated">5.2. Deprecated</a></li> 
+         <li><a href="#__ugvro_configuration-properties_standard">5.1. Standard</a></li> 
+         <li><a href="#__ugvro_configuration-properties_deprecated">5.2. Deprecated</a></li> 
         </ul> </li> 
        <li><a href="#_ugvro_hints-and-tips">6. Hints and Tips</a> 
         <ul class="sectlevel2"> 


[06/15] isis-site git commit: ISIS-1594: fixes anchors for extension point's conventions

Posted by da...@apache.org.
http://git-wip-us.apache.org/repos/asf/isis-site/blob/dd1ff6a4/content/guides/ugbtb.pdf
----------------------------------------------------------------------
diff --git a/content/guides/ugbtb.pdf b/content/guides/ugbtb.pdf
index c542b87..a10064a 100644
--- a/content/guides/ugbtb.pdf
+++ b/content/guides/ugbtb.pdf
@@ -4,16 +4,16 @@
 << /Title (Beyond the Basics)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170307234308+00'00')
-/ModDate (D:20170307234308+00'00')
+/CreationDate (D:20170308005308+00'00')
+/ModDate (D:20170308005308+00'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
 /Names 16 0 R
-/Outlines 668 0 R
-/PageLabels 719 0 R
+/Outlines 667 0 R
+/PageLabels 718 0 R
 /PageMode /UseOutlines
 /OpenAction [7 0 R /FitH 842.89]
 /ViewerPreferences << /DisplayDocTitle true
@@ -23,7 +23,7 @@ endobj
 3 0 obj
 << /Type /Pages
 /Count 86
-/Kids [7 0 R 10 0 R 12 0 R 14 0 R 39 0 R 48 0 R 52 0 R 67 0 R 83 0 R 89 0 R 100 0 R 110 0 R 116 0 R 123 0 R 126 0 R 132 0 R 136 0 R 138 0 R 140 0 R 146 0 R 150 0 R 156 0 R 162 0 R 168 0 R 172 0 R 174 0 R 185 0 R 196 0 R 203 0 R 215 0 R 218 0 R 226 0 R 239 0 R 245 0 R 253 0 R 256 0 R 263 0 R 266 0 R 270 0 R 272 0 R 274 0 R 279 0 R 283 0 R 292 0 R 299 0 R 303 0 R 314 0 R 323 0 R 334 0 R 336 0 R 349 0 R 359 0 R 362 0 R 370 0 R 372 0 R 374 0 R 385 0 R 389 0 R 403 0 R 413 0 R 419 0 R 422 0 R 428 0 R 436 0 R 448 0 R 455 0 R 460 0 R 463 0 R 470 0 R 477 0 R 483 0 R 493 0 R 501 0 R 508 0 R 520 0 R 527 0 R 533 0 R 536 0 R 542 0 R 546 0 R 550 0 R 552 0 R 555 0 R 559 0 R 561 0 R 565 0 R]
+/Kids [7 0 R 10 0 R 12 0 R 14 0 R 39 0 R 48 0 R 52 0 R 67 0 R 83 0 R 89 0 R 100 0 R 110 0 R 116 0 R 123 0 R 126 0 R 132 0 R 136 0 R 138 0 R 140 0 R 146 0 R 150 0 R 156 0 R 162 0 R 168 0 R 172 0 R 174 0 R 185 0 R 196 0 R 203 0 R 215 0 R 218 0 R 226 0 R 239 0 R 245 0 R 253 0 R 256 0 R 263 0 R 266 0 R 270 0 R 272 0 R 274 0 R 279 0 R 283 0 R 291 0 R 299 0 R 304 0 R 315 0 R 324 0 R 335 0 R 337 0 R 349 0 R 359 0 R 362 0 R 370 0 R 372 0 R 374 0 R 385 0 R 389 0 R 403 0 R 412 0 R 418 0 R 421 0 R 427 0 R 435 0 R 447 0 R 454 0 R 459 0 R 463 0 R 469 0 R 476 0 R 482 0 R 492 0 R 500 0 R 507 0 R 519 0 R 526 0 R 532 0 R 535 0 R 541 0 R 545 0 R 549 0 R 551 0 R 554 0 R 558 0 R 560 0 R 564 0 R]
 >>
 endobj
 4 0 obj
@@ -80,11 +80,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACP+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 721 0 R
+/FontDescriptor 720 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 723 0 R
-/ToUnicode 722 0 R
+/Widths 722 0 R
+/ToUnicode 721 0 R
 >>
 endobj
 9 0 obj
@@ -1673,7 +1673,7 @@ endobj
 /F4.0 43 0 R
 >>
 >>
-/Annots [567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R 645 0 R]
+/Annots [566 0 R 567 0 R 568 0 R 569 0 R 570 0 R 571 0 R 572 0 R 573 0 R 574 0 R 575 0 R 576 0 R 577 0 R 578 0 R 579 0 R 580 0 R 581 0 R 582 0 R 583 0 R 584 0 R 585 0 R 586 0 R 587 0 R 588 0 R 589 0 R 590 0 R 591 0 R 592 0 R 593 0 R 594 0 R 595 0 R 596 0 R 597 0 R 598 0 R 599 0 R 600 0 R 601 0 R 602 0 R 603 0 R 604 0 R 605 0 R 606 0 R 607 0 R 608 0 R 609 0 R 610 0 R 611 0 R 612 0 R 613 0 R 614 0 R 615 0 R 616 0 R 617 0 R 618 0 R 619 0 R 620 0 R 621 0 R 622 0 R 623 0 R 624 0 R 625 0 R 626 0 R 627 0 R 628 0 R 629 0 R 630 0 R 631 0 R 632 0 R 633 0 R 634 0 R 635 0 R 636 0 R 637 0 R 638 0 R 639 0 R 640 0 R 641 0 R 642 0 R 643 0 R 644 0 R]
 >>
 endobj
 11 0 obj
@@ -2108,7 +2108,7 @@ endobj
 /F4.0 43 0 R
 >>
 >>
-/Annots [646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R 655 0 R 656 0 R 657 0 R 658 0 R 659 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R 666 0 R]
+/Annots [645 0 R 646 0 R 647 0 R 648 0 R 649 0 R 650 0 R 651 0 R 652 0 R 653 0 R 654 0 R 655 0 R 656 0 R 657 0 R 658 0 R 659 0 R 660 0 R 661 0 R 662 0 R 663 0 R 664 0 R 665 0 R]
 >>
 endobj
 13 0 obj
@@ -2793,7 +2793,7 @@ endobj
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [19 0 R 20 0 R 21 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R 32 0 R 33 0 R 34 0 R 35 0 R 36 0 R 37 0 R]
@@ -2808,18 +2808,18 @@ endobj
 >>
 endobj
 17 0 obj
-<< /Kids [164 0 R 468 0 R 288 0 R 409 0 R 165 0 R 381 0 R 539 0 R 200 0 R 344 0 R 497 0 R]
+<< /Kids [164 0 R 537 0 R 165 0 R 377 0 R 302 0 R 461 0 R 199 0 R 296 0 R 494 0 R]
 >>
 endobj
 18 0 obj
 << /Type /Font
 /BaseFont /AAAACQ+NotoSerif-Bold
 /Subtype /TrueType
-/FontDescriptor 725 0 R
+/FontDescriptor 724 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 727 0 R
-/ToUnicode 726 0 R
+/Widths 726 0 R
+/ToUnicode 725 0 R
 >>
 endobj
 19 0 obj
@@ -3778,7 +3778,7 @@ endobj
 /F4.0 43 0 R
 /F5.1 45 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [46 0 R]
@@ -3791,11 +3791,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACR+NotoSerif-Italic
 /Subtype /TrueType
-/FontDescriptor 729 0 R
+/FontDescriptor 728 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 731 0 R
-/ToUnicode 730 0 R
+/Widths 730 0 R
+/ToUnicode 729 0 R
 >>
 endobj
 42 0 obj
@@ -3805,11 +3805,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACS+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 733 0 R
+/FontDescriptor 732 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 735 0 R
-/ToUnicode 734 0 R
+/Widths 734 0 R
+/ToUnicode 733 0 R
 >>
 endobj
 44 0 obj
@@ -3819,11 +3819,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACT+FontAwesome
 /Subtype /TrueType
-/FontDescriptor 737 0 R
+/FontDescriptor 736 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 739 0 R
-/ToUnicode 738 0 R
+/Widths 738 0 R
+/ToUnicode 737 0 R
 >>
 endobj
 46 0 obj
@@ -4277,7 +4277,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -5222,7 +5222,7 @@ endobj
 /F3.0 41 0 R
 /F1.1 60 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [53 0 R 54 0 R 55 0 R 56 0 R 58 0 R 59 0 R 61 0 R 62 0 R 63 0 R 64 0 R 65 0 R]
@@ -5265,7 +5265,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugfun.pdf#_ugfun_core-concepts_philosophy_domain-driven-design_ubiquitous-language)
+/URI (ugfun.pdf#__ugfun_core-concepts_philosophy_domain-driven-design_ubiquitous-language)
 >>
 /Subtype /Link
 /Rect [172.70417626953125 465.6800000000001 274.91422033691407 479.9600000000001]
@@ -5301,11 +5301,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACU+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 741 0 R
+/FontDescriptor 740 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 743 0 R
-/ToUnicode 742 0 R
+/Widths 742 0 R
+/ToUnicode 741 0 R
 >>
 endobj
 61 0 obj
@@ -5332,7 +5332,7 @@ endobj
 endobj
 63 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_view-models_use-cases_dtos_consumers)
+/Dest (__ugbtb_view-models_use-cases_dtos_consumers)
 /Subtype /Link
 /Rect [410.28000000000003 119.92000000000004 440.68800000000005 134.20000000000005]
 /Type /Annot
@@ -6328,7 +6328,7 @@ endobj
 /F2.0 18 0 R
 /F5.1 45 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [68 0 R 69 0 R 71 0 R 72 0 R 73 0 R 74 0 R 75 0 R 76 0 R 77 0 R 78 0 R 79 0 R 81 0 R]
@@ -7624,7 +7624,7 @@ endobj
 /F2.0 18 0 R
 /F4.0 43 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [84 0 R 85 0 R 86 0 R 87 0 R]
@@ -8498,7 +8498,7 @@ endobj
 /F1.0 8 0 R
 /F4.0 43 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [90 0 R 92 0 R 93 0 R 94 0 R 95 0 R 96 0 R 97 0 R 98 0 R]
@@ -11955,7 +11955,7 @@ endobj
 /F4.1 101 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [102 0 R 103 0 R 104 0 R 105 0 R 106 0 R 107 0 R 108 0 R]
@@ -11965,16 +11965,16 @@ endobj
 << /Type /Font
 /BaseFont /AAAACV+mplus1mn-regular
 /Subtype /TrueType
-/FontDescriptor 745 0 R
+/FontDescriptor 744 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 747 0 R
-/ToUnicode 746 0 R
+/Widths 746 0 R
+/ToUnicode 745 0 R
 >>
 endobj
 102 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_view-models_jaxb_versioning)
+/Dest (__ugbtb_view-models_jaxb_versioning)
 /Subtype /Link
 /Rect [347.29050000000007 276.4399999999998 400.62 290.7199999999998]
 /Type /Annot
@@ -11993,7 +11993,7 @@ endobj
 endobj
 104 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_view-models_jaxb_versioning)
+/Dest (__ugbtb_view-models_jaxb_versioning)
 /Subtype /Link
 /Rect [393.1335 173.53999999999982 446.46299999999997 187.81999999999982]
 /Type /Annot
@@ -12001,7 +12001,7 @@ endobj
 endobj
 105 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_view-models_jaxb_versioning)
+/Dest (__ugbtb_view-models_jaxb_versioning)
 /Subtype /Link
 /Rect [186.6825 151.75999999999982 240.012 166.03999999999982]
 /Type /Annot
@@ -12009,7 +12009,7 @@ endobj
 endobj
 106 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_view-models_jaxb_versioning)
+/Dest (__ugbtb_view-models_jaxb_versioning)
 /Subtype /Link
 /Rect [186.6825 129.97999999999982 240.012 144.25999999999982]
 /Type /Annot
@@ -12017,7 +12017,7 @@ endobj
 endobj
 107 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_view-models_jaxb_referencing-domain-entities)
+/Dest (__ugbtb_view-models_jaxb_referencing-domain-entities)
 /Subtype /Link
 /Rect [274.48350000000005 86.41999999999982 304.89150000000006 100.69999999999982]
 /Type /Annot
@@ -12025,7 +12025,7 @@ endobj
 endobj
 108 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_view-models_jaxb_referencing-domain-entities)
+/Dest (__ugbtb_view-models_jaxb_referencing-domain-entities)
 /Subtype /Link
 /Rect [376.323 64.63999999999982 406.731 78.91999999999982]
 /Type /Annot
@@ -13368,7 +13368,7 @@ endobj
 /F1.0 8 0 R
 /F4.0 43 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [112 0 R 113 0 R 114 0 R]
@@ -14632,7 +14632,7 @@ endobj
 /F2.0 18 0 R
 /F5.1 45 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [117 0 R 118 0 R 120 0 R 121 0 R]
@@ -17323,7 +17323,7 @@ endobj
 /F4.1 101 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [124 0 R]
@@ -17331,7 +17331,7 @@ endobj
 endobj
 124 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_view-models_jaxb_using-packages-to-version)
+/Dest (__ugbtb_view-models_jaxb_using-packages-to-version)
 /Subtype /Link
 /Rect [48.239999999999995 460.26000000000016 113.60249999999999 474.54000000000013]
 /Type /Annot
@@ -19029,7 +19029,7 @@ endobj
 /F3.0 41 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [128 0 R 129 0 R 130 0 R]
@@ -19040,7 +19040,7 @@ endobj
 endobj
 128 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_view-models_jaxb_referencing-domain-entities)
+/Dest (__ugbtb_view-models_jaxb_referencing-domain-entities)
 /Subtype /Link
 /Rect [126.7271640625 321.4800000000001 156.8201640625 335.76000000000005]
 /Type /Annot
@@ -20586,7 +20586,7 @@ endobj
 /Font << /F1.0 8 0 R
 /F4.0 43 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [133 0 R 134 0 R]
@@ -22155,7 +22155,7 @@ endobj
 /Font << /F4.0 43 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -23680,7 +23680,7 @@ endobj
 /Font << /F4.0 43 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -25322,7 +25322,7 @@ endobj
 /F5.1 45 0 R
 /F4.0 43 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [142 0 R 144 0 R]
@@ -27495,7 +27495,7 @@ endobj
 /F2.0 18 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [147 0 R]
@@ -28859,7 +28859,7 @@ endobj
 /F3.0 41 0 R
 /F5.1 45 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [153 0 R]
@@ -28872,11 +28872,11 @@ endobj
 << /Type /Font
 /BaseFont /AAAACW+mplus-1p-regular
 /Subtype /TrueType
-/FontDescriptor 749 0 R
+/FontDescriptor 748 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 751 0 R
-/ToUnicode 750 0 R
+/Widths 750 0 R
+/ToUnicode 749 0 R
 >>
 endobj
 153 0 obj
@@ -30730,7 +30730,7 @@ endobj
 /F2.0 18 0 R
 /F4.1 101 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [157 0 R 158 0 R 159 0 R]
@@ -33256,7 +33256,7 @@ endobj
 /F4.0 43 0 R
 /F4.1 101 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -33265,13 +33265,13 @@ endobj
 [162 0 R /XYZ 0 841.89 null]
 endobj
 164 0 obj
-<< /Limits [(_ugbtb) (_ugbtb_deployment_cmd-line)]
-/Names [(_ugbtb) 15 0 R (_ugbtb_decoupling) 141 0 R (_ugbtb_decoupling_contributions) 191 0 R (_ugbtb_decoupling_db-schemas) 143 0 R (_ugbtb_decoupling_event-bus) 205 0 R (_ugbtb_decoupling_mixins) 154 0 R (_ugbtb_decoupling_pushing-changes) 211 0 R (_ugbtb_decoupling_vetoing-visibility) 201 0 R (_ugbtb_deployment) 423 0 R (_ugbtb_deployment_cmd-line) 424 0 R]
+<< /Limits [(__ugbtb_deployment_externalized-configuration_Isis) (__ugbtb_view-models_jaxb_generating-xsds-and-dtos)]
+/Names [(__ugbtb_deployment_externalized-configuration_Isis) 445 0 R (__ugbtb_deployment_externalized-configuration_Log4j) 452 0 R (__ugbtb_deployment_externalized-configuration_Shiro) 450 0 R (__ugbtb_i18n_configuration) 287 0 R (__ugbtb_i18n_imperative-messages) 249 0 R (__ugbtb_i18n_implementation-approach) 235 0 R (__ugbtb_i18n_integration-testing) 275 0 R (__ugbtb_i18n_translation-service) 243 0 R (__ugbtb_i18n_wicket-viewer) 260 0 R (__ugbtb_view-models_jaxb_generating-xsds-and-dtos) 127 0 R]
 >>
 endobj
 165 0 obj
-<< /Limits [(_ugbtb_view-models_use-cases) (as-nested-static-classes)]
-/Names [(_ugbtb_view-models_use-cases) 42 0 R (_ugbtb_view-models_use-cases_application-layer-view-models) 50 0 R (_ugbtb_view-models_use-cases_dtos) 57 0 R (_ugbtb_view-models_use-cases_dtos_consumers) 70 0 R (_ugbtb_view-models_use-cases_externally-managed-entities) 44 0 R (_ugbtb_view-models_use-cases_in-memory-entities) 49 0 R (_ugbtb_web-xml) 509 0 R (_ugbtb_web-xml_context-parameters) 566 0 R (_ugbtb_web-xml_filters) 543 0 R (_ugbtb_web-xml_servlet-context-listeners) 529 0 R (_ugbtb_web-xml_servlets) 537 0 R (aborting-transactions) 350 0 R (alternative-implementation) 151 0 R (an-alternative-approach) 461 0 R (api-and-implementation) 379 0 R (api-and-implementation-2) 416 0 R (as-nested-static-classes) 170 0 R]
+<< /Limits [(_ugbtb_decoupling_contributions) (_ugbtb_i18n)]
+/Names [(_ugbtb_decoupling_contributions) 191 0 R (_ugbtb_decoupling_db-schemas) 143 0 R (_ugbtb_decoupling_event-bus) 205 0 R (_ugbtb_decoupling_mixins) 154 0 R (_ugbtb_decoupling_pushing-changes) 211 0 R (_ugbtb_decoupling_vetoing-visibility) 201 0 R (_ugbtb_deployment) 422 0 R (_ugbtb_deployment_cmd-line) 423 0 R (_ugbtb_deployment_docker) 467 0 R (_ugbtb_deployment_externalized-configuration) 438 0 R (_ugbtb_deployment_gae) 478 0 R (_ugbtb_deployment_jvm-flags) 498 0 R (_ugbtb_deployment_neo4j) 485 0 R (_ugbtb_deployment_tomcat) 428 0 R (_ugbtb_headless-access) 305 0 R (_ugbtb_headless-access_AbstractIsisSessionTemplate) 310 0 R (_ugbtb_headless-access_BackgroundCommandExecution) 316 0 R (_ugbtb_i18n) 227 0 R]
 >>
 endobj
 166 0 obj
@@ -34856,7 +34856,7 @@ endobj
 /F4.0 43 0 R
 /F4.1 101 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -38247,7 +38247,7 @@ endobj
 /F4.1 101 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -39503,7 +39503,7 @@ endobj
 /F6.0 152 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [175 0 R 176 0 R 178 0 R 179 0 R 181 0 R 182 0 R 183 0 R]
@@ -39538,7 +39538,7 @@ endobj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
-/URI (ugtst.pdf#_ugtst_integ-test-support_bootstrapping_IntegrationTestAbstract)
+/URI (ugtst.pdf#__ugtst_integ-test-support_bootstrapping_IntegrationTestAbstract)
 >>
 /Subtype /Link
 /Rect [73.59955555555555 471.23600000000016 194.34955555555558 481.73600000000016]
@@ -40612,7 +40612,7 @@ endobj
 /F5.1 45 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [187 0 R 188 0 R 189 0 R 190 0 R 192 0 R 193 0 R]
@@ -41942,7 +41942,7 @@ endobj
 /F2.0 18 0 R
 /F5.1 45 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -41954,12 +41954,12 @@ endobj
 [196 0 R /XYZ 0 246.0 null]
 endobj
 199 0 obj
-[196 0 R /XYZ 0 176.93999999999997 null]
+<< /Limits [(contributed-action-2) (listener-to-create-schema)]
+/Names [(contributed-action-2) 197 0 R (contributed-collection) 160 0 R (contributed-collection-2) 200 0 R (contributed-property) 163 0 R (contributed-property-2) 198 0 R (custom-types) 483 0 R (escaped-strings) 281 0 R (extended-api) 416 0 R (externalized-configuration) 429 0 R (externalized-translation-files) 292 0 R (force-read-mode) 294 0 R (including-or-excluding-facets) 404 0 R (inferred-name) 169 0 R (jvm-args) 431 0 R (listener-to-create-schema) 148 0 R]
+>>
 endobj
 200 0 obj
-<< /Limits [(contributed-collection) (location-of-the-code-po-code-files)]
-/Names [(contributed-collection) 160 0 R (contributed-collection-2) 199 0 R (contributed-property) 163 0 R (contributed-property-2) 198 0 R (custom-types) 484 0 R (escaped-strings) 281 0 R (extended-api) 417 0 R (externalized-configuration) 430 0 R (externalized-translation-files) 293 0 R (force-read-mode) 295 0 R (including-or-excluding-facets) 404 0 R (inferred-name) 169 0 R (jvm-args) 432 0 R (listener-to-create-schema) 148 0 R (location-of-the-code-po-code-files) 290 0 R]
->>
+[196 0 R /XYZ 0 176.93999999999997 null]
 endobj
 201 0 obj
 [196 0 R /XYZ 0 107.87999999999994 null]
@@ -43739,7 +43739,7 @@ endobj
 /F2.0 18 0 R
 /F4.1 101 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [204 0 R 206 0 R 207 0 R 208 0 R 209 0 R 210 0 R 212 0 R]
@@ -46050,7 +46050,7 @@ endobj
 /F4.0 43 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -49132,7 +49132,7 @@ endobj
 /F1.0 8 0 R
 /F6.0 152 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [219 0 R 220 0 R 221 0 R 222 0 R 223 0 R 224 0 R]
@@ -50341,7 +50341,7 @@ endobj
 /F5.1 45 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [228 0 R 229 0 R 230 0 R 231 0 R 232 0 R 233 0 R 234 0 R 236 0 R 237 0 R]
@@ -52311,7 +52311,7 @@ endobj
 /F4.1 101 0 R
 /F6.0 152 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [240 0 R 241 0 R 242 0 R]
@@ -53489,7 +53489,7 @@ endobj
 /F4.0 43 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [247 0 R 248 0 R 251 0 R]
@@ -56290,7 +56290,7 @@ endobj
 /F1.0 8 0 R
 /F4.1 101 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [254 0 R]
@@ -57859,7 +57859,7 @@ endobj
 /F4.1 101 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [257 0 R 259 0 R 261 0 R]
@@ -59348,7 +59348,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -59883,7 +59883,7 @@ endobj
 /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [268 0 R]
@@ -60443,7 +60443,7 @@ endobj
 /Font << /F4.0 43 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -60977,7 +60977,7 @@ endobj
 /Font << /F4.0 43 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -61529,7 +61529,7 @@ endobj
 /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [276 0 R 277 0 R]
@@ -63450,7 +63450,7 @@ endobj
 /F5.1 45 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [280 0 R]
@@ -64649,7 +64649,7 @@ endobj
 /F2.0 18 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [284 0 R 285 0 R 286 0 R]
@@ -64692,17 +64692,12 @@ endobj
 [283 0 R /XYZ 0 511.07000000000005 null]
 endobj
 288 0 obj
-<< /Limits [(_ugbtb_i18n_imperative-messages) (_ugbtb_other-techniques_replacing-default-service-implementations)]
-/Names [(_ugbtb_i18n_imperative-messages) 249 0 R (_ugbtb_i18n_implementation-approach) 235 0 R (_ugbtb_i18n_integration-testing) 275 0 R (_ugbtb_i18n_translation-service) 243 0 R (_ugbtb_i18n_wicket-viewer) 260 0 R (_ugbtb_other-techniques) 337 0 R (_ugbtb_other-techniques_mapping-rdbms-views) 338 0 R (_ugbtb_other-techniques_multi-tenancy) 354 0 R (_ugbtb_other-techniques_persisted-title) 357 0 R (_ugbtb_other-techniques_replacing-default-service-implementations) 365 0 R]
->>
-endobj
-289 0 obj
 [283 0 R /XYZ 0 443.21000000000004 null]
 endobj
-290 0 obj
+289 0 obj
 [283 0 R /XYZ 0 156.15 null]
 endobj
-291 0 obj
+290 0 obj
 << /Length 16475
 >>
 stream
@@ -65665,26 +65660,26 @@ Q
 
 endstream
 endobj
-292 0 obj
+291 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 291 0 R
+/Contents 290 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 43 0 R
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [294 0 R]
+/Annots [293 0 R]
 >>
 endobj
-293 0 obj
-[292 0 R /XYZ 0 564.2500000000001 null]
+292 0 obj
+[291 0 R /XYZ 0 564.2500000000001 null]
 endobj
-294 0 obj
+293 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_externalized-configuration)
 /Subtype /Link
@@ -65692,14 +65687,19 @@ endobj
 /Type /Annot
 >>
 endobj
+294 0 obj
+[291 0 R /XYZ 0 323.1100000000002 null]
+endobj
 295 0 obj
-[292 0 R /XYZ 0 323.1100000000002 null]
+[291 0 R /XYZ 0 181.75000000000014 null]
 endobj
 296 0 obj
-[292 0 R /XYZ 0 181.75000000000014 null]
+<< /Limits [(location-of-the-code-po-code-files) (related-reading)]
+/Names [(location-of-the-code-po-code-files) 289 0 R (logging) 288 0 R (login-self-sign-up) 267 0 R (modifying-the-prog-model) 400 0 R (other-guides) 22 0 R (other-reasons-to-use-mixins) 180 0 R (primary-keys-and-owned-unowned-relationships) 480 0 R (programmatic-usage) 177 0 R (raise-message-errors-to-users) 344 0 R (related-reading) 186 0 R]
+>>
 endobj
 297 0 obj
-[292 0 R /XYZ 0 113.89000000000013 null]
+[291 0 R /XYZ 0 113.89000000000013 null]
 endobj
 298 0 obj
 << /Length 12196
@@ -66441,7 +66441,7 @@ endobj
 /F4.0 43 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -66453,6 +66453,11 @@ endobj
 [299 0 R /XYZ 0 602.3700000000002 null]
 endobj
 302 0 obj
+<< /Limits [(_ugbtb_view-models_use-cases) (code-metamodelvalidator-code)]
+/Names [(_ugbtb_view-models_use-cases) 42 0 R (_ugbtb_web-xml) 508 0 R (aborting-transactions) 350 0 R (alternative-implementation) 151 0 R (an-alternative-approach) 460 0 R (api-and-implementation) 380 0 R (api-and-implementation-2) 415 0 R (as-nested-static-classes) 170 0 R (background-execution) 325 0 R (code-environmentloaderlistener-code-shiro) 529 0 R (code-httpservletdispatcher-code-resteasy) 538 0 R (code-isislogonexceptionfilter-code) 546 0 R (code-isissessionfilter-code) 556 0 R (code-isistransactionfilterforrestfulobjects-code) 561 0 R (code-isiswebappbootstrapper-code) 530 0 R (code-localeprovider-code) 297 0 R (code-metamodelvalidator-code) 381 0 R]
+>>
+endobj
+303 0 obj
 << /Length 34602
 >>
 stream
@@ -68742,11 +68747,11 @@ Q
 
 endstream
 endobj
-303 0 obj
+304 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 302 0 R
+/Contents 303 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
@@ -68754,16 +68759,16 @@ endobj
 /F4.1 101 0 R
 /F6.0 152 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [305 0 R 306 0 R 307 0 R 308 0 R 310 0 R 311 0 R 312 0 R]
+/Annots [306 0 R 307 0 R 308 0 R 309 0 R 311 0 R 312 0 R 313 0 R]
 >>
 endobj
-304 0 obj
-[303 0 R /XYZ 0 841.89 null]
-endobj
 305 0 obj
+[304 0 R /XYZ 0 841.89 null]
+endobj
+306 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -68774,7 +68779,7 @@ endobj
 /Type /Annot
 >>
 endobj
-306 0 obj
+307 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -68785,7 +68790,7 @@ endobj
 /Type /Annot
 >>
 endobj
-307 0 obj
+308 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -68796,7 +68801,7 @@ endobj
 /Type /Annot
 >>
 endobj
-308 0 obj
+309 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -68807,10 +68812,10 @@ endobj
 /Type /Annot
 >>
 endobj
-309 0 obj
-[303 0 R /XYZ 0 424.9100000000003 null]
-endobj
 310 0 obj
+[304 0 R /XYZ 0 424.9100000000003 null]
+endobj
+311 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -68821,7 +68826,7 @@ endobj
 /Type /Annot
 >>
 endobj
-311 0 obj
+312 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -68832,7 +68837,7 @@ endobj
 /Type /Annot
 >>
 endobj
-312 0 obj
+313 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -68843,7 +68848,7 @@ endobj
 /Type /Annot
 >>
 endobj
-313 0 obj
+314 0 obj
 << /Length 18289
 >>
 stream
@@ -70076,11 +70081,11 @@ Q
 
 endstream
 endobj
-314 0 obj
+315 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 313 0 R
+/Contents 314 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.1 101 0 R
 /F4.0 43 0 R
@@ -70089,16 +70094,16 @@ endobj
 /F5.1 45 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [316 0 R 317 0 R 318 0 R 319 0 R]
+/Annots [317 0 R 318 0 R 319 0 R 320 0 R]
 >>
 endobj
-315 0 obj
-[314 0 R /XYZ 0 635.65 null]
-endobj
 316 0 obj
+[315 0 R /XYZ 0 635.65 null]
+endobj
+317 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_headless-access_AbstractIsisSessionTemplate)
 /Subtype /Link
@@ -70106,7 +70111,7 @@ endobj
 /Type /Annot
 >>
 endobj
-317 0 obj
+318 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -70117,7 +70122,7 @@ endobj
 /Type /Annot
 >>
 endobj
-318 0 obj
+319 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -70128,7 +70133,7 @@ endobj
 /Type /Annot
 >>
 endobj
-319 0 obj
+320 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -70139,14 +70144,14 @@ endobj
 /Type /Annot
 >>
 endobj
-320 0 obj
+321 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 378
 /Width 351
 /BitsPerComponent 8
 /ColorSpace /DeviceRGB
-/SMask 321 0 R
+/SMask 322 0 R
 /Length 18021
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -70218,7 +70223,7 @@ k0#?
 \ufffdX\ufffd\ufffd\ufffd4,YV)\ufffd,\ufffd|\ufffd\ufffd&\ufffd0\ufffd\ufffd\ufffd\ufffdM\ufffd=\ufffd\ufffd`\u02be\u0232\ufffd&Q\ufffdgD\ufffd\ufffdY\ufffd\ufffd\ufffd37\ufffdh3t\ufffd\ufffd/\ufffdd\ufffdG\ufffdeyu\ufffd\ufffd\u03c8\ufffd\ufffd\u0358\ufffd\ufffdXh'\ufffd
\ufffdg\ufffdY\ufffd\ufffdw\ufffd\ufffd\ufffd\ufffd\ufffdF\ufffd\ufffd6\ufffdU\ufffdU\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0609}\ufffd\ufffd\ufffdy\ufffd&\ufffd6x\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdC\'mQ ^8\ufffdd#/\ufffd\ufffd\ufffdw\u0785h\ufffd\u0673g\u06af2\u01c2 #\ufffd\ufffd \u0188w\ufffd\ufffd\ufffd #\ufffd;\ufffd`\ufffdxA\ufffd\ufffd?{v\ufffd\ufffd
 endstream
 endobj
-321 0 obj
+322 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 378
@@ -70244,7 +70249,7 @@ egRE
 \ufffd\ufffdg\ufffd\ufffd.1C	\ufffdG\ufffd\ufffd{u\ufffd_f\ufffd\ufffd\ufffd(l\ufffd\ufffd\ufffd\u0236}\ufffd\u0438\u03303\ufffd�\ufffd\u01af\ufffd\ufffd \ufffd\ufffd\ufffdk\ufffd\ufffd\ufffd\ufffd~\ufffdW3\ufffd\ufffd\ufffd]4\ufffd\ufffd,\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd{8\ufffd\ufffdq\ufffd:\ufffd#\ufffd4\ufffd\ufffd\ufffd:l3\ufffd\ufffdX\ufffd"d
 endstream
 endobj
-322 0 obj
+323 0 obj
 << /Length 6904
 >>
 stream
@@ -70709,14 +70714,14 @@ Q
 
 endstream
 endobj
-323 0 obj
+324 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 322 0 R
+/Contents 323 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/XObject << /I1 320 0 R
-/Stamp1 667 0 R
+/XObject << /I1 321 0 R
+/Stamp1 666 0 R
 >>
 /Font << /F3.0 41 0 R
 /F4.0 43 0 R
@@ -70724,13 +70729,13 @@ endobj
 /F1.0 8 0 R
 >>
 >>
-/Annots [325 0 R 326 0 R 327 0 R 328 0 R 329 0 R 330 0 R]
+/Annots [326 0 R 327 0 R 328 0 R 329 0 R 330 0 R 331 0 R]
 >>
 endobj
-324 0 obj
-[323 0 R /XYZ 0 451.0330769230769 null]
-endobj
 325 0 obj
+[324 0 R /XYZ 0 451.0330769230769 null]
+endobj
+326 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -70741,7 +70746,7 @@ endobj
 /Type /Annot
 >>
 endobj
-326 0 obj
+327 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -70752,7 +70757,7 @@ endobj
 /Type /Annot
 >>
 endobj
-327 0 obj
+328 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -70763,7 +70768,7 @@ endobj
 /Type /Annot
 >>
 endobj
-328 0 obj
+329 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -70774,7 +70779,7 @@ endobj
 /Type /Annot
 >>
 endobj
-329 0 obj
+330 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -70785,7 +70790,7 @@ endobj
 /Type /Annot
 >>
 endobj
-330 0 obj
+331 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -70796,14 +70801,14 @@ endobj
 /Type /Annot
 >>
 endobj
-331 0 obj
+332 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 545
 /Width 535
 /BitsPerComponent 8
 /ColorSpace /DeviceRGB
-/SMask 332 0 R
+/SMask 333 0 R
 /Length 27442
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -70886,7 +70891,7 @@ aD
 \ufffd\ufffd\u077bwW\ufffdZ\ufffd\ufffd!Q\ufffd\ufffd\u06cah\ufffd\ufffd+!\ufffdP\ufffdB\ufffd\ufffdm\ufffd\ufffd\ufffda\ufffd:\ufffd\ufffdL\ufffd6\ufffd\ufffd\ufffd\ufffd\ufffdi8\ufffd\ufffd\ufffd\u0410\ufffd\ufffdB\ufffd>yPL\ufffdY\ufffdf\u014aa\ufffd4\ufffd\ufffd\u035b7\ufffd\ufffd\ufffdf\ufffd\ufffd/(v+2I\ufffdO>\ufffd$c\u018c\ufffds\ufffd>|\ufffd\ufffd\ufffd\ufffd\ufffd/^\ufffd\ufffd\ufffdM$\ufffdF\ufffd\ufffd	\ufffd)
\ufffdg\ufffd\u03a9e\ufffd\u0421\ufffd'O6/]\ufffd\u0119\ufffd\ufffdV\ufffd;\ufffdk(\ufffd"\ufffd!\ufffd\ufffdk\ufffd\ufffdR\ufffdM\ufffd6\ufffd\ufffd\ufffd\ufffdy\ufffd\ufffd4hP\ufffd\u04a5\ufffd\ufffdc0m#\ufffd\ufffd\ufffd\ufffd6L\ufffdr\ufffd\ufffdW\ufffd\ufffd�\u06f5kw\ufffd\ufffd\ufffdn\u077aU\ufffd^\ufffd\ufffd$[\ufffdx+bG*g\ufffd\ufffdv\ufffdn\ufffd\ufffdK8:M2!J\ufffd
#\ufffd\ufffd\ufffdo\ufffd}\u05ee]\ufffd\ufffdyk\ufffd�\ufffd&\ufffdT$P\u2d3c"k\ufffdG\ufffd\ufffd	\ufffdidy\ufffd \ufffdF\ufffd\ufffdA\ufffdn\ufffd"\ufffdY\ufffd&\ufffd6A:\ufffd,o\ufffd\ufffd\ufffd\ufffdV\ufffdT$P"n(G$\ufffdN#\ufffd\ufffd\ufffd4\ufffd\ufffd\ufffdHh\ufffd\ufffd
p\ufffdtY\ufffd&H\ufffd\ufffd\ufffdmBu*\ufffdE*\ufffd\ufffd\ufffds\ufffd\ufffd\ufffd\ufffdC;G$,1}IZ\ufffd\ufffd\ufffd_\ufffdh\ufffd\ufffd\ufffdGu(\ufffd\ufffd\ufffd\ufffdB{\ufffdB{\ufffd"B!\ufffd\ufffd+ZB!\uc44a!\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd
 endstream
 endobj
-332 0 obj
+333 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 545
@@ -70961,7 +70966,7 @@ W
 ]@\ufffd(t\ufffd\ufffdT(t\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u05c3#\ufffd\ufffdBP\u8891\ufffd\ufffd\ufffd>\ufffdt\ufffd.\ufffdh\ufffd\ufffd\ufffdu\ufffdA
\ufffd\ufffdb8\ufffdt\ufffd�r\ufffd\ufffd\ufffdy\ufffdv\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdZg\ufffd\ufffd\ufffd\ufffdY\u0395\u0545\ufffd{\ufffd\ufffd^\ufffd,\ufffd,#\ufffdw\ufffdd\ufffd\ufffd\ufffdu\ufffd@nlTG\ufffd\ufffd,\ufffd\ufffd\ufffd\ufffdrg\ufffd\ufffdEY\ufffd3\ufffd?-a,\ufffd\ufffdz\u04f9\ufffd\ufffdI\ufffd.\ufffd\ufffd6\ufffd\ufffd\ufffd\ufffdc\ufffd\ufffd\ufffdWM4}1\ufffd	)G\ufffd\ufffd3:Im~ft\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdm\ufffd\ufffd9
 endstream
 endobj
-333 0 obj
+334 0 obj
 << /Length 808
 >>
 stream
@@ -71019,14 +71024,14 @@ Q
 
 endstream
 endobj
-334 0 obj
+335 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 333 0 R
+/Contents 334 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/XObject << /I2 331 0 R
-/Stamp1 667 0 R
+/XObject << /I2 332 0 R
+/Stamp1 666 0 R
 >>
 /Font << /F3.0 41 0 R
 /F4.0 43 0 R
@@ -71035,7 +71040,7 @@ endobj
 >>
 >>
 endobj
-335 0 obj
+336 0 obj
 << /Length 18780
 >>
 stream
@@ -72186,30 +72191,30 @@ Q
 
 endstream
 endobj
-336 0 obj
+337 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 335 0 R
+/Contents 336 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 /F5.1 45 0 R
 /F4.0 43 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [339 0 R 341 0 R 342 0 R 345 0 R 346 0 R 347 0 R]
+/Annots [340 0 R 342 0 R 343 0 R 345 0 R 346 0 R 347 0 R]
 >>
 endobj
-337 0 obj
-[336 0 R /XYZ 0 841.89 null]
-endobj
 338 0 obj
-[336 0 R /XYZ 0 721.6100000000001 null]
+[337 0 R /XYZ 0 841.89 null]
 endobj
 339 0 obj
+[337 0 R /XYZ 0 721.6100000000001 null]
+endobj
+340 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -72220,10 +72225,10 @@ endobj
 /Type /Annot
 >>
 endobj
-340 0 obj
-[336 0 R /XYZ 0 645.7500000000002 null]
-endobj
 341 0 obj
+[337 0 R /XYZ 0 645.7500000000002 null]
+endobj
+342 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -72234,7 +72239,7 @@ endobj
 /Type /Annot
 >>
 endobj
-342 0 obj
+343 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -72245,13 +72250,8 @@ endobj
 /Type /Annot
 >>
 endobj
-343 0 obj
-[336 0 R /XYZ 0 146.47000000000034 null]
-endobj
 344 0 obj
-<< /Limits [(logging) (see-also)]
-/Names [(logging) 289 0 R (login-self-sign-up) 267 0 R (modifying-the-prog-model) 400 0 R (other-guides) 22 0 R (other-reasons-to-use-mixins) 180 0 R (primary-keys-and-owned-unowned-relationships) 481 0 R (programmatic-usage) 177 0 R (raise-message-errors-to-users) 343 0 R (related-reading) 186 0 R (see-also) 465 0 R]
->>
+[337 0 R /XYZ 0 146.47000000000034 null]
 endobj
 345 0 obj
 << /Border [0 0 0]
@@ -73154,7 +73154,7 @@ endobj
 /F4.0 43 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [351 0 R 352 0 R 353 0 R 355 0 R 356 0 R]
@@ -75543,7 +75543,7 @@ endobj
 /F4.0 43 0 R
 /F4.1 101 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [360 0 R]
@@ -77772,7 +77772,7 @@ endobj
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [363 0 R 364 0 R 366 0 R 367 0 R 368 0 R]
@@ -80267,7 +80267,7 @@ endobj
 /F4.1 101 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -80379,7 +80379,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -81448,10 +81448,10 @@ endobj
 /F5.1 45 0 R
 /F4.1 101 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [377 0 R 378 0 R 382 0 R]
+/Annots [378 0 R 379 0 R 382 0 R]
 >>
 endobj
 375 0 obj
@@ -81461,6 +81461,11 @@ endobj
 [374 0 R /XYZ 0 721.6100000000001 null]
 endobj
 377 0 obj
+<< /Limits [(_ugbtb_other-techniques) (_ugbtb_view-models_programming-model)]
+/Names [(_ugbtb_other-techniques) 338 0 R (_ugbtb_other-techniques_mapping-rdbms-views) 339 0 R (_ugbtb_other-techniques_multi-tenancy) 354 0 R (_ugbtb_other-techniques_persisted-title) 357 0 R (_ugbtb_other-techniques_replacing-default-service-implementations) 365 0 R (_ugbtb_other-techniques_transactions-and-errors) 341 0 R (_ugbtb_programming-model) 375 0 R (_ugbtb_programming-model_custom-validator) 376 0 R (_ugbtb_programming-model_finetuning) 390 0 R (_ugbtb_programming-model_layout-metadata-reader) 408 0 R (_ugbtb_view-models) 40 0 R (_ugbtb_view-models_jaxb) 91 0 R (_ugbtb_view-models_programming-model) 80 0 R]
+>>
+endobj
+378 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -81471,7 +81476,7 @@ endobj
 /Type /Annot
 >>
 endobj
-378 0 obj
+379 0 obj
 << /Border [0 0 0]
 /Dest (rgmvn.adoc)
 /Subtype /Link
@@ -81479,16 +81484,11 @@ endobj
 /Type /Annot
 >>
 endobj
-379 0 obj
-[374 0 R /XYZ 0 400.3900000000003 null]
-endobj
 380 0 obj
-[374 0 R /XYZ 0 339.33000000000027 null]
+[374 0 R /XYZ 0 400.3900000000003 null]
 endobj
 381 0 obj
-<< /Limits [(background-execution) (code-translatablestring-code)]
-/Names [(background-execution) 324 0 R (code-environmentloaderlistener-code-shiro) 530 0 R (code-httpservletdispatcher-code-resteasy) 538 0 R (code-isislogonexceptionfilter-code) 547 0 R (code-isissessionfilter-code) 557 0 R (code-isistransactionfilterforrestfulobjects-code) 562 0 R (code-isiswebappbootstrapper-code) 531 0 R (code-localeprovider-code) 297 0 R (code-metamodelvalidator-code) 380 0 R (code-resourcecachingfilter-code) 548 0 R (code-resourceservlet-code) 540 0 R (code-resteasybootstrap-code-resteasy) 534 0 R (code-shirofilter-code-shiro) 544 0 R (code-summarizingvisitor-code) 386 0 R (code-translatableexception-code) 258 0 R (code-translatablestring-code) 250 0 R]
->>
+[374 0 R /XYZ 0 339.33000000000027 null]
 endobj
 382 0 obj
 << /Border [0 0 0]
@@ -83529,7 +83529,7 @@ endobj
 /F4.1 101 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
@@ -84435,7 +84435,7 @@ endobj
 /F1.0 8 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [391 0 R 392 0 R 393 0 R 394 0 R 395 0 R 396 0 R 397 0 R 398 0 R 399 0 R 401 0 R]
@@ -85403,10 +85403,10 @@ endobj
 /F4.0 43 0 R
 /F5.1 45 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [405 0 R 406 0 R 407 0 R 410 0 R 411 0 R]
+/Annots [405 0 R 406 0 R 407 0 R 409 0 R 410 0 R]
 >>
 endobj
 404 0 obj
@@ -85446,11 +85446,6 @@ endobj
 [403 0 R /XYZ 0 356.9300000000001 null]
 endobj
 409 0 obj
-<< /Limits [(_ugbtb_other-techniques_transactions-and-errors) (_ugbtb_view-models_programming-model)]
-/Names [(_ugbtb_other-techniques_transactions-and-errors) 340 0 R (_ugbtb_programming-model) 375 0 R (_ugbtb_programming-model_custom-validator) 376 0 R (_ugbtb_programming-model_finetuning) 390 0 R (_ugbtb_programming-model_layout-metadata-reader) 408 0 R (_ugbtb_view-models) 40 0 R (_ugbtb_view-models_jaxb) 91 0 R (_ugbtb_view-models_jaxb_generating-xsds-and-dtos) 127 0 R (_ugbtb_view-models_jaxb_referencing-domain-entities) 111 0 R (_ugbtb_view-models_jaxb_versioning) 119 0 R (_ugbtb_view-models_programming-model) 80 0 R]
->>
-endobj
-410 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -85461,7 +85456,7 @@ endobj
 /Type /Annot
 >>
 endobj
-411 0 obj
+410 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -85472,7 +85467,7 @@ endobj
 /Type /Annot
 >>
 endobj
-412 0 obj
+411 0 obj
 << /Length 42943
 >>
 stream
@@ -88438,11 +88433,11 @@ Q
 
 endstream
 endobj
-413 0 obj
+412 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 412 0 R
+/Contents 411 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F5.1 45 0 R
 /F1.0 8 0 R
@@ -88450,13 +88445,13 @@ endobj
 /F2.0 18 0 R
 /F4.1 101 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [414 0 R 415 0 R]
+/Annots [413 0 R 414 0 R]
 >>
 endobj
-414 0 obj
+413 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -88467,7 +88462,7 @@ endobj
 /Type /Annot
 >>
 endobj
-415 0 obj
+414 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -88478,13 +88473,13 @@ endobj
 /Type /Annot
 >>
 endobj
+415 0 obj
+[412 0 R /XYZ 0 663.43 null]
+endobj
 416 0 obj
-[413 0 R /XYZ 0 663.43 null]
+[412 0 R /XYZ 0 393.4700000000001 null]
 endobj
 417 0 obj
-[413 0 R /XYZ 0 393.4700000000001 null]
-endobj
-418 0 obj
 << /Length 8047
 >>
 stream
@@ -88914,26 +88909,26 @@ Q
 
 endstream
 endobj
-419 0 obj
+418 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 418 0 R
+/Contents 417 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.1 101 0 R
 /F1.0 8 0 R
 /F4.0 43 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
 endobj
-420 0 obj
-[419 0 R /XYZ 0 597.8700000000002 null]
+419 0 obj
+[418 0 R /XYZ 0 597.8700000000002 null]
 endobj
-421 0 obj
+420 0 obj
 << /Length 23366
 >>
 stream
@@ -90498,30 +90493,30 @@ Q
 
 endstream
 endobj
-422 0 obj
+421 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 421 0 R
+/Contents 420 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 /F4.0 43 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [425 0 R 426 0 R]
+/Annots [424 0 R 425 0 R]
 >>
 endobj
+422 0 obj
+[421 0 R /XYZ 0 841.89 null]
+endobj
 423 0 obj
-[422 0 R /XYZ 0 841.89 null]
+[421 0 R /XYZ 0 737.3900000000001 null]
 endobj
 424 0 obj
-[422 0 R /XYZ 0 737.3900000000001 null]
-endobj
-425 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -90532,7 +90527,7 @@ endobj
 /Type /Annot
 >>
 endobj
-426 0 obj
+425 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -90543,7 +90538,7 @@ endobj
 /Type /Annot
 >>
 endobj
-427 0 obj
+426 0 obj
 << /Length 20209
 >>
 stream
@@ -91837,11 +91832,11 @@ Q
 
 endstream
 endobj
-428 0 obj
+427 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 427 0 R
+/Contents 426 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F4.0 43 0 R
@@ -91849,19 +91844,19 @@ endobj
 /F3.0 41 0 R
 /F5.1 45 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [431 0 R 433 0 R 434 0 R]
+/Annots [430 0 R 432 0 R 433 0 R]
 >>
 endobj
+428 0 obj
+[427 0 R /XYZ 0 328.37000000000023 null]
+endobj
 429 0 obj
-[428 0 R /XYZ 0 328.37000000000023 null]
+[427 0 R /XYZ 0 260.5100000000002 null]
 endobj
 430 0 obj
-[428 0 R /XYZ 0 260.5100000000002 null]
-endobj
-431 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_externalized-configuration)
 /Subtype /Link
@@ -91869,10 +91864,10 @@ endobj
 /Type /Annot
 >>
 endobj
-432 0 obj
-[428 0 R /XYZ 0 199.4500000000002 null]
+431 0 obj
+[427 0 R /XYZ 0 199.4500000000002 null]
 endobj
-433 0 obj
+432 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -91883,7 +91878,7 @@ endobj
 /Type /Annot
 >>
 endobj
-434 0 obj
+433 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -91894,7 +91889,7 @@ endobj
 /Type /Annot
 >>
 endobj
-435 0 obj
+434 0 obj
 << /Length 18799
 >>
 stream
@@ -92997,27 +92992,27 @@ Q
 
 endstream
 endobj
-436 0 obj
+435 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 435 0 R
+/Contents 434 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 /F4.0 43 0 R
 /F5.1 45 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [438 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R 445 0 R]
+/Annots [437 0 R 439 0 R 440 0 R 441 0 R 442 0 R 443 0 R 444 0 R]
 >>
 endobj
-437 0 obj
-[436 0 R /XYZ 0 841.89 null]
+436 0 obj
+[435 0 R /XYZ 0 841.89 null]
 endobj
-438 0 obj
+437 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -93028,10 +93023,10 @@ endobj
 /Type /Annot
 >>
 endobj
-439 0 obj
-[436 0 R /XYZ 0 749.6300000000001 null]
+438 0 obj
+[435 0 R /XYZ 0 749.6300000000001 null]
 endobj
-440 0 obj
+439 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -93042,7 +93037,7 @@ endobj
 /Type /Annot
 >>
 endobj
-441 0 obj
+440 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_docker)
 /Subtype /Link
@@ -93050,7 +93045,7 @@ endobj
 /Type /Annot
 >>
 endobj
-442 0 obj
+441 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -93061,7 +93056,7 @@ endobj
 /Type /Annot
 >>
 endobj
-443 0 obj
+442 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -93072,7 +93067,7 @@ endobj
 /Type /Annot
 >>
 endobj
-444 0 obj
+443 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -93083,7 +93078,7 @@ endobj
 /Type /Annot
 >>
 endobj
-445 0 obj
+444 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -93094,10 +93089,10 @@ endobj
 /Type /Annot
 >>
 endobj
-446 0 obj
-[436 0 R /XYZ 0 252.3900000000002 null]
+445 0 obj
+[435 0 R /XYZ 0 252.3900000000002 null]
 endobj
-447 0 obj
+446 0 obj
 << /Length 21426
 >>
 stream
@@ -94400,24 +94395,24 @@ Q
 
 endstream
 endobj
-448 0 obj
+447 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 447 0 R
+/Contents 446 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F4.0 43 0 R
 /F5.1 45 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [449 0 R 450 0 R 452 0 R]
+/Annots [448 0 R 449 0 R 451 0 R]
 >>
 endobj
-449 0 obj
+448 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -94428,7 +94423,7 @@ endobj
 /Type /Annot
 >>
 endobj
-450 0 obj
+449 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -94439,10 +94434,10 @@ endobj
 /Type /Annot
 >>
 endobj
-451 0 obj
-[448 0 R /XYZ 0 446.5299999999999 null]
+450 0 obj
+[447 0 R /XYZ 0 446.5299999999999 null]
 endobj
-452 0 obj
+451 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -94453,10 +94448,10 @@ endobj
 /Type /Annot
 >>
 endobj
-453 0 obj
-[448 0 R /XYZ 0 152.78999999999988 null]
+452 0 obj
+[447 0 R /XYZ 0 152.78999999999988 null]
 endobj
-454 0 obj
+453 0 obj
 << /Length 11774
 >>
 stream
@@ -95126,24 +95121,24 @@ Q
 
 endstream
 endobj
-455 0 obj
+454 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 454 0 R
+/Contents 453 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F4.0 43 0 R
 /F5.1 45 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [456 0 R 458 0 R]
+/Annots [455 0 R 457 0 R]
 >>
 endobj
-456 0 obj
+455 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -95154,10 +95149,10 @@ endobj
 /Type /Annot
 >>
 endobj
-457 0 obj
-[455 0 R /XYZ 0 636.0400000000001 null]
+456 0 obj
+[454 0 R /XYZ 0 636.0400000000001 null]
 endobj
-458 0 obj
+457 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -95168,7 +95163,7 @@ endobj
 /Type /Annot
 >>
 endobj
-459 0 obj
+458 0 obj
 << /Length 21974
 >>
 stream
@@ -96579,23 +96574,28 @@ Q
 
 endstream
 endobj
-460 0 obj
+459 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 459 0 R
+/Contents 458 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 43 0 R
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
 endobj
+460 0 obj
+[459 0 R /XYZ 0 128.56999999999996 null]
+endobj
 461 0 obj
-[460 0 R /XYZ 0 128.56999999999996 null]
+<< /Limits [(code-resourcecachingfilter-code) (contributed-action)]
+/Names [(code-resourcecachingfilter-code) 547 0 R (code-resourceservlet-code) 539 0 R (code-resteasybootstrap-code-resteasy) 533 0 R (code-shirofilter-code-shiro) 543 0 R (code-summarizingvisitor-code) 386 0 R (code-translatableexception-code) 258 0 R (code-translatablestring-code) 250 0 R (code-translationservicepo-code) 246 0 R (code-translationservicepomenu-code) 301 0 R (code-translationsresolver-code) 300 0 R (code-visitor-code) 383 0 R (code-wicketfilter-code) 552 0 R (commonly-used) 264 0 R (configuration) 387 0 R (configuration-2) 419 0 R (configuring-in-tomcat) 503 0 R (connectionurl) 490 0 R (contributed-action) 166 0 R]
+>>
 endobj
 462 0 obj
 << /Length 18155
@@ -97815,7 +97815,7 @@ endobj
 /F4.0 43 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 /Annots [464 0 R 466 0 R]
@@ -97850,11 +97850,6 @@ endobj
 [463 0 R /XYZ 0 241.1399999999999 null]
 endobj
 468 0 obj
-<< /Limits [(_ugbtb_deployment_docker) (_ugbtb_i18n_configuration)]
-/Names [(_ugbtb_deployment_docker) 467 0 R (_ugbtb_deployment_externalized-configuration) 439 0 R (_ugbtb_deployment_externalized-configuration_Isis) 446 0 R (_ugbtb_deployment_externalized-configuration_Log4j) 453 0 R (_ugbtb_deployment_externalized-configuration_Shiro) 451 0 R (_ugbtb_deployment_gae) 479 0 R (_ugbtb_deployment_jvm-flags) 499 0 R (_ugbtb_deployment_neo4j) 486 0 R (_ugbtb_deployment_tomcat) 429 0 R (_ugbtb_headless-access) 304 0 R (_ugbtb_headless-access_AbstractIsisSessionTemplate) 309 0 R (_ugbtb_headless-access_BackgroundCommandExecution) 315 0 R (_ugbtb_i18n) 227 0 R (_ugbtb_i18n_configuration) 287 0 R]
->>
-endobj
-469 0 obj
 << /Length 19527
 >>
 stream
@@ -99015,11 +99010,11 @@ Q
 
 endstream
 endobj
-470 0 obj
+469 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 469 0 R
+/Contents 468 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F5.1 45 0 R
 /F1.0 8 0 R
@@ -99027,16 +99022,16 @@ endobj
 /F4.0 43 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [472 0 R 473 0 R 475 0 R]
+/Annots [471 0 R 472 0 R 474 0 R]
 >>
 endobj
-471 0 obj
-[470 0 R /XYZ 0 722.77 null]
+470 0 obj
+[469 0 R /XYZ 0 722.77 null]
 endobj
-472 0 obj
+471 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -99047,7 +99042,7 @@ endobj
 /Type /Annot
 >>
 endobj
-473 0 obj
+472 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -99058,10 +99053,10 @@ endobj
 /Type /Annot
 >>
 endobj
-474 0 obj
-[470 0 R /XYZ 0 250.11000000000013 null]
+473 0 obj
+[469 0 R /XYZ 0 250.11000000000013 null]
 endobj
-475 0 obj
+474 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -99072,7 +99067,7 @@ endobj
 /Type /Annot
 >>
 endobj
-476 0 obj
+475 0 obj
 << /Length 12761
 >>
 stream
@@ -99753,30 +99748,30 @@ Q
 
 endstream
 endobj
-477 0 obj
+476 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 476 0 R
+/Contents 475 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F4.0 43 0 R
 /F1.0 8 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [480 0 R]
+/Annots [479 0 R]
 >>
 endobj
+477 0 obj
+[476 0 R /XYZ 0 841.89 null]
+endobj
 478 0 obj
-[477 0 R /XYZ 0 841.89 null]
+[476 0 R /XYZ 0 435.77000000000015 null]
 endobj
 479 0 obj
-[477 0 R /XYZ 0 435.77000000000015 null]
-endobj
-480 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -99787,10 +99782,10 @@ endobj
 /Type /Annot
 >>
 endobj
-481 0 obj
-[477 0 R /XYZ 0 308.5700000000001 null]
+480 0 obj
+[476 0 R /XYZ 0 308.5700000000001 null]
 endobj
-482 0 obj
+481 0 obj
 << /Length 20465
 >>
 stream
@@ -101078,11 +101073,11 @@ Q
 
 endstream
 endobj
-483 0 obj
+482 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 482 0 R
+/Contents 481 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
@@ -101090,16 +101085,16 @@ endobj
 /F3.0 41 0 R
 /F5.1 45 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [485 0 R 487 0 R 488 0 R 489 0 R 490 0 R]
+/Annots [484 0 R 486 0 R 487 0 R 488 0 R 489 0 R]
 >>
 endobj
-484 0 obj
-[483 0 R /XYZ 0 841.89 null]
+483 0 obj
+[482 0 R /XYZ 0 841.89 null]
 endobj
-485 0 obj
+484 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -101110,10 +101105,10 @@ endobj
 /Type /Annot
 >>
 endobj
-486 0 obj
-[483 0 R /XYZ 0 328.4100000000002 null]
+485 0 obj
+[482 0 R /XYZ 0 328.4100000000002 null]
 endobj
-487 0 obj
+486 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -101124,7 +101119,7 @@ endobj
 /Type /Annot
 >>
 endobj
-488 0 obj
+487 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -101135,7 +101130,7 @@ endobj
 /Type /Annot
 >>
 endobj
-489 0 obj
+488 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -101146,7 +101141,7 @@ endobj
 /Type /Annot
 >>
 endobj
-490 0 obj
+489 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -101157,10 +101152,10 @@ endobj
 /Type /Annot
 >>
 endobj
-491 0 obj
-[483 0 R /XYZ 0 137.65000000000015 null]
+490 0 obj
+[482 0 R /XYZ 0 137.65000000000015 null]
 endobj
-492 0 obj
+491 0 obj
 << /Length 14633
 >>
 stream
@@ -102087,11 +102082,11 @@ Q
 
 endstream
 endobj
-493 0 obj
+492 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 492 0 R
+/Contents 491 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 43 0 R
 /F1.0 8 0 R
@@ -102100,14 +102095,19 @@ endobj
 /F5.1 45 0 R
 /F3.0 41 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [495 0 R 498 0 R]
+/Annots [495 0 R 497 0 R]
 >>
 endobj
+493 0 obj
+[492 0 R /XYZ 0 713.59 null]
+endobj
 494 0 obj
-[493 0 R /XYZ 0 713.59 null]
+<< /Limits [(see-also) (when-a-property-is-changed)]
+/Names [(see-also) 465 0 R (spring-config) 456 0 R (supporting-services) 295 0 R (syntax) 194 0 R (try-it-out) 496 0 R (update-pom-xml) 493 0 R (using-a-jndi-datasource) 436 0 R (using-an-code-overrides-properties-code-file) 470 0 R (using-system-properties) 473 0 R (using-the-code-isis_opts-code-environment-variable) 477 0 R (when-a-collection-is-modified) 216 0 R (when-a-property-is-changed) 213 0 R]
+>>
 endobj
 495 0 obj
 << /Border [0 0 0]
@@ -102121,14 +102121,9 @@ endobj
 >>
 endobj
 496 0 obj
-[493 0 R /XYZ 0 420.53000000000026 null]
+[492 0 R /XYZ 0 420.53000000000026 null]
 endobj
 497 0 obj
-<< /Limits [(spring-config) (when-a-property-is-changed)]
-/Names [(spring-config) 457 0 R (supporting-services) 296 0 R (syntax) 194 0 R (try-it-out) 496 0 R (update-pom-xml) 494 0 R (using-a-jndi-datasource) 437 0 R (using-an-code-overrides-properties-code-file) 471 0 R (using-system-properties) 474 0 R (using-the-code-isis_opts-code-environment-variable) 478 0 R (when-a-collection-is-modified) 216 0 R (when-a-property-is-changed) 213 0 R]
->>
-endobj
-498 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -102139,10 +102134,10 @@ endobj
 /Type /Annot
 >>
 endobj
-499 0 obj
-[493 0 R /XYZ 0 244.57000000000033 null]
+498 0 obj
+[492 0 R /XYZ 0 244.57000000000033 null]
 endobj
-500 0 obj
+499 0 obj
 << /Length 9872
 >>
 stream
@@ -102828,23 +102823,23 @@ Q
 
 endstream
 endobj
-501 0 obj
+500 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 500 0 R
+/Contents 499 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 /F4.0 43 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [502 0 R 503 0 R 505 0 R 506 0 R]
+/Annots [501 0 R 502 0 R 504 0 R 505 0 R]
 >>
 endobj
-502 0 obj
+501 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -102855,7 +102850,7 @@ endobj
 /Type /Annot
 >>
 endobj
-503 0 obj
+502 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -102866,26 +102861,26 @@ endobj
 /Type /Annot
 >>
 endobj
-504 0 obj
-[501 0 R /XYZ 0 539.25 null]
+503 0 obj
+[500 0 R /XYZ 0 539.25 null]
 endobj
-505 0 obj
+504 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_deployment_externalized-configuration_Log4j)
+/Dest (__ugbtb_deployment_externalized-configuration_Log4j)
 /Subtype /Link
 /Rect [488.7964999999999 490.9400000000001 547.0399999999998 505.2200000000001]
 /Type /Annot
 >>
 endobj
-506 0 obj
+505 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_deployment_externalized-configuration_Log4j)
+/Dest (__ugbtb_deployment_externalized-configuration_Log4j)
 /Subtype /Link
 /Rect [48.24 475.16000000000014 171.9615 489.4400000000001]
 /Type /Annot
 >>
 endobj
-507 0 obj
+506 0 obj
 << /Length 7589
 >>
 stream
@@ -103356,28 +103351,28 @@ Q
 
 endstream
 endobj
-508 0 obj
+507 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 507 0 R
+/Contents 506 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F4.0 43 0 R
 /F1.0 8 0 R
 >>
-/XObject << /I3 513 0 R
-/I4 516 0 R
-/Stamp1 667 0 R
+/XObject << /I3 512 0 R
+/I4 515 0 R
+/Stamp1 666 0 R
 >>
 >>
-/Annots [510 0 R 511 0 R 512 0 R 515 0 R 518 0 R]
+/Annots [509 0 R 510 0 R 511 0 R 514 0 R 517 0 R]
 >>
 endobj
-509 0 obj
-[508 0 R /XYZ 0 841.89 null]
+508 0 obj
+[507 0 R /XYZ 0 841.89 null]
 endobj
-510 0 obj
+509 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -103388,7 +103383,7 @@ endobj
 /Type /Annot
 >>
 endobj
-511 0 obj
+510 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -103399,7 +103394,7 @@ endobj
 /Type /Annot
 >>
 endobj
-512 0 obj
+511 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -103410,13 +103405,13 @@ endobj
 /Type /Annot
 >>
 endobj
-513 0 obj
+512 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 74
 /Width 960
 /BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 255 514 0 R]
+/ColorSpace [/Indexed /DeviceRGB 255 513 0 R]
 /Length 2194
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -103433,14 +103428,14 @@ L
 6\ufffd\ufffdPzM\ufffdljf\ufffd\ufffdHu\ufffd\ufffd*\ufffd\ufffd\ufffd\ufffd\ufffdn\ufffd\ufffdH\ufffd\ufffd\ufffdFj84 \ufffdo p`@`\ufffd@\ufffd\ufffdC\ufffd\ufffd
n84 \ufffdo p`@`\ufffd@\ufffd\ufffdC\ufffd\ufffd)p\ufffdd\ufffd\ufffd\ufffdw\ufffd'#p\ufffd\ufffdx\ufffdo?k\ufffd\ufffdv\ufffdo?k\ufffd\ufffdv\ufffdo\ufffd\ufffd\ufffd\ufffdV\ufffd\ufffd\ufffd&\ufffdl\ufffd\ufffd\ufffd\ufffd~\u0377\ufffd\ufffdx\u039d\ud6fe\ufffd\ufffd\u014b\ufffdl_\ufffdm^}x\ufffd\ufffdL\ufffd\ufffd\ufffd\ufffd/\ufffd\ufffd}\u03f7\ufffd5x7\ufffd\ufffd\ufffd\ufffd\ufffdD b 0\ufffd\ufffd@\ufffd@`"1\ufffd\ufffd\ufffd\ufffdD b 0\ufffd\ufffd@\ufffd@`"1\ufffd\ufffd\ufffd\ufffdD b 0\ufffd\ufffd@\ufffd\ufffd\ufffd~T
 endstream
 endobj
-514 0 obj
+513 0 obj
 << /Length 768
 >>
 stream
 \GvaMz8]\ufffd>b\ufffdKl\ufffdQq\ufffdkX\ufffdq^\ufffdq\ufffd?u\ufffdE~\ufffdQO\ufffd\ufffdU\ufffd\ufffdX\ufffd\ufffd]\ufffd\ufffdf\ufffd\ufffdx\ufffd\u034c86\ufffd><\ufffdm1\ufffdr7\ufffdKI\ufffdQO\ufffd{D\ufffdK\ufffdPM\ufffdUS\ufffdYV\ufffd^\\ufffdge\ufffdyw\ufffdd\ufffd\ufffdi\ufffd\ufffdl\ufffd\ufffdq\ufffd\ufffdy\ufffd\ufffd~\ufffd\ufffd\ufffdW\ufffd\ufffdY\ufffd\ufffd^\ufffd\ufffda\ufffd\ufffdg\ufffd\ufffdl\ufffd\ufffdo\ufffd\ufffdF\ufffd\ufffdL\ufffd\ufffdO\ufffd\ufffdU\ufffd\ufffd_\ufffd\ufffdr\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0512\ufffd\u0595\ufffd\u05ec\ufffd�\ufffd�\ufffd\u0161\ufffd\u0225\ufffd\u0773\ufffd\u01fe\ufffd\u0433\u02c0\ufffd\u04d3\ufffd\u04d4\ufffd\u01e5\ufffd\ufffd\u04ef\ufffd\ufffd\u058d\ufffd\u058e\ufffd\u0613\ufffd\u0656\ufffd\u0529\ufffd\u073a\ufffd\u0261\ufffd\u07e6\ufffd\u0534\ufffd\ufffd\ufffd\ufffd\u2bee�\ufffd\u0178\ufffd\ufffd\u059b\ufffd\u072a\ufffd\u04b7\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0231\ufffd\u0261\ufffd\u03eb\ufffd\u06ff\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd
 \ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd
 endstream
 endobj
-515 0 obj
+514 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -103451,14 +103446,14 @@ endobj
 /Type /Annot
 >>
 endobj
-516 0 obj
+515 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 720
 /Width 960
 /BitsPerComponent 8
 /ColorSpace /DeviceRGB
-/SMask 517 0 R
+/SMask 516 0 R
 /Length 33698
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -103574,7 +103569,7 @@ g
 \ufffd\u0448\ufffd\ufffd\ufffd9\ufffd\ufffd\ufffd\u05b1)\ufffdZp\ufffd\ufffd\ufffd\ufffd\ufffd'\ufffd|t\ufffd\ufffd\ufffd\ufffdx\ufffdl/\u0165U\ufffd%=-\ufffd\ufffdK\ufffd\ud15b\ufffd5\ufffd\ufffd\ufffdL\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdq\ufffdbyI\ufffdr\ufffd\ufffd\ufffd\ufffd\u07daV;\ufffdQC\ufffd\ufffd\ufffd\ufffdv\ufffd\ufffd/\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd*g\ufffd<f>\ufffd\ufffd\ufffd
\ufffd\ufffd'\ufffd\ufffdg5\ufffd^h\ufffdCv9\ufffd\ufffdC\ufffd\ufffds`\ufffd\ufffdhh`\ufffd\ufffdhh`\ufffd\ufffdhh`\ufffd\ufffdhh`\ufffd\ufffd'z\ufffd\ufffd\ufffd*\ufffd\ufffd\ufffd\u04e7\ufffd|w\ufffdt\ufffd\ufffdsm\ufffd\ufffd|w\ufffdh\ufffd\u07faT8\ufffd6@K\ufffd$I\u01daZ\ufffd$Ij\ufffd-I\ufffd$5d\ufffd\ufffd$I\ufffd2@K\ufffd$I
\ufffd%I\ufffd\ufffd\ufffd\u0412$IRChI\ufffd$\ufffd!\ufffd$I\ufffd\u0510Z\ufffd$Ij\ufffd-I\ufffd$5d\ufffd\ufffd$I\ufffd2@K\ufffd$I
\ufffd%I\ufffd\ufffd\ufffd\u0412$IRChI\ufffd$\ufffd!\ufffd$I\ufffd\u0510Z\ufffd$Ij\ufffd-I\ufffd$5d\ufffd\ufffd$I\ufffd2@K\ufffd$I
\ufffd%I\ufffd\ufffd\ufffd\u0412$IRChI\ufffd$\ufffd!\ufffd$I\ufffd\ufffd\ufffd\ufffd\ufffd1\ufffd
 endstream
 endobj
-517 0 obj
+516 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 720
@@ -103594,7 +103589,7 @@ stream
 x\ufffd\ufffd\ufffd1
0\ufffd\ufffd\ufffd'\ufffdr\ufffd3E\ufffd\ufffd\ufffd,\ufffd5\ufffd\ufffdw\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!
 \ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd
 !\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd
 !\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffda\ufffd0C\ufffd\ufffd!\ufffd\ufffdf`30\ufffd\ufffd\ufffd\ufffd
 endstream
 endobj
-518 0 obj
+517 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -103605,7 +103600,7 @@ endobj
 /Type /Annot
 >>
 endobj
-519 0 obj
+518 0 obj
 << /Length 7545
 >>
 stream
@@ -104060,29 +104055,29 @@ Q
 
 endstream
 endobj
-520 0 obj
+519 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 519 0 R
+/Contents 518 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F4.0 43 0 R
 >>
-/XObject << /I5 521 0 R
-/Stamp1 667 0 R
+/XObject << /I5 520 0 R
+/Stamp1 666 0 R
 >>
 >>
-/Annots [523 0 R]
+/Annots [522 0 R]
 >>
 endobj
-521 0 obj
+520 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 515
 /Width 960
 /BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 255 522 0 R]
+/ColorSpace [/Indexed /DeviceRGB 255 521 0 R]
 /Length 14256
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -104164,14 +104159,14 @@ LW\u0132
 \ufffd\ufffd\ufffdg\ufffd\ufffd\ufffd\ufffd{\ufffdw\ufffd`\ufffd\u0345W\ufffdx\ufffd\ufffdy9\ufffd\ufffd}@N?\ufffd{\ufffd;\ufffdw\ufffdKF\ufffd\ufffdR\ufffd\ufffd/\ufffd\u0611\u053b4\ufffd$\ufffd\ufffd\ufffd\ufffd\ufffd	\ufffd^\ufffd?P.B\ufffd@\ufffd~Z\ufffd\ufffd\ufffd\ufffd\u024b7%\ufffd\ufffd\ufffd\ufffdr\ufffd\ufffd\ufffd\u04ea\ufffdj\ufffd\ufffd\ufffd\ufffd2\ufffdcG\ufffd/Pu71\ufffd\ufffd\ufffd\ufffd\ufffd\u01fb\ufffd\ufffd\ufffd\u03a4\ufffdb\ufffd3#q	\ufffd\ufffd\ufffd\ufffd!9E>\ufffdb\ufffd\ufffdq<\ufffdZ\ufffd\ufffd\ufffdkb\ufffd}<
\ufffd\ufffd\ufffd\ufffd\ufffd7\ufffd,\ufffd\ufffd\ufffd\ufffd\ufffdO\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd	\ufffdx#\u05a1\ufffddZ\ufffdd\ufffd\ufffd
\ufffd\ufffd\ufffd-i\ufffd\ufffd\ufffd4\u03ea\ufffd\ufffd\ufffd\u0293Po\ufffd\ufffd\ufffd.\ufffd1(\ufffd5T=\ufffdj)\ufffd\ufffdElvL\ufffd9o\ufffd\ufffd\ufffd\ufffd}\ufffd\ufffdV\ufffdCq\ufffd\ufffd\ufffd,\ufffd,\ufffdL\u04ed\ufffd?\ufffd|\ufffd\ufffd\ufffd\ufffdMw\ufffdt\u0311\ufffd\ufffd\ufffdl\ufffd9\ufffd\ufffd\ufffd	,\u0160\ufffd\M\ufffdU\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffds&.\u0794\ufffd\ufffd\ufffd\ufffdC\ufffdO\ufffd\ufffd\ufffd \ufffd\ufffd(\ufffd>,\ufffd\ufffd\ufffd\ufffd\ufffdn\ufffd\ufffd\ufffdW`8\ufffd!\ufffd\ufffd\.pz\ufffd\ufffd\ufffd,e\ufffd=Wm\ufffds&.\ufffd$\ufffdJ\ufffd\ufffdV\ufffdCA` pP|\ufffdCl\ufffdO\ufffd\ufffd\ufffd\u0241\ufffd\ufffd\ufffd\ufffdX\ufffd\ufffd\ufffd~\ufffd\ufffd\ufffdR\ufffd\ufffd\ufffd\ufffd\ufffd7\ufffdEh*\ufffd\ufffd"\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd9\ufffd\ufffd:\ufffdF\ufffd3H#p\ufffd\ufffd\ufffdmu`\ufffdj\ufffd\ufffdlwZ\ufffd\ufffd\ufffd\ufffd\ufffd\ufffddvP%\ufffd\F#\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdN
 j\ufffdY\u737d\ufffd\ufffdF\ufffd=8\ufffd8\ufffd\ufffdD+t\ufffdu\u03f2\u2174:\ufffdzB\ufffd\u07628\ufffd\ufffd)>g\ufffdbq\ufffdn~\ufffd\ufffd\ufffdu`\ufffdB7\ufffd\ufffd\ufffdVh\ufffd\ufffd\ufffd~x+\ufffd\ufffd\ufffdi\ufffdu\ufffd$\ufffd\ufffd$/g\ufffd\ufffd\ufffd\ufffd3iZi=t&I\ufffd\ufffd-\ufffdW'\ufffd~\ufffd7\ufffd\ufffd\ufffdx\ufffds\ufffd.\u0794\ufffd\ufffdAm\ufffd\ufffd\ufffdr\ufffd\ufffdAe\ufffd
\ufffd\ufffdPJ 0\ufffd\ufffd\ufffd\u04d8\ufffd\ufffd\u0551\ufffdNX\ufffd\ufffd	=\ufffd\ufffdt@\ufffd\ufffd\ufffdt@\ufffd\ufffd\ufffdt@\ufffd\ufffd\ufffdt@\ufffd\ufffd\ufffdt\ufffdJ\ufffdF`\ufffd\ufffd\ufffd\ufffd\ufffd\ufffdTX\ufffd\ufffdi\ufffd\ufffd`\ufffd\ufffd\ufffd\ufffd\ufffd4}H\ufffd7\ufffd4}H\ufffd7\ufffd4}H\ufffd7\ufffd4}H\ufffd7\ufffd4}H\ufffd7\ufffd4}H\ufffd7\ufffd4}H\ufffd7\ufffd4}H\ufffd7\ufffd\ufffd\ufffd\ufffd-d
 endstream
 endobj
-522 0 obj
+521 0 obj
 << /Length 768
 >>
 stream
 


"""+++000<<<QQQYYYZZZ\GvaMzggg}}}8]\ufffd>b\ufffdKl\ufffdQq\ufffdJ~\ufffdkX\ufffdq^\ufffdq\ufffd?u\ufffdE~\ufffdQO\ufffd\ufffdP\ufffd\ufffdU\ufffd\ufffdU\ufffd\ufffdV\ufffd\ufffdZ\ufffd\ufffd{\ufffd\ufffdX\ufffd\ufffdZ\ufffd\ufffd[\ufffd\ufffd]\ufffd\ufffdI\ufffd\ufffdJ\ufffd\ufffdK\ufffd\ufffdO\ufffd\ufffd`\ufffd\ufffda\ufffd\ufffde\ufffd\ufffdf\ufffd\ufffdk\ufffd\ufffdl\ufffd\ufffdp\ufffd\ufffdr\ufffd\ufffdv\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffd{\ufffd\ufffd}\ufffd\u038c86\ufffd><\ufffdKI\ufffdQO\ufffdio\ufffdsz\ufffdPM\ufffdUS\ufffdYV\ufffd^\\ufffdge\ufffdnk\ufffdqo\ufffdyw\ufffd{\ufffd\ufffdd\ufffd\ufffdi\ufffd\ufffdl\ufffd\ufffdq\ufffd\ufffdv\ufffd\ufffdy\ufffd\ufffd~\ufffd\ufffd\ufffdW\ufffd\ufffdY\ufffd\ufffd^\ufffd\ufffda\ufffd\ufffdg\ufffd\ufffdo\ufffd\ufffdu\ufffd\ufffdz\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0403\ufffd\u0446\ufffd\u0489\ufffd\u04cc\ufffd\u050e\ufffd\u0551\ufffd\u0594\ufffd\u05d7\ufffd\u061a\ufffd\u065c\ufffd\u069f\ufffd\u06ec\ufffd�\ufffd�\ufffd\u0170\ufffd\u0161\ufffd\u0222\ufffd\u0724\ufffd\u0773\ufffd\u01fe\ufffd\u0433\u02c0\ufffd\u04d3\ufffd\u04d4\ufffd\u01e5\ufffd\ufffd\u07aa\ufffd\u07f4\ufffd\u04ec\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u058d\ufffd\u058e\ufffd\u0613\ufffd\u0656\ufffd\u0261\ufffd\u07e6\ufffd\u0534\ufffd\u2bee�\ufffd�\ufffd\u0178\ufffd\ufffd\u072a\ufffd\u07ae\ufffd\u04b7\ufffd\u07b0\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd
 \ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd
 endstream
 endobj
-523 0 obj
+522 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -104182,13 +104177,13 @@ endobj
 /Type /Annot
 >>
 endobj
-524 0 obj
+523 0 obj
 << /Type /XObject
 /Subtype /Image
 /Height 575
 /Width 960
 /BitsPerComponent 8
-/ColorSpace [/Indexed /DeviceRGB 255 525 0 R]
+/ColorSpace [/Indexed /DeviceRGB 255 524 0 R]
 /Length 15076
 /Filter [/FlateDecode]
 /DecodeParms [<< /Predictor 15
@@ -104267,14 +104262,14 @@ V
 \ufffd\ufffd\ufffd \ufffd\ufffdYj\ufffdI\ufffd\ufffdsWK\ufffd\ufffd\ufffd\ufffd\ufffdu\ufffd}J\ufffd\ufffd\ufffdN\ufffd\ufffd\ufffd20*\ufffd,\ufffd\ufffd=@&\ufffd\ufffd\ufffd\ufffdw\ufffdP\ufffduV\ufffd\ufffd~(\ufffd\ufffd\ufffd\ufffdY\ufffd&j\ufffd\ufffd\ufffdy\ufffdV\u03e7\ufffd\ufffd\ufffd\ufffd%\ufffd\ufffdDv\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd9v\ufffd\ufffd2p\ufffdC\ufffd\ufffd\ufffdX-t>\ufffdI+~X-mN	\ufffd\ufffd\ufffd:'\ufffd\ufffd\ufffd\ufffd\ufffdyZN\u06c1\ufffd;$G\ufffd\ufffd\ufffdzd\ufffd\ufffd\ufffd\ufffd\ufffdG\ufffdWs\ufffd\ufffdE\ufffd\ufffd*\ufffdE]r\ufffd<\ufffd>#\ufffdL\ufffd;H\ufffd#;g7\ufffd\ufffd6@`\ufffd
\ufffdN\ufffd\ufffdJi\ufffd0\ufffd8\ufffd\ufffd6@`\ufffd\ufffdp�s1\ufffd\ufffd@\ufffd@`0\ufffd\ufffd\ufffd\ufffd ` 0\ufffd@\ufffd@`\u018b\ufffd\ufffd\ufffdp,\ufffd5]\ufffd\ufffd\ufffd|\u05df\ufffd\ufffd\ufffd\ufffd\ufffd@\ufffd@`0\ufffd\ufffd\ufffd\ufffd ` 0\ufffd@\ufffd@`0\ufffd\ufffd\ufffd\ufffd ` 0\ufffd\ufffd\ufffd2\ufffdN
 endstream
 endobj
-525 0 obj
+524 0 obj
 << /Length 768
 >>
 stream
 


"""<<<YYYZZZ\GvaMz}}}8]\ufffd>b\ufffdKl\ufffdQq\ufffdJ~\ufffdkX\ufffdq^\ufffdl\ufffdqx\ufffdq\ufffd?u\ufffdE~\ufffdQO\ufffd\ufffdP\ufffd\ufffdU\ufffd\ufffdU\ufffd\ufffdg\ufffd\ufffda\ufffd\ufffdX\ufffd\ufffdZ\ufffd\ufffd[\ufffd\ufffd]\ufffd\ufffdK\ufffd\ufffdM\ufffd\ufffdR\ufffd\ufffdP\ufffd\ufffd`\ufffd\ufffda\ufffd\ufffde\ufffd\ufffdf\ufffd\ufffdk\ufffd\ufffdl\ufffd\ufffdp\ufffd\ufffdr\ufffd\ufffdv\ufffd\ufffdx\ufffd\ufffdx\ufffd\ufffd{\ufffd\ufffd}\ufffd\u03b6m1\ufffdr7\ufffd{D\ufffdK\ufffdd\ufffd\ufffdi\ufffd\ufffdl\ufffd\ufffdq\ufffd\ufffdv\ufffd\ufffdy\ufffd\ufffd~\ufffd\ufffd\ufffdW\ufffd\ufffdY\ufffd\ufffd^\ufffd\ufffda\ufffd\ufffdg\ufffd\ufffdo\ufffd\ufffdu\ufffd\ufffdz\ufffd\ufffdF\ufffd\ufffdL\ufffd\ufffdO\ufffd\ufffdU\ufffd\ufffd_\ufffd\ufffde\ufffd\ufffdi\ufffd\ufffdr\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0403\ufffd\u0446\ufffd\u0489\ufffd\u04cc\ufffd\u050e\ufffd\u0551\ufffd\u0594\ufffd\u05d7\ufffd\u061a\ufffd\u065c\ufffd\u069f\ufffd\u06ec\ufffd�\ufffd�\ufffd\u0170\ufffd\u0161\ufffd\u0222\ufffd\u0724\ufffd\u0773\ufffd\u01fe\ufffd\u0433\u02c0\ufffd\u04d3\ufffd\u04d4\ufffd\u01e5\ufffd\ufffd\u07aa\ufffd\u07f4\ufffd\u04ec\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0529\ufffd\u073a\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd�\ufffd�\ufffd\u0178\ufffd\ufffd\u072a\ufffd\u07ae\ufffd\u04b7\ufffd\u07b0\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\u0231\ufffd\u0261\ufffd\u03eb\ufffd\u06ff\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd
 \ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd\ufffd
 endstream
 endobj
-526 0 obj
+525 0 obj
 << /Length 7762
 >>
 stream
@@ -104715,14 +104710,14 @@ Q
 
 endstream
 endobj
-527 0 obj
+526 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 526 0 R
+/Contents 525 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
-/XObject << /I6 524 0 R
-/Stamp1 667 0 R
+/XObject << /I6 523 0 R
+/Stamp1 666 0 R
 >>
 /Font << /F1.0 8 0 R
 /F2.0 18 0 R
@@ -104730,10 +104725,10 @@ endobj
 /F4.0 43 0 R
 >>
 >>
-/Annots [528 0 R]
+/Annots [527 0 R]
 >>
 endobj
-528 0 obj
+527 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -104744,16 +104739,16 @@ endobj
 /Type /Annot
 >>
 endobj
+528 0 obj
+[526 0 R /XYZ 0 467.3495833333334 null]
+endobj
 529 0 obj
-[527 0 R /XYZ 0 467.3495833333334 null]
+[526 0 R /XYZ 0 352.14958333333334 null]
 endobj
 530 0 obj
-[527 0 R /XYZ 0 352.14958333333334 null]
+[526 0 R /XYZ 0 154.56958333333333 null]
 endobj
 531 0 obj
-[527 0 R /XYZ 0 154.56958333333333 null]
-endobj
-532 0 obj
 << /Length 16798
 >>
 stream
@@ -105785,26 +105780,26 @@ Q
 
 endstream
 endobj
-533 0 obj
+532 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 532 0 R
+/Contents 531 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F4.0 43 0 R
 /F2.0 18 0 R
 /F4.1 101 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
 endobj
-534 0 obj
-[533 0 R /XYZ 0 506.20000000000005 null]
+533 0 obj
+[532 0 R /XYZ 0 506.20000000000005 null]
 endobj
-535 0 obj
+534 0 obj
 << /Length 13993
 >>
 stream
@@ -106636,36 +106631,36 @@ Q
 
 endstream
 endobj
-536 0 obj
+535 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 535 0 R
+/Contents 534 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 /F4.0 43 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
 endobj
+536 0 obj
+[535 0 R /XYZ 0 841.89 null]
+endobj
 537 0 obj
-[536 0 R /XYZ 0 841.89 null]
+<< /Limits [(__ugbtb_view-models_jaxb_referencing-domain-entities) (_ugbtb_decoupling)]
+/Names [(__ugbtb_view-models_jaxb_referencing-domain-entities) 111 0 R (__ugbtb_view-models_jaxb_versioning) 119 0 R (__ugbtb_view-models_use-cases_application-layer-view-models) 50 0 R (__ugbtb_view-models_use-cases_dtos) 57 0 R (__ugbtb_view-models_use-cases_dtos_consumers) 70 0 R (__ugbtb_view-models_use-cases_externally-managed-entities) 44 0 R (__ugbtb_view-models_use-cases_in-memory-entities) 49 0 R (__ugbtb_web-xml_context-parameters) 565 0 R (__ugbtb_web-xml_filters) 542 0 R (__ugbtb_web-xml_servlet-context-listeners) 528 0 R (__ugbtb_web-xml_servlets) 536 0 R (_ugbtb) 15 0 R (_ugbtb_decoupling) 141 0 R]
+>>
 endobj
 538 0 obj
-[536 0 R /XYZ 0 742.83 null]
+[535 0 R /XYZ 0 742.83 null]
 endobj
 539 0 obj
-<< /Limits [(code-translationservicepo-code) (contributed-action-2)]
-/Names [(code-translationservicepo-code) 246 0 R (code-translationservicepomenu-code) 301 0 R (code-translationsresolver-code) 300 0 R (code-visitor-code) 383 0 R (code-wicketfilter-code) 553 0 R (commonly-used) 264 0 R (configuration) 387 0 R (configuration-2) 420 0 R (configuring-in-tomcat) 504 0 R (connectionurl) 491 0 R (contributed-action) 166 0 R (contributed-action-2) 197 0 R]
->>
+[535 0 R /XYZ 0 409.7700000000002 null]
 endobj
 540 0 obj
-[536 0 R /XYZ 0 409.7700000000002 null]
-endobj
-541 0 obj
 << /Length 19153
 >>
 stream
@@ -107922,28 +107917,28 @@ Q
 
 endstream
 endobj
-542 0 obj
+541 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 541 0 R
+/Contents 540 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 43 0 R
 /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
 endobj
+542 0 obj
+[541 0 R /XYZ 0 241.2499999999999 null]
+endobj
 543 0 obj
-[542 0 R /XYZ 0 241.2499999999999 null]
+[541 0 R /XYZ 0 141.82999999999987 null]
 endobj
 544 0 obj
-[542 0 R /XYZ 0 141.82999999999987 null]
-endobj
-545 0 obj
 << /Length 14893
 >>
 stream
@@ -108848,28 +108843,28 @@ Q
 
 endstream
 endobj
-546 0 obj
+545 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 545 0 R
+/Contents 544 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 43 0 R
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
 endobj
+546 0 obj
+[545 0 R /XYZ 0 592.1899999999999 null]
+endobj
 547 0 obj
-[546 0 R /XYZ 0 592.1899999999999 null]
+[545 0 R /XYZ 0 184.39000000000004 null]
 endobj
 548 0 obj
-[546 0 R /XYZ 0 184.39000000000004 null]
-endobj
-549 0 obj
 << /Length 5359
 >>
 stream
@@ -109237,22 +109232,22 @@ Q
 
 endstream
 endobj
-550 0 obj
+549 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 549 0 R
+/Contents 548 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 43 0 R
 /F4.1 101 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
 endobj
-551 0 obj
+550 0 obj
 << /Length 16909
 >>
 stream
@@ -110368,25 +110363,25 @@ Q
 
 endstream
 endobj
-552 0 obj
+551 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 551 0 R
+/Contents 550 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 43 0 R
 /F2.0 18 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
 endobj
-553 0 obj
-[552 0 R /XYZ 0 241.2499999999999 null]
+552 0 obj
+[551 0 R /XYZ 0 241.2499999999999 null]
 endobj
-554 0 obj
+553 0 obj
 << /Length 13273
 >>
 stream
@@ -111216,24 +111211,24 @@ Q
 
 endstream
 endobj
-555 0 obj
+554 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 554 0 R
+/Contents 553 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 43 0 R
 /F4.1 101 0 R
 /F1.0 8 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [556 0 R]
+/Annots [555 0 R]
 >>
 endobj
-556 0 obj
+555 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -111244,10 +111239,10 @@ endobj
 /Type /Annot
 >>
 endobj
-557 0 obj
-[555 0 R /XYZ 0 368.93000000000006 null]
+556 0 obj
+[554 0 R /XYZ 0 368.93000000000006 null]
 endobj
-558 0 obj
+557 0 obj
 << /Length 19326
 >>
 stream
@@ -112444,22 +112439,22 @@ Q
 
 endstream
 endobj
-559 0 obj
+558 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 558 0 R
+/Contents 557 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F4.0 43 0 R
 /F4.1 101 0 R
 /F1.0 8 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
 endobj
-560 0 obj
+559 0 obj
 << /Length 20083
 >>
 stream
@@ -113680,26 +113675,26 @@ Q
 
 endstream
 endobj
-561 0 obj
+560 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 560 0 R
+/Contents 559 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F1.0 8 0 R
 /F4.0 43 0 R
 /F2.0 18 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
-/Annots [563 0 R]
+/Annots [562 0 R]
 >>
 endobj
-562 0 obj
-[561 0 R /XYZ 0 407.20000000000016 null]
+561 0 obj
+[560 0 R /XYZ 0 407.20000000000016 null]
 endobj
-563 0 obj
+562 0 obj
 << /Border [0 0 0]
 /A << /Type /Action
 /S /URI
@@ -113710,7 +113705,7 @@ endobj
 /Type /Annot
 >>
 endobj
-564 0 obj
+563 0 obj
 << /Length 10249
 >>
 stream
@@ -114363,25 +114358,25 @@ Q
 
 endstream
 endobj
-565 0 obj
+564 0 obj
 << /Type /Page
 /Parent 3 0 R
 /MediaBox [0 0 595.28 841.89]
-/Contents 564 0 R
+/Contents 563 0 R
 /Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
 /Font << /F2.0 18 0 R
 /F1.0 8 0 R
 /F4.0 43 0 R
 >>
-/XObject << /Stamp1 667 0 R
+/XObject << /Stamp1 666 0 R
 >>
 >>
 >>
 endobj
-566 0 obj
-[565 0 R /XYZ 0 841.89 null]
+565 0 obj
+[564 0 R /XYZ 0 841.89 null]
 endobj
-567 0 obj
+566 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb)
 /Subtype /Link
@@ -114389,7 +114384,7 @@ endobj
 /Type /Annot
 >>
 endobj
-568 0 obj
+567 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb)
 /Subtype /Link
@@ -114397,7 +114392,7 @@ endobj
 /Type /Annot
 >>
 endobj
-569 0 obj
+568 0 obj
 << /Border [0 0 0]
 /Dest (other-guides)
 /Subtype /Link
@@ -114405,7 +114400,7 @@ endobj
 /Type /Annot
 >>
 endobj
-570 0 obj
+569 0 obj
 << /Border [0 0 0]
 /Dest (other-guides)
 /Subtype /Link
@@ -114413,7 +114408,7 @@ endobj
 /Type /Annot
 >>
 endobj
-571 0 obj
+570 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_view-models)
 /Subtype /Link
@@ -114421,7 +114416,7 @@ endobj
 /Type /Annot
 >>
 endobj
-572 0 obj
+571 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_view-models)
 /Subtype /Link
@@ -114429,7 +114424,7 @@ endobj
 /Type /Annot
 >>
 endobj
-573 0 obj
+572 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_view-models_use-cases)
 /Subtype /Link
@@ -114437,7 +114432,7 @@ endobj
 /Type /Annot
 >>
 endobj
-574 0 obj
+573 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_view-models_use-cases)
 /Subtype /Link
@@ -114445,7 +114440,7 @@ endobj
 /Type /Annot
 >>
 endobj
-575 0 obj
+574 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_view-models_programming-model)
 /Subtype /Link
@@ -114453,7 +114448,7 @@ endobj
 /Type /Annot
 >>
 endobj
-576 0 obj
+575 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_view-models_programming-model)
 /Subtype /Link
@@ -114461,7 +114456,7 @@ endobj
 /Type /Annot
 >>
 endobj
-577 0 obj
+576 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_view-models_jaxb)
 /Subtype /Link
@@ -114469,7 +114464,7 @@ endobj
 /Type /Annot
 >>
 endobj
-578 0 obj
+577 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_view-models_jaxb)
 /Subtype /Link
@@ -114477,7 +114472,7 @@ endobj
 /Type /Annot
 >>
 endobj
-579 0 obj
+578 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling)
 /Subtype /Link
@@ -114485,7 +114480,7 @@ endobj
 /Type /Annot
 >>
 endobj
-580 0 obj
+579 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling)
 /Subtype /Link
@@ -114493,7 +114488,7 @@ endobj
 /Type /Annot
 >>
 endobj
-581 0 obj
+580 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling_db-schemas)
 /Subtype /Link
@@ -114501,7 +114496,7 @@ endobj
 /Type /Annot
 >>
 endobj
-582 0 obj
+581 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling_db-schemas)
 /Subtype /Link
@@ -114509,7 +114504,7 @@ endobj
 /Type /Annot
 >>
 endobj
-583 0 obj
+582 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling_mixins)
 /Subtype /Link
@@ -114517,7 +114512,7 @@ endobj
 /Type /Annot
 >>
 endobj
-584 0 obj
+583 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling_mixins)
 /Subtype /Link
@@ -114525,7 +114520,7 @@ endobj
 /Type /Annot
 >>
 endobj
-585 0 obj
+584 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling_contributions)
 /Subtype /Link
@@ -114533,7 +114528,7 @@ endobj
 /Type /Annot
 >>
 endobj
-586 0 obj
+585 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling_contributions)
 /Subtype /Link
@@ -114541,7 +114536,7 @@ endobj
 /Type /Annot
 >>
 endobj
-587 0 obj
+586 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling_vetoing-visibility)
 /Subtype /Link
@@ -114549,7 +114544,7 @@ endobj
 /Type /Annot
 >>
 endobj
-588 0 obj
+587 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling_vetoing-visibility)
 /Subtype /Link
@@ -114557,7 +114552,7 @@ endobj
 /Type /Annot
 >>
 endobj
-589 0 obj
+588 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling_event-bus)
 /Subtype /Link
@@ -114565,7 +114560,7 @@ endobj
 /Type /Annot
 >>
 endobj
-590 0 obj
+589 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling_event-bus)
 /Subtype /Link
@@ -114573,7 +114568,7 @@ endobj
 /Type /Annot
 >>
 endobj
-591 0 obj
+590 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling_pushing-changes)
 /Subtype /Link
@@ -114581,7 +114576,7 @@ endobj
 /Type /Annot
 >>
 endobj
-592 0 obj
+591 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_decoupling_pushing-changes)
 /Subtype /Link
@@ -114589,7 +114584,7 @@ endobj
 /Type /Annot
 >>
 endobj
-593 0 obj
+592 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_i18n)
 /Subtype /Link
@@ -114597,7 +114592,7 @@ endobj
 /Type /Annot
 >>
 endobj
-594 0 obj
+593 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_i18n)
 /Subtype /Link
@@ -114605,95 +114600,95 @@ endobj
 /Type /Annot
 >>
 endobj
-595 0 obj
+594 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_implementation-approach)
+/Dest (__ugbtb_i18n_implementation-approach)
 /Subtype /Link
 /Rect [60.24 490.0699999999998 212.52150000000003 504.3499999999998]
 /Type /Annot
 >>
 endobj
-596 0 obj
+595 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_implementation-approach)
+/Dest (__ugbtb_i18n_implementation-approach)
 /Subtype /Link
 /Rect [535.3009999999999 490.0699999999998 547.04 504.3499999999998]
 /Type /Annot
 >>
 endobj
-597 0 obj
+596 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_translation-service)
+/Dest (__ugbtb_i18n_translation-service)
 /Subtype /Link
 /Rect [60.24 471.5899999999998 79.9485 485.8699999999998]
 /Type /Annot
 >>
 endobj
-598 0 obj
+597 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_translation-service)
+/Dest (__ugbtb_i18n_translation-service)
 /Subtype /Link
 /Rect [79.9485 473.18599999999975 174.4485 483.68599999999975]
 /Type /Annot
 >>
 endobj
-599 0 obj
+598 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_translation-service)
+/Dest (__ugbtb_i18n_translation-service)
 /Subtype /Link
 /Rect [535.3009999999999 471.5899999999998 547.04 485.8699999999998]
 /Type /Annot
 >>
 endobj
-600 0 obj
+599 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_imperative-messages)
+/Dest (__ugbtb_i18n_imperative-messages)
 /Subtype /Link
 /Rect [60.24 453.1099999999998 184.76979492187502 467.38999999999976]
 /Type /Annot
 >>
 endobj
-601 0 obj
+600 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_imperative-messages)
+/Dest (__ugbtb_i18n_imperative-messages)
 /Subtype /Link
 /Rect [535.3009999999999 453.1099999999998 547.04 467.38999999999976]
 /Type /Annot
 >>
 endobj
-602 0 obj
+601 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_wicket-viewer)
+/Dest (__ugbtb_i18n_wicket-viewer)
 /Subtype /Link
 /Rect [60.24 434.62999999999977 153.049294921875 448.90999999999974]
 /Type /Annot
 >>
 endobj
-603 0 obj
+602 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_wicket-viewer)
+/Dest (__ugbtb_i18n_wicket-viewer)
 /Subtype /Link
 /Rect [535.3009999999999 434.62999999999977 547.04 448.90999999999974]
 /Type /Annot
 >>
 endobj
-604 0 obj
+603 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_integration-testing)
+/Dest (__ugbtb_i18n_integration-testing)
 /Subtype /Link
 /Rect [60.24 416.14999999999975 174.70255078125 430.4299999999997]
 /Type /Annot
 >>
 endobj
-605 0 obj
+604 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_integration-testing)
+/Dest (__ugbtb_i18n_integration-testing)
 /Subtype /Link
 /Rect [535.3009999999999 416.14999999999975 547.04 430.4299999999997]
 /Type /Annot
 >>
 endobj
-606 0 obj
+605 0 obj
 << /Border [0 0 0]
 /Dest (escaped-strings)
 /Subtype /Link
@@ -114701,7 +114696,7 @@ endobj
 /Type /Annot
 >>
 endobj
-607 0 obj
+606 0 obj
 << /Border [0 0 0]
 /Dest (escaped-strings)
 /Subtype /Link
@@ -114709,23 +114704,23 @@ endobj
 /Type /Annot
 >>
 endobj
-608 0 obj
+607 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_configuration)
+/Dest (__ugbtb_i18n_configuration)
 /Subtype /Link
 /Rect [60.24 379.1899999999997 149.258794921875 393.4699999999997]
 /Type /Annot
 >>
 endobj
-609 0 obj
+608 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_i18n_configuration)
+/Dest (__ugbtb_i18n_configuration)
 /Subtype /Link
 /Rect [535.3009999999999 379.1899999999997 547.04 393.4699999999997]
 /Type /Annot
 >>
 endobj
-610 0 obj
+609 0 obj
 << /Border [0 0 0]
 /Dest (supporting-services)
 /Subtype /Link
@@ -114733,7 +114728,7 @@ endobj
 /Type /Annot
 >>
 endobj
-611 0 obj
+610 0 obj
 << /Border [0 0 0]
 /Dest (supporting-services)
 /Subtype /Link
@@ -114741,7 +114736,7 @@ endobj
 /Type /Annot
 >>
 endobj
-612 0 obj
+611 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_headless-access)
 /Subtype /Link
@@ -114749,7 +114744,7 @@ endobj
 /Type /Annot
 >>
 endobj
-613 0 obj
+612 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_headless-access)
 /Subtype /Link
@@ -114757,7 +114752,7 @@ endobj
 /Type /Annot
 >>
 endobj
-614 0 obj
+613 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_headless-access_AbstractIsisSessionTemplate)
 /Subtype /Link
@@ -114765,7 +114760,7 @@ endobj
 /Type /Annot
 >>
 endobj
-615 0 obj
+614 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_headless-access_AbstractIsisSessionTemplate)
 /Subtype /Link
@@ -114773,7 +114768,7 @@ endobj
 /Type /Annot
 >>
 endobj
-616 0 obj
+615 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_headless-access_BackgroundCommandExecution)
 /Subtype /Link
@@ -114781,7 +114776,7 @@ endobj
 /Type /Annot
 >>
 endobj
-617 0 obj
+616 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_headless-access_BackgroundCommandExecution)
 /Subtype /Link
@@ -114789,7 +114784,7 @@ endobj
 /Type /Annot
 >>
 endobj
-618 0 obj
+617 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_other-techniques)
 /Subtype /Link
@@ -114797,7 +114792,7 @@ endobj
 /Type /Annot
 >>
 endobj
-619 0 obj
+618 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_other-techniques)
 /Subtype /Link
@@ -114805,7 +114800,7 @@ endobj
 /Type /Annot
 >>
 endobj
-620 0 obj
+619 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_other-techniques_mapping-rdbms-views)
 /Subtype /Link
@@ -114813,7 +114808,7 @@ endobj
 /Type /Annot
 >>
 endobj
-621 0 obj
+620 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_other-techniques_mapping-rdbms-views)
 /Subtype /Link
@@ -114821,7 +114816,7 @@ endobj
 /Type /Annot
 >>
 endobj
-622 0 obj
+621 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_other-techniques_transactions-and-errors)
 /Subtype /Link
@@ -114829,7 +114824,7 @@ endobj
 /Type /Annot
 >>
 endobj
-623 0 obj
+622 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_other-techniques_transactions-and-errors)
 /Subtype /Link
@@ -114837,7 +114832,7 @@ endobj
 /Type /Annot
 >>
 endobj
-624 0 obj
+623 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_other-techniques_multi-tenancy)
 /Subtype /Link
@@ -114845,7 +114840,7 @@ endobj
 /Type /Annot
 >>
 endobj
-625 0 obj
+624 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_other-techniques_multi-tenancy)
 /Subtype /Link
@@ -114853,7 +114848,7 @@ endobj
 /Type /Annot
 >>
 endobj
-626 0 obj
+625 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_other-techniques_persisted-title)
 /Subtype /Link
@@ -114861,7 +114856,7 @@ endobj
 /Type /Annot
 >>
 endobj
-627 0 obj
+626 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_other-techniques_persisted-title)
 /Subtype /Link
@@ -114869,7 +114864,7 @@ endobj
 /Type /Annot
 >>
 endobj
-628 0 obj
+627 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_other-techniques_replacing-default-service-implementations)
 /Subtype /Link
@@ -114877,7 +114872,7 @@ endobj
 /Type /Annot
 >>
 endobj
-629 0 obj
+628 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_other-techniques_replacing-default-service-implementations)
 /Subtype /Link
@@ -114885,7 +114880,7 @@ endobj
 /Type /Annot
 >>
 endobj
-630 0 obj
+629 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_programming-model)
 /Subtype /Link
@@ -114893,7 +114888,7 @@ endobj
 /Type /Annot
 >>
 endobj
-631 0 obj
+630 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_programming-model)
 /Subtype /Link
@@ -114901,7 +114896,7 @@ endobj
 /Type /Annot
 >>
 endobj
-632 0 obj
+631 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_programming-model_custom-validator)
 /Subtype /Link
@@ -114909,7 +114904,7 @@ endobj
 /Type /Annot
 >>
 endobj
-633 0 obj
+632 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_programming-model_custom-validator)
 /Subtype /Link
@@ -114917,7 +114912,7 @@ endobj
 /Type /Annot
 >>
 endobj
-634 0 obj
+633 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_programming-model_finetuning)
 /Subtype /Link
@@ -114925,7 +114920,7 @@ endobj
 /Type /Annot
 >>
 endobj
-635 0 obj
+634 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_programming-model_finetuning)
 /Subtype /Link
@@ -114933,7 +114928,7 @@ endobj
 /Type /Annot
 >>
 endobj
-636 0 obj
+635 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_programming-model_layout-metadata-reader)
 /Subtype /Link
@@ -114941,7 +114936,7 @@ endobj
 /Type /Annot
 >>
 endobj
-637 0 obj
+636 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_programming-model_layout-metadata-reader)
 /Subtype /Link
@@ -114949,7 +114944,7 @@ endobj
 /Type /Annot
 >>
 endobj
-638 0 obj
+637 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment)
 /Subtype /Link
@@ -114957,7 +114952,7 @@ endobj
 /Type /Annot
 >>
 endobj
-639 0 obj
+638 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment)
 /Subtype /Link
@@ -114965,7 +114960,7 @@ endobj
 /Type /Annot
 >>
 endobj
-640 0 obj
+639 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_cmd-line)
 /Subtype /Link
@@ -114973,7 +114968,7 @@ endobj
 /Type /Annot
 >>
 endobj
-641 0 obj
+640 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_cmd-line)
 /Subtype /Link
@@ -114981,7 +114976,7 @@ endobj
 /Type /Annot
 >>
 endobj
-642 0 obj
+641 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_cmd-line)
 /Subtype /Link
@@ -114989,7 +114984,7 @@ endobj
 /Type /Annot
 >>
 endobj
-643 0 obj
+642 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_cmd-line)
 /Subtype /Link
@@ -114997,7 +114992,7 @@ endobj
 /Type /Annot
 >>
 endobj
-644 0 obj
+643 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_tomcat)
 /Subtype /Link
@@ -115005,7 +115000,7 @@ endobj
 /Type /Annot
 >>
 endobj
-645 0 obj
+644 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_tomcat)
 /Subtype /Link
@@ -115013,7 +115008,7 @@ endobj
 /Type /Annot
 >>
 endobj
-646 0 obj
+645 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_externalized-configuration)
 /Subtype /Link
@@ -115021,7 +115016,7 @@ endobj
 /Type /Annot
 >>
 endobj
-647 0 obj
+646 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_externalized-configuration)
 /Subtype /Link
@@ -115029,7 +115024,7 @@ endobj
 /Type /Annot
 >>
 endobj
-648 0 obj
+647 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_docker)
 /Subtype /Link
@@ -115037,7 +115032,7 @@ endobj
 /Type /Annot
 >>
 endobj
-649 0 obj
+648 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_docker)
 /Subtype /Link
@@ -115045,7 +115040,7 @@ endobj
 /Type /Annot
 >>
 endobj
-650 0 obj
+649 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_gae)
 /Subtype /Link
@@ -115053,7 +115048,7 @@ endobj
 /Type /Annot
 >>
 endobj
-651 0 obj
+650 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_gae)
 /Subtype /Link
@@ -115061,7 +115056,7 @@ endobj
 /Type /Annot
 >>
 endobj
-652 0 obj
+651 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_neo4j)
 /Subtype /Link
@@ -115069,7 +115064,7 @@ endobj
 /Type /Annot
 >>
 endobj
-653 0 obj
+652 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_neo4j)
 /Subtype /Link
@@ -115077,7 +115072,7 @@ endobj
 /Type /Annot
 >>
 endobj
-654 0 obj
+653 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_jvm-flags)
 /Subtype /Link
@@ -115085,7 +115080,7 @@ endobj
 /Type /Annot
 >>
 endobj
-655 0 obj
+654 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_deployment_jvm-flags)
 /Subtype /Link
@@ -115093,7 +115088,7 @@ endobj
 /Type /Annot
 >>
 endobj
-656 0 obj
+655 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_web-xml)
 /Subtype /Link
@@ -115101,7 +115096,7 @@ endobj
 /Type /Annot
 >>
 endobj
-657 0 obj
+656 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_web-xml)
 /Subtype /Link
@@ -115109,7 +115104,7 @@ endobj
 /Type /Annot
 >>
 endobj
-658 0 obj
+657 0 obj
 << /Border [0 0 0]
 /Dest (_ugbtb_web-xml)
 /Subtype /Link
@@ -115117,71 +115112,71 @@ endobj
 /Type /Annot
 >>
 endobj
-659 0 obj
+658 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_web-xml_servlet-context-listeners)
+/Dest (__ugbtb_web-xml_servlet-context-listeners)
 /Subtype /Link
 /Rect [60.24 680.7299999999998 204.657 695.0099999999999]
 /Type /Annot
 >>
 endobj
-660 0 obj
+659 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_web-xml_servlet-context-listeners)
+/Dest (__ugbtb_web-xml_servlet-context-listeners)
 /Subtype /Link
 /Rect [535.3009999999999 680.7299999999998 547.04 695.0099999999999]
 /Type /Annot
 >>
 endobj
-661 0 obj
+660 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_web-xml_servlets)
+/Dest (__ugbtb_web-xml_servlets)
 /Subtype /Link
 /Rect [60.24 662.2499999999998 119.5965 676.5299999999999]
 /Type /Annot
 >>
 endobj
-662 0 obj
+661 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_web-xml_servlets)
+/Dest (__ugbtb_web-xml_servlets)
 /Subtype /Link
 /Rect [535.3009999999999 662.2499999999998 547.04 676.5299999999999]
 /Type /Annot
 >>
 endobj
-663 0 obj
+662 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_web-xml_filters)
+/Dest (__ugbtb_web-xml_filters)
 /Subtype /Link
 /Rect [60.24 643.7699999999998 111.732 658.0499999999998]
 /Type /Annot
 >>
 endobj
-664 0 obj
+663 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_web-xml_filters)
+/Dest (__ugbtb_web-xml_filters)
 /Subtype /Link
 /Rect [535.3009999999999 643.7699999999998 547.04 658.0499999999998]
 /Type /Annot
 >>
 endobj
-665 0 obj
+664 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_web-xml_context-parameters)
+/Dest (__ugbtb_web-xml_context-parameters)
 /Subtype /Link
 /Rect [60.24 625.2899999999997 175.120294921875 639.5699999999998]
 /Type /Annot
 >>
 endobj
-666 0 obj
+665 0 obj
 << /Border [0 0 0]
-/Dest (_ugbtb_web-xml_context-parameters)
+/Dest (__ugbtb_web-xml_context-parameters)
 /Subtype /Link
 /Rect [535.3009999999999 625.2899999999997 547.04 639.5699999999998]
 /Type /Annot
 >>
 endobj
-667 0 obj
+666 0 obj
 << /Type /XObject
 /Subtype /Form
 /BBox [0 0 595.28 841.89]
@@ -115209,462 +115204,462 @@ Q
 
 endstream
 endobj
-668 0 obj
+667 0 obj
 << /Type /Outlines
 /Count 50
-/First 669 0 R
-/Last 714 0 R
+/First 668 0 R
+/Last 713 0 R
 >>
 endobj
-669 0 obj
+668 0 obj
 << /Title <feff004200650079006f006e006400200074006800650020004200610073006900630073>
-/Parent 668 0 R
+/Parent 667 0 R
 /Count 0
-/Next 670 0 R
+/Next 669 0 R
 /Dest [7 0 R /XYZ 0 841.89 null]
 >>
 endobj
-670 0 obj
+669 0 obj
 << /Title <feff005400610062006c00650020006f006600200043006f006e00740065006e00740073>
-/Parent 668 0 R
+/Parent 667 0 R
 /Count 0
-/Next 671 0 R
-/Prev 669 0 R
+/Next 670 0 R
+/Prev 668 0 R
 /Dest [10 0 R /XYZ 0 841.89 null]
 >>
 endobj
-671 0 obj
+670 0 obj
 << /Title <feff004300680061007000740065007200200031002e0020004200650079006f006e006400200074006800650020004200610073006900630073>
-/Parent 668 0 R
+/Parent 667 0 R
 /Count 1
-/First 672 0 R
-/Last 672 0 R
-/Next 673 0 R
-/Prev 670 0 R
+/First 671 0 R
+/Last 671 0 R
+/Next 672 0 R
+/Prev 669 0 R
 /Dest [14 0 R /XYZ 0 841.89 null]
 >>
 endobj
-672 0 obj
+671 0 obj
 << /Title <feff0031002e0031002e0020004f00740068006500720020004700750069006400650073>
-/Parent 671 0 R
+/Parent 670 0 R
 /Count 0
 /Dest [14 0 R /XYZ 0 693.8300000000002 null]
 >>
 endobj


<TRUNCATED>