You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commonsrdf.apache.org by st...@apache.org on 2016/11/16 10:52:46 UTC

svn commit: r1001190 - in /websites/production/commonsrdf/content: dependencies.html download.html index.html rat-report.html userguide.html

Author: stain
Date: Wed Nov 16 10:52:46 2016
New Revision: 1001190

Log:
Site checkin for project Commons RDF

Modified:
    websites/production/commonsrdf/content/dependencies.html
    websites/production/commonsrdf/content/download.html
    websites/production/commonsrdf/content/index.html
    websites/production/commonsrdf/content/rat-report.html
    websites/production/commonsrdf/content/userguide.html

Modified: websites/production/commonsrdf/content/dependencies.html
==============================================================================
--- websites/production/commonsrdf/content/dependencies.html (original)
+++ websites/production/commonsrdf/content/dependencies.html Wed Nov 16 10:52:46 2016
@@ -508,47 +508,43 @@
 <th>Repo ID</th>
 <th>URL</th>
 <th>Release</th>
-<th>Snapshot</th></tr>
+<th>Snapshot</th>
+<th>Blacklisted</th></tr>
 <tr class="b">
 <td>central</td>
 <td><a class="externalLink" href="https://repo.maven.apache.org/maven2">https://repo.maven.apache.org/maven2</a></td>
 <td>Yes</td>
+<td>No</td>
 <td>No</td></tr>
 <tr class="a">
 <td>apache.snapshots</td>
 <td><a class="externalLink" href="https://repository.apache.org/snapshots">https://repository.apache.org/snapshots</a></td>
 <td>No</td>
+<td>Yes</td>
 <td>Yes</td></tr></table>
 <p>Repository locations for each of the Dependencies.</p>
 <table border="0" class="bodyTable">
 <tr class="a">
 <th>Artifact</th>
-<th>central</th>
-<th>apache.snapshots</th></tr>
+<th>central</th></tr>
 <tr class="b">
 <td>junit:junit:jar:4.12</td>
-<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
-<td>-</td></tr>
+<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td></tr>
 <tr class="a">
 <td>org.hamcrest:hamcrest-core:jar:1.3</td>
-<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
-<td>-</td></tr>
+<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td></tr>
 <tr class="b">
 <td>org.slf4j:slf4j-api:jar:1.7.20</td>
-<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.20/slf4j-api-1.7.20.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
-<td>-</td></tr>
+<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.7.20/slf4j-api-1.7.20.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td></tr>
 <tr class="a">
 <td>org.slf4j:slf4j-simple:jar:1.7.20</td>
-<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.20/slf4j-simple-1.7.20.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td>
-<td>-</td></tr>
+<td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/slf4j/slf4j-simple/1.7.20/slf4j-simple-1.7.20.jar"><img alt="Found at https://repo.maven.apache.org/maven2" src="images/icon_success_sml.gif" /></a></td></tr>
 <tr class="b">
 <th>Total</th>
-<th>central</th>
-<th>apache.snapshots</th></tr>
+<th>central</th></tr>
 <tr class="a">
 <td>4 (test: 4)</td>
-<td>4</td>
-<td>0</td></tr></table></div>
+<td>4</td></tr></table></div>
           </td>
         </tr>
       </table>

Modified: websites/production/commonsrdf/content/download.html
==============================================================================
--- websites/production/commonsrdf/content/download.html (original)
+++ websites/production/commonsrdf/content/download.html Wed Nov 16 10:52:46 2016
@@ -310,7 +310,7 @@
 &lt;/dependencies&gt;
 </pre></div></div>
 <p>The <tt>&lt;version&gt;</tt> above might not be up to date, see the <a href="#Source_code">source code releases</a> below to find the latest version.</p>
-<p>See the <a href="userguide.html">user guide</a> for documentation of the Apache Commons RDF API, and the <a href="implementations.md">implementations</a> for details on each of the bindings.</p></div>
+<p>See the <a href="userguide.html">user guide</a> for documentation of the Apache Commons RDF API, and the <a href="implementations.html">implementations</a> for details on each of the bindings.</p></div>
 <div class="section">
 <h2><a name="Source_code"></a>Source code</h2>
 <p>Here you can find all source releases published by Apache Commons RDF (incubating).</p>

Modified: websites/production/commonsrdf/content/index.html
==============================================================================
--- websites/production/commonsrdf/content/index.html (original)
+++ websites/production/commonsrdf/content/index.html Wed Nov 16 10:52:46 2016
@@ -406,7 +406,7 @@
 <p>For more details, read about the <a href="implementations.html">implementations of the Commons RDF API</a>.</p></div>
 <div class="section">
 <h2><a name="Contributing"></a>Contributing</h2>
-<p>Please, take into account that this library is still <b>work in progress</b>, this set of interfaces are still under discussion and evolution. Therefore everybody is welcomed to <a href="mail-lists.html">join the project</a> and <a href="contributing.html">contribute</a>!</p></div>
+<p>Everybody is welcomed to <a href="mail-lists.html">join the project</a> and <a href="contributing.html">contribute</a>!</p></div>
 <div class="section">
 <h2><a name="Disclaimer"></a>Disclaimer</h2>
 <p>Apache Commons RDF is an effort undergoing incubation at <a class="externalLink" href="http://apache.org/">The Apache Software Foundation (ASF)</a> sponsored by the <a class="externalLink" href="http://incubator.apache.org/">Apache Incubator PMC</a>. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.</p>

Modified: websites/production/commonsrdf/content/rat-report.html
==============================================================================
--- websites/production/commonsrdf/content/rat-report.html (original)
+++ websites/production/commonsrdf/content/rat-report.html Wed Nov 16 10:52:46 2016
@@ -298,7 +298,7 @@
 *****************************************************
 Summary
 -------
-Generated at: 2016-11-16T10:21:06+00:00
+Generated at: 2016-11-16T10:52:19+00:00
 
 Notes: 4
 Binaries: 5

Modified: websites/production/commonsrdf/content/userguide.html
==============================================================================
--- websites/production/commonsrdf/content/userguide.html (original)
+++ websites/production/commonsrdf/content/userguide.html Wed Nov 16 10:52:46 2016
@@ -420,7 +420,7 @@
 <p>To create instances of Commons RDF interfaces like <a href="apidocs/org/apache/commons/rdf/api/Graph.html"><tt>Graph</tt></a> and <a href="apidocs/org/apache/commons/rdf/api/IRI.html"><tt>IRI</tt></a> you will need a <a href="apidocs/org/apache/commons/rdf/api/RDF.html">RDF</a> implementation.</p>
 <div class="section">
 <h3><a name="Finding_an_RDF_implementation"></a>Finding an RDF implementation</h3>
-<p>The <a href="implementations.md">implementations</a> of <tt>RDF</tt> can usually be created using a normal Java constructor, for instance the <i>simple</i> implementation from <a href="apidocs/org/apache/commons/rdf/simple/SimpleRDF.html">SimpleRDF</a>:</p>
+<p>The <a href="implementations.html">implementations</a> of <tt>RDF</tt> can usually be created using a normal Java constructor, for instance the <i>simple</i> implementation from <a href="apidocs/org/apache/commons/rdf/simple/SimpleRDF.html">SimpleRDF</a>:</p>
 
 <div class="source">
 <div class="source">
@@ -461,7 +461,7 @@ Literal aliceLiteral = rdf.createLiteral
 <pre>Triple triple = rdf.createTriple(aliceBlankNode, nameIri, aliceLiteral);
 </pre></div></div>
 <p>The <a href="apidocs/org/apache/commons/rdf/api/RDF.html">RDF</a> interface also contains more specific variants of some of the methods above, e.g. to create a typed literal.</p>
-<p>In addition, the <a href="implementations.md">implementations</a> of <tt>RDF</tt> may add specific converter methods and implementation-specific subtypes for interoperability with their underlying RDF framework&#x2019;s API.</p></div></div>
+<p>In addition, the <a href="implementations.html">implementations</a> of <tt>RDF</tt> may add specific converter methods and implementation-specific subtypes for interoperability with their underlying RDF framework&#x2019;s API.</p></div></div>
 <div class="section">
 <h2><a name="RDF_terms"></a>RDF terms</h2>
 <p><a href="apidocs/org/apache/commons/rdf/api/RDFTerm.html">RDFTerm</a> is the super-interface for instances that can be used as subject, predicate and object of a <a href="apidocs/org/apache/commons/rdf/api/Triple.html">Triple</a>.</p>