You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2012/01/11 17:54:02 UTC

svn commit: r802385 - /websites/staging/jena/trunk/content/jena/documentation/serving_data/index.html

Author: buildbot
Date: Wed Jan 11 16:54:02 2012
New Revision: 802385

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/jena/documentation/serving_data/index.html

Modified: websites/staging/jena/trunk/content/jena/documentation/serving_data/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/serving_data/index.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/serving_data/index.html Wed Jan 11 16:54:02 2012
@@ -354,19 +354,19 @@ accessible over HTTP.</p>
 argument is used.</p>
 <p>The full choice of dataset forms is:</p>
 <p><strong>Fuseki Dataset Descriptions</strong></p>
-<p>--<code>mem</code>
-Create an empty, in-memory (non-persistent) dataset.
---<code>file=FILE</code>
-Create an empty, in-memory (non-persistent) dataset, then load FILE
-into it.
---<code>loc=DIR</code>
-Use an existing TDB database. Create an empty one if it does not
-exist.
---<code>desc=assemblerFile</code>
-Construct a dataset based on the general assembler description.
---<code>config=ConfigFile</code>
-Construct one or more service endpoints based on the
-<a href="#Fuseki_Configuration_File">configuration description</a>.</p>
+<p>-<code>mem</code>
+  Create an empty, in-memory (non-persistent) dataset.
+-<code>file=FILE</code>
+  Create an empty, in-memory (non-persistent) dataset, then load FILE
+  into it.
+-<code>loc=DIR</code>
+  Use an existing TDB database. Create an empty one if it does not
+  exist.
+-<code>desc=assemblerFile</code>
+  Construct a dataset based on the general assembler description.
+-<code>config=ConfigFile</code>
+  Construct one or more service endpoints based on the
+  <a href="#Fuseki_Configuration_File">configuration description</a>.</p>
 <p>A copy of TDB is included in the standalone server. An example
 assembler file for TDB is in tdb.ttl.</p>
 <p><strong>Fuseki Server Arguments</strong></p>