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/02/20 16:16:32 UTC

svn commit: r805516 - in /websites/production/jena: ./ content/jena/documentation/larq/ content/jena/documentation/query/ content/jena/help_and_support/ content/jena/tutorials/data/ content/jena/tutorials/sparql_data/

Author: ijd
Date: Mon Feb 20 15:16:32 2012
New Revision: 805516

Log:
Updated some broken documentation links

Added:
    websites/production/jena/content/jena/tutorials/sparql_data/vc-db-1.rdf
      - copied unchanged from r805515, websites/staging/jena/trunk/content/jena/tutorials/sparql_data/vc-db-1.rdf
    websites/production/jena/content/jena/tutorials/sparql_data/vc-db-2.rdf
      - copied unchanged from r805515, websites/staging/jena/trunk/content/jena/tutorials/sparql_data/vc-db-2.rdf
    websites/production/jena/content/jena/tutorials/sparql_data/vc-db-3.rdf
      - copied unchanged from r805515, websites/staging/jena/trunk/content/jena/tutorials/sparql_data/vc-db-3.rdf
    websites/production/jena/content/jena/tutorials/sparql_data/vc-db-4.rdf
      - copied unchanged from r805515, websites/staging/jena/trunk/content/jena/tutorials/sparql_data/vc-db-4.rdf
Removed:
    websites/production/jena/content/jena/tutorials/data/vc-db-1.rdf
    websites/production/jena/content/jena/tutorials/data/vc-db-2.rdf
    websites/production/jena/content/jena/tutorials/data/vc-db-3.rdf
    websites/production/jena/content/jena/tutorials/data/vc-db-4.rdf
Modified:
    websites/production/jena/   (props changed)
    websites/production/jena/content/jena/documentation/larq/index.html
    websites/production/jena/content/jena/documentation/query/index.html
    websites/production/jena/content/jena/help_and_support/index.html

Propchange: websites/production/jena/
------------------------------------------------------------------------------
    cms:source-revision = 1291306

Propchange: websites/production/jena/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Feb 20 15:16:32 2012
@@ -1 +1 @@
-/websites/staging/jena/trunk:782833-803426
+/websites/staging/jena/trunk:782833-805515

Modified: websites/production/jena/content/jena/documentation/larq/index.html
==============================================================================
--- websites/production/jena/content/jena/documentation/larq/index.html (original)
+++ websites/production/jena/content/jena/documentation/larq/index.html Mon Feb 20 15:16:32 2012
@@ -155,13 +155,7 @@
 
   <div id="content">
     <h1 class="title">LARQ - adding free text searches to SPARQL</h1>
-    <div class="codehilite"><pre><span class="err">WARNING:</span> <span class="err">LARQ</span> <span class="err">used</span> <span class="err">to</span> <span class="err">be</span> <span class="err">included</span> <span class="err">with</span> <span class="err">ARQ,</span> <span class="err">but</span> <span class="err">we</span> <span class="err">are</span> <span class="err">making</span> <span class="err">it</span> <span class="err">a</span> <span class="err">separate</span> <span class="err">module.</span> 
-<span class="err">There</span> <span class="err">are</span> <span class="err">some</span> <span class="err">changes</span> <span class="err">coming,</span> <span class="err">please,</span> <span class="err">bear</span> <span class="err">with</span> <span class="err">us</span> <span class="err">while</span> <span class="err">things</span> <span class="err">settle</span> <span class="err">down.</span> 
-<span class="err">The</span> <span class="err">old</span> <span class="err">LARQ</span> <span class="err">documentation</span> <span class="err">is</span> <span class="err">still</span> <span class="err">available:</span> <span class="err">http:</span><span class="c1">//openjena.org/ARQ/lucene-arq.html</span>
-</pre></div>
-
-
-<p>LARQ is a combination of <a href="../query/index.html">ARQ</a> and <a href="http://lucene.apache.org/java/docs/index.html">Lucene</a>. It gives users the ability to perform free text searches within their SPARQL queries. Lucene indexes are additional information for accessing the RDF graph, not storage for the graph itself.</p>
+    <p>LARQ is a combination of <a href="../query/index.html">ARQ</a> and <a href="http://lucene.apache.org/java/docs/index.html">Lucene</a>. It gives users the ability to perform free text searches within their SPARQL queries. Lucene indexes are additional information for accessing the RDF graph, not storage for the graph itself.</p>
 <p>Some example code is available here: <a href="https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk/src/test/java/org/apache/jena/larq/examples/">https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk/src/test/java/org/apache/jena/larq/examples/</a>.</p>
 <p>Two helper commands are provided: <code>larq.larqbuilder</code> and <code>larq.larq</code> used respectively for updating and querying LARQ indexes.</p>
 <p>A full description of the free text query language syntax is given in the <a href="http://lucene.apache.org/java/3_0_0/queryparsersyntax.html">Lucene query syntax</a> document.</p>

Modified: websites/production/jena/content/jena/documentation/query/index.html
==============================================================================
--- websites/production/jena/content/jena/documentation/query/index.html (original)
+++ websites/production/jena/content/jena/documentation/query/index.html Mon Feb 20 15:16:32 2012
@@ -176,12 +176,12 @@ SPARQL is the query language developed b
 </ul>
 <h2 id="introduction">Introduction</h2>
 <ul>
-<li><a href="Tutorial/index.html">A Brief Tutorial on SPARQL</a></li>
+<li><a href="/jena/tutorials/sparql.html">A Brief Tutorial on SPARQL</a></li>
 <li><a href="app_api.html">Application API</a> - covers the majority of
     application usages</li>
 <li><a href="faq.html">Frequently Asked Questions</a></li>
 <li><a href="support.html">ARQ Support</a></li>
-<li>Application <a href="../javadoc/arq/index.html">javadoc</a></li>
+<li>Application <a href="/jena/documentation/javadoc/arq/index.html">javadoc</a></li>
 <li><a href="cmds.html">Command line utilities</a></li>
 <li><a href="logging.html">Logging</a></li>
 <li><a href="explain.html">Explaining queries</a></li>

Modified: websites/production/jena/content/jena/help_and_support/index.html
==============================================================================
--- websites/production/jena/content/jena/help_and_support/index.html (original)
+++ websites/production/jena/content/jena/help_and_support/index.html Mon Feb 20 15:16:32 2012
@@ -168,7 +168,7 @@ applications, or solving  a problem with
 on asking good questions</em>. The list is archived at
 <a href="http://mail-archives.apache.org/mod_mbox#incubating">mail-archives.apache.org</a> or
 <a href="http://markmail.org/search/?q=list:org.apache.incubator.jena-*">markmail.org</a></p>
-<p>The <em>developers</em> list is <code>jena-deval@incubator.apache.org</code>. To join this
+<p>The <em>developers</em> list is <code>jena-dev@incubator.apache.org</code>. To join this
 list, please send an email to: <a href="mailto:jena-dev-subscribe@incubator.apache.org">
 <code>jena-dev-subscribe@incubator.apache.org</code></a> from the email account you want
 to subscribe with. This list is a good place to discuss the development of the Jena