[Swift-commit] r4420 - www/cookbook

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Tue Apr 26 11:51:03 CDT 2011


Author: ketan
Date: 2011-04-26 11:51:03 -0500 (Tue, 26 Apr 2011)
New Revision: 4420

Modified:
   www/cookbook/cookbook-asciidoc.html
   www/cookbook/cookbook-asciidoc.txt
Log:
 

Modified: www/cookbook/cookbook-asciidoc.html
===================================================================
--- www/cookbook/cookbook-asciidoc.html	2011-04-26 16:02:55 UTC (rev 4419)
+++ www/cookbook/cookbook-asciidoc.html	2011-04-26 16:51:03 UTC (rev 4420)
@@ -581,8 +581,6 @@
 <div class="sect1">
 <h2 id="_overview">1. Overview</h2>
 <div class="sectionbody">
-<div class="paragraph"><p>Swift cookbook overview. Goals of this cookbook. Organization of this
-cookbook. Benefits of cookbook.</p></div>
 <div class="paragraph"><p>This cookbook covers various recipes involving running Swift under diverse
 configurations based on the application requirements and underlying
 infrastructures. The SwiftScript language and the Swift runtim system. For
@@ -623,11 +621,19 @@
 Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
 Java HotSpot(TM) 64-Bit Server VM (build 11.0-b16, mixed mode)</tt></pre>
 </div></div>
-<div class="paragraph"><div class="title">Setting up to run Swift</div><p>This is simple. We will be using a pre-compiled version of Swift that can be downloaded from the following location: <a href="http://www.ci.uchicago.edu/swift/packages/swift-0.92.1.tar.gz">http://www.ci.uchicago.edu/swift/packages/swift-0.92.1.tar.gz</a>
-. The examples were tested with Java version 1.6 Make sure you don’t already have Swift in your PATH. If you do, remove it,
-or remove any +swift or @swift lines from your $HOME/.soft or $HOME/.bash_profile file. Then do: PATH=$PATH:/home/wilde/bigdata/swift/bin
- Do NOT set SWIFT_HOME or CLASSPATH in your environment unless you fully
-understand how these will affect Swift’s execution</p></div>
+<div class="paragraph"><div class="title">Setting up to run Swift</div><p>This is simple. We will be using a pre-compiled version of Swift that can be downloaded from the following location:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>http://www.ci.uchicago.edu/swift/packages/swift-0.92.1.tar.gz</tt></pre>
+</div></div>
+<div class="paragraph"><p>The examples were tested with Java version 1.6. Make sure you do not already have Swift in your PATH. If you do, remove it,
+or remove any +swift or @swift lines from your $HOME/.soft or $HOME/.bash_profile file. Then do:</p></div>
+<div class="listingblock">
+<div class="content">
+<pre><tt>PATH=$PATH:/home/wilde/bigdata/swift/bin</tt></pre>
+</div></div>
+<div class="paragraph"><p>Do NOT set SWIFT_HOME or CLASSPATH in your environment unless you fully
+understand how these will affect Swift’s execution.</p></div>
 </div>
 </div>
 <div class="sect2">
@@ -1333,7 +1339,7 @@
 <div id="footer">
 <div id="footer-text">
 Version 0.92<br />
-Last updated 2011-04-26 11:02:24 CDT
+Last updated 2011-04-26 11:50:24 CDT
 </div>
 </div>
 </body>

Modified: www/cookbook/cookbook-asciidoc.txt
===================================================================
--- www/cookbook/cookbook-asciidoc.txt	2011-04-26 16:02:55 UTC (rev 4419)
+++ www/cookbook/cookbook-asciidoc.txt	2011-04-26 16:51:03 UTC (rev 4420)
@@ -8,9 +8,6 @@
 
 Overview
 --------
-Swift cookbook overview. Goals of this cookbook. Organization of this
-cookbook. Benefits of cookbook.
-
 This cookbook covers various recipes involving running Swift under diverse
 configurations based on the application requirements and underlying
 infrastructures. The SwiftScript language and the Swift runtim system. For
@@ -59,13 +56,22 @@
 ----
 
 .Setting up to run Swift
-This is simple. We will be using a pre-compiled version of Swift that can be downloaded from the following location: http://www.ci.uchicago.edu/swift/packages/swift-0.92.1.tar.gz
-. The examples were tested with Java version 1.6 Make sure you don't already have Swift in your PATH. If you do, remove it,
-or remove any +swift or @swift lines from your $HOME/.soft or $HOME/.bash_profile file. Then do: PATH=$PATH:/home/wilde/bigdata/swift/bin
- Do NOT set SWIFT_HOME or CLASSPATH in your environment unless you fully
-understand how these will affect Swift's execution 
+This is simple. We will be using a pre-compiled version of Swift that can be downloaded from the following location: 
+----
+http://www.ci.uchicago.edu/swift/packages/swift-0.92.1.tar.gz
+----
 
+The examples were tested with Java version 1.6. Make sure you do not already have Swift in your PATH. If you do, remove it,
+or remove any +swift or @swift lines from your $HOME/.soft or $HOME/.bash_profile file. Then do: 
 
+----
+PATH=$PATH:/home/wilde/bigdata/swift/bin
+----
+
+Do NOT set SWIFT_HOME or CLASSPATH in your environment unless you fully
+understand how these will affect Swift's execution.
+
+
 Environment Setup
 ~~~~~~~~~~~~~~~~~
 




More information about the Swift-commit mailing list