Author: wikier
Date: Wed Mar 25 12:56:02 2015
New Revision: 1669112
URL: http://svn.apache.org/r1669112
Log:
INFRA-9260: initial version for the commons rdf site, trying to keep it aligned
with the apache commons site
Added:
incubator/commonsrdf/site/branches/
incubator/commonsrdf/site/tags/
incubator/commonsrdf/site/trunk/ (with props)
incubator/commonsrdf/site/trunk/content/
incubator/commonsrdf/site/trunk/content/markdown/
incubator/commonsrdf/site/trunk/content/markdown/download.md
incubator/commonsrdf/site/trunk/content/markdown/index.md
incubator/commonsrdf/site/trunk/content/resources/
incubator/commonsrdf/site/trunk/content/resources/images/
incubator/commonsrdf/site/trunk/content/resources/images/commons-rdf-class-diagram.png
(with props)
incubator/commonsrdf/site/trunk/content/resources/images/commonsrdf-logo.png
(with props)
incubator/commonsrdf/site/trunk/content/resources/images/commonsrdf-logo.xcf
(with props)
incubator/commonsrdf/site/trunk/content/site.xml
incubator/commonsrdf/site/trunk/pom.xml
Propchange: incubator/commonsrdf/site/trunk/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Mar 25 12:56:02 2015
@@ -0,0 +1,2 @@
+target
+*~
Added: incubator/commonsrdf/site/trunk/content/markdown/download.md
URL:
http://svn.apache.org/viewvc/incubator/commonsrdf/site/trunk/content/markdown/download.md?rev=1669112&view=auto
==============================================================================
--- incubator/commonsrdf/site/trunk/content/markdown/download.md (added)
+++ incubator/commonsrdf/site/trunk/content/markdown/download.md Wed Mar 25
12:56:02 2015
@@ -0,0 +1,4 @@
+# Download Commons RDF
+
+Nothing to see here for now...
+
Added: incubator/commonsrdf/site/trunk/content/markdown/index.md
URL:
http://svn.apache.org/viewvc/incubator/commonsrdf/site/trunk/content/markdown/index.md?rev=1669112&view=auto
==============================================================================
--- incubator/commonsrdf/site/trunk/content/markdown/index.md (added)
+++ incubator/commonsrdf/site/trunk/content/markdown/index.md Wed Mar 25
12:56:02 2015
@@ -0,0 +1,48 @@
+# Apache Commons RDF (incubating)
+
+<div class="alert alert-info" role="alert">
+ <p>
+ <span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
+ Commons RDF is transitioning to the Apache Incubator; this website is for
+ the Apache Commons RDF project and is <strong>under development</strong>.
+ </p>
+ <p>
+ You might want to visit the original
+ <a class="alert-link"
href="http://commons-rdf.github.io/">commons-rdf.github.io</a>
+ website which is not affiliated with the Apache Software Foundation.
+ </p>
+</div>
+
+Commons RDF aims to provide a common library for [RDF
1.1](http://www.w3.org/TR/rdf11-concepts/)
+that could be implemented by the upcoming versions of the main Java toolkits
+([Jena](http://jena.apache.org/) 3.x and
[Sesame](http://openrdf.callimachus.net/)
+4.x) as well as for other libraries ([OWLAPI](http://owlapi.sourceforge.net/),
+[Clerezza](http://clerezza.apache.org/)) and other JVM languages.
+
+The main motivation behind this simple library is revise an historical
incompatibility
+issue. This library does not pretend to be a generic api wrapping those
libraries,
+but a set of interfaces for the RDF 1.1 concepts that can be used to expose
common
+RDF-1.1 concepts using common Java interfaces. In the initial phase
commons-rdf
+is focused on a subset of the core concepts defined by RDF-1.1 (URI/IRI, Blank
Node,
+Literal, Triple, and Graph). In particular, commons RDF aims to provide a
type-safe,
+non-general API that covers RDF 1.1. In a future phase we may define
interfaces
+for Datasets and Quads.
+
+A draft diagram of the interfaces which may be included in Commons RDF are:
+
+
+
+This library is still <strong>work in progress</strong>. Therefore everybody is
+welcomed to join the project and contribute!
+
+## Disclaimer
+
+Apache Taverna is an effort undergoing incubation at [The Apache Software
Foundation
+(ASF)](http://apache.org/) sponsored by the [Apache Incubator
PMC](http://incubator.apache.org/).
+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.
+
Added:
incubator/commonsrdf/site/trunk/content/resources/images/commons-rdf-class-diagram.png
URL:
http://svn.apache.org/viewvc/incubator/commonsrdf/site/trunk/content/resources/images/commons-rdf-class-diagram.png?rev=1669112&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/commonsrdf/site/trunk/content/resources/images/commons-rdf-class-diagram.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
incubator/commonsrdf/site/trunk/content/resources/images/commonsrdf-logo.png
URL:
http://svn.apache.org/viewvc/incubator/commonsrdf/site/trunk/content/resources/images/commonsrdf-logo.png?rev=1669112&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/commonsrdf/site/trunk/content/resources/images/commonsrdf-logo.png
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added:
incubator/commonsrdf/site/trunk/content/resources/images/commonsrdf-logo.xcf
URL:
http://svn.apache.org/viewvc/incubator/commonsrdf/site/trunk/content/resources/images/commonsrdf-logo.xcf?rev=1669112&view=auto
==============================================================================
Binary file - no diff available.
Propchange:
incubator/commonsrdf/site/trunk/content/resources/images/commonsrdf-logo.xcf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: incubator/commonsrdf/site/trunk/content/site.xml
URL:
http://svn.apache.org/viewvc/incubator/commonsrdf/site/trunk/content/site.xml?rev=1669112&view=auto
==============================================================================
--- incubator/commonsrdf/site/trunk/content/site.xml (added)
+++ incubator/commonsrdf/site/trunk/content/site.xml Wed Mar 25 12:56:02 2015
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<project name="Apache Commons RDF">
+
+ <bannerLeft>
+ <name>Apache Commons RDF</name>
+ <src>/images/commonsrdf-logo.png</src>
+ <alt>Apache Commons RDF logo</alt>
+ <href>http://commonsrdf.incubator.apache.org/</href>
+ </bannerLeft>
+
+ <publishDate format="dd MMMM yyyy" position="left" />
+ <version position="none"/>
+
+ <skin>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-skin</artifactId>
+ <version>4</version>
+ </skin>
+
+ <custom>
+ <meta>
+ <description>Apache Commons RDF</description>
+ <keywords>Apache, Commons, RDF</keywords>
+ </meta>
+ <footer>
+ <div class="center">
+ Apache Commons, Apache, the Apache feather logo, and the Apache Commons
project logos are trademarks of The Apache Software Foundation.
+ All other marks mentioned may be trademarks or registered trademarks of
their respective owners.</div>
+ </footer>
+ </custom>
+
+ <body>
+ <menu name="Apache Commons RDF">
+ <item name="Home" href="/" />
+ <item name="Team" href="/team-list.html" />
+ </menu>
+ <menu name="Releases">
+ <item name="Download" href="/download.html" />
+ </menu>
+ <menu name="Tools">
+ <item name="Mailing Lists" href="/mail-lists.html" />
+ <item name="Git (source)"
href="https://git-wip-us.apache.org/repos/asf?p=incubator-commonsrdf.git" />
+ <item name="Jira (issues)"
href="https://issues.apache.org/jira/browse/COMMONSRDF" />
+ </menu>
+ <menu name="Apache Commons">
+ <item name="Home" href="http://commons.apache.org/" />
+ </menu>
+ <menu name="ASF">
+ <item name="How the ASF works"
href="http://www.apache.org/foundation/how-it-works.html" />
+ <item name="Get Involved"
href="http://www.apache.org/foundation/getinvolved.html" />
+ <item name="Developer Resources" href="http://www.apache.org/dev/" />
+ <item name="Sponsorship"
href="http://www.apache.org/foundation/sponsorship.html" />
+ <item name="Thanks"
href="http://www.apache.org/foundation/thanks.html" />
+ </menu>
+ </body>
+
+ <poweredBy>
+ <logo name="Maven" href="http://maven.apache.org/"
+ img="http://maven.apache.org/images/logos/maven-feather.png"/>
+ </poweredBy>
+
+</project>
Added: incubator/commonsrdf/site/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/commonsrdf/site/trunk/pom.xml?rev=1669112&view=auto
==============================================================================
--- incubator/commonsrdf/site/trunk/pom.xml (added)
+++ incubator/commonsrdf/site/trunk/pom.xml Wed Mar 25 12:56:02 2015
@@ -0,0 +1,259 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.apache.commonsrdf</groupId>
+ <artifactId>commonsrdf-site</artifactId>
+ <packaging>pom</packaging>
+ <version>0.0.2-SNAPSHOT</version>
+ <name>Apache Commons RDF (Incubating)</name>
+ <url>http://commonsrdf.incubator.apache.org/</url>
+
+ <!-- Commons PMC Members (ordered by first name) -->
+ <developers>
+ <developer>
+ <id>lewismc</id>
+ <name>Lewis John McGibbney</name>
+ <email>lewismc[at]apache[dot]org</email>
+ <roles>
+ <role>Committer</role>
+ <role>PMC Member</role>
+ <role>Champion</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ <developer>
+ <id>rvesse</id>
+ <name>Rob Vesse</name>
+ <email>rvesse[at]apache[dot]org</email>
+ <roles>
+ <role>Committer</role>
+ <role>PMC Member</role>
+ <role>Mentor</role>
+ </roles>
+ <timezone>+0</timezone>
+ </developer>
+ <developer>
+ <id>johndament</id>
+ <name>John D Ament</name>
+ <email>johndament[at]apache[dot]org</email>
+ <roles>
+ <role>Committer</role>
+ <role>PMC Member</role>
+ <role>Mentor</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ <developer>
+ <id>ggregory</id>
+ <name>Gary Gregory</name>
+ <email>ggregory[at]apache[dot]org</email>
+ <roles>
+ <role>Committer</role>
+ <role>PMC Member</role>
+ <role>Champion</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ <developer>
+ <id>wikier</id>
+ <name>Sergio Fernández</name>
+ <email>wikier[at]apache[dot]org</email>
+ <url>http://www.wikier.org</url>
+ <roles>
+ <role>Committer</role>
+ <role>PMC Member</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ <developer>
+ <id>andy</id>
+ <name>Andy Seaborne</name>
+ <email>andy[at]apache[dot]org</email>
+ <roles>
+ <role>Committer</role>
+ <role>PMC Member</role>
+ </roles>
+ <timezone>+0</timezone>
+ </developer>
+ <developer>
+ <id>ansell</id>
+ <name>Peter Ansell</name>
+ <email>ansell[at]apache[dot]org</email>
+ <url>http://github.com/ansell</url>
+ <roles>
+ <role>Committer</role>
+ <role>PMC Member</role>
+ </roles>
+ <timezone>+10</timezone>
+ </developer>
+ <developer>
+ <id>stain</id>
+ <name>Stian Soiland-Reyes</name>
+ <email>stain[at]apache[dot]org</email>
+ <roles>
+ <role>Committer</role>
+ <role>PMC Member</role>
+ </roles>
+ <timezone>+0</timezone>
+ </developer>
+ <developer>
+ <id>reto</id>
+ <name>Reto Gmür</name>
+ <email>reto[at]apache[dot]org</email>
+ <roles>
+ <role>Committer</role>
+ <role>PMC Member</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ <developer>
+ <id>enridaga</id>
+ <name>Enrico Daga</name>
+ <email>enridaga[at]apache[dot]org</email>
+ <roles>
+ <role>Committer</role>
+ <role>PMC Member</role>
+ </roles>
+ <timezone>+0</timezone>
+ </developer>
+ <developer>
+ <id>britter</id>
+ <name>Benedikt Ritter</name>
+ <email>britter[at]apache[dot]org</email>
+ <roles>
+ <role>Committer</role>
+ <role>PMC Member</role>
+ <role>Apache Commons Representative</role>
+ </roles>
+ <timezone>+1</timezone>
+ </developer>
+ </developers>
+
+ <scm>
+ <url>https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git</url>
+
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git</connection>
+
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git</developerConnection>
+ </scm>
+
+ <issueManagement>
+ <system>Jira</system>
+ <url>https://issues.apache.org/jira/browse/COMMONSRDF</url>
+ </issueManagement>
+
+ <mailingLists>
+ <mailingList>
+ <name>dev</name>
+ <post>[email protected]</post>
+ <subscribe>[email protected]</subscribe>
+
<unsubscribe>[email protected]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/commonsrdf-dev/</archive>
+ <otherArchives>
+
<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.commonsrdf.dev</otherArchive>
+ </otherArchives>
+ </mailingList>
+ <mailingList>
+ <name>commits</name>
+ <post>[email protected]</post>
+
<subscribe>[email protected]</subscribe>
+
<unsubscribe>[email protected]</unsubscribe>
+
<archive>http://mail-archives.apache.org/mod_mbox/commonsrdf-commits/</archive>
+ <otherArchives>
+
<otherArchive>http://markmail.org/search/?q=list%3Aorg.apache.commonsrdf.commits</otherArchive>
+ </otherArchives>
+ </mailingList>
+ </mailingLists>
+
+ <build>
+ <resources>
+ <resource>
+ <directory>content</directory>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.1</version>
+ <configuration>
+ <source>1.7</source>
+ <target>1.7</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>3.4</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.maven.doxia</groupId>
+ <artifactId>doxia-module-markdown</artifactId>
+ <version>1.6</version>
+ </dependency>
+ </dependencies>
+ <configuration>
+ <siteDirectory>${basedir}/content</siteDirectory>
+ <outputDirectory>${project.build.directory}/site</outputDirectory>
+ <inputEncoding>UTF-8</inputEncoding>
+ <outputEncoding>UTF-8</outputEncoding>
+ <showAvatarImages>false</showAvatarImages>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-clean-plugin</artifactId>
+ <version>2.5</version>
+ <configuration>
+ <filesets>
+ <fileset>
+ <directory>${basedir}</directory>
+ <includes>
+ <include>**/*~</include>
+ </includes>
+ <followSymlinks>false</followSymlinks>
+ </fileset>
+ </filesets>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-project-info-reports-plugin</artifactId>
+ <version>2.7</version>
+ <configuration>
+ <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+ </configuration>
+ </plugin>
+ </plugins>
+ </reporting>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-skin</artifactId>
+ <version>4</version>
+ </dependency>
+ </dependencies>
+
+</project>