Author: rgardler
Date: Sun Apr  3 20:07:12 2011
New Revision: 1088400

URL: http://svn.apache.org/viewvc?rev=1088400&view=rev
Log:
Add slidecontent div and improve title slide

Modified:
    incubator/wookie/site/trunk/content/wookie/docs/tutorial/installation.html

Modified: 
incubator/wookie/site/trunk/content/wookie/docs/tutorial/installation.html
URL: 
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/tutorial/installation.html?rev=1088400&r1=1088399&r2=1088400&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/tutorial/installation.html 
(original)
+++ incubator/wookie/site/trunk/content/wookie/docs/tutorial/installation.html 
Sun Apr  3 20:07:12 2011
@@ -20,7 +20,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 
 <head>
-<title>tutorial_Installation</title>
+<title>Installing Apache Wookie (Incubting)</title>
 <!-- metadata -->
 <meta http-equiv="pragma" content="no-cache" />
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -51,8 +51,8 @@
 <div id="currentSlide"><!-- DO NOT EDIT --></div>
 <div id="header"></div>
 <div id="footer">
-  <h1>Apache Wookie (Incubating)</h1>
-  <h2>Tutorial: Installation</h2>
+  <h1>Apache Wookie (Incubating) - Tutorial: Installation</h2>
+  <h3>Press: 't' to toggle view mode, 'c' to see controls, 'Page Down' for 
next slide</h3>
 </div>
 
 </div>
@@ -62,33 +62,49 @@
 
 <div class="slide">
   <h1>Installing Apache Wookie (Incubating)</h1>
-  <p>When you've completed the steps here you will have a copy of Wookie 
running
-     on your machine. If you need further assistance send an e-mail to 
-     <a 
href="mailt:[email protected]">[email protected]</a>.</p>
-  <p>This document can be viewed in longform or as a presentation. To switch 
between the 
-     two press the 't' key. When in presentation mode you can view the 
navigation
-     controls by pressing 'c' and you can advance slides with a mouse click, 
spacebar,
-     right arrow or page down.</p>
+     <div class="slidecontent">
+       <p>Web: <a 
href="http://incubator.apache.org/wookie";>http://incubator.apache.org/wookie</a></p>
+       <p>Mailing List: <a 
href="mailto:[email protected]";>[email protected]</a></p>
+     </div>
+     
+     <div class="handout">
+       <p>Getting Wookie up and running on your machine is really easy. You'll 
find instructions below. 
+           Once you have it running locally we will probably want to take a 
look at the 
+           <a 
href="http://incubator.apache.org/wookie/docs/quickstart.html";>quickstart 
guide</a>.</p>
+           
+        <p>When you've completed the steps here you will have a copy of Wookie 
running
+           on your machine. If you need further assistance send an e-mail to 
+           <a 
href="mailt:[email protected]">[email protected]</a>.</p>
+           
+        <p>This document can be viewed in longform or as a presentation. To 
switch between the 
+           two press the 't' key. When in presentation mode you can view the 
navigation
+           controls by pressing 'c' and you can advance slides with a mouse 
click, spacebar,
+           right arrow or page down.</p>
+     </div>
 </div>
 
 <div class="slide">
   <h1>Objectives</h1>
+  <div class="slidecontent">
   <ul>
     <li>Install pre-requisites</li>
     <li>Get the source</li>
     <li>Compile</li>
     <li>Run</li>
   </ul>
+  </div>
 </div>
 
 <div class="slide">
   <h1>Pre-requisites</h1>
+  <div class="slidecontent">
   <ul>
     <li>Install <a href="http://java.com/en/download/";>Java JDK</a></li>
     <li>Install <a href="http://subversion.apache.org/packages.html";>Apache 
Subversion</a></li>
     <li>Install <a href="http://archive.apache.org/dist/ant/binaries/";>Apache 
Ant</a> </li>
   </ul>
-
+  </div>
+  
   <div class="handout">You will need a Java JDK (not JRE) to run Wookie since 
it is a Java application.
   Apache Subversion is our chosen <a 
href="http://www.oss-watch.ac.uk/resources/versioncontrol.xml";>version 
control</a> system.
   Apache Ant is used to build, run and manage Wookie.</div>
@@ -96,22 +112,26 @@
 
 <div class="slide">
   <h1>Pre-requisites on Linux...</h1>
+  <div class="slidecontent">
   <p>If you are running Ubuntu Linux the commands you need to get the 
pre-requisites:</p>
   <ul>
     <li>sudo apt-get install openjdk-6-jdk</li>
     <li>sudo apt-get install subversion</li>
     <li>sudo apt-get install ant1.7</li>
   </ul>
+  </div>
 </div>
 
 <div class="slide">
   <h1>Building and Running</h1>
+  <div class="slidecontent">
   <ul>
     <li>Checkout Wookie from <a 
href="http://svn.apache.org/repos/asf/incubator/wookie/trunk";>SVN</a></li>
     <li>Build and run using "ant run"</li>
     <li>Visit http://localhost:8080/wookie</li>
   </ul>
-
+  </div>
+  
   <div class="handout">Using this method we will be building from the current 
development version of
     Wookie (called SVN head). We try to ensure that Wookie will always run 
from SVN head, but sometimes
     mistakes are made. If you prefer you could checkout from the last known 
stable version of Wookie
@@ -120,18 +140,22 @@
 
 <div class="slide">
   <h1>Building and running on Linux...</h1>
+  <div class="slidecontent">
   <p>If you are running Ubuntu Linux the commands you need to grab the source 
and run Wookie:</p>
   <ul>
     <li>svn co http://svn.apache.org/repos/asf/incubator/wookie/trunk 
~/projects/wookie</li>
     <li>ant run</li>
     <li>http://localhost:8080/wookie</li>
   </ul>
+  </div>
 </div>
 
 <div class="slide">
   <h1>Next Steps</h1>
+  <div class="slidecontent">
   <p>The next logical step is to explore the "Hello World" tutorial which will 
show you
     how to create a simple widget and deploy it to your running server.</p>
+  </div>
 </div>
 
 


Reply via email to