[Swift-commit] r4239 - in test: . asciidoc-manual

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Fri Apr 1 17:44:43 CDT 2011


Author: wozniak
Date: 2011-04-01 17:44:39 -0500 (Fri, 01 Apr 2011)
New Revision: 4239

Added:
   test/asciidoc-manual/manual.txt
Removed:
   test/manual.txt
Log:
Put this where it belongs


Copied: test/asciidoc-manual/manual.txt (from rev 4238, test/manual.txt)
===================================================================
--- test/asciidoc-manual/manual.txt	                        (rev 0)
+++ test/asciidoc-manual/manual.txt	2011-04-01 22:44:39 UTC (rev 4239)
@@ -0,0 +1,27 @@
+
+Swift User Manual
+=================
+Swift team <swift-user at ci.uchicago.edu>
+v0.92, March 2011
+
+Overview
+--------
+
+This manual provides reference material for Swift: the SwiftScript
+language and the Swift runtime 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 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.
+

Deleted: test/manual.txt
===================================================================
--- test/manual.txt	2011-04-01 22:43:32 UTC (rev 4238)
+++ test/manual.txt	2011-04-01 22:44:39 UTC (rev 4239)
@@ -1,27 +0,0 @@
-
-Swift User Manual
-=================
-Swift team <swift-user at ci.uchicago.edu>
-v0.92, March 2011
-
-Overview
---------
-
-This manual provides reference material for Swift: the SwiftScript
-language and the Swift runtime 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 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.
-




More information about the Swift-commit mailing list