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

svn commit: r1230148 - /incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext

Author: ijd
Date: Wed Jan 11 16:58:29 2012
New Revision: 1230148

URL: http://svn.apache.org/viewvc?rev=1230148&view=rev
Log:
Fix formatted list

Modified:
    incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext

Modified: incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext?rev=1230148&r1=1230147&r2=1230148&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/serving_data/index.mdtext Wed Jan 11 16:58:29 2012
@@ -201,18 +201,14 @@ The full choice of dataset forms is:
 
 **Fuseki Dataset Descriptions**
 
--   `mem`
-    Create an empty, in-memory (non-persistent) dataset.
+-   `mem` -- Create an empty, in-memory (non-persistent) dataset.
 -   `file=FILE`
     Create an empty, in-memory (non-persistent) dataset, then load FILE
     into it.
--   `loc=DIR`
-    Use an existing TDB database. Create an empty one if it does not
+-   `loc=DIR` -- Use an existing TDB database. Create an empty one if it does not
     exist.
--   `desc=assemblerFile`
-    Construct a dataset based on the general assembler description.
--   `config=ConfigFile`
-    Construct one or more service endpoints based on the
+-   `desc=assemblerFile` -- Construct a dataset based on the general assembler description.
+-   `config=ConfigFile` -- Construct one or more service endpoints based on the
     [configuration description](#Fuseki_Configuration_File).
 
 A copy of TDB is included in the standalone server. An example
@@ -220,10 +216,10 @@ assembler file for TDB is in tdb.ttl.
 
 **Fuseki Server Arguments**
 
--   `help` Print help message.
--   `port=*number*` Run on port *number* - default is 3030.
--   `host=*name*` Listen only to a specific network interface.
--   `update` Allow update. Otherwise only read requests are served (ignored if a configuration file is given).
+-   `help` -- Print help message.
+-   `port=*number*` -- Run on port *number* - default is 3030.
+-   `host=*name*` -- Listen only to a specific network interface.
+-   `update` -- Allow update. Otherwise only read requests are served (ignored if a configuration file is given).
 
 ## Security and Access Control