[Swift-commit] r2646 - trunk/docs
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Mar 6 07:39:27 CST 2009
Author: benc
Date: 2009-03-06 07:39:26 -0600 (Fri, 06 Mar 2009)
New Revision: 2646
Modified:
trunk/docs/quickstartguide.xml
trunk/docs/reallyquickstartguide.xml
Log:
Change use of <programlisting> elements for console interactions into
<screen> elements.
<programlisting> elements undergo magic syntax highlighting under the
swiftsh_html.xsl style sheet that the quickstart guides were switched to
in r2614
Modified: trunk/docs/quickstartguide.xml
===================================================================
--- trunk/docs/quickstartguide.xml 2009-03-06 08:10:00 UTC (rev 2645)
+++ trunk/docs/quickstartguide.xml 2009-03-06 13:39:26 UTC (rev 2646)
@@ -96,10 +96,10 @@
class="file">swift-<version>.tar.gz</filename>) into a
directory of your choice:
-<programlisting>
+<screen>
<prompt>></prompt> <command>tar</command> <option>-xzvf</option> <filename
class="file">swift-<version>.tar.gz</filename>
-</programlisting>
+</screen>
This will create a <filename
class="directory">swift-<version></filename> directory
@@ -120,10 +120,10 @@
be a good idea to add this directory to your <envar>PATH</envar>
environment variable:
-<programlisting>
+<screen>
<prompt>></prompt> <command>export</command> <envar>PATH</envar>=<filename
class="directory">/path/to/swift/bin</filename>:<envar>$PATH</envar>
-</programlisting>
+</screen>
If you are installing Swift on a machine with access to a graphical
display, you can run the <command>cog-setup</command> tool to
@@ -209,9 +209,9 @@
will be inherited from the shared configuration file. Properties
are specified in the following format:
-<programlisting>
+<screen>
<property>name</property>=<parameter>value</parameter>
-</programlisting>
+</screen>
For details about the various properties Swift accepts, please
take a look at the <ulink
@@ -257,10 +257,10 @@
<command>swift</command> command, which takes the Swift
workflow file name as an argument:
-<programlisting>
+<screen>
<prompt>></prompt> <command>swift</command> <option><filename
class="file">example.swift</filename></option>
-</programlisting>
+</screen>
The <ulink
url="http://www.ci.uchicago.edu/swift/guides/userguide.php#swiftcommand">Swift
Modified: trunk/docs/reallyquickstartguide.xml
===================================================================
--- trunk/docs/reallyquickstartguide.xml 2009-03-06 08:10:00 UTC (rev 2645)
+++ trunk/docs/reallyquickstartguide.xml 2009-03-06 13:39:26 UTC (rev 2646)
@@ -76,11 +76,11 @@
Use the example site catalog and transformation catalog (they
are configured for local submission):
-<programlisting>
+<screen>
<command>cd</command> swift-xyz/etc
<command>cp</command> sites.xml.example sites.xml
<command>cp</command> tc.data.example tc.data
-</programlisting>
+</screen>
</para>
</listitem>
More information about the Swift-commit
mailing list