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/10/09 01:21:37 UTC

[5/5] incubator-commonsrdf git commit: about modules

about modules


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

Branch: refs/heads/master
Commit: 0da19723c80a3a7846f791a78345d4ca9568d32c
Parents: bfe27c7
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun Oct 9 02:21:25 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun Oct 9 02:21:25 2016 +0100

----------------------------------------------------------------------
 src/site/markdown/index.md | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-commonsrdf/blob/0da19723/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 71b0b68..242a556 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -125,14 +125,21 @@ The project is composed by two modules:
 * [Simple](apidocs/index.html?org/apache/commons/rdf/simple/package-summary.html)
   provides a simple implementation, mainly for internal validation and very simple
   scenarios.
+* [jena](apidocs/index.html?org/apache/commons/rdf/jena/package-summary.html)
+    provides an Apache Jena-backed implementation
 
-Both modules follow the [semantic versioning](http://semver.org/) principles,
+* [rdf4j](apidocs/index.html?org/apache/commons/rdf/rdf4j/package-summary.html)
+    provides an Eclipse RDF4J-backed implementation
+* [jsonld-java](apidocs/index.html?org/apache/commons/rdf/jsonldjava/package-summary.html)
+    provides an JSONLD-Java-backed implementation    
+
+These modules follow the [semantic versioning](http://semver.org/) principles,
 where version `x.y.z` of `Simple` implements version `x.y` of
 the `API`; i.e., the version `z` are backwards-compatible patches of the
 implementation.
 
-[Implementations of the Commons RDF API](implementations.html) are
-being developed as additional modules. [Contributions welcome!](contributing.html)
+For more details, read about the
+[implementations of the Commons RDF API](implementations.html).
 
 
 ## Contributing