And bring over the DOAP file
Project: http://git-wip-us.apache.org/repos/asf/cayenne-website/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne-website/commit/c403a984 Tree: http://git-wip-us.apache.org/repos/asf/cayenne-website/tree/c403a984 Diff: http://git-wip-us.apache.org/repos/asf/cayenne-website/diff/c403a984 Branch: refs/heads/master Commit: c403a984b09bea5889d290b76f5e02d247b0aa7b Parents: 0af753b Author: Aristedes Maniatis <a...@ish.com.au> Authored: Mon May 29 11:47:56 2017 +1000 Committer: Aristedes Maniatis <a...@ish.com.au> Committed: Mon May 29 11:47:56 2017 +1000 ---------------------------------------------------------------------- doap/cayenne.rdf | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne-website/blob/c403a984/doap/cayenne.rdf ---------------------------------------------------------------------- diff --git a/doap/cayenne.rdf b/doap/cayenne.rdf new file mode 100644 index 0000000..25e603b --- /dev/null +++ b/doap/cayenne.rdf @@ -0,0 +1,90 @@ +<?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://cayenne.apache.org"> + <created>2007-01-07</created> + <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> + <name>Apache Cayenne</name> + <homepage rdf:resource="http://cayenne.apache.org" /> + <asfext:pmc rdf:resource="http://cayenne.apache.org" /> + <shortdesc>User-friendly Java ORM with tools</shortdesc> + <description>Cayenne is a powerful, full-featured, opensource framework created for developers working with relational databases. it seamlessly maps any relational database to Java objects, reducing development time and adding considerable functionality to any application which requires a database. Developers using Cayenne will be able to concentrate on the core business requirements and the data model instead of the SQL details. The application can then be easily moved to any JDBC-capable database. In addition to management of persistent Java objects mapped to relational databases, Cayenne provides a plethora of features including single method call queries and updates (including atomic updates of all modified objects), seamless integration of multiple databases into a single virtual data source, three tier persistence with caching on the remote client, paging of results, record locking, and many more features.</description> + <bug-database rdf:resource="http://issues.apache.org/jira/browse/CAY" /> + <mailing-list rdf:resource="http://cayenne.apache.org/mailing-lists.html" /> + <download-page rdf:resource="http://cayenne.apache.org/download.html" /> + <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/network-client" /> + <category rdf:resource="http://projects.apache.org/category/xml" /> + <category rdf:resource="http://projects.apache.org/category/web-framework" /> + <release> + <Version> + <name>Alpha</name> + <created>2017-03-06</created> + <revision>4.0.M5</revision> + </Version> + </release> + <release> + <Version> + <name>Stable</name> + <created>2016-5-16</created> + <revision>3.1.1</revision> + </Version> + </release> + <release> + <Version> + <name>Stable</name> + <created>2011-6-21</created> + <revision>3.0.2</revision> + </Version> + </release> + <release> + <Version> + <name>Legacy</name> + <created>2007-10-12</created> + <revision>2.0.4</revision> + </Version> + </release> + <release> + <Version> + <name>Legacy</name> + <created>2007-10-12</created> + <revision>1.2.4</revision> + </Version> + </release> + <repository> + <GitRepository> + <location rdf:resource="https://github.com/apache/cayenne"/> + <browse rdf:resource="https://github.com/apache/cayenne"/> + </GitRepository> + </repository> + <maintainer> + <foaf:Person> + <foaf:name>Ari Maniatis</foaf:name> + <foaf:mbox rdf:resource="mailto:a...@ish.com.au"/> + </foaf:Person> + </maintainer> + </Project> +</rdf:RDF>