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/10/16 09:44:27 UTC

svn commit: r1532671 - in /isis/site/trunk: content/getting-started/screenshots.md content/screenshot-tutorial.md lib/path.pm templates/index.html templates/screenshot-tutorial.html templates/screenshots.html

Author: danhaywood
Date: Wed Oct 16 07:44:26 2013
New Revision: 1532671

URL: http://svn.apache.org/r1532671
Log:
moving screenshot-tutorial to getting-started/screenshots

Added:
    isis/site/trunk/content/getting-started/screenshots.md
      - copied unchanged from r1532130, isis/site/trunk/content/screenshot-tutorial.md
    isis/site/trunk/templates/screenshots.html
      - copied unchanged from r1532214, isis/site/trunk/templates/screenshot-tutorial.html
Removed:
    isis/site/trunk/content/screenshot-tutorial.md
    isis/site/trunk/templates/screenshot-tutorial.html
Modified:
    isis/site/trunk/lib/path.pm
    isis/site/trunk/templates/index.html

Modified: isis/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/isis/site/trunk/lib/path.pm?rev=1532671&r1=1532670&r2=1532671&view=diff
==============================================================================
--- isis/site/trunk/lib/path.pm (original)
+++ isis/site/trunk/lib/path.pm Wed Oct 16 07:44:26 2013
@@ -13,8 +13,8 @@ our @patterns = (
 
 	[qr!/index.md(text)?$!, 
           basic => { template => "index.html" }]
-	,[qr!/screenshot-tutorial.md(text)?$!, 
-          basic => { template => "screenshot-tutorial.html" }]
+	,[qr!/screenshots.md(text)?$!, 
+          basic => { template => "screenshots.html" }]
 	,[qr!\.md(text)?$!, 
           basic => { template => "basic.html" }]
 

Modified: isis/site/trunk/templates/index.html
URL: http://svn.apache.org/viewvc/isis/site/trunk/templates/index.html?rev=1532671&r1=1532670&r2=1532671&view=diff
==============================================================================
--- isis/site/trunk/templates/index.html (original)
+++ isis/site/trunk/templates/index.html Wed Oct 16 07:44:26 2013
@@ -116,7 +116,7 @@
     <div class="col-md-8 col-md-offset-2">
       <div align="center">
       <h4>The above screenshots are taken from the quickstart application [1.3.0-SNAPSHOT] (source on <a href="https://github.com/apache/isis/tree/master/example/application/quickstart_wicket_restful_jdo/dom/src/main/java/dom/todo">github</a>).  
-      You can view a longer carousel on the <a href="screenshot-tutorial.html">screenshots tutorial</a> page.</h4>.
+      You can view a longer carousel on the <a href="getting-started/screenshots.html">screenshots tutorial</a> page.</h4>.
       </div>
     </div>
   </div>