You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by hb...@apache.org on 2015/05/31 22:17:34 UTC

svn commit: r1682788 [7/14] - in /comdev/projects.apache.org: scripts/import/ site/doap/abdera/ site/doap/accumulo/ site/doap/ace/ site/doap/activemq/ site/doap/airavata/ site/doap/allura/ site/doap/ambari/ site/doap/ant/ site/doap/any23/ site/doap/apr...

Added: comdev/projects.apache.org/site/doap/hive/hive.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/hive/hive.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/hive/hive.rdf (added)
+++ comdev/projects.apache.org/site/doap/hive/hive.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+    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 rdf:about="http://hive.apache.org">
+    <created>2011-11-09</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Hive</name>
+    <homepage rdf:resource="http://hive.apache.org" />
+    <asfext:pmc rdf:resource="http://hive.apache.org" />
+    <shortdesc>The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage.</shortdesc>
+    <description>The Apache Hive (TM) data warehouse software facilitates querying and managing large datasets residing in distributed storage. Built on top of Apache Hadoop (TM), it provides
+
+* tools to enable easy data extract/transform/load (ETL)
+* a mechanism to impose structure on a variety of data formats
+* access to files stored either directly in Apache HDFS (TM) or in other data storage systems such as Apache HBase (TM)
+* query execution via MapReduce
+
+Hive defines a simple SQL-like query language, called HiveQL, that enables users familiar with SQL to query the data. At the same time, this language also allows programmers who are familiar with the MapReduce framework to be able to plug in their custom mappers and reducers to perform more sophisticated analysis that may not be supported by the built-in capabilities of the language. HiveQL can also be extended with custom scalar functions (UDF's), aggregations (UDAF's), and table functions (UDTF's).
+</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/HIVE" />
+    <mailing-list rdf:resource="http://hive.apache.org/mailing_lists.html" />
+    <download-page rdf:resource="http://hive.apache.org/releases.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/hive/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/hive/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>John Sichi</foaf:name>
+          <foaf:mbox rdf:resource="mailto:jvs@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/httpcomponents/httpcomponents-client.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/httpcomponents/httpcomponents-client.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/httpcomponents/httpcomponents-client.rdf (added)
+++ comdev/projects.apache.org/site/doap/httpcomponents/httpcomponents-client.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,228 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+   ====================================================================
+   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.
+   ====================================================================
+
+   This software consists of voluntary contributions made by many
+   individuals on behalf of the Apache Software Foundation.  For more
+   information on the Apache Software Foundation, please see
+   <http://www.apache.org />.
+-->
+
+  <Project rdf:about="http://hc.apache.org/httpcomponents-client/">
+    <created>2007-11-15</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache HttpComponents Client</name>
+    <homepage rdf:resource="http://hc.apache.org/httpcomponents-client/" />
+    <asfext:pmc rdf:resource="http://httpcomponents.apache.org" />
+    <shortdesc>
+Java library implementing an HTTP client based on HttpCore components.
+    </shortdesc>
+    <description>
+HttpClient is a library for client-side HTTP communication built on HttpCore.
+It provides connection management, cookie management, and authentication.
+This is the successor to the widely used Jakarta Commons HttpClient 3.1.
+    </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/HTTPCLIENT" />
+    <mailing-list rdf:resource="http://httpcomponents.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://httpcomponents.apache.org/downloads.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/http" />
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+
+    <!-- multiple releases can be listed, each in it's own section -->
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.0-alpha1</name>
+        <created>2007-07-20</created>
+        <revision>4.0-alpha1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.0-alpha2</name>
+        <created>2007-11-07</created>
+        <revision>4.0-alpha2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.0-alpha3</name>
+        <created>2008-02-26</created>
+        <revision>4.0-alpha3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.0-alpha4</name>
+        <created>2008-05-09</created>
+        <revision>4.0-alpha4</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.0-beta1</name>
+        <created>2008-08-29</created>
+        <revision>4.0-beta1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.0-beta2</name>
+        <created>2008-12-20</created>
+        <revision>4.0-beta2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.0</name>
+        <created>2009-08-14</created>
+        <revision>4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.0.1</name>
+        <created>2009-12-11</created>
+        <revision>4.0.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.1-alpha1</name>
+        <created>2009-12-11</created>
+        <revision>4.1-alpha1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.1-alpha2</name>
+        <created>2010-05-19</created>
+        <revision>4.1-alpha2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.0.2</name>
+        <created>2010-09-09</created>
+        <revision>4.0.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.0.3</name>
+        <created>2010-09-19</created>
+        <revision>4.0.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.1-beta1</name>
+        <created>2010-11-21</created>
+        <revision>4.1-beta1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.1 GA</name>
+        <created>2011-01-24</created>
+        <revision>4.1 GA</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.1.1 GA</name>
+        <created>2011-03-20</created>
+        <revision>4.1.1 GA</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.1.2 GA</name>
+        <created>2011-08-07</created>
+        <revision>4.1.2 GA</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>httpcomponents-client-4.2-alpha1</name>
+        <created>2011-11-03</created>
+        <revision>4.2-alpha1</revision>
+      </Version>
+    </release>
+
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk"/>
+      </SVNRepository>
+    </repository>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Hypertext Transfer Protocol -- HTTP/1.1</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2616</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2616"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Hypertext Transfer Protocol -- HTTP/1.0</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 1945</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc1945"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Upgrading to TLS Within HTTP/1.1</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2817</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2817"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP Over TLS</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2818</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2818"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP Authentication: Basic and Digest Access Authentication</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2617</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2617"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP State Management Mechanism (Cookies)</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2109</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2109"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP State Management Mechanism (Cookie2)</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2965</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2965"/>
+    </asfext:Standard></asfext:implements>
+
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/httpcomponents/httpcomponents-core.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/httpcomponents/httpcomponents-core.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/httpcomponents/httpcomponents-core.rdf (added)
+++ comdev/projects.apache.org/site/doap/httpcomponents/httpcomponents-core.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,213 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+   $HeadURL$
+   $Revision$
+   $Date$
+
+   ====================================================================
+   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.
+   ====================================================================
+
+   This software consists of voluntary contributions made by many
+   individuals on behalf of the Apache Software Foundation.  For more
+   information on the Apache Software Foundation, please see
+   <http://www.apache.org />.
+-->
+
+  <Project rdf:about="http://hc.apache.org/httpcomponents-core/">
+    <created>2007-11-15</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache HttpComponents Core</name>
+    <homepage rdf:resource="http://hc.apache.org/httpcomponents-core/" />
+    <asfext:pmc rdf:resource="http://httpcomponents.apache.org" />
+    <shortdesc>
+Java libraries for bare-bone HTTP communication,
+including support for NIO.
+    </shortdesc>
+    <description>
+    HttpCore is a set of low level HTTP transport components that can be used to build custom
+    client and server side HTTP services with a minimal footprint. HttpCore supports two I/O
+    models: blocking I/O model based on the classic Java I/O and non-blocking, event driven I/O
+    model based on Java NIO.  The blocking I/O model may be more appropriate for data intensive,
+    low latency scenarios, whereas the non-blocking model may be more appropriate for high latency
+    scenarios where raw data throughput is less important than the ability to handle thousands of
+    simultaneous HTTP connections in a resource efficient manner.
+    </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/HTTPCORE" />
+    <mailing-list rdf:resource="http://httpcomponents.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://httpcomponents.apache.org/downloads.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/http" />
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+
+    <!-- Multiple releases can be listed, each in its own section -->
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.0-alpha6</name>
+        <created>2007-10-09</created>
+        <revision>4.0-alpha6</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.0-beta1</name>
+        <created>2008-01-24</created>
+        <revision>4.0-beta1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.0-beta2</name>
+        <created>2008-06-22</created>
+        <revision>4.0-beta2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.0-beta3</name>
+        <created>2008-10-19</created>
+        <revision>4.0-beta3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.0 (GA)</name>
+        <created>2009-02-26</created>
+        <revision>4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.0.1 (GA)</name>
+        <created>2009-06-22</created>
+        <revision>4.0.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.1-alpha1</name>
+        <created>2009-09-11</created>
+        <revision>4.1-alpha1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.1-beta1</name>
+        <created>2010-04-03</created>
+        <revision>4.1-beta1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.1-beta2</name>
+        <created>2010-08-30</created>
+        <revision>4.1-beta2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.1 GA</name>
+        <created>2010-11-19</created>
+        <revision>4.1 GA</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.1.1 GA</name>
+        <created>2011-05-20</created>
+        <revision>4.1.1 GA</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.1.2 GA</name>
+        <created>2011-07-18</created>
+        <revision>4.1.2 GA</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.1.3 GA</name>
+        <created>2011-07-31</created>
+        <revision>4.1.3 GA</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.2-alpha1</name>
+        <created>2011-08-19</created>
+        <revision>4.2-alpha1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.2-alpha2</name>
+        <created>2011-09-23</created>
+        <revision>4.2-alpha2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>HttpComponents Core 4.1.4 GA</name>
+        <created>2011-12-23</created>
+        <revision>4.1.4 GA</revision>
+      </Version>
+    </release>
+
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk"/>
+      </SVNRepository>
+    </repository>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Hypertext Transfer Protocol -- HTTP/1.1</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2616</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2616"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Hypertext Transfer Protocol -- HTTP/1.0</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 1945</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc1945"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Upgrading to TLS Within HTTP/1.1</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2817</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2817"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP Over TLS</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2818</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2818"/>
+    </asfext:Standard></asfext:implements>
+
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/httpcomponents/httpcomponents-httpclient-3.x.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/httpcomponents/httpcomponents-httpclient-3.x.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/httpcomponents/httpcomponents-httpclient-3.x.rdf (added)
+++ comdev/projects.apache.org/site/doap/httpcomponents/httpcomponents-httpclient-3.x.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,124 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+   $HeadURL$
+   $Revision$
+   $Date$
+
+   ====================================================================
+   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.
+   ====================================================================
+
+   This software consists of voluntary contributions made by many
+   individuals on behalf of the Apache Software Foundation.  For more
+   information on the Apache Software Foundation, please see
+   <http://www.apache.org />.
+-->
+
+  <Project rdf:about="http://hc.apache.org/httpclient-3.x/">
+    <created>2001-04-25</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Commons HttpClient</name>
+    <homepage rdf:resource="http://hc.apache.org/httpclient-3.x/" />
+    <asfext:pmc rdf:resource="http://httpcomponents.apache.org" />
+    <shortdesc>
+Client-side HTTP implementation in Java.
+    </shortdesc>
+    <description>
+Commons HttpClient is a library for client-side HTTP communication.
+It provides support for HTTP/1.1 and HTTP/1.0, plus
+various authentication schemes and cookie policies.
+Thanks to it's widespread use and years of development, it is a very
+mature and stable codebase. However, due to limitations in the API design,
+Commons HttpClient will eventually be replaced by HttpClient 4.0
+with a completely redesigned API based on HttpCore.
+    </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/HTTPCLIENT" />
+    <mailing-list rdf:resource="http://httpcomponents.apache.org/httpclient-3.x/mail-lists.html" />
+    <download-page rdf:resource="http://httpcomponents.apache.org/downloads.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/http" />
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+
+    <!-- multiple releases can be listed, each in it's own section -->
+    <release>
+      <Version>
+        <name>commons-httpclient-3.1</name>
+        <created>2007-08-22</created>
+        <revision>3.1</revision>
+      </Version>
+    </release>
+
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk"/>
+      </SVNRepository>
+    </repository>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Hypertext Transfer Protocol -- HTTP/1.1</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2616</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2616"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Hypertext Transfer Protocol -- HTTP/1.0</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 1945</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc1945"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Upgrading to TLS Within HTTP/1.1</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2817</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2817"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP Over TLS</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2818</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2818"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP Authentication: Basic and Digest Access Authentication</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2617</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2617"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP State Management Mechanism (Cookies)</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2109</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2109"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP State Management Mechanism (Cookie2)</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2965</asfext:id>
+      <asfext:url rdf:resource="http://tools.ietf.org/html/rfc2965"/>
+    </asfext:Standard></asfext:implements>
+
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/httpd/httpd-mod_ftp.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/httpd/httpd-mod_ftp.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/httpd/httpd-mod_ftp.rdf (added)
+++ comdev/projects.apache.org/site/doap/httpd/httpd-mod_ftp.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,101 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="../xsl/p2.xsl"?>
+<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xml:lang="en">
+  <Project rdf:about="http://httpd.apache.org/mod_ftp/">
+    <name>Apache mod_ftp</name>
+    <homepage rdf:resource="http://httpd.apache.org/mod_ftp/"/>
+    <programming-language>C</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server"/>
+    <category rdf:resource="http://projects.apache.org/category/ftp"/>
+    <category rdf:resource="http://projects.apache.org/category/httpd-module"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://httpd.apache.org/bug_report.html"/>
+    <download-page rdf:resource="http://httpd.apache.org/download.cgi"/>
+    <asfext:pmc rdf:resource="http://httpd.apache.org/"/>
+
+    <shortdesc xml:lang="en">
+      mod_ftp is an FTP protocol module hosted within Apache HTTP Server.
+    </shortdesc>
+
+    <description xml:lang="en">
+      mod_ftp is an FTP Protocol module to serve httpd content over the FTP
+      protocol (whereever the HTTP protocol could also be used). It provides
+      both RETR/REST retrieval and STOR/APPE upload, using the same user/permissions
+      model as httpd (so it shares the same security considerations as mod_dav
+      plus mod_dav_fs). 
+    </description>
+
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/httpd/mod_ftp/"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/httpd/mod_ftp/"/>
+      </SVNRepository>
+    </repository>
+
+    <mailing-list rdf:resource="http://httpd.apache.org/lists.html"/>
+   
+    <release>
+      <Version>
+        <name>Current 0.9 release</name>
+        <created>2008-10-08</created>
+        <revision>0.9.6-beta</revision>
+      </Version>
+    </release>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>"FILE TRANSFER PROTOCOL (FTP)", Postel, Reynolds</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 959</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc959.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>"TELNET PROTOCOL SPECIFICATION", Postel, Reynolds</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 854</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc854.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>"Requirements for Internet Hosts -- Application and Support", Braden</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 1123</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc1123.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>"FTP Operation Over Big Address Records (FOOBAR)", Piscitello</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 1639</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc1639.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>"FTP Security Extensions", Horowitz, Lunt</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2228</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2228.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>"FTP Extensions for IPv6 and NATs", Allman, Ostermann, Metz</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2428</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2428.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>"Extensions to FTP", Hethmon</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 3659</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc3659.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>"Securing FTP with TLS", Ford-Hutchinson</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 4217</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc4217.txt"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/httpd/httpd.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/httpd/httpd.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/httpd/httpd.rdf (added)
+++ comdev/projects.apache.org/site/doap/httpd/httpd.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,88 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl" href="../xsl/p2.xsl"?>
+<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:asfext="http://projects.apache.org/ns/asfext#" xml:lang="en">
+  <Project rdf:about="http://httpd.apache.org/">
+    <name>Apache HTTP Server</name>
+    <homepage rdf:resource="http://httpd.apache.org/"/>
+    <programming-language>C</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server"/>
+    <category rdf:resource="http://projects.apache.org/category/http"/>
+    <category rdf:resource="http://projects.apache.org/category/httpd-module"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://httpd.apache.org/bug_report.html"/>
+    <download-page rdf:resource="http://httpd.apache.org/download.cgi"/>
+    <asfext:pmc rdf:resource="http://httpd.apache.org/"/>
+
+    <shortdesc xml:lang="en">
+      The Apache HTTP Server application 'httpd'.
+    </shortdesc>
+
+    <description xml:lang="en">
+      The Apache HTTP Server is an open-source HTTP server for modern
+      operating systems including UNIX, Microsoft Windows, Mac OS/X and Netware.
+      The goal of this project is to provide a secure, efficient and
+      extensible server that provides HTTP services observing the current
+      HTTP standards. Apache has been the most popular web server on the
+      Internet since April of 1996.
+    </description>
+
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/httpd/httpd/"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/httpd/httpd/"/>
+      </SVNRepository>
+    </repository>
+
+    <mailing-list rdf:resource="http://httpd.apache.org/lists.html"/>
+ 
+    <release>
+      <Version>
+        <name>Recommended current 2.4 release</name>
+        <created>2015-01-29</created>
+        <revision>2.4.12</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Current 2.2 release</name>
+        <created>2014-09-03</created>
+        <revision>2.2.29</revision>
+      </Version>
+    </release>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Hypertext Transfer Protocol -- HTTP/1.1</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2616</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2616.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP Authentication: Basic and Digest Access Authentication</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2617</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2617.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>HTTP Extensions for Distributed Authoring -- WEBDAV</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2518</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2518.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Versioning Extensions to WebDAV</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 3253</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc3253.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Uniform Resource Identifier (URI): Generic Syntax</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 3986</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc3986.txt"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/incubator/datafu.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/incubator/datafu.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/incubator/datafu.rdf (added)
+++ comdev/projects.apache.org/site/doap/incubator/datafu.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,53 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+    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 rdf:about="http://datafu.incubator.apache.org/">
+    <created>2014-08-04</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache DataFu</name>
+    <homepage rdf:resource="http://datafu.incubator.apache.org/" />
+    <asfext:pmc rdf:resource="http://incubator.apache.org" />
+    <shortdesc>Apache DataFu is a collection of libraries for working with large-scale data in Hadoop. The project was inspired by the need for stable, well-tested libraries for data mining and statistics.</shortdesc>
+    <description>Apache DataFu consists of two libraries:
+
+Apache DataFu Pig is a collection of useful user-defined functions for data analysis in Apache Pig.
+
+Apache DataFu Hourglass is a library for incrementally processing data using Apache Hadoop MapReduce. This library was inspired by the prevelance of sliding window computations over daily tracking data. Computations such as these typically happen at regular intervals (e.g. daily, weekly), and therefore the sliding nature of the computations means that much of the work is unnecessarily repeated. DataFu's Hourglass was created to make these computations more efficient, yielding sometimes 50-95% reductions in computational resources.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/DATAFU" />
+    <mailing-list rdf:resource="http://datafu.incubator.apache.org/community/mailing-lists.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data" />
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-datafu.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-datafu.git"/>
+      </GitRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Matthew Hayes</foaf:name>
+          <foaf:mbox rdf:resource="mailto:mhayes@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/incubator/incubator-droids.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/incubator/incubator-droids.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/incubator/incubator-droids.rdf (added)
+++ comdev/projects.apache.org/site/doap/incubator/incubator-droids.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,39 @@
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+  xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/"
+  xmlns:asfext="http://projects.apache.org/ns/asfext#">
+  <Project rdf:about="http://incubator.apache.org/droids/index.html">
+    <name>Apache Droids (incubating)</name>
+    <shortname>droids</shortname>
+    <shortdesc xml:lang="en">An intelligent standalone robot framework that allows to
+      create robots as plugins, which can automatically seeks out relevant online information
+      based on the user's specifications.</shortdesc>
+    <description xml:lang="en">Apache Droids (incubating) aims to be an intelligent standalone robot
+      framework that allows to create robots as plugins, which can automatically seeks out
+      relevant online information based on the user's specifications. Droids makes it very 
+      easy to extend existing robots or write a new one from scratch, which can 
+      automatically seek out relevant online information based on the user's specifications.
+      Droids (plural) is not designed for a special usecase, it is a framework: 
+      Take what you need, do what you want. </description>
+    <homepage rdf:resource="http://incubator.apache.org/droids/"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <mailing-list rdf:resource="http://incubator.apache.org/droids/mail-lists.html" />
+    <download-page rdf:resource="https://cwiki.apache.org/confluence/display/DROIDS/installation" />
+    <created>2007-2-7</created>
+    <asfext:pmc rdf:resource="http://incubator.apache.org" />
+    <maintainer>
+      <foaf:Person rdf:about="http://people.apache.org/~thorsten/#me">
+        <foaf:name>Thorsten Scherler</foaf:name>
+        <foaf:homepage rdf:resource="http://people.apache.org/~thorsten/"/>
+        <foaf:mbox_sha1sum>
+          e72c8b5a4a9c30977163aa73e241a0c7770b2b69</foaf:mbox_sha1sum>
+      </foaf:Person>
+    </maintainer>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/incubator/droids/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/incubator/droids/"/>
+      </SVNRepository>
+    </repository>
+    <programming-language>Java</programming-language>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/incubator/taverna.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/incubator/taverna.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/incubator/taverna.rdf (added)
+++ comdev/projects.apache.org/site/doap/incubator/taverna.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,125 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+    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 rdf:about="http://taverna.incubator.apache.org/">
+    <created>2014-12-11</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Taverna</name>
+    <homepage rdf:resource="http://taverna.incubator.apache.org/" />
+    <asfext:pmc rdf:resource="http://incubator.apache.org" />
+    <shortdesc>Taverna is a domain-independent suite of tools used to design and execute data-driven scientific workflows,  combining WSDL/REST web services and local tools.  </shortdesc>
+    <description>Taverna include the Workbench (desktop client application), the Command Line Tool (for a quick execution of workflows from a terminal), the Server (for remote execution of workflows) and the Player (Web interface plugin for submitting workflows for remote execution). The Taverna Platform gives OSGi-based programmatic access to the Taverna workflow engine. </description>
+    <mailing-list rdf:resource="http://taverna.incubator.apache.org/community/lists" />
+    <download-page rdf:resource="http://taverna.incubator.apache.org/download/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
+    <category rdf:resource="http://projects.apache.org/category/content" />
+    <category rdf:resource="http://projects.apache.org/category/http" />
+    <category rdf:resource="http://projects.apache.org/category/osgi" />
+    <category rdf:resource="http://projects.apache.org/category/xml" />
+    <asfext:implements><asfext:Standard>
+      <asfext:title>PROV-O: The PROV Ontology</asfext:title>
+      <asfext:body>W3C</asfext:body>
+      <asfext:id>prov-o</asfext:id>
+      <asfext:url rdf:resource="http://www.w3.org/TR/prov-o/"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Research Object Bundle 1.0</asfext:title>
+      <asfext:body>researchobject.org</asfext:body>
+      <asfext:id>bundle</asfext:id>
+      <asfext:url rdf:resource="https://w3id.org/bundle/"/>
+    </asfext:Standard></asfext:implements>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-taverna-commandline/"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-taverna-common-activities/"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-taverna-engine.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-taverna-engine/"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-taverna-language.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-taverna-language/"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-taverna-maven-parent/"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-taverna-osgi.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-taverna-osgi/"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-bioinformatics.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-taverna-plugin-bioinformatics/"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-taverna-plugin-component.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-taverna-plugin-component/"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-taverna-server.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-taverna-server/"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-taverna-workbench/"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-common-activities.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-taverna-workbench-common-activities/"/>
+      </GitRepository>
+    </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product.git"/>
+        <browse rdf:resource="https://github.com/apache/incubator-taverna-workbench-product/"/>
+      </GitRepository>
+    </repository>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/isis/isis.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/isis/isis.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/isis/isis.rdf (added)
+++ comdev/projects.apache.org/site/doap/isis/isis.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,493 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+    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 rdf:about="http://isis.apache.org">
+    <created>2013-01-03</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Isis</name>
+    <homepage rdf:resource="http://isis.apache.org" />
+    <asfext:pmc rdf:resource="http://isis.apache.org" />
+    <shortdesc>Apache Isis is a framework for rapidly developing domain-driven apps in Java</shortdesc>
+    <description>Apache Isis is a framework for rapidly developing domain-driven apps in Java. Write your business logic in entities, domain services and repositories, and the framework dynamically (at runtime) generates a representation of that domain model as a webapp or as a RESTful API. For prototyping or production.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/ISIS" />
+    <mailing-list rdf:resource="http://isis.apache.org/support.html" />
+    <download-page rdf:resource="http://isis.apache.org/download.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/web-framework" />
+
+    
+    <!-- 2015-02-23 releases -->
+    <release>
+      <Version>
+        <name>isis</name>
+        <created>2015-02-23</created>
+        <revision>1.8.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>simpleapp-archetype</name>
+        <created>2015-02-23</created>
+        <revision>1.8.0</revision>
+      </Version>
+    </release>
+    
+    
+    <!-- 2014-10-18 releases -->
+    <release>
+      <Version>
+        <name>isis</name>
+        <created>2014-10-18</created>
+        <revision>1.7.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-wicket</name>
+        <created>2014-10-18</created>
+        <revision>1.7.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>todoapp-archetype</name>
+        <created>2014-10-18</created>
+        <revision>1.7.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>simpleapp-archetype</name>
+        <created>2014-10-18</created>
+        <revision>1.7.0</revision>
+      </Version>
+    </release>
+
+
+    <!-- 2014-07-25 releases -->
+    <release>
+      <Version>
+        <name>isis</name>
+        <created>2014-07-25</created>
+        <revision>1.6.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-wicket</name>
+        <created>2014-07-25</created>
+        <revision>1.6.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>todoapp-archetype</name>
+        <created>2014-07-25</created>
+        <revision>1.6.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>simpleapp-archetype</name>
+        <created>2014-07-25</created>
+        <revision>1.6.0</revision>
+      </Version>
+    </release>
+    
+    
+    <!-- 2014-06-08 releases -->
+    <release>
+      <Version>
+        <name>isis</name>
+        <created>2014-06-08</created>
+        <revision>1.5.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-security-shiro</name>
+        <created>2014-06-08</created>
+        <revision>1.5.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-objectstore-jdo</name>
+        <created>2014-06-08</created>
+        <revision>1.5.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-restfulobjects</name>
+        <created>2014-06-08</created>
+        <revision>2.3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-wicket</name>
+        <created>2014-06-08</created>
+        <revision>1.5.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>quickstart_wicket-restful_jdo-archetype</name>
+        <created>2014-06-08</created>
+        <revision>1.5.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>simple_wicket-restful_jdo-archetype</name>
+        <created>2014-06-08</created>
+        <revision>1.5.0</revision>
+      </Version>
+    </release>
+    
+    
+    <!-- 2014-03-14 releases -->
+    <release>
+      <Version>
+        <name>isis-objectstore-jdo</name>
+        <created>2014-03-14</created>
+        <revision>1.4.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-wicket</name>
+        <created>2014-03-14</created>
+        <revision>1.4.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>quickstart_wicket-restful_jdo-archetype</name>
+        <created>2014-03-14</created>
+        <revision>1.4.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>simple_wicket-restful_jdo-archetype</name>
+        <created>2014-03-14</created>
+        <revision>1.4.1</revision>
+      </Version>
+    </release>
+
+    
+    <!-- 2014-03-11 releases -->
+    <release>
+      <Version>
+        <name>isis</name>
+        <created>2014-03-11</created>
+        <revision>1.4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-security-shiro</name>
+        <created>2014-03-11</created>
+        <revision>1.4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-security-file</name>
+        <created>2014-03-11</created>
+        <revision>1.4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-objectstore-jdo</name>
+        <created>2014-03-11</created>
+        <revision>1.4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-restfulobjects</name>
+        <created>2014-03-11</created>
+        <revision>2.2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-wicket</name>
+        <created>2014-03-11</created>
+        <revision>1.4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>quickstart_wicket-restful_jdo-archetype</name>
+        <created>2014-03-11</created>
+        <revision>1.4.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>simple_wicket-restful_jdo-archetype</name>
+        <created>2014-03-11</created>
+        <revision>1.4.0</revision>
+      </Version>
+    </release>
+    
+
+    <!-- 2013-11-07 releases -->
+    <release>
+      <Version>
+        <name>isis-viewer-wicket</name>
+        <created>2013-11-07</created>
+        <revision>1.3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>quickstart_wicket-restful_jdo-archetype</name>
+        <created>2013-11-07</created>
+        <revision>1.3.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>simple_wicket-restful_jdo-archetype</name>
+        <created>2013-11-07</created>
+        <revision>1.3.1</revision>
+      </Version>
+    </release>
+
+    <!-- 2013-10-25 releases -->
+    <release>
+      <Version>
+        <name>isis</name>
+        <created>2013-10-25</created>
+        <revision>1.3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-security-shiro</name>
+        <created>2013-10-25</created>
+        <revision>1.3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-objectstore-jdo</name>
+        <created>2013-10-25</created>
+        <revision>1.3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-restfulobjects</name>
+        <created>2013-10-25</created>
+        <revision>2.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-wicket</name>
+        <created>2013-10-25</created>
+        <revision>1.3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>quickstart_wicket-restful_jdo-archetype</name>
+        <created>2013-10-25</created>
+        <revision>1.3.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>simple_wicket-restful_jdo-archetype</name>
+        <created>2013-10-25</created>
+        <revision>1.3.0</revision>
+      </Version>
+    </release>
+    
+    
+    <!-- 2013-05-31 releases -->
+    <release>
+      <Version>
+        <name>isis</name>
+        <created>2013-05-31</created>
+        <revision>1.2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-security-file</name>
+        <created>2013-05-31</created>
+        <revision>1.0.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-security-shiro</name>
+        <created>2013-05-31</created>
+        <revision>1.1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-objectstore-jdo</name>
+        <created>2013-05-31</created>
+        <revision>1.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-restfulobjects</name>
+        <created>2013-05-31</created>
+        <revision>2.0.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-wicket</name>
+        <created>2013-05-31</created>
+        <revision>1.2.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>quickstart_wicket-restful_jdo-archetype</name>
+        <created>2013-05-31</created>
+        <revision>1.0.3</revision>
+      </Version>
+    </release>
+    
+    
+    <!-- 2013-01-31 releases -->
+    <release>
+      <Version>
+        <name>isis</name>
+        <created>2013-01-31</created>
+        <revision>1.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-security-shiro</name>
+        <created>2013-01-31</created>
+        <revision>1.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-wicket</name>
+        <created>2013-01-13</created>
+        <revision>1.1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>quickstart_wicket-restful_jdo-archetype</name>
+        <created>2013-01-31</created>
+        <revision>1.0.2</revision>
+      </Version>
+    </release>
+
+    
+    <!-- 2013-01-10 releases -->
+    <release>
+      <Version>
+        <name>isis-security-shiro</name>
+        <created>2013-01-10</created>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>quickstart_wicket-restful_jdo-archetype</name>
+        <created>2013-01-10</created>
+        <revision>1.0.1</revision>
+      </Version>
+    </release>
+
+    
+    <!-- 2012-12-24 releases -->
+    <release>
+      <Version>
+        <name>isis</name>
+        <created>2012-12-24</created>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-objectstore-jdo</name>
+        <created>2012-12-24</created>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-security-file</name>
+        <created>2012-12-24</created>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-restfulobjects</name>
+        <created>2012-12-24</created>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>isis-viewer-wicket</name>
+        <created>2012-12-24</created>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>quickstart_wicket-restful_jdo-archetype</name>
+        <created>2012-12-24</created>
+        <revision>1.0.0</revision>
+      </Version>
+    </release>
+    
+    
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/isis.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=summary"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Dan Haywood</foaf:name>
+          <foaf:mbox rdf:resource="mailto:danhaywood@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/jackrabbit/jackrabbit.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/jackrabbit/jackrabbit.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/jackrabbit/jackrabbit.rdf (added)
+++ comdev/projects.apache.org/site/doap/jackrabbit/jackrabbit.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,117 @@
+<?xml version="1.0"?>
+<!--
+   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.
+  -->
+<rdf:RDF xmlns="http://usefulinc.com/ns/doap#"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xml:lang="en">
+
+  <Project rdf:about="http://jackrabbit.apache.org/">
+
+    <name>Apache Jackrabbit</name>
+    <homepage rdf:resource="http://jackrabbit.apache.org/"/>
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database"/>
+    <category rdf:resource="http://projects.apache.org/category/library"/>
+    <category rdf:resource="http://projects.apache.org/category/network-server"/>
+    <category rdf:resource="http://projects.apache.org/category/xml"/>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/JCR"/>
+    <download-page rdf:resource="http://jackrabbit.apache.org/download.cgi"/>
+    <asfext:pmc rdf:resource="http://jackrabbit.apache.org/"/>
+
+    <shortdesc xml:lang="en">Apache Jackrabbit Content Repository</shortdesc>
+
+    <description xml:lang="en">
+      Apache Jackrabbit is a fully conforming implementation of the
+      Content Repository for Java Technology API (JCR). A content
+      repository is a hierarchical content store with support for
+      structured and unstructured content, full text search, versioning,
+      transactions, observation, and more. Typical applications that use
+      content repositories include content management, document management,
+      and records management systems.
+    </description>
+
+    <repository>
+      <SVNRepository>
+        <browse rdf:resource="http://svn.apache.org/viewvc/jackrabbit/trunk/"/>
+        <location rdf:resource="http://svn.apache.org/repos/asf/jackrabbit/trunk/"/>
+      </SVNRepository>
+    </repository>
+
+    <mailing-list rdf:resource="http://jackrabbit.apache.org/mail-lists.html"/>
+
+    <release>
+      <Version>
+        <name>Apache Jackrabbit 0.9</name>
+        <created>2006-02-14</created>
+        <revision>0.9</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Jackrabbit 1.0</name>
+        <created>2006-04-08</created>
+        <revision>1.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Jackrabbit 1.0.1</name>
+        <created>2006-06-02</created>
+        <revision>1.0.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Jackrabbit 1.1</name>
+        <created>2006-10-12</created>
+        <revision>1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Jackrabbit 1.1.1</name>
+        <created>2006-12-04</created>
+        <revision>1.1.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Jackrabbit 1.2.1</name>
+        <created>2006-01-23</created>
+        <revision>1.2.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache Jackrabbit 1.2.2</name>
+        <created>2007-02-21</created>
+        <revision>1.2.2</revision>
+      </Version>
+    </release>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Content Repository for Java technology (JCR) API</asfext:title>
+      <asfext:body>JCP</asfext:body>
+      <asfext:id>JSR 170</asfext:id>
+      <asfext:url rdf:resource="http://jcp.org/en/jsr/detail?id=170"/>
+    </asfext:Standard></asfext:implements>
+
+  </Project>
+
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/james/james.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/james/james.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/james/james.rdf (added)
+++ comdev/projects.apache.org/site/doap/james/james.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,87 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#" 
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+  =======================================================================
+
+   Copyright (c) 2006 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://JAMES.rdf.apache.org/">
+    <created>2006-03-14</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache JAMES</name>
+    <homepage rdf:resource="http://james.apache.org" />
+    <asfext:pmc rdf:resource="http://james.apache.org" />
+    <shortdesc>The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols. </shortdesc>
+    <description>The Apache Java Enterprise Mail Server (a.k.a. Apache James) is a 100% pure Java SMTP and POP3 Mail server and NNTP News server. We have designed James to be a complete and portable enterprise mail engine solution based on currently available open protocols.
+
+James is also a mail application platform. We have developed a Java API to let you write Java code to process emails that we call the mailet API. A mailet can generate an automatic reply, update a database, prevent spam, build a message archive, or whatever you can imagine. A matcher determines whether your mailet should process an email in the server. The James project hosts the Mailet API, and James provides an implementation of this mail application platform API.
+</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/JAMES" />
+    <mailing-list rdf:resource="http://james.apache.org/mail.html" />
+    <download-page rdf:resource="http://james.apache.org/download.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/mail" />
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <release>
+      <Version>
+        <name>Latest Stable Release</name>
+        <created>2004-06-15</created>
+        <revision>2.2.0</revision>
+      </Version>
+      <Version>
+        <name>Latest Test Build</name>
+        <created>2006-02-09</created>
+        <revision>2.3.0a1</revision>
+      </Version>
+      <Version>
+        <name>Automated Nightly Build</name>
+        <created>nightly</created>
+        <revision>svn trunk</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/james/server/trunk"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/james/server/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache JAMES Team</foaf:name>
+          <foaf:mbox rdf:resource="mailto:server-dev@james.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Simple Mail Transfer Protocol</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2821</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2821.txt"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Internet Message Format</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 2822</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc2822.txt"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Post Office Protocol - Version 3</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 1939</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc1939.txt"/>
+    </asfext:Standard></asfext:implements>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>NNTP Protocol </asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 977</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc977.txt"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/jclouds/jclouds.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/jclouds/jclouds.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/jclouds/jclouds.rdf (added)
+++ comdev/projects.apache.org/site/doap/jclouds/jclouds.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,86 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+    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 rdf:about="http://jclouds.apache.org">
+    <created>2014-04-11</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache jclouds</name>
+    <homepage rdf:resource="http://jclouds.apache.org" />
+    <asfext:pmc rdf:resource="http://jclouds.apache.org" />
+    <shortdesc>The Java Multi-Cloud Toolkit</shortdesc>
+    <description>Apache jclouds is an open source multi-cloud toolkit for the Java platform that gives you the freedom to create applications that are portable across clouds while giving you full control to use cloud-specific features.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/JCLOUDS" />
+    <mailing-list rdf:resource="http://jclouds.apache.org/community/" />
+    <download-page rdf:resource="http://jclouds.apache.org/start/install/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/cloud" />
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <release>
+      <Version>
+        <name>Apache jclouds 1.7.3</name>
+        <created>2014-05-30</created>
+        <revision>1.7.3</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache jclouds 1.7.2</name>
+        <created>2014-04-15</created>
+        <revision>1.7.2</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache jclouds 1.7.1</name>
+        <created>2014-02-11</created>
+        <revision>1.7.1</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache jclouds 1.7.0</name>
+        <created>2013-12-23</created>
+        <revision>1.7.0</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache jclouds 1.6.3</name>
+        <created>2013-11-30</created>
+        <revision>1.6.3</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/jclouds.git"/>
+        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=jclouds.git;a=summary"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache jclouds PMC</foaf:name>
+          <foaf:mbox rdf:resource="mailto:private@jclouds.apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>

Added: comdev/projects.apache.org/site/doap/jena/jena.rdf
URL: http://svn.apache.org/viewvc/comdev/projects.apache.org/site/doap/jena/jena.rdf?rev=1682788&view=auto
==============================================================================
--- comdev/projects.apache.org/site/doap/jena/jena.rdf (added)
+++ comdev/projects.apache.org/site/doap/jena/jena.rdf Sun May 31 20:17:30 2015
@@ -0,0 +1,116 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:asfext="http://projects.apache.org/ns/asfext#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+<!--
+    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 rdf:about="http://jena.apache.org">
+    <created>2012-07-03</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Jena</name>
+    <homepage rdf:resource="http://jena.apache.org" />
+    <asfext:pmc rdf:resource="http://jena.apache.org" />
+    <shortdesc>A framework for developing Semantic Web and Linked Data applications in Java.</shortdesc>
+    <description>Apache Jena provides a complete framework for building Semantic Web and Linked Data applications in Java, and provides: parsers for RDF/XML, Turtle and N-triples; a Java programming API; a complete implementation of the SPARQL query language; a rule-based inference engine for RDFS and OWL entailments; TDB (a non-SQL persistent triple store); SDB (a persistent triples store built on a relational store) and Fuseki, an RDF server using web protocols. Jena complies with all relevant recommendations for RDF and related technologies from the W3C.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/JENA" />
+    <mailing-list rdf:resource="http://jena.apache.org/help_and_support/index.html" />
+    <download-page rdf:resource="http://jena.apache.org/download/index.cgi" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <release>
+      <Version>
+        <name>apache-jena-2.7.2</name>
+        <created>2012-07-02</created>
+        <revision>2.7.2</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/jena/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/jena/"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Andy Seaborne</foaf:name>
+          <foaf:mbox rdf:resource="mailto:andy@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Ian Dickinson</foaf:name>
+          <foaf:mbox rdf:resource="mailto:ijd@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Dave Reynolds</foaf:name>
+          <foaf:mbox rdf:resource="mailto:der@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Stephen Allen</foaf:name>
+          <foaf:mbox rdf:resource="mailto:sallen@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Chris Dollin</foaf:name>
+          <foaf:mbox rdf:resource="mailto:chrisdollin@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Damian Steer</foaf:name>
+          <foaf:mbox rdf:resource="mailto:damian@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Paolo Castagna</foaf:name>
+          <foaf:mbox rdf:resource="mailto:castagna@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Rob Vesse</foaf:name>
+          <foaf:mbox rdf:resource="mailto:rvesse@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>Resource Description Framework</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>RDF</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/RDF/"/>
+     </asfext:Standard>
+    </asfext:implements>
+    <asfext:implements>
+      <asfext:Standard>
+        <asfext:title>SPARQL</asfext:title>
+        <asfext:body>W3C</asfext:body>
+        <asfext:id>SPARQL</asfext:id>
+        <asfext:url rdf:resource="http://www.w3.org/TR/rdf-sparql-query/"/>
+     </asfext:Standard>
+    </asfext:implements>
+  </Project>
+</rdf:RDF>