[Swift-commit] r4302 - www/cookbook

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Thu Apr 7 10:12:27 CDT 2011


Author: ketan
Date: 2011-04-07 10:11:47 -0500 (Thu, 07 Apr 2011)
New Revision: 4302

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-06 23:39:47 UTC (rev 4301)
+++ www/cookbook/cookbook-asciidoc.html	2011-04-07 15:11:47 UTC (rev 4302)
@@ -582,20 +582,11 @@
 <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 manual provides reference material for Swift: the SwiftScript
-language and the Swift runtime system. For introductory material,
-consult the Swift tutorial.</p></div>
-<div class="paragraph"><p>Swift is a data-oriented coarse grained scripting language that
-supports dataset typing and mapping, dataset iteration, conditional
-branching, and procedural composition.</p></div>
-<div class="paragraph"><p>Swift programs (or workflows) are written in a language called
-SwiftScript.</p></div>
-<div class="paragraph"><p>SwiftScript programs are dataflow oriented - they are primarily
-concerned with processing (possibly large) collections of data files,
-by invoking programs to do that processing. Swift handles execution of
-such programs on remote sites by choosing sites, handling the staging
-of input and output files to and from the chosen sites and remote
-execution of program code.</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 introductory material, consult the Swift tutorial.</p></div>
+<div class="paragraph"><p>Swift is a data-oriented coarse grained scripting language that supports dataset typing and mapping, dataset iteration, conditional branching, and procedural composition.</p></div>
+<div class="paragraph"><p>Swift programs (or workflows) are written in a language called SwiftScript.</p></div>
+<div class="paragraph"><p>SwiftScript programs are dataflow oriented - they are primarily concerned with processing (possibly large) collections of data files, by invoking programs to do that processing. Swift handles execution of
+such programs on remote sites by choosing sites, handling the staging of input and output files to and from the chosen sites and remote execution of program code.</p></div>
 </div>
 </div>
 <div class="sect1">
@@ -615,7 +606,7 @@
 <div id="footer">
 <div id="footer-text">
 Version 0.92<br />
-Last updated 2011-04-06 18:32:44 CDT
+Last updated 2011-04-07 10:07:49 CDT
 </div>
 </div>
 </body>

Modified: www/cookbook/cookbook-asciidoc.txt
===================================================================
--- www/cookbook/cookbook-asciidoc.txt	2011-04-06 23:39:47 UTC (rev 4301)
+++ www/cookbook/cookbook-asciidoc.txt	2011-04-07 15:11:47 UTC (rev 4302)
@@ -1,3 +1,6 @@
+// To compile use: asciidoc -a toc -n cookbook-asciidoc.txt 
+
+
 Swift Cookbook
 ==============
 Swift team <swift-user at ci.uchicago.edu>
@@ -7,23 +10,14 @@
 --------
 Swift cookbook overview. Goals of this cookbook. Organization of this cookbook.Benefits of cookbook.
 
-This manual provides reference material for Swift: the SwiftScript
-language and the Swift runtime system. For introductory material,
-consult the Swift tutorial.
+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 introductory material, consult the Swift tutorial.
 
-Swift is a data-oriented coarse grained scripting language that
-supports dataset typing and mapping, dataset iteration, conditional
-branching, and procedural composition.
+Swift is a data-oriented coarse grained scripting language that supports dataset typing and mapping, dataset iteration, conditional branching, and procedural composition.
 
-Swift programs (or workflows) are written in a language called
-SwiftScript.
+Swift programs (or workflows) are written in a language called SwiftScript.
 
-SwiftScript programs are dataflow oriented - they are primarily
-concerned with processing (possibly large) collections of data files,
-by invoking programs to do that processing. Swift handles execution of
-such programs on remote sites by choosing sites, handling the staging
-of input and output files to and from the chosen sites and remote
-execution of program code.
+SwiftScript programs are dataflow oriented - they are primarily concerned with processing (possibly large) collections of data files, by invoking programs to do that processing. Swift handles execution of
+such programs on remote sites by choosing sites, handling the staging of input and output files to and from the chosen sites and remote execution of program code.
 
 Beagle
 ------




More information about the Swift-commit mailing list