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 2013/05/30 07:10:30 UTC

svn commit: r1487749 - in /isis/site/trunk/content: documentation.md getting-started/about.md getting-started/powered-by.md

Author: danhaywood
Date: Thu May 30 05:10:29 2013
New Revision: 1487749

URL: http://svn.apache.org/r1487749
Log:
tidy up prior to release of 1.2.0

Modified:
    isis/site/trunk/content/documentation.md
    isis/site/trunk/content/getting-started/about.md
    isis/site/trunk/content/getting-started/powered-by.md

Modified: isis/site/trunk/content/documentation.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/documentation.md?rev=1487749&r1=1487748&r2=1487749&view=diff
==============================================================================
--- isis/site/trunk/content/documentation.md (original)
+++ isis/site/trunk/content/documentation.md Thu May 30 05:10:29 2013
@@ -9,7 +9,7 @@ Title: Documentation
 ### Getting started
 
 - [Screencasts](getting-started/screencasts.html)
-- [Wicket/Restful/JDO Archetype](getting-started/quickstart-archetype.html) ([1.0.2](getting-started/release-notes/about.html))
+- [Wicket/Restful/JDO Archetype](getting-started/quickstart-archetype.html) ([1.0.3](getting-started/release-notes/about.html))
 - [Programming Model and How-tos](applib-guide/about.html)
 - [Programming Model Cheat Sheet](getting-started/cheat-sheet.html)
 
@@ -57,7 +57,7 @@ Guidance for committers is at the bottom
 
 {group
 
-## Core [1.1.0](core/release-notes/about.html)
+## Core [1.2.0](core/release-notes/about.html)
 
 {row-even
 
@@ -70,11 +70,11 @@ Guidance for committers is at the bottom
 
 ###  Applib Services
 
-- [Initializing Services](core/services/initializing-services.html) [1.2.0-SNAPSHOT]
+- [Initializing Services](core/services/initializing-services.html)
 - [Auditing Service](core/services/auditing-service.html)
 - [Bookmark Service](core/services/bookmark-service.html)
-- [Exception Recognizers](core/services/exception-recognizers.html) [1.2.0-SNAPSHOT]
-- [Publishing Service](core/services/publishing-service.html) [1.2.0-SNAPSHOT]
+- [Exception Recognizers](core/services/exception-recognizers.html)
+- [Publishing Service](core/services/publishing-service.html)
 
 }
 
@@ -120,12 +120,12 @@ Guidance for committers is at the bottom
 
 {span-one-third
 
-###  Wicket [1.1.0](components/viewers/wicket/release-notes/about.html)
+###  Wicket [1.2.0](components/viewers/wicket/release-notes/about.html)
 
 - [About](components/viewers/wicket/about.html)
 - [Customizing the viewer](components/viewers/wicket/customizing-the-viewer.html)
-- [Titles in tables](components/viewers/wicket/titles-in-tables.html) [1.2.0-SNAPSHOT]
-- [The About page](components/viewers/wicket/configuring-the-about-page.html) [1.2.0-SNAPSHOT]
+- [Titles in tables](components/viewers/wicket/titles-in-tables.html)
+- [The About page](components/viewers/wicket/configuring-the-about-page.html)
 
 ----------
 
@@ -139,7 +139,7 @@ Note: this viewer is third-party open so
 
 {span-one-third
 
-###  RestfulObjects [1.0.0](components/viewers/restfulobjects/release-notes/about.html)
+###  RestfulObjects [2.0.0](components/viewers/restfulobjects/release-notes/about.html)
 
 - [About](components/viewers/restfulobjects/about.html)
 
@@ -184,13 +184,13 @@ Note: this viewer is third-party open so
 
 {span-one-third
 
-###  DataNucleus (JDO) [1.0.0](components/objectstores/jdo/release-notes/about.html)
+###  DataNucleus (JDO) [1.1.0](components/objectstores/jdo/release-notes/about.html)
 
 - [About](components/objectstores/jdo/about.html)
 - [Maven and Eclipse](components/objectstores/jdo/maven-and-eclipse.html)
 - [Dates, Blobs and Lazy Loading](components/objectstores/jdo/dates-blobs-lazy-loading.html)
-- [Using a JNDI Datasource](components/objectstores/jdo/using-jndi-datasource.html) [1.1.0-SNAPSHOT]
-- [Workarounds](components/objectstores/jdo/workarounds.html) [1.1.0-SNAPSHOT]
+- [Using a JNDI Datasource](components/objectstores/jdo/using-jndi-datasource.html)
+- [Workarounds](components/objectstores/jdo/workarounds.html)
 - [Enabling Logging](components/objectstores/jdo/enabling-logging.html)
 - [Deploying on the Google App Engine](components/objectstores/jdo/deploying-on-the-google-app-engine.html)
 
@@ -206,8 +206,6 @@ Note: this viewer is third-party open so
 - [Auditing Service on JDO](components/objectstores/jdo/auditing-service-jdo.html)
 - [Exception Recognizers](components/objectstores/jdo/exception-recognizers-jdo.html)
 
-all the above are released only in [1.1.0-SNAPSHOT]
-
 }
 
 {span-one-third
@@ -242,7 +240,7 @@ all the above are released only in [1.1.
 
 ## Security
 
-### Shiro [1.1.0](components/security/shiro/release-notes/about.html)
+### Shiro [1.1.1](components/security/shiro/release-notes/about.html)
 
 - [About](components/security/shiro/about.html)
 - [Configuring Shiro](components/security/shiro/configuring-shiro.html)
@@ -250,7 +248,7 @@ all the above are released only in [1.1.
 
 ----------
 
-### File [1.0.0](components/security/file/release-notes/about.html)
+### File [1.0.1](components/security/file/release-notes/about.html)
 
 - [About](components/security/file/about.html)
 

Modified: isis/site/trunk/content/getting-started/about.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/getting-started/about.md?rev=1487749&r1=1487748&r2=1487749&view=diff
==============================================================================
--- isis/site/trunk/content/getting-started/about.md (original)
+++ isis/site/trunk/content/getting-started/about.md Thu May 30 05:10:29 2013
@@ -1,7 +1,14 @@
 Title: Getting started
 
+### Getting Started
+
 - [Screencasts](screencasts.html)
-- [Wicket/Restful/JDO Archetype](quickstart-archetype.html) ([1.0.1](release-notes/about.html))
+- [Wicket/Restful/JDO Archetype](quickstart-archetype.html) ([1.0.3](release-notes/about.html))
+- [Programming Model and How-tos](../applib-guide/about.html)
+- [Programming Model Cheat Sheet](cheat-sheet.html)
+
+### Further Resources
+
 - [Editor templates](editor-templates.html)
-- [Cheat Sheet](cheat-sheet.html)
 - [Icons](icons.html)
+

Modified: isis/site/trunk/content/getting-started/powered-by.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/getting-started/powered-by.md?rev=1487749&r1=1487748&r2=1487749&view=diff
==============================================================================
--- isis/site/trunk/content/getting-started/powered-by.md (original)
+++ isis/site/trunk/content/getting-started/powered-by.md Thu May 30 05:10:29 2013
@@ -33,19 +33,19 @@ If you want to try out the application, 
   <tr>
     <td>TransportPlanner allows schedules of journeys to be planned.  It uses Isis' integration with <a href="https://github.com/danhaywood/isis-wicket-gmap3">Google Maps</a> to provide the map.</td>
     <td>
-      <a href="https://www.assembla.com/code/transportplanner/git/nodes/master/screenshots/TransportDemand.png"><img src="https://www.assembla.com/code/transportplanner/git/node/blob/screenshots/TransportDemand.png?raw=1&rev=a9d5184ecb05c3d95dafec587c84cfcbc7a25b8b" width="420" height="315"></img></a>
+      <a href="https://www.assembla.com/code/transportplanner/git/nodes/master/screenshots/TransportDemand.png"><img src="https://www.assembla.com/code/transportplanner/git/node/blob/screenshots/TransportDemand.png?raw=1&rev=a9d5184ecb05c3d95dafec587c84cfcbc7a25b8b" width="530"></img></a>
     </td>
   </tr>
   <tr>
     <td>TransportPlanner uses Isis' <a href="https://github.com/danhaywood/isis-wicket-wickedcharts">Wicked Charts</a> integration to provide custom graphs</td>
     <td>
-      <a href="https://www.assembla.com/code/transportplanner/git/nodes/master/screenshots/TPM_CostPie.png"><img src="https://www.assembla.com/code/transportplanner/git/node/blob/screenshots/TPM_CostPie.png?raw=1&rev=a9d5184ecb05c3d95dafec587c84cfcbc7a25b8b" width="420"></img></a>
+      <a href="https://www.assembla.com/code/transportplanner/git/nodes/master/screenshots/TPM_CostPie.png"><img src="https://www.assembla.com/code/transportplanner/git/node/blob/screenshots/TPM_CostPie.png?raw=1&rev=a9d5184ecb05c3d95dafec587c84cfcbc7a25b8b" width="530"></img></a>
     </td>
   </tr>
   <tr>
     <td>Another example of TransportPlanner's use of <i>Wicked Charts</i></td>
     <td>
-      <a href="https://www.assembla.com/code/transportplanner/git/nodes/master/screenshots/Tpm_ResourceUsage.png"><img src="https://www.assembla.com/code/transportplanner/git/node/blob/screenshots/Tpm_ResourceUsage.png?raw=1&rev=a9d5184ecb05c3d95dafec587c84cfcbc7a25b8b" width="420"></img></a>
+      <a href="https://www.assembla.com/code/transportplanner/git/nodes/master/screenshots/Tpm_ResourceUsage.png"><img src="https://www.assembla.com/code/transportplanner/git/node/blob/screenshots/Tpm_ResourceUsage.png?raw=1&rev=a9d5184ecb05c3d95dafec587c84cfcbc7a25b8b" width="530"></img></a>
     </td>
   </tr>
 <table>