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 18:01:19 UTC

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

Author: buildbot
Date: Wed Jan 11 17:01:19 2012
New Revision: 802388

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 17:01:19 2012
@@ -355,24 +355,24 @@ argument is used.</p>
 <p>The full choice of dataset forms is:</p>
 <p><strong>Fuseki Dataset Descriptions</strong></p>
 <ul>
-<li><code>mem</code> -- Create an empty, in-memory (non-persistent) dataset.</li>
-<li><code>file=FILE</code>
+<li><code>--mem</code> <br /> Create an empty, in-memory (non-persistent) dataset.</li>
+<li><code>--file=FILE</code> <br />
     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
+<li><code>--loc=DIR</code> <br />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
+<li><code>--desc=assemblerFile</code> <br /> Construct a dataset based on the general assembler description.</li>
+<li><code>--config=ConfigFile</code> <br /> 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>
 <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>
+<li><code>--help</code> <br /> Print help message.</li>
+<li><code>--port=*number*</code> <br /> Run on port <em>number</em> - default is 3030.</li>
+<li><code>--host=*name*</code> <br /> Listen only to a specific network interface.</li>
+<li><code>--update</code> <br /> 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.