You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/07/28 20:18:29 UTC

svn commit: r1614106 - in /isis/site/trunk: content/ content/contributors/ content/core/ content/intro/powered-by/ content/intro/tutorials/ content/reference/ templates/

Author: danhaywood
Date: Mon Jul 28 18:18:29 2014
New Revision: 1614106

URL: http://svn.apache.org/r1614106
Log:
fixing broken links

Modified:
    isis/site/trunk/content/contributors/development-environment.md
    isis/site/trunk/content/core/specsupport-and-integtestsupport.md
    isis/site/trunk/content/documentation.md
    isis/site/trunk/content/intro/powered-by/powered-by.md
    isis/site/trunk/content/intro/tutorials/screencasts.md
    isis/site/trunk/content/more-thanks.md
    isis/site/trunk/content/reference/Event.md
    isis/site/trunk/templates/index.html

Modified: isis/site/trunk/content/contributors/development-environment.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/development-environment.md?rev=1614106&r1=1614105&r2=1614106&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/development-environment.md (original)
+++ isis/site/trunk/content/contributors/development-environment.md Mon Jul 28 18:18:29 2014
@@ -198,7 +198,7 @@ See [this page](../components/objectstor
 
 You will also see that the page describes how to configure the `isis-objectstore-jdo-applib` domain project with the DataNucleus enhancer.
 
-If you fail to do this, then the JDO ObjectStore's implementation of the [Publishing Service](../components/objectstores/jdo/publishing-service-jdo.html) and the [Settings Services](../components/objectstores/jdo/settings-services-jdo.html) will throw runtime exceptions.
+If you fail to do this, then the JDO ObjectStore's implementation of the [Publishing Service](../components/objectstores/jdo/services/publishing-service-jdo.html) and the [Settings Services](../components/objectstores/jdo/services/settings-services-jdo.html) will throw runtime exceptions.
 
 
 ## What's Next

Modified: isis/site/trunk/content/core/specsupport-and-integtestsupport.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/core/specsupport-and-integtestsupport.md?rev=1614106&r1=1614105&r2=1614106&view=diff
==============================================================================
--- isis/site/trunk/content/core/specsupport-and-integtestsupport.md (original)
+++ isis/site/trunk/content/core/specsupport-and-integtestsupport.md Mon Jul 28 18:18:29 2014
@@ -52,7 +52,7 @@ The Cucumber-JVM spec runner allows you 
 
 ### Integration- vs Unit- Scope
 
-Although BDD specs are most commonly used for end-to-end tests (ie at the same scope as an integration test), the two concerns (expressability of a test to a business person vs granularity of the test) should not be conflated.  There [are](http://tooky.co.uk/2013/01/18/cucumber-and-full-stack-testing.html) several [good](http://silkandspinach.net/2013/01/18/a-testing-strategy/) blog [posts](http://claysnow.co.uk/the-testing-iceberg/) discussing [this](http://claysnow.co.uk/living-documentation-can-be-readable-and-fast/).  The basic idea is to avoid the overhead of a heavy-duty integration test if possible.
+Although BDD specs are most commonly used for end-to-end tests (ie at the same scope as an integration test), the two concerns (expressability of a test to a business person vs granularity of the test) should not be conflated.  There are a couple of [good](http://silkandspinach.net/2013/01/18/a-testing-strategy/) blog [posts](http://claysnow.co.uk/the-testing-iceberg/) discussing [this](http://claysnow.co.uk/living-documentation-can-be-readable-and-fast/).  The basic idea is to avoid the overhead of a heavy-duty integration test if possible.
 
 Isis takes inspiration from these to optionally allow BDD specs to be run at a unit scope.  The scope is indicated by annotating the scenario with the `@unit` or `@integration` tags.
 

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1614106&r1=1614105&r2=1614106&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Mon Jul 28 18:18:29 2014
@@ -371,7 +371,7 @@ Background/async execution
 Hosted at [isisaddons.org](http://www.isisaddons.org).
 
 * [Docx Mail merge](http://github.com/isisaddons/isis-module-docx)
-* [Excel download/upload](http://github.com/isisaddons/isis-module-excel) <a href="./modules/isis-module-excel.html#screencast"><img src="./images/tv_show-25.png"></a>
+* [Excel download/upload](http://github.com/isisaddons/isis-module-excel) <a href="./intro/tutorials/screencasts.html"><img src="./images/tv_show-25.png"></a>
 * [Scheduler](http://github.com/isisaddons/isis-module-scheduler)
 * [String interpolator](http://github.com/isisaddons//isis-module-stringinterpolator)
 * [Tags](http://github.com/isisaddons/isis-module-tags)
@@ -654,7 +654,7 @@ Other
 
 * [Excel download](./components/viewers/wicket/isisaddons/isis-wicket-excel.html)
 * [Fullcalendar2](./components/viewers/wicket/isisaddons/isis-wicket-fullcalendar2.html)
-* [Gmap3](./components/viewers/wicket/isisaddons/danhaywood-isis-wicket-gmap3.html) <a href="./components/viewers/wicket/isisaddons/isis-wicket-gmap3.html#screencast"><img src="./images/tv_show-25.png"></a> 
+* [Gmap3](./components/viewers/wicket/isisaddons/isis-wicket-gmap3.html) <a href="./components/viewers/wicket/isisaddons/isis-wicket-gmap3.html#screencast"><img src="./images/tv_show-25.png"></a> 
 * [Wicked charts](./components/viewers/wicket/isisaddons/isis-wicket-wickedcharts.html)
 
 }

Modified: isis/site/trunk/content/intro/powered-by/powered-by.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/powered-by/powered-by.md?rev=1614106&r1=1614105&r2=1614106&view=diff
==============================================================================
--- isis/site/trunk/content/intro/powered-by/powered-by.md (original)
+++ isis/site/trunk/content/intro/powered-by/powered-by.md Mon Jul 28 18:18:29 2014
@@ -39,7 +39,7 @@ in time using 'conventional' development
 He went on:
 > Because this is a demo, everything is a "bit shaky" and there is a lot of room for improvement, but it does show how a relatively simple domain model can be brought 'alive' using Isis.
 
-If you want to try out the application, grab the [source code](https://www.assembla.com/code/transportplanner/git/nodes) and use this [script](TransportPlanner/about.html).  Note that the app was written against a snapshot version of Isis; ask on the [mailing list](../support.html) for help.
+If you want to try out the application, grab the [source code](https://www.assembla.com/code/transportplanner/git/nodes) and use this [script](TransportPlanner/about.html).  Note that the app was written against a snapshot version of Isis; ask on the [mailing list](../../support.html) for help.
 
 <table>
   <tr>

Modified: isis/site/trunk/content/intro/tutorials/screencasts.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/tutorials/screencasts.md?rev=1614106&r1=1614105&r2=1614106&view=diff
==============================================================================
--- isis/site/trunk/content/intro/tutorials/screencasts.md (original)
+++ isis/site/trunk/content/intro/tutorials/screencasts.md Mon Jul 28 18:18:29 2014
@@ -79,7 +79,7 @@ We've prepared some screencasts to help 
     </td>
   </tr>
   <tr>
-    <td>Bulk updates in Isis<br/><br/><i>Using the <code>isis-module-excel</code> module (in <a href="http://www.isisaddons.org">Isis Add-ons</a> and view models to perform bulk updates.</i>
+    <td>Bulk updates in Isis<br/><br/><i>Using the <code>isis-module-excel</code> module (in <a href="http://www.isisaddons.org">Isis Add-ons</a> and view models to perform bulk updates).</i>
     <br/><br/>
     See also the <a href="http://github.com/isisaddons/isis-module-excel.html">github repo</a>
     </td>

Modified: isis/site/trunk/content/more-thanks.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/more-thanks.md?rev=1614106&r1=1614105&r2=1614106&view=diff
==============================================================================
--- isis/site/trunk/content/more-thanks.md (original)
+++ isis/site/trunk/content/more-thanks.md Mon Jul 28 18:18:29 2014
@@ -5,7 +5,7 @@ In addition to the [support given to Apa
 <table class="table table-bordered table-condensed table-hover">
 <tr>
 <td style="background-color: #426779"><img src="http://www.eurocommercialproperties.com/assets/images/logos/logo.png"></td>
-<td style="padding: 10px"><a href="http://www.eurocommercialproperties.com/">Eurocommercial Properties</a>, for sponsoring the development of Isis in support of the <a href="getting-started/powered-by.html">Estatio</a> estate management application.  Our heart-felt thanks.</td>
+<td style="padding: 10px"><a href="http://www.eurocommercialproperties.com/">Eurocommercial Properties</a>, for sponsoring the development of Isis in support of the <a href="getting-started/powered-by/powered-by.html">Estatio</a> estate management application.  Our heart-felt thanks.</td>
 </tr>
 <tr>
 <td><img src="images/s101_170.png"></td>

Modified: isis/site/trunk/content/reference/Event.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/reference/Event.md?rev=1614106&r1=1614105&r2=1614106&view=diff
==============================================================================
--- isis/site/trunk/content/reference/Event.md (original)
+++ isis/site/trunk/content/reference/Event.md Mon Jul 28 18:18:29 2014
@@ -5,7 +5,7 @@ title: Events
 Although not supported by the default programming model, the applib
 nevertheless defines an event hierarchy that characterizes all of the
 different types of interactions that can occur. This is used by the
-[wrapper factory](../services/wrapper-factory.html) service, and is exploited 
+[wrapper factory](./services/wrapper-factory.html) service, and is exploited 
 by the core [integration testing](../core/integtestsupport.html) support.
 
 The following UML class diagram shows the hierarchy of events:

Modified: isis/site/trunk/templates/index.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/index.html?rev=1614106&r1=1614105&r2=1614106&view=diff
==============================================================================
--- isis/site/trunk/templates/index.html (original)
+++ isis/site/trunk/templates/index.html Mon Jul 28 18:18:29 2014
@@ -115,7 +115,7 @@
   <div class="row">
     <div class="col-md-8 col-md-offset-2">
       <div align="center">
-      <h4>The above screenshots are taken from the <a href="intro/getting-started/todoapp.html">todoapp</a> archetype (source on <a href="https://github.com/apache/isis/tree/master/example/application/todoapp/dom/src/main/java/dom/todo">github</a>).  
+      <h4>The above screenshots are taken from the <a href="intro/getting-started/todoapp-archetype.html">todoapp archetype</a> (source on <a href="https://github.com/apache/isis/tree/master/example/application/todoapp/dom/src/main/java/dom/todo">github</a>).  
       You can also view this <a href="intro/elevator-pitch/isis-in-pictures.html">longer carousel</a> page, or start immediately with our 
       <a href="intro/getting-started/simpleapp-archetype.html">simpleapp archetype</a>.</h4>.
       </div>