[Swift-commit] r4995 - wwwdev/docs

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Tue Aug 23 22:59:22 CDT 2011


Author: davidk
Date: 2011-08-23 22:59:22 -0500 (Tue, 23 Aug 2011)
New Revision: 4995

Modified:
   wwwdev/docs/index.php
Log:
Updated links and descriptions for documentation


Modified: wwwdev/docs/index.php
===================================================================
--- wwwdev/docs/index.php	2011-08-23 19:52:52 UTC (rev 4994)
+++ wwwdev/docs/index.php	2011-08-24 03:59:22 UTC (rev 4995)
@@ -22,104 +22,70 @@
 <!-- end .grid_12 -->
 
  <div class="grid_9">
-	<h3>Swift Quickstart Guide</h3>
-
-<ul>
-	<li>Swift Quickstart Guide [<a href="../guides/quickstartguide.php">html</a>]</li>
-</ul>
-
-<p>
-	Use the Quickstart Guide to help you install and configure swift and run a
-	simple 'Hello World' example.
-</p>
-<p> </p>
-
+<br>
 <h3>Swift Tutorials</h3>
 
+	This Swift tutorial carries on where the Quickstart Guide leaves off,
+	introducing you to Swift environment and the SwiftScript language in more
+	depth.
+<br><br>
 <ul>
-	<li><strong>latest (0.92)</strong>
+	<li type="circle" style="margin-left:50px;">Latest (0.93)
+        [<a href="../guides/release-0.93/tutorial/tutorial.html">html</a>] [<a href="../guides/release-0.93/tutorial/tutorial.pdf">pdf</a>] 
+        </li>
+
+        <li type="circle" style="margin-left:50px;">Previous (0.92.1)
         [<a href="../guides/tutorial.php">html</a>] [<a href="../guides/tutorial.pdf">pdf</a>] 
         </li>
-	<li><strong>trunk</strong>
+
+        <li type="circle" style="margin-left:50px;">Trunk
         [<a href="../guides/trunk/tutorial/tutorial.html">html</a>] [<a href="../guides/trunk/tutorial/tutorial.pdf">pdf</a>]
         </li>
 </ul>
 
-
-<ul>
-	<li><strong>Swift Tutorial (on your own machine)</strong> [<a href="../guides/tutorial.php">html</a>] [<a href="../guides/tutorial.pdf" onClick="javascript: pageTracker._trackPageview('/swift/guides/tutorial.php');">pdf</a>]</li>
-</ul>
-
-<p>
-	This Swift tutorial carries on where the Quickstart Guide leaves off,
-	introducing you to Swift environment and the SwiftScript language in more
-	depth.
-</p>
-
 <p> </p>
 
-
 <h3>Swift User Guide</h3>
-<ul>
-<p>
 	The User Guide provides more detailed reference documentation and background
 	information on swift. It is assumed that the reader is already familiar with
 	the material in the Quickstart and Tutorial documents.
-</p>
-	<li><strong>trunk</strong>
-          [<a href="../guides/trunk/userguide/userguide.html">html</a>] [<a href="../guides/trunk/userguide/userguide.pdf">pdf</a>]
+<br><br>	
+<ul>
+	<li type="circle" style="margin-left:50px;">Latest (0.93)
+        [<a href="../guides/release-0.93/userguide/userguide.html">html</a>] [<a href="../guides/release-0.93/userguide/userguide.pdf">pdf</a>]
         </li>
-	<li><strong>latest (0.92)</strong>
-          [<a href="../guides/release-0.92/userguide/">multi-page html</a>]
+  
+        <li type="circle" style="margin-left:50px;">Previous (0.92.1)
+        [<a href="../guides/userguide.php">html</a>] [<a href="../guides/userguide/userguide.pdf">pdf</a>]
         </li>
-	<li><strong>historical (0.91)</strong>
-          [<a href="../guides/release-0.91/userguide/">multi-page html</a>]
+ 
+	<li type="circle" style="margin-left:50px;">Trunk
+          [<a href="../guides/trunk/userguide/userguide.html">html</a>] [<a href="../guides/trunk/userguide/userguide.pdf">pdf</a>]
         </li>
 </ul>
 <p> </p>
 
 <h3>Swift Cookbook</h3>
+        
+	This cookbook is a collection of recipes involving setting up and running Swift. It is compiled by various members of the Swift community.
+<br><br>
 <ul>
-        <li>Swift cookbook [<a href="../guides/release-0.93/cookbook/cookbook-asciidoc.html">html</a>] [<a href="../guides/release-0.93/cookbook/cookbook-asciidoc.pdf">pdf</a>]</li>
+        <li type="circle" style="margin-left:50px;">Latest (0.93) [<a href="../guides/release-0.93/cookbook/cookbook.html">html</a>] [<a href="../guides/release-0.93/cookbook/cookbook.pdf">pdf</a>]</li>
 </ul>
-<p>
-        This cookbook is a collection of recipes involving setting up and running Swift. It is compiled by various members of the Swift community.
-<p> </p>
 
+<p> </p>
 <h3>Log Processing tools</h3>
-<ul>
-	<li>Swift log processing tools [<a href="../guides/log-processing.php">html</a>] [<a href="../guides/log-processing.pdf" onClick="javascript: pageTracker._trackPageview('/swift/guides/log-processing.pdf');">pdf</a>]</li>
-</ul>
-
-<p>
 	The Swift log processing tools can be used to analyse the log files of
 	Swift runs - as a webpage, and in several processed text formats. This
 	document gives some usage information for those tools.</p>
-<p> </p>
 
-<h3>Elsewhere</h3>
+<ul>
+	<li type="circle" style="margin-left:50px;">Swift log processing tools [<a href="../guides/log-processing.php">html</a>] [<a href="../guides/log-processing.pdf" onClick="javascript: pageTracker._trackPageview('/swift/guides/log-processing.pdf');">pdf</a>]</li>
+</ul>
 
 <p>
-We've taught a hands on Swift tutorial on a number of occasions. This is
-harder to do alone because it relies on a number of brain image processing
-applications which you probably don't have installed.
-[<a href="http://www.ci.uchicago.edu/osgedu/modules/#workflow_swift">html</a>]
-</p>
 <p> </p>
 
-<h3>Historical - SwiftScript Language</h3>
-
-<p>
-
-	The SwiftScript language reference was a specification for an
-	earlier version of the language, and is probably of little interest to the majority of users.
-
-	<ul>
-    	<li> SwiftScript Language Reference - latest work in progress [<a href="../guides/historical/languagespec.php">html</a>] [<a href="../guides/languagespec.pdf" onClick="javascript: pageTracker._trackPageview('/swift/guides/historical/languagespec.pdf');">pdf</a>]</li>
-	    <li> SwiftScript Language Reference v 0.6 [<a href="../guides/languagespec-0.6.php">html</a>] [<a href="../guides/historical/languagespec.pdf" onClick="javascript: pageTracker._trackPageview('/swift/guides/languagespec-0.6.pdf');">pdf</a>]</li>
-	</ul>
-</p>
-
 	<p> </p>
 	</div>
   <!-- end .grid_9 -->




More information about the Swift-commit mailing list