You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by sk...@apache.org on 2014/03/28 10:51:28 UTC

svn commit: r1582662 - /olingo/site/trunk/content/doap_Olingo.rdf

Author: sklevenz
Date: Fri Mar 28 09:51:28 2014
New Revision: 1582662

URL: http://svn.apache.org/r1582662
Log:
doap file added

Added:
    olingo/site/trunk/content/doap_Olingo.rdf

Added: olingo/site/trunk/content/doap_Olingo.rdf
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doap_Olingo.rdf?rev=1582662&view=auto
==============================================================================
--- olingo/site/trunk/content/doap_Olingo.rdf (added)
+++ olingo/site/trunk/content/doap_Olingo.rdf Fri Mar 28 09:51:28 2014
@@ -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://olingo.apache.org">
+    <created>2014-03-28</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Olingo</name>
+    <homepage rdf:resource="http://olingo.apache.org" />
+    <asfext:pmc rdf:resource="http://olingo.apache.org" />
+    <shortdesc>Apache Olingo is a Java library that implements the Open Data Protocol (OData). Apache Olingo serves client and server aspects of OData. It currently supports OData 2.0 and will also support OData 4.0. The latter is the OASIS version of the protocol: OASIS Open Data Protocol (OData) TC. </shortdesc>
+    <description>Apache Olingo is a Java library that implements the Open Data Protocol (OData). Apache Olingo serves client and server aspects of OData. It currently supports OData 2.0 and will also support OData 4.0. The latter is the OASIS version of the protocol: OASIS Open Data Protocol (OData) TC.
+
+The extensions part of Olingo contains additional features like the support of JPA persistency or annotated bean classes.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/OLINGO" />
+    <mailing-list rdf:resource="http://olingo.incubator.apache.org/support.html" />
+    <download-page rdf:resource="http://olingo.incubator.apache.org/download.html" />
+    <programming-language>Java</programming-language>
+    <programming-language>Javascript</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/http" />
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Stephan Klevenz</foaf:name>
+          <foaf:mbox rdf:resource="mailto:sklevenz@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>OData 4.0</asfext:title>
+      <asfext:body>OASIS</asfext:body>
+      <asfext:id>odata</asfext:id>
+      <asfext:url rdf:resource="https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=odata"/>
+    </asfext:Standard></asfext:implements>
+  </Project>
+</rdf:RDF>