[Swift-commit] r2701 - provenancedb

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Mar 16 13:33:13 CDT 2009


Author: benc
Date: 2009-03-16 13:33:11 -0500 (Mon, 16 Mar 2009)
New Revision: 2701

Modified:
   provenancedb/provenance.xml
Log:
move old getting-started section to the end - I want to reuse it later but it is not a good place for people to start with at the moment

Modified: provenancedb/provenance.xml
===================================================================
--- provenancedb/provenance.xml	2009-03-16 18:32:10 UTC (rev 2700)
+++ provenancedb/provenance.xml	2009-03-16 18:33:11 UTC (rev 2701)
@@ -37,46 +37,6 @@
 </para>
 
 </section>
-
-<section><title>The old 'Getting started' section that you should ignore...</title>
-<para>
-This section details how to make basic use of some of the provenance database
-that I have running at CI.
-</para>
-<section><title>basic commands</title>
-
-<para>ssh to terminable. Set up path to the provenance commands like this:
-<screen>
-$ <userinput>export PATH=~benc/swift-svn/provenancedb:$PATH</userinput>
-</screen>
-</para>
-
-</section>
-
-<section><title>Direct database access on terminable</title>
-
-<para>
-Data is imported into two databases - an SQL database, and an XML database.
-Approximately the same data is imported into both - you can experiment with
-querying using SQL from the SQL language and XPath and XQuery from the
-XML database.
-</para>
-<para>At the moment, the database is generated from my log repository once
-per day. Logs that you put in the log repository a day ago should appear in
-the databases; logs that you added more recently may not.
-</para>
-<para>
-To query SQL, ssh into terminable, and type:
-<screen>
-$ <userinput>psql -p 5435 -d provdb -U benc</userinput>
-</screen>
-</para>
-<para>
-Details of the tables can be found in the 'plain sql' section later.
-</para>
-</section>
-</section>
-
 <section id="owndb"><title>Running your own provenance database</title>
 <para>This section details running your own SQL-based provenance database on
 servers of your own control.</para>
@@ -2569,5 +2529,45 @@
 
 </section>
 
+<section><title>The old 'Getting started' section that you should ignore...</title>
+<para>
+This section details how to make basic use of some of the provenance database
+that I have running at CI.
+</para>
+<section><title>basic commands</title>
+
+<para>ssh to terminable. Set up path to the provenance commands like this:
+<screen>
+$ <userinput>export PATH=~benc/swift-svn/provenancedb:$PATH</userinput>
+</screen>
+</para>
+
+</section>
+
+<section><title>Direct database access on terminable</title>
+
+<para>
+Data is imported into two databases - an SQL database, and an XML database.
+Approximately the same data is imported into both - you can experiment with
+querying using SQL from the SQL language and XPath and XQuery from the
+XML database.
+</para>
+<para>At the moment, the database is generated from my log repository once
+per day. Logs that you put in the log repository a day ago should appear in
+the databases; logs that you added more recently may not.
+</para>
+<para>
+To query SQL, ssh into terminable, and type:
+<screen>
+$ <userinput>psql -p 5435 -d provdb -U benc</userinput>
+</screen>
+</para>
+<para>
+Details of the tables can be found in the 'plain sql' section later.
+</para>
+</section>
+</section>
+
+
 </article>
 




More information about the Swift-commit mailing list