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/02/16 16:03:08 UTC

svn commit: r1568772 - in /isis/site/trunk: content/intro/tutorials/screencasts.md templates/isis-template.html

Author: danhaywood
Date: Sun Feb 16 15:03:07 2014
New Revision: 1568772

URL: http://svn.apache.org/r1568772
Log:
screencasts

Modified:
    isis/site/trunk/content/intro/tutorials/screencasts.md
    isis/site/trunk/templates/isis-template.html

Modified: isis/site/trunk/content/intro/tutorials/screencasts.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/intro/tutorials/screencasts.md?rev=1568772&r1=1568771&r2=1568772&view=diff
==============================================================================
--- isis/site/trunk/content/intro/tutorials/screencasts.md (original)
+++ isis/site/trunk/content/intro/tutorials/screencasts.md Sun Feb 16 15:03:07 2014
@@ -2,6 +2,8 @@ Title: Screencasts
 
 We've prepared some screencasts to help you quickly see what Apache Isis has to offer.
 
+## Getting Started
+
 <table class="table table-bordered table-hover">
   <tr>
     <td>How it works<br/><br/><i>How Apache Isis builds a webapp from the underlying domain object model</i>
@@ -30,6 +32,11 @@ We've prepared some screencasts to help 
       <iframe width="420" height="315" src="http://www.youtube.com/embed/RH6J4gx8OoA" frameborder="0" allowfullscreen></iframe>
     </td>
   </tr>
+</table>
+
+## JDO Objectstore
+
+<table class="table table-bordered table-hover">
   <tr>
     <td>Importing into Eclipse<br/><br/><i>How to import an Apache Isis maven-based application into Eclipse and configure to use with the JDO Objectstore</i><br/><br/>NB: when configuring DataNucleus for the *dom* project, make sure you are in the 'Java perspective', not the 'Java EE perspective').
     <br/><br/>
@@ -39,6 +46,11 @@ We've prepared some screencasts to help 
       <iframe width="420" height="315" src="http://www.youtube.com/embed/RgcYfjQ8yJA" frameborder="0" allowfullscreen></iframe>
     </td>
   </tr>
+</table>
+
+## Wicket Viewer
+
+<table class="table table-bordered table-hover">
   <tr>
     <td>Dynamic layouts in the Wicket viewer<br/><br/><i>How to layout properties and collections dynamically</i>
     <br/><br/>
@@ -48,6 +60,11 @@ We've prepared some screencasts to help 
       <iframe width="420" height="236" src="http://www.youtube.com/embed/zmrg49WeEPc" frameborder="0" allowfullscreen></iframe>
     </td>
   </tr>
+</table>
+
+## Customizations, Extensions, Plugins
+
+<table class="table table-bordered table-hover">
   <tr>
     <td>Customizing the Wicket viewer<br/><br/><i>How to customize the Wicket viewer, integrating google maps.</i>
     <br/><br/>

Modified: isis/site/trunk/templates/isis-template.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/isis-template.html?rev=1568772&r1=1568771&r2=1568772&view=diff
==============================================================================
--- isis/site/trunk/templates/isis-template.html (original)
+++ isis/site/trunk/templates/isis-template.html Sun Feb 16 15:03:07 2014
@@ -220,7 +220,7 @@
             <a href="#" class="dropdown-toggle" data-toggle="dropdown">Screenshots<b class="caret"></b></a>
             <ul class="dropdown-menu">
               <li><a href="{{base}}intro/elevator-pitch/isis-in-pictures.html">Screenshots</a></li>
-              <li><a href="{{base}}intro/tutorials/screencasts.html"><img src="{{base}}images/tv_show-25.png"> Screencasts</a></li>
+              <li><a href="{{base}}intro/tutorials/screencasts.html">Screencasts <img src="{{base}}images/tv_show-25.png"></a></li>
               <li><a href="{{base}}intro/powered-by/powered-by.html">Powered by</a></li>
               <li><a href="http://isisdemo.mmyco.co.uk/">Online Demo</a></li>
             </ul>