You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sz...@apache.org on 2007/04/17 20:42:25 UTC

svn commit: r529705 - /directory/apacheds/trunk/doap_apacheds.rdf

Author: szoerner
Date: Tue Apr 17 11:42:25 2007
New Revision: 529705

URL: http://svn.apache.org/viewvc?view=rev&rev=529705
Log:
A first version for a DOAP ("Description Of A Project") file for Apache Directory Server. It is needed to be listed at projects.apache.org.

Added:
    directory/apacheds/trunk/doap_apacheds.rdf

Added: directory/apacheds/trunk/doap_apacheds.rdf
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/doap_apacheds.rdf?view=auto&rev=529705
==============================================================================
--- directory/apacheds/trunk/doap_apacheds.rdf (added)
+++ directory/apacheds/trunk/doap_apacheds.rdf Tue Apr 17 11:42:25 2007
@@ -0,0 +1,75 @@
+<?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://directory.apache.org">
+    <created>2007-04-17</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Directory Server</name>
+    <homepage rdf:resource="http://directory.apache.org" />
+    <asfext:pmc rdf:resource="http://directory.apache.org" />
+    <shortdesc>ApacheDS is an an embeddable directory server entirely written in Java.</shortdesc>
+    <description>ApacheDS is an an embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DIRSERVER" />
+    <mailing-list rdf:resource="http://directory.apache.org/community%26resources/mailing-lists-and-irc.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/directory/apacheds/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+
+    <release>
+      <Version>
+        <name>Feature release</name>
+        <created>2007-04-12</created>
+        <revision>1.5.0</revision>
+      </Version>
+    </release>
+
+    <release>
+      <Version>
+        <name>Stable release</name>
+        <created>2007-02-24</created>
+        <revision>1.0.1</revision>
+      </Version>
+    </release>
+
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/directory/apacheds/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/directory/apacheds/"/>
+      </SVNRepository>
+    </repository>
+
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Stefan Zoerner</foaf:name>
+          <foaf:mbox rdf:resource="mailto:szoerner@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Lightweight Directory Access Protocol (LDAP): The Protocol</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 4511</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc4511.txt"/>
+    </asfext:Standard></asfext:implements>
+
+    <asfext:implements><asfext:Standard>
+      <asfext:title>The Kerberos Network Authentication Service (V5)</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 4120</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc4120.txt"/>
+    </asfext:Standard></asfext:implements>
+
+  </Project>
+</rdf:RDF>