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

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

Author: ijd
Date: Wed Jan 11 17:01:13 2012
New Revision: 1230152

URL: http://svn.apache.org/viewvc?rev=1230152&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=1230152&r1=1230151&r2=1230152&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 17:01:13 2012
@@ -201,14 +201,14 @@ The full choice of dataset forms is:
 
 **Fuseki Dataset Descriptions**
 
--   `mem` -- Create an empty, in-memory (non-persistent) dataset.
--   `file=FILE`
+-   `--mem` <br /> Create an empty, in-memory (non-persistent) dataset.
+-   `--file=FILE` <br />
     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` <br />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` <br /> Construct a dataset based on the general assembler description.
+-   `--config=ConfigFile` <br /> 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
@@ -216,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` <br /> Print help message.
+-   `--port=*number*` <br /> Run on port *number* - default is 3030.
+-   `--host=*name*` <br /> Listen only to a specific network interface.
+-   `--update` <br /> Allow update. Otherwise only read requests are served (ignored if a configuration file is given).
 
 ## Security and Access Control