You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by si...@apache.org on 2011/09/08 21:33:49 UTC

svn commit: r1166870 - /labs/openelo/doap.rdf

Author: simonetripodi
Date: Thu Sep  8 19:33:49 2011
New Revision: 1166870

URL: http://svn.apache.org/viewvc?rev=1166870&view=rev
Log:
first checkin of openelo doap descriptor

Added:
    labs/openelo/doap.rdf   (with props)

Added: labs/openelo/doap.rdf
URL: http://svn.apache.org/viewvc/labs/openelo/doap.rdf?rev=1166870&view=auto
==============================================================================
--- labs/openelo/doap.rdf (added)
+++ labs/openelo/doap.rdf Thu Sep  8 19:33:49 2011
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+  
+        http://www.apache.org/licenses/LICENSE-2.0
+  
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+<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:labs="http://labs.apache.org/doap-ext/1.0#"
+     xmlns:projects="http://projects.apache.org/ns/asfext#">
+<Project rdf:about="http://labs.apache.org/labs#openelo">
+ <name>Apache OpenELO</name>
+ <shortname>openelo</shortname>
+ <shortdesc xml:lang="en">Java Elo rating system implementation</shortdesc>
+ <description xml:lang="en">The Apache OpenELO library is a Java implementation of the Elo Rating System http://en.wikipedia.org/wiki/Elo_rating_system</description>
+ <homepage rdf:resource="http://labs.apache.org/openelo/"/>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+ <created>2011-9-5</created>
+ <labs:status>active</labs:status>
+ <maintainer>
+  <foaf:Person rdf:about="http://people.apache.org/~simonetripodi/#me">
+   <foaf:name>Simone Tripodi</foaf:name>
+   <foaf:homepage rdf:resource="http://people.apache.org/~simonetripodi/"/>
+   <foaf:mbox_sha1sum>a72e039d0a1f7e9d6299fb24dd1e43a9defb0dde</foaf:mbox_sha1sum>
+  </foaf:Person>
+ </maintainer>
+ <repository>
+  <SVNRepository>
+    <location rdf:resource="http://svn.apache.org/repos/asf/labs/openelo/"/>
+    <browse rdf:resource="http://svn.apache.org/viewvc/labs/openelo/"/>
+  </SVNRepository>
+ </repository>
+ <programming-language>Java</programming-language>
+</Project>
+</rdf:RDF>

Propchange: labs/openelo/doap.rdf
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: labs/openelo/doap.rdf
------------------------------------------------------------------------------
    svn:keywords = Date Revision Author HeadURL Id



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org