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

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

Author: ijd
Date: Wed Jan 11 16:56:47 2012
New Revision: 1230145

URL: http://svn.apache.org/viewvc?rev=1230145&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=1230145&r1=1230144&r2=1230145&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:56:47 2012
@@ -201,34 +201,29 @@ The full choice of dataset forms is:
 
 **Fuseki Dataset Descriptions**
 
--`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
-  exist.
--`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).
+-   `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
+    exist.
+-   `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
 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