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/09/25 08:33:50 UTC

[02/24] isis-site git commit: ISIS-1712 - updates docs, replace references to isisaddons and catalog.incode.org with platform.incode.org

http://git-wip-us.apache.org/repos/asf/isis-site/blob/e5dcb0be/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 815a257..9038d7d 100644
--- a/content/index.html
+++ b/content/index.html
@@ -604,7 +604,7 @@ table.CodeRay td.code>pre{padding:0}
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=helloworld-archetype \
-    -D archetypeVersion=1.15.0 \
+    -D archetypeVersion=1.15.1 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \
@@ -617,7 +617,7 @@ mvn archetype:generate  \
 mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.15.0 \
+    -D archetypeVersion=1.15.1 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \

http://git-wip-us.apache.org/repos/asf/isis-site/blob/e5dcb0be/content/migration-notes/migration-notes.html
----------------------------------------------------------------------
diff --git a/content/migration-notes/migration-notes.html b/content/migration-notes/migration-notes.html
index 9109b23..9cc6d7c 100644
--- a/content/migration-notes/migration-notes.html
+++ b/content/migration-notes/migration-notes.html
@@ -545,7 +545,7 @@ log4j.additivity.org.apache.wicket.page.XmlPartialPageUpdate=false</code></pre>
           </ul>
          </div> 
          <div class="paragraph"> 
-          <p>(<strong>work in progress</strong>) The supporting (non-ASF) <a href="http://isisaddons.org">Isis Addons</a> and <a href="http://catalog.incode.org">Incode Catalog</a> have also been reorganised into a single <a href="http://platform.incode.org">"Incode Platform"</a>.</p> 
+          <p>The various (non-ASF) <a href="http://isisaddons.org">Isis Addons</a> and <a href="http://catalog.incode.org">Incode Catalog</a> have also been combined into a single <a href="http://platform.incode.org">"Incode Platform"</a>.</p> 
          </div> 
          <div class="paragraph"> 
           <p>While each module can still be consumed individually, the new platform versions consistently (a change in any one module will result in a re-release of all). This should make these modules easier to consume, and easier to maintain/develop.</p> 
@@ -660,7 +660,7 @@ log4j.additivity.org.apache.wicket.page.XmlPartialPageUpdate=false</code></pre>
           <p>The <a href="../guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditingService"><code>AuditingService</code></a> SPI service has been deprecated, instead replaced by the <a href="../guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_AuditerService"><code>AuditerService</code></a>.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>There can be more than one implementation of this new SPI, and a framework-provided implementation (<code>AuditerServiceLogging</code>) will log to a file. The (non-ASF) <a href="http://github.com/isisaddons/isis-module-audit">Isis addons' audit</a> module also implements the new SPI.</p> 
+          <p>There can be more than one implementation of this new SPI, and a framework-provided implementation (<code>AuditerServiceLogging</code>) will log to a file. The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s audit module also implements the new SPI.</p> 
          </div> 
         </div> 
         <div class="sect2"> 
@@ -669,7 +669,7 @@ log4j.additivity.org.apache.wicket.page.XmlPartialPageUpdate=false</code></pre>
           <p>The <a href="../guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublishingService"><code>PublishingService</code></a> SPI service and its supporting <a href="../guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_EventSerializer"><code>EventSerializer</code></a> domain service, have both deprecated, instead replaced by the <a href="../guides/rgsvc/rgsvc.html#_rgsvc_persistence-layer-spi_PublisherService"><code>PublisherService</code></a>.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>There can be more than one implementation of this new SPI, and a framework-provided implementation (<code>PublisherServiceLogging</code>) will log to a file. The (non-ASF) <a href="http://github.com/isisaddons/isis-module-publishmq">Isis addons' publishmq</a> module also implements the new SPI.</p> 
+          <p>There can be more than one implementation of this new SPI, and a framework-provided implementation (<code>PublisherServiceLogging</code>) will log to a file. The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s publishmq module also implements the new SPI.</p> 
          </div> 
          <div class="paragraph"> 
           <p>The new service also supports the notion of published property edits; the new <a href="../guides/rgant/rgant.html#_rgant_Property_publishing"><code>@Property#publishing()</code></a> annotation attribute can be used to specify. The ` isis.services.publish.properties` configuration property can be used to specify a fallback default for properties where the attribute is not set explicitly.</p> 
@@ -1105,7 +1105,7 @@ log4j.additivity.org.apache.wicket.page.XmlPartialPageUpdate=false</code></pre>
         <div class="sect2"> 
          <h3 id="__code_allowlateregistration_code"><code>allowLateRegistration</code></h3> 
          <div class="paragraph"> 
-          <p>One possible issue is that (as per <a href="https://issues.apache.org/jira/browse/ISIS-830">ISIS-830</a>) the <a href="../guides/rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> is now initialized as one of the first domain services; this is to ensure that any object lifecycle events caused by domain services initializing themselves can be posted on the event bus for subscribers. The typical case for such lifecycle events to occur is from domain services that seed reference data; one such example can be found in the (non-ASF) <a href="http://github.com/isisaddons/isis-module-security">Isis addons' security</a> module.</p> 
+          <p>One possible issue is that (as per <a href="https://issues.apache.org/jira/browse/ISIS-830">ISIS-830</a>) the <a href="../guides/rgsvc/rgsvc.html#_rgsvc_core-domain-api_EventBusService"><code>EventBusService</code></a> is now initialized as one of the first domain services; this is to ensure that any object lifecycle events caused by domain services initializing themselves can be posted on the event bus for subscribers. The typical case for such lifecycle events to occur is from domain services that seed reference data; one such example can be found in the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s security module.</p> 
          </div> 
          <div class="paragraph"> 
           <p>In previous releases, the ordering of initialization for the <code>EventBusService</code> was undefined (but would typically be towards the "end" of the list of services. What this meant in practice is that it generally didn’t matter whether (domain service) subscribers were initialized before or after seed services.</p> 
@@ -1591,7 +1591,7 @@ isis.persistor.datanucleus.impl.datanucleus.schema.validateConstraints=true</cod
               <td class="icon"> <i class="fa icon-tip" title="Tip"></i> </td> 
               <td class="content"> 
                <div class="paragraph"> 
-                <p>The <code>-parameters</code> argument causes the Java compiler to capture the names of method parameters in the <code>.class</code> files. Apache Isis can be configured to use this, thereby avoiding the requirement to annotate every parameter with <code>@ParameterLayout(named=…​)</code> or <code>@Named()</code>. The necessary configuration is provided in an <a href="http://github.com/isisaddons/isis-metamodel-paraname8">Isis addons' paraname8</a> metamodel extension (non-ASF).</p> 
+                <p>The <code>-parameters</code> argument causes the Java compiler to capture the names of method parameters in the <code>.class</code> files. Apache Isis can be configured to use this, thereby avoiding the requirement to annotate every parameter with <code>@ParameterLayout(named=…​)</code> or <code>@Named()</code>. The necessary configuration is provided in the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s paraname8 metamodel extension.</p> 
                </div> </td> 
              </tr> 
             </tbody>
@@ -1911,7 +1911,7 @@ isis.persistor.datanucleus.impl.datanucleus.schema.validateConstraints=true</cod
             <tbody>
              <tr> 
               <td><i class="conum" data-value="1"></i><b>1</b></td> 
-              <td>the module classes, whose packages specify the existence of domain services and/or persistent entities. If your app uses (non-ASF) <a href="http://www.isisaddons.org">Isis Addons</a> modules, then include the module classes for these addons in <code>getModules()</code>. For example, the (non-ASF) <a href="http://github.com/isisaddons/isis-module-security">Isis addons' security</a> module provides the <code>org.isisaddons.module.security.SecurityModule</code> class.</td> 
+              <td>the module classes, whose packages specify the existence of domain services and/or persistent entities. If your app uses (non-ASF) <a href="http://www.isisaddons.org">Isis Addons</a> modules, then include the module classes for these addons in <code>getModules()</code>. For example, the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s security module provides the <code>org.isisaddons.module.security.SecurityModule</code> class.</td> 
              </tr> 
              <tr> 
               <td><i class="conum" data-value="2"></i><b>2</b></td> 
@@ -2127,7 +2127,7 @@ isis.persistor.datanucleus.impl.datanucleus.schema.validateConstraints=true</cod
        </div> 
        <div class="sectionbody"> 
         <div class="paragraph"> 
-         <p>In v1.7.0 we’ve continued the work started in v1.6.0 in modularizing the framework. The most important change to note is that all Apache Isis core modules (with the Maven <code>groupId</code> of <code>org.apache.isis.module</code> have now MOVED to <a href="http://www.isisaddons.org">Isis Addons</a>.</p> 
+         <p>In <code>1.7.0</code> we’ve continued the work started in <code>1.6.0</code> in modularizing the framework. The most important change to note is that all Apache Isis core modules (with the Maven <code>groupId</code> of <code>org.apache.isis.module</code> have now MOVED to <a href="http://www.isisaddons.org">Isis Addons</a>.</p> 
         </div> 
         <div class="paragraph"> 
          <p>In addition, we’ve retired some obsolete (and unused) functionality, specifically the <code>ProfileStore</code> component.</p> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/e5dcb0be/content/pages/common-use-cases/common-use-cases.html
----------------------------------------------------------------------
diff --git a/content/pages/common-use-cases/common-use-cases.html b/content/pages/common-use-cases/common-use-cases.html
index 759e916..3b4eb74 100644
--- a/content/pages/common-use-cases/common-use-cases.html
+++ b/content/pages/common-use-cases/common-use-cases.html
@@ -283,7 +283,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>One of the original motivations for Apache Isis itself was to be able automatically generate a user interface for a domain object model.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>Apache Isis' has a pluggable architecture allowing different user interface technologies. The principal implementation (as configured by the <a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp archetype</a>) is the <a href="../../guides/ugvw/ugvw.html">Wicket viewer</a>. This provides an appealing default user interface, with the ability to customize the user interface by writing new <a href="http://wicket.apache.org">Apache Wicket</a> components. Some third-party components can be found in the (non-ASF) <a href="http://www.isisaddons.org">Isis Addons</a> (non-ASF) project, integrating the Wicket viewer with <a href="https://github.com/isisaddons/isis-wicket-gmap3">google maps</a>, <a href="https://github.com/isisaddons/isis-wicket-fullcalendar2">a full calendar</a> and a <a href="https://github.com/isisaddons/isis-wicket-excel">export to Excel</a> component.</p> 
+         <p>Apache Isis' has a pluggable architecture allowing different user interface technologies. The principal implementation (as configured by the <a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp archetype</a>) is the <a href="../../guides/ugvw/ugvw.html">Wicket viewer</a>. This provides an appealing default user interface, with the ability to customize the user interface by writing new <a href="http://wicket.apache.org">Apache Wicket</a> components. Some third-party components can be found in the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>.</p> 
         </div> 
         <div class="paragraph"> 
          <p>Deploying on Apache Isis means that the framework also manages object persistence. Again this is pluggable, but the principal implementation is the JDO/DataNucleus objectstore. Because JDO supports both SQL and NoSQL databases, you can then deploy on a variety of platforms, including the <a href="https://developers.google.com/appengine/">Google App Engine (GAE)</a> and <a href="http://neo4j.com/">Neo4J</a>.</p> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/e5dcb0be/content/pages/isis-in-pictures/isis-in-pictures.html
----------------------------------------------------------------------
diff --git a/content/pages/isis-in-pictures/isis-in-pictures.html b/content/pages/isis-in-pictures/isis-in-pictures.html
index a907aac..0299c30 100644
--- a/content/pages/isis-in-pictures/isis-in-pictures.html
+++ b/content/pages/isis-in-pictures/isis-in-pictures.html
@@ -271,7 +271,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>The screenshots below are taken from the Isis Addons' <a href="http://github.com/isisaddons/isis-app-todoapp">todoapp example</a> (non ASF), which you are free to fork and use as you will. The corresponding domain classes from which this UI was built can be found <a href="https://github.com/isisaddons/isis-app-todoapp/tree/master/dom/src/main/java/todoapp/dom/todoitem">here</a>.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>The todoapp also integrates with a number of other <a href="http://www.isisaddons.org">Isis Addons</a> modules. Because we expect that most apps will end up using one or more of these addons, we’ve chosen to include screenshots of those too.</p> 
+         <p>The todoapp also integrates with a number of other modules from the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>. Because we expect that most apps will end up using one or more of these modules, we’ve chosen to include screenshots of those too.</p> 
         </div> 
         <div class="admonitionblock note"> 
          <table> 
@@ -297,7 +297,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_sign_in">Sign-in</h3> 
          <div class="paragraph"> 
-          <p>Apache Isis integrates with <a href="http://shiro.apache.org">Apache Shiro</a>. The core framework supports file-based realms, while the Isis Addons <a href="http://github.com/isisaddons/isis-module-security">security module</a> (non ASF) provides a well-features subdomain of users, roles and permissions against features derived from the Apache Isis metamodel. The example todoapp integrates with the security module.</p> 
+          <p>Apache Isis integrates with <a href="http://shiro.apache.org">Apache Shiro</a>. The core framework supports file-based realms, while the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s security module provides a well-features subdomain of users, roles and permissions against features derived from the Apache Isis metamodel. The example todoapp integrates with the security module.</p> 
          </div> 
          <div class="imageblock"> 
           <div class="content"> 
@@ -419,7 +419,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="paragraph"> 
-         <p>The (non-ASF) <a href="http://www.isisaddons.org">Isis Addons</a> library provides a number of such extensions. For example, the <a href="https://github.com/isisaddons/isis-wicket-gmap3">gmap3 component</a> will render any domain entity (such as <code>ToDoItem</code>) that implements its <code>Locatable</code> interface:</p> 
+         <p>The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a> provides a number of such extensions. For example, the gmap3 component will render any domain entity (such as <code>ToDoItem</code>) that implements its <code>Locatable</code> interface:</p> 
         </div> 
         <div class="imageblock"> 
          <div class="content"> 
@@ -427,7 +427,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="paragraph"> 
-         <p>Similarly the Isis Addons' <a href="https://github.com/isisaddons/isis-wicket-fullcalendar2">fullcalendar2 component</a> (non ASF) will render any domain entity (such as <code>ToDoItem</code>) that implements its <code>Calendarable</code> interface:</p> 
+         <p>Similarly the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s fullcalendar2 component will render any domain entity (such as <code>ToDoItem</code>) that implements its <code>Calendarable</code> interface:</p> 
         </div> 
         <div class="imageblock"> 
          <div class="content"> 
@@ -435,7 +435,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="paragraph"> 
-         <p>Yet another "view" (though this one is rather simpler) is that provided by the Isis Addons <a href="https://github.com/isisaddons/isis-wicket-excel">excel component</a> (non ASF). This provides a download button to the table as a spreadsheet:</p> 
+         <p>Yet another "view" (though this one is rather simpler) is that provided by the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s excel Wicket component This provides a download button to the table as a spreadsheet:</p> 
         </div> 
         <div class="imageblock"> 
          <div class="content"> 
@@ -443,7 +443,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="paragraph"> 
-         <p>The screenshot above also shows an "export to Word" action. This is <em>not</em> a view but instead is a (contributed) action that uses the Isis Addons <a href="https://github.com/isisaddons/isis-module-docx">docx module</a> (non ASF) to perform a "mail-merge":</p> 
+         <p>The screenshot above also shows an "export to Word" action. This is <em>not</em> a view but instead is a (contributed) action that uses the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s docx module to perform a "mail-merge":</p> 
         </div> 
         <div class="imageblock"> 
          <div class="content"> 
@@ -472,7 +472,7 @@ table.CodeRay td.code>pre{padding:0}
          <p>As well as providing extensions to the UI, the (non ASF) Isis Addons provide a rich set of modules to support various cross-cutting concerns.</p> 
         </div> 
         <div class="paragraph"> 
-         <p>Under the activity menu are four sets of services which provide support for <a href="https://github.com/isisaddons/isis-module-sessionlogger">user session logging/auditing</a> , <a href="https://github.com/isisaddons/isis-module-command">command profiling</a>, <a href="https://github.com/isisaddons/isis-module-audit">(object change) auditing</a> (shown) and (inter-system) <a href="https://github.com/isisaddons/isis-module-publishmq">event publishmq</a>:</p> 
+         <p>Under the activity menu are four sets of services which provide support for (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s sessionlogger module (for user session logging/auditing) , command module (audit/profiling), audit module (audit object changes) (shown) and (inter-system) event publishing:</p> 
         </div> 
         <div class="imageblock"> 
          <div class="content"> 
@@ -480,7 +480,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="paragraph"> 
-         <p>In the security menu is access to the rich set of functionality provided by the Isis Addons <a href="https://github.com/isisaddons/isis-module-security">security module</a>:</p> 
+         <p>In the security menu is access to the rich set of functionality provided by the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s security module:</p> 
         </div> 
         <div class="imageblock"> 
          <div class="content"> 
@@ -496,7 +496,7 @@ table.CodeRay td.code>pre{padding:0}
          </div> 
         </div> 
         <div class="paragraph"> 
-         <p>The Isis Addons also provides a module for managing application and user <a href="https://github.com/isisaddons/isis-module-settings">settings</a>. Most apps (the todoapp example included) won’t expose these services directly, but will usually wrap them in their own app-specific settings service that trivially delegates to the settings module’s services:</p> 
+         <p>The (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a> also provides a module for managing application and user settings. Most apps (the todoapp example included) won’t expose these services directly, but will usually wrap them in their own app-specific settings service that trivially delegates to the settings module’s services:</p> 
         </div> 
         <div class="imageblock"> 
          <div class="content"> 
@@ -506,7 +506,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_multi_tenancy_support">Multi-tenancy support</h3> 
          <div class="paragraph"> 
-          <p>Of the various Isis Addons, the <a href="https://github.com/isisaddons/isis-module-security">security module</a> has the most features. One significant feature is the ability to associate users and objects with a "tenancy". The todoapp uses this feature so that different users' list of todo items are kept separate from one another. A user with administrator is able to switch their own "tenancy" to the tenancy of some other user, in order to access the objects in that tenancy:</p> 
+          <p>One significant feature of the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s security module is the ability to associate users and objects with a "tenancy". The todoapp uses this feature so that different users' list of todo items are kept separate from one another. A user with administrator is able to switch their own "tenancy" to the tenancy of some other user, in order to access the objects in that tenancy:</p> 
          </div> 
          <div class="imageblock"> 
           <div class="content"> 
@@ -514,13 +514,13 @@ table.CodeRay td.code>pre{padding:0}
           </div> 
          </div> 
          <div class="paragraph"> 
-          <p>For more details, see the <a href="https://github.com/isisaddons/isis-module-security">security module</a> README.</p> 
+          <p>For more details, see the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s security module README.</p> 
          </div> 
         </div> 
         <div class="sect2"> 
          <h3 id="_me">Me</h3> 
          <div class="paragraph"> 
-          <p>Most of the <a href="https://github.com/isisaddons/isis-module-security">security module</a>'s services are on the security module, which would normally be provided only to administrators. Kept separate is the "me" action:</p> 
+          <p>Most of the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s security module’s services are on the security menu, which would normally be provided only to administrators. Kept separate is the "me" action:</p> 
          </div> 
          <div class="imageblock"> 
           <div class="content"> 

http://git-wip-us.apache.org/repos/asf/isis-site/blob/e5dcb0be/content/pages/powered-by/powered-by.html
----------------------------------------------------------------------
diff --git a/content/pages/powered-by/powered-by.html b/content/pages/powered-by/powered-by.html
index 03750e1..d646861 100644
--- a/content/pages/powered-by/powered-by.html
+++ b/content/pages/powered-by/powered-by.html
@@ -318,7 +318,7 @@ table.CodeRay td.code>pre{padding:0}
         <div class="sect2"> 
          <h3 id="_supporting_open_source">Supporting Open Source</h3> 
          <div class="paragraph"> 
-          <p>Much of Apache Isis' recent development has been driven out by the requirements of this application, so you can see for yourself how many of the features in Isis are used in real life. Many of the (non-ASF) <a href="http://www.isisaddons.org">Isis Addons</a> also originate from the requirements of Estatio.</p> 
+          <p>Much of Apache Isis' recent development has been driven out by the requirements of this application, so you can see for yourself how many of the features in Isis are used in real life. Much of the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a> also originate from the requirements of Estatio.</p> 
          </div> 
          <div class="paragraph"> 
           <p>Estatio itself is also open source, licensed under Apache Software License and available on <a href="https://github.com/estatio/estatio">github</a>.</p> 
@@ -439,7 +439,7 @@ table.CodeRay td.code>pre{padding:0}
           <p>Even so, while GRC does (as the figures above show) include custom views, the majority of the views exposed by GRC are automatically generated from the underlying domain entities; the GRC viewer is a proprietary version of Isis' own <a href="../../guides/ugvw/ugvw.html">Wicket viewer</a>. At the last count more than 400 domain entities, across 6 different Bounded Contexts, are surfaced in the UI in this this way.</p> 
          </div> 
          <div class="paragraph"> 
-          <p>At the Domain level, we also extensively use the <a href="../../guides/ugfun/ugfun.html#_ugfun_building-blocks_events_domain-events">domain events</a> functionality available in Apache Isis, along with many of the (non-ASF) <a href="http://www.isisaddons.org">Isis Addons</a> (such as <a href="http://github.com/isisaddons/isis-module-audit">audit</a>, <a href="http://github.com/isisaddons/isis-module-security">security</a> and the <a href="http://github.com/isisaddons/isis-module-excel">excel</a> modules).</p> 
+          <p>At the Domain level, we also extensively use the <a href="../../guides/ugfun/ugfun.html#_ugfun_building-blocks_events_domain-events">domain events</a> functionality available in Apache Isis, along with many of the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a> (such as audit, security and excel modules).</p> 
          </div> 
          <div class="paragraph"> 
           <p>The GRC platform currently has more than 5600 automated tests, about 2000 being <a href="../../guides/ugtst/ugtst.html#_ugtst_bdd-spec-support">BDD tests</a> and 3600 <a href="../../guides/ugtst/ugtst.html#_ugtst_integ-test-support">integration tests</a>, all leveraging Apache Isis' extensive testing capabilities.</p> 
@@ -613,7 +613,7 @@ table.CodeRay td.code>pre{padding:0}
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
-              <p>TransportPlanner allows schedules of journeys to be planned. It uses the (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-gmap3">Isis addons' gmap3</a> wicket extension to provide the map.</p> 
+              <p>TransportPlanner allows schedules of journeys to be planned. It uses the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s gmap3 wicket component to provide the map.</p> 
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top">
@@ -629,7 +629,7 @@ table.CodeRay td.code>pre{padding:0}
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
-              <p>TransportPlanner uses (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-wickedcharts">Isis addons' wickedcharts</a> wicket extension to provide custom graphs</p> 
+              <p>TransportPlanner uses the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s wickedcharts wicket extension to provide custom graphs</p> 
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top">
@@ -645,7 +645,7 @@ table.CodeRay td.code>pre{padding:0}
            <td class="tableblock halign-left valign-top">
             <div>
              <div class="paragraph"> 
-              <p>Another example of TransportPlanner’s use of (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-wickedcharts">wickedcharts</a></p> 
+              <p>Another example of TransportPlanner’s use of (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s wickedcharts component.</p> 
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top">

http://git-wip-us.apache.org/repos/asf/isis-site/blob/e5dcb0be/content/pages/screencasts/screencasts-older.html
----------------------------------------------------------------------
diff --git a/content/pages/screencasts/screencasts-older.html b/content/pages/screencasts/screencasts-older.html
index 4d949fd..858e9ac 100644
--- a/content/pages/screencasts/screencasts-older.html
+++ b/content/pages/screencasts/screencasts-older.html
@@ -405,7 +405,7 @@ table.CodeRay td.code>pre{padding:0}
               <p><em>Configuring the command and auditing add-on modules for the <a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp</a>.</em><br></p> 
              </div> 
              <div class="paragraph"> 
-              <p>Learn more at the (non-ASF) Isis addons' <a href="http://github.com/isisaddons/isis-module-command">command</a> and <a href="http://github.com/isisaddons/isis-module-audit">audit</a> modules</p> 
+              <p>Learn more at the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s command and audit SPI modules</p> 
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top">
@@ -427,7 +427,7 @@ table.CodeRay td.code>pre{padding:0}
               <p><em>Configuring the security add-on module for for the <a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">SimpleApp</a>.</em><br></p> 
              </div> 
              <div class="paragraph"> 
-              <p>Learn more at the (non-ASF) <a href="http://github.com/isisaddons/isis-module-security">Isis addons' security</a> module</p> 
+              <p>Learn more at the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s security SPI module.</p> 
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top">
@@ -449,7 +449,7 @@ table.CodeRay td.code>pre{padding:0}
               <p><em>A run-through of the command (profiling) service, auditing service, publishing service. 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.</em><br></p> 
              </div> 
              <div class="paragraph"> 
-              <p>Learn more at the (non-ASF) Isis addons' <a href="http://github.com/isisaddons/isis-module-command">command</a>, <a href="http://github.com/isisaddons/isis-module-audit">audit</a> and (non-ASF) <a href="http://github.com/isisaddons/isis-module-publishing">publishing</a> modules.</p> 
+              <p>Learn more at the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s command and audit modules (also the obsolete <a href="http://github.com/isisaddons-legacy/isis-module-publishing">publishing</a> modules).</p> 
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top">
@@ -468,7 +468,7 @@ table.CodeRay td.code>pre{padding:0}
               <p>Bulk updates in Apache Isis (v1.5.0)<br></p> 
              </div> 
              <div class="paragraph"> 
-              <p><em>Using the (non-ASF) <a href="http://github.com/isisaddons/isis-module-excel">Isis addons' excel</a> module and view models to perform bulk updates).</em></p> 
+              <p><em>Using the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s excel module and view models to perform bulk updates).</em></p> 
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top">
@@ -500,7 +500,7 @@ table.CodeRay td.code>pre{padding:0}
               <p>Customizing the Wicket viewer<br></p> 
              </div> 
              <div class="paragraph"> 
-              <p><em>How to customize the Wicket viewer, integrating the (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-gmap3">Isis addons' gmap3 </a> wicket extension.</em></p> 
+              <p><em>How to customize the Wicket viewer, integrating the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s gmap3 wicket component.</em></p> 
              </div>
             </div></td> 
            <td class="tableblock halign-left valign-top">

http://git-wip-us.apache.org/repos/asf/isis-site/blob/e5dcb0be/content/pages/screencasts/screencasts.html
----------------------------------------------------------------------
diff --git a/content/pages/screencasts/screencasts.html b/content/pages/screencasts/screencasts.html
index 625b50f..5dcc397 100644
--- a/content/pages/screencasts/screencasts.html
+++ b/content/pages/screencasts/screencasts.html
@@ -1993,7 +1993,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=AXuxULuRtm0" target="_blank">029</a><br> Using the (non-ASF) <a href="http://github.com/isisaddons/isis-metamodel-paraname8">Isis addons' paraname8</a> module to remove boilerplate from your domain object (<a href="../../guides/rgant/rgant.html#_rgant-ParameterLayout_named"><code>@ParameterLayout#named()</code></a> annotation attribute on action parameters).</p> 
+            <p><a href="https://www.youtube.com/watch?v=AXuxULuRtm0" target="_blank">029</a><br> Using the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s paraname8 metamodel extension to remove boilerplate from your domain object (<a href="../../guides/rgant/rgant.html#_rgant-ParameterLayout_named"><code>@ParameterLayout#named()</code></a> annotation attribute on action parameters).</p> 
            </div>
           </div></td> 
          <td class="tableblock halign-left valign-top">
@@ -2707,7 +2707,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=-jMiD9n1L5U" target="_blank">040</a><br> Using the (non-ASF) <a href="http://github.com/isisaddons/isis-module-fakedata">Isis addons' fakedata</a> module’s <code>FakeDataService</code> to provide fake (random) names within a fixture script.</p> 
+            <p><a href="https://www.youtube.com/watch?v=-jMiD9n1L5U" target="_blank">040</a><br> Using the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s fakedata module’s <code>FakeDataService</code> to provide fake (random) names within a fixture script.</p> 
            </div>
           </div></td> 
          <td class="tableblock halign-left valign-top">
@@ -3195,7 +3195,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=SoREp-8MQz0" target="_blank">047</a><br> Configuring an Apache Isis app to allow tables of objects to be downloaded as an Excel spreadsheet, using the (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-excel">Isis addons' excel</a> wicket extension.</p> 
+            <p><a href="https://www.youtube.com/watch?v=SoREp-8MQz0" target="_blank">047</a><br> Configuring an Apache Isis app to allow tables of objects to be downloaded as an Excel spreadsheet, using the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s excel wicket component.</p> 
            </div>
           </div></td> 
          <td class="tableblock halign-left valign-top">
@@ -3229,7 +3229,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=bqjLx8gMOEw" target="_blank">048</a><br> Configuring an Apache Isis app to allow tables of domain objects with date information to be rendered on a full-page calendar, using the (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-fullcalendar2">Isis addons' fullcalendar2</a> wicket extension.</p> 
+            <p><a href="https://www.youtube.com/watch?v=bqjLx8gMOEw" target="_blank">048</a><br> Configuring an Apache Isis app to allow tables of domain objects with date information to be rendered on a full-page calendar, using the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s fullcalendar2 wicket component.</p> 
            </div>
           </div></td> 
          <td class="tableblock halign-left valign-top">
@@ -3263,7 +3263,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=0YoFa44Xr6M" target="_blank">049</a><br> Using the <a href="../../guides/rgant/rgant.html#_rgant-Programmatic"><code>@Programmatic</code></a> annotation to exclude methods from a domain object (eg implementing methods of an interface as defined by the (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-fullcalendar2">Isis addons' fullcalendar2 </a> wicket extension) that would otherwise be part of the Apache Isis metamodel (and thus show up in the UI).</p> 
+            <p><a href="https://www.youtube.com/watch?v=0YoFa44Xr6M" target="_blank">049</a><br> Using the <a href="../../guides/rgant/rgant.html#_rgant-Programmatic"><code>@Programmatic</code></a> annotation to exclude methods from a domain object (eg implementing methods of an interface as defined by the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s fullcalendar2 wicket component) that would otherwise be part of the Apache Isis metamodel (and thus show up in the UI).</p> 
            </div>
           </div></td> 
          <td class="tableblock halign-left valign-top">
@@ -3297,7 +3297,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=mIwptdeZ67Q" target="_blank">050</a><br> Configuring an Apache Isis app to allow tables of domain objects with location information to be rendered on map, using the (non-ASF) <a href="http://github.com/isisaddons/isis-wicket-gmap3">Isis addons' gmap3</a> wicket extension.</p> 
+            <p><a href="https://www.youtube.com/watch?v=mIwptdeZ67Q" target="_blank">050</a><br> Configuring an Apache Isis app to allow tables of domain objects with location information to be rendered on map, using the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>'s gmap3 wicket component.</p> 
            </div>
           </div></td> 
          <td class="tableblock halign-left valign-top">

http://git-wip-us.apache.org/repos/asf/isis-site/blob/e5dcb0be/content/pages/tg/tg.html
----------------------------------------------------------------------
diff --git a/content/pages/tg/tg.html b/content/pages/tg/tg.html
index 63ca2ba..e3b8a52 100644
--- a/content/pages/tg/tg.html
+++ b/content/pages/tg/tg.html
@@ -1131,7 +1131,7 @@ mvn -pl webapp antrun:run -Dmavenmixin-jettyconsole</code></pre>
            <pre class="CodeRay highlight"><code data-lang="bash">mvn archetype:generate  \
     -D archetypeGroupId=org.apache.isis.archetype \
     -D archetypeArtifactId=simpleapp-archetype \
-    -D archetypeVersion=1.15.0 \
+    -D archetypeVersion=1.15.1 \
     -D groupId=com.mycompany \
     -D artifactId=myapp \
     -D version=1.0-SNAPSHOT \
@@ -1872,12 +1872,12 @@ mvn clean install -D mavenmixin-jettyconsole</code></pre>
           <p>Each element in the Wicket viewer (entity form, properties, collections, action button etc) is a component, each created by a internal API (<code>ComponentFactory</code>, described <a href="../../guides/ugvw/ugvw.html#_ugvw_extending">here</a>). For collections there can be multiple views, and the Wicket viewer provides a view selector drop down (top right of each collection panel).</p> 
          </div> 
          <div class="paragraph"> 
-          <p>Moreover, we can add additional views. In this section we’ll explore some of these, already provided through <a href="http://www.isisaddons.org/">Isis addons</a> (not ASF).</p> 
+          <p>Moreover, we can add additional views. In this section we’ll explore some of these, already provided through the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a>.</p> 
          </div> 
          <div class="sect3"> 
           <h4 id="_excel_download">4.30.1. Excel download</h4> 
           <div class="paragraph"> 
-           <p>The <a href="https://github.com/isisaddons/isis-wicket-excel">Excel download add-on</a> allows the collection to be downloaded as an Excel spreadsheet (<code>.xlsx</code>).</p> 
+           <p>The Incode Platform’s Excel Wicket component allows the collection to be downloaded as an Excel spreadsheet (<code>.xlsx</code>).</p> 
           </div> 
           <div class="ulist"> 
            <ul> 
@@ -1888,7 +1888,7 @@ mvn clean install -D mavenmixin-jettyconsole</code></pre>
          <div class="sect3"> 
           <h4 id="_fullcalendar2">4.30.2. Fullcalendar2</h4> 
           <div class="paragraph"> 
-           <p>The <a href="https://github.com/isisaddons/isis-wicket-fullcalendar2">Fullcalendar2 download add-on</a> allows entities to be rendered in a full-page calendar.</p> 
+           <p>The Incode Platform’s Fullcalendar2 Wicket component allows entities to be rendered in a full-page calendar.</p> 
           </div> 
           <div class="ulist"> 
            <ul> 
@@ -1902,7 +1902,7 @@ mvn clean install -D mavenmixin-jettyconsole</code></pre>
          <div class="sect3"> 
           <h4 id="_gmap3">4.30.3. gmap3</h4> 
           <div class="paragraph"> 
-           <p>The <a href="https://github.com/isisaddons/isis-wicket-gmap3">Gmap3 download add-on</a> allows entities that implement certain APIs to be rendered in a full-page gmap3.</p> 
+           <p>The Incode Platform’s Gmap3 Wicket componet allows entities that implement certain APIs to be rendered in a full-page gmap3.</p> 
           </div> 
           <div class="ulist"> 
            <ul> 
@@ -1917,13 +1917,13 @@ mvn clean install -D mavenmixin-jettyconsole</code></pre>
         <div class="sect2"> 
          <h3 id="_add_on_modules_optional">4.31. Add-on modules (optional)</h3> 
          <div class="paragraph"> 
-          <p>In addition to providing Wicket viewer extensions, <a href="http://www.isisaddons.org/">Isis addons</a> also has a large number of modules. These address such cross-cutting concerns as security, command (profiling), auditing and publishing.</p> 
+          <p>In addition to providing Wicket viewer extensions, the (non-ASF) <a href="http://platform.incode.org" target="_blank">Incode Platform</a> also has a large number of other modules. These address such cross-cutting concerns as security, command (profiling), auditing and publishing.</p> 
          </div> 
          <div class="ulist"> 
           <ul> 
-           <li> <p>(optional): follow the <a href="https://github.com/isisaddons/isis-module-security">security module</a> README or <a href="http://youtu.be/bj8735nBRR4">screencast</a></p> </li> 
-           <li> <p>(optional): follow the <a href="https://github.com/isisaddons/isis-module-command">command module</a> README or <a href="http://youtu.be/g01tK58MxJ8">screencast</a></p> </li> 
-           <li> <p>(optional): follow the <a href="https://github.com/isisaddons/isis-module-audit">auditing module</a> README or (the same) <a href="http://youtu.be/g01tK58MxJ8">screencast</a></p> </li> 
+           <li> <p>(optional): follow the security module README. There is also a <a href="http://youtu.be/bj8735nBRR4">screencast</a> that refers to the Incode Platform’s predecessor, the isisaddons.org website.</p> </li> 
+           <li> <p>(optional): follow the command module README. There is also a <a href="http://youtu.be/g01tK58MxJ8">screencast</a> that refers to the Incode Platform’s predecessor, the isisaddons.org website.</p> </li> 
+           <li> <p>(optional): follow the auditing module README. Or, see (the same) <a href="http://youtu.be/g01tK58MxJ8">screencast</a>.</p> </li> 
           </ul> 
          </div> 
         </div>