You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2015/04/17 18:42:57 UTC

[18/28] zest-qi4j git commit: Preparing a Description Of A Project file

Preparing a Description Of A Project file

The DOAP file is used in Apache to create the  many indexes used by the infrastructure. This is preparation for the eventual move of the codebase.

Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/e4eecac4
Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/e4eecac4
Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/e4eecac4

Branch: refs/heads/develop
Commit: e4eecac43f414a66565ee5e8ab1307c9ace9a41f
Parents: 70924bf
Author: Niclas Hedhman <ni...@hedhman.org>
Authored: Thu Mar 19 14:58:11 2015 +0800
Committer: Niclas Hedhman <ni...@hedhman.org>
Committed: Thu Mar 19 14:58:11 2015 +0800

----------------------------------------------------------------------
 doap.rdf | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/e4eecac4/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
new file mode 100644
index 0000000..77e74c3
--- /dev/null
+++ b/doap.rdf
@@ -0,0 +1,64 @@
+<?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.
+-->
+
+<?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) 2008 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://zest.rdf.apache.org/">
+    <created>2008-12-17</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Zest</name>
+    <homepage rdf:resource="http://zest.apache.org/" />
+    <asfext:pmc rdf:resource="http://zest.apache.org/" />
+    <shortdesc>Apache Zest is an open source platform for composite oriented programming.</shortdesc>
+    <description>Apache Zest is an open source platform for composite oriented programming. Zest is home for Qi4j,
+    the composite oriented programming platform for Java, and Qi4Net a port to the .NET CLR.
+    Composite oriented programming allows developers to work with 'fragments', smaller than classes, and 'compose'
+    fragments into larger 'composites' which acts like the regular objects. Zest also tackles the enforcement
+    of application composition, i.e. composites are declared in modules, modules are contained in layers and access
+    between layers are controlled/enforced.
+    </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/ZEST" />
+    <mailing-list rdf:resource="http://zest.apache.org/mailing-lists.html" />
+    <download-page rdf:resource="http://zest.apache.org/download.html" />
+
+    <programming-language>Java</programming-language>
+    <programming-language>C#</programming-language>
+    <programming-language>JavaScript</programming-language>
+    <programming-language>Ruby</programming-language>
+    <programming-language>Scala</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/osgi" />
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Niclas Hedhman</foaf:name>
+          <foaf:mbox rdf:resource="mailto:niclas@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+  </Project>
+</rdf:RDF>