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:46:24 UTC

[1/3] incubator-commonsrdf git commit: Download page update for 0.3.0

Repository: incubator-commonsrdf
Updated Branches:
  refs/heads/0.3.0-site [created] 03be650cd


Download page update for 0.3.0

Link to check signature, release date.


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/4167e3dd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/4167e3dd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/4167e3dd

Branch: refs/heads/0.3.0-site
Commit: 4167e3dde7a7a4eed95d117d8b663f78d4878d6c
Parents: 0bcb207
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Nov 16 09:27:12 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Nov 16 09:33:30 2016 +0000

----------------------------------------------------------------------
 src/site/markdown/download.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/4167e3dd/src/site/markdown/download.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
index 75347c6..0ae538e 100644
--- a/src/site/markdown/download.md
+++ b/src/site/markdown/download.md
@@ -42,7 +42,7 @@ To use Commons RDF with [Maven](https://maven.apache.org/), add to your `pom.xml
       <version>0.3.0-incubating</version>
   </dependency>
 
-  <!-- and one of the implementations: -->
+  <!-- and at least one of the implementations: -->
 
   <dependency>
       <groupId>org.apache.commons</groupId>
@@ -86,7 +86,7 @@ which is also [mirrored to GitHub](http://github.com/apache/incubator-commonsrdf
 
 ### 0.3.0-incubating
 
-**Apache Commons RDF 0.3.0-incubating** was published on 2016-11-`TOOD`, and is available for download
+**Apache Commons RDF 0.3.0-incubating** was published on 2016-11-15, and is available for download
 from official mirrors of the
 ASF Distribution Directory [incubator/commonsrdf](https://www.apache.org/dyn/closer.lua/incubator/commonsrdf/0.3.0-incubating/):
 
@@ -99,7 +99,8 @@ ASF Distribution Directory [incubator/commonsrdf](https://www.apache.org/dyn/clo
   [md5](https://www.apache.org/dist/incubator/commonsrdf/0.3.0-incubating/apache-commons-rdf-0.3.0-incubating-src.tar.gz.md5),
   [sha1](https://www.apache.org/dist/incubator/commonsrdf/0.3.0-incubating/apache-commons-rdf-0.3.0-incubating-src.tar.gz.sha1))
 
-After downloading the files, check the signatures using the following [KEYS](https://www.apache.org/dist/incubator/commonsrdf/KEYS)
+After downloading the files, [check the signatures](https://www.apache.org/info/verification.html) 
+using the following [KEYS](https://www.apache.org/dist/incubator/commonsrdf/KEYS)
 file. The [changelog](https://s.apache.org/rdf-0.3.0)
 is available from the [Apache Commons RDF Jira](https://issues.apache.org/jira/browse/COMMONSRDF).
 


[3/3] incubator-commonsrdf git commit: Fix links for 0.3.0

Posted by st...@apache.org.
Fix links for 0.3.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/03be650c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/03be650c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/03be650c

Branch: refs/heads/0.3.0-site
Commit: 03be650cd136a170f4c71f890a7a0bfbf863921b
Parents: f296f7e
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Nov 16 10:46:07 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Nov 16 10:46:07 2016 +0000

----------------------------------------------------------------------
 README.md                      | 13 +++++++------
 src/site/markdown/download.md  |  2 +-
 src/site/markdown/index.md     |  5 ++---
 src/site/markdown/userguide.md |  4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/03be650c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5a836c7..3a717d9 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ A diagram of the interfaces included in Commons RDF:
 <a href="src/site/resources/images/class-diagram.png"><img height="400" src="src/site/resources/images/class-diagram.png" alt="Class diagram" /></a>
 
 
-This library is still <strong>work in progress</strong>. Therefore everybody is
-welcomed to join the project and [contribute](http://commonsrdf.incubator.apache.org/contributing.html)!
+Everybody is welcomed to join the project and
+[contribute](http://commonsrdf.incubator.apache.org/contributing.html)!
 
 See the [Commons RDF homepage](http://commonsrdf.incubator.apache.org/) for more details.
 
@@ -178,9 +178,10 @@ and simple usage (e.g. output from an independent RDF parser).
 ## Testing
 
 The abstract classes
-[AbstractGraphTest](api/src/test/java/org/apache/commons/rdf/api/AbstractGraphTest.java)
-and 
-[AbstractRDFTermFactoryTest](api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTermFactoryTest.java)
+[AbstractGraphTest](api/src/test/java/org/apache/commons/rdf/api/AbstractGraphTest.java),
+[AbstractDatasetTest](api/src/test/java/org/apache/commons/rdf/api/AbstractDatasetTest.java),
+[AbstractBlankNodeTest](api/src/test/java/org/apache/commons/rdf/api/AbstractBlankNodeTest.java) and
+[AbstractRDFTest](api/src/test/java/org/apache/commons/rdf/api/AbstractRDFTest.java)
 can be realised as JUnit tests by implementations in order to verify that they
 pass the minimal requirements of this API.
 
@@ -202,7 +203,7 @@ classifier for the commons-rdf-api module, for example (for Maven):
     </dependency>
 
 The extensions of each Test class need to provide a 
-[RDFTermFactory](api/src/main/java/org/apache/commons/rdf/api/RDFTermFactory.java)
+[RDF](api/src/main/java/org/apache/commons/rdf/api/RDF.java) instance
 that can create the corresponding implementations of a `Graph`, `IRI`, etc.
 
 For an example, see 

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/03be650c/src/site/markdown/download.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md
index 0ae538e..2a6d7c7 100644
--- a/src/site/markdown/download.md
+++ b/src/site/markdown/download.md
@@ -72,7 +72,7 @@ The `<version>` above might not be up to date,
 see the [source code releases](#Source_code) below to find the latest version.
 
 See the [user guide](userguide.html) for documentation of the
-Apache Commons RDF API, and the [implementations](implementations.md) for
+Apache Commons RDF API, and the [implementations](implementations.html) for
 details on each of the bindings.
 
 

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/03be650c/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 1079863..4d48f28 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -144,9 +144,8 @@ For more details, read about the
 
 ## Contributing
 
-Please, take into account that this library is still <strong>work in progress</strong>,
-this set of interfaces are still under discussion and evolution. Therefore everybody
-is welcomed to [join the project](mail-lists.html) and [contribute](contributing.html)!
+Everybody is welcomed to [join the project](mail-lists.html) and
+[contribute](contributing.html)!
 
 ## Disclaimer
 

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/03be650c/src/site/markdown/userguide.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/userguide.md b/src/site/markdown/userguide.md
index 03b44f3..34d88ae 100644
--- a/src/site/markdown/userguide.md
+++ b/src/site/markdown/userguide.md
@@ -150,7 +150,7 @@ To create instances of Commons RDF interfaces like
 
 ### Finding an RDF implementation
 
-The [implementations](implementations.md) of `RDF` can usually be
+The [implementations](implementations.html) of `RDF` can usually be
 created using a normal Java constructor, for instance the
 _simple_ implementation from
 [SimpleRDF](apidocs/org/apache/commons/rdf/simple/SimpleRDF.html):
@@ -211,7 +211,7 @@ The [RDF](apidocs/org/apache/commons/rdf/api/RDF.html) interface also
 contains more specific variants of some of the methods above, e.g. to create a
 typed literal.
 
-In addition, the [implementations](implementations.md) of `RDF` may add
+In addition, the [implementations](implementations.html) of `RDF` may add
 specific converter methods and implementation-specific
 subtypes for interoperability with their underlying RDF framework's API.
 


[2/3] incubator-commonsrdf git commit: List modules in menu. Simplify their names.

Posted by st...@apache.org.
List modules in menu. Simplify their names.


Project: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/commit/f296f7e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/tree/f296f7e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/diff/f296f7e6

Branch: refs/heads/0.3.0-site
Commit: f296f7e6b1b347b9d5fe2f10d62ef74acb4aef97
Parents: 4167e3d
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Nov 16 09:32:48 2016 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Nov 16 09:33:34 2016 +0000

----------------------------------------------------------------------
 api/pom.xml               | 2 +-
 integration-tests/pom.xml | 2 +-
 jena/pom.xml              | 2 +-
 jsonld-java/pom.xml       | 2 +-
 rdf4j/pom.xml             | 2 +-
 simple/pom.xml            | 2 +-
 src/site/site.xml         | 1 +
 7 files changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/api/pom.xml
----------------------------------------------------------------------
diff --git a/api/pom.xml b/api/pom.xml
index e75e042..30a8517 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -30,7 +30,7 @@
     <artifactId>commons-rdf-api</artifactId>
     <packaging>jar</packaging>
 
-    <name>Commons RDF: API</name>
+    <name>Commons RDF API</name>
     <description>Commons Java API for RDF 1.1</description>
 
     <build>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 2692431..a7cf011 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -26,7 +26,7 @@
 		<version>0.3.0-incubating</version>
 	</parent>
 	<artifactId>commons-rdf-integration-tests</artifactId>
-	<name>Commons RDF: Integration tests</name>
+	<name>Commons RDF Integration tests</name>
 	<dependencies>
 		<dependency>
 			<groupId>${project.groupId}</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/jena/pom.xml
----------------------------------------------------------------------
diff --git a/jena/pom.xml b/jena/pom.xml
index 84b2414..3b81874 100644
--- a/jena/pom.xml
+++ b/jena/pom.xml
@@ -30,7 +30,7 @@
 	<artifactId>commons-rdf-jena</artifactId>
 	<packaging>jar</packaging>
 
-	<name>Commons RDF: Integration: Apache Jena</name>
+	<name>Commons RDF impl: Jena</name>
 	<description>Apache Jena implementation of Commons RDF API</description>
 
 	<dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/jsonld-java/pom.xml
----------------------------------------------------------------------
diff --git a/jsonld-java/pom.xml b/jsonld-java/pom.xml
index cdb6af2..e4e7474 100644
--- a/jsonld-java/pom.xml
+++ b/jsonld-java/pom.xml
@@ -30,7 +30,7 @@
     <artifactId>commons-rdf-jsonld-java</artifactId>
     <packaging>jar</packaging>
 
-    <name>Commons RDF: Integration: JSON-LD Java</name>
+    <name>Commons RDF impl: JSON-LD Java</name>
     <description>Parser integration of JSON-LD Java</description>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/rdf4j/pom.xml
----------------------------------------------------------------------
diff --git a/rdf4j/pom.xml b/rdf4j/pom.xml
index 2186a26..687da2a 100644
--- a/rdf4j/pom.xml
+++ b/rdf4j/pom.xml
@@ -30,7 +30,7 @@
 	<artifactId>commons-rdf-rdf4j</artifactId>
 	<packaging>jar</packaging>
 
-	<name>Commons RDF: Integration: RDF4j</name>
+	<name>Commons RDF impl: RDF4j</name>
 	<description>Eclipse RDF4j implementation of Commons RDF API</description>
 
 	<build>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/simple/pom.xml
----------------------------------------------------------------------
diff --git a/simple/pom.xml b/simple/pom.xml
index 9599b99..ad0d343 100644
--- a/simple/pom.xml
+++ b/simple/pom.xml
@@ -30,7 +30,7 @@
     <artifactId>commons-rdf-simple</artifactId>
     <packaging>jar</packaging>
 
-    <name>Commons RDF: Simple Implementation</name>
+    <name>Commons RDF impl: Simple</name>
     <description>Simple (if not naive) implementation of Commons RDF API</description>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/f296f7e6/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index ee7edca..361623b 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -67,6 +67,7 @@
       <item name="Source (GitHub mirror)" href="https://github.com/apache/incubator-commonsrdf/" />
       <item name="Issues (Jira)"        href="https://issues.apache.org/jira/browse/COMMONSRDF" />
     </menu>
+    <menu ref="modules" />
   </body>
 
   <poweredBy>