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/23 11:13:39 UTC

svn commit: r803075 - in /websites/production/jena: ./ content/jena/documentation/notes/index.html content/jena/documentation/serving_data/index.html

Author: ijd
Date: Mon Jan 23 10:13:39 2012
New Revision: 803075

Log:
Pushing fixes to various user-reported problems

Modified:
    websites/production/jena/   (props changed)
    websites/production/jena/content/jena/documentation/notes/index.html
    websites/production/jena/content/jena/documentation/serving_data/index.html

Propchange: websites/production/jena/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Jan 23 10:13:39 2012
@@ -1 +1 @@
-/websites/staging/jena/trunk:782833-802666
+/websites/staging/jena/trunk:782833-803074

Modified: websites/production/jena/content/jena/documentation/notes/index.html
==============================================================================
--- websites/production/jena/content/jena/documentation/notes/index.html (original)
+++ websites/production/jena/content/jena/documentation/notes/index.html Mon Jan 23 10:13:39 2012
@@ -156,8 +156,8 @@
   <div id="content">
     <h1 class="title">General notes and how-to&#39;s</h1>
     <ul>
-<li><a href="concurrency-howto.mdtext">Concurrency how-to</a> Handling concurrent access to Jena models</li>
-<li><a href="event-handler-howto.mdtext">Event handler how-to</a> Responding to events</li>
+<li><a href="concurrency-howto.html">Concurrency how-to</a> Handling concurrent access to Jena models</li>
+<li><a href="event-handler-howto.html">Event handler how-to</a> Responding to events</li>
 <li><a href="file-manager.html">File manager how-to</a> Convenient access to RDF files</li>
 <li><a href="jena-internals.html">Jena internals</a> Notes on internal architecture (now rather old)</li>
 <li><a href="model-factory.html">Model factory</a> Creating Jena models of various kinds</li>

Modified: websites/production/jena/content/jena/documentation/serving_data/index.html
==============================================================================
--- websites/production/jena/content/jena/documentation/serving_data/index.html (original)
+++ websites/production/jena/content/jena/documentation/serving_data/index.html Mon Jan 23 10:13:39 2012
@@ -375,10 +375,10 @@ assembler file for TDB is in tdb.ttl.</p
 </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
+Authentication and control of the number of concurrent requests can
 be added using an Apache server and either blocking the Fuseki port
 to outside traffic (e.g. on Amazon's EC2) or by listening only the
-<code>localhost</code> network interface. This is especially import for update
+<code>localhost</code> network interface. This is especially important for update
 endpoints (SPARQL Update, SPARQL Graph Store protocol with
 PUR/POST/DELETE enabled).</p>
 <h2 id="fuseki_server_starting_with_an_empty_dataset">Fuseki Server starting with an empty dataset</h2>
@@ -469,7 +469,7 @@ to build a variety of model and datasets
 <p>The models can be
 <a href="/jena/documentation/inference/">Jena inference models</a>.</p>
 <h2 id="fuseki_configuration_file">Fuseki Configuration File</h2>
-<p>A Fuseki server can be setup using a configuration file. The
+<p>A Fuseki server can be set up using a configuration file. The
 command-line arguments for publishing a single dataset are a short
 cut that, internally, builds a default configuration based on the
 dataset name given.</p>
@@ -530,7 +530,7 @@ support.</p>
 
 <h3 id="service_1">Service 1</h3>
 <p>This service offers SPARQL Query, SPARQL Update and SPARQL Graph
-Store protocol, as well as file upload, on an in-memory dadaset.
+Store protocol, as well as file upload, on an in-memory dataset.
 Initially, the dataset is empty.</p>
 <div class="codehilite"><pre><span class="c1">## ---------------------------------------------------------------</span>
 <span class="c1">## Updatable in-memory dataset.</span>
@@ -552,9 +552,9 @@ Initially, the dataset is empty.</p>
 
 
 <h3 id="service_2">Service 2</h3>
-<p>This service offers a number endpoints. It is read-only, because
+<p>This service offers a number of endpoints. It is read-only, because
 only read-only endpoints are defined (SPARQL Query and HTTP GET
-SPARQl Graph Store protocol) The dataset is a single in-memory
+SPARQl Graph Store protocol). The dataset is a single in-memory
 graph:</p>
 <p>This service offers read-only access to a dataset with a single
 graph of data.</p>