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:56:54 UTC

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

Author: buildbot
Date: Wed Jan 11 16:56:54 2012
New Revision: 802386

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:56:54 2012
@@ -354,31 +354,30 @@ 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>
+<ul>
+<li><code>mem</code>
+    Create an empty, in-memory (non-persistent) dataset.</li>
+<li><code>file=FILE</code>
+    Create an empty, in-memory (non-persistent) dataset, then load FILE
+    into it.</li>
+<li><code>loc=DIR</code>
+    Use an existing TDB database. Create an empty one if it does not
+    exist.</li>
+<li><code>desc=assemblerFile</code>
+    Construct a dataset based on the general assembler description.</li>
+<li><code>config=ConfigFile</code>
+    Construct one or more service endpoints based on the
+    <a href="#Fuseki_Configuration_File">configuration description</a>.</li>
+</ul>
 <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>
-<p>--<code>help</code>
-Print help message.
---<code>port=*number*</code>
-Run on port <em>number</em> - default is 3030.
---<code>host=*name*</code>
-Listen only to a specific network interface.
---<code>update</code>
-Allow update. Otherwise only read requests are served (ignored if a
-configuration file is given).</p>
+<ul>
+<li><code>help</code> Print help message.</li>
+<li><code>port=*number*</code> Run on port <em>number</em> - default is 3030.</li>
+<li><code>host=*name*</code> Listen only to a specific network interface.</li>
+<li><code>update</code> Allow update. Otherwise only read requests are served (ignored if a configuration file is given).</li>
+</ul>
 <h2 id="security_and_access_control">Security and Access Control</h2>
 <p>Fuseki does not offer any security and access control itself.
 Authentication and control of the number of concurrent request can