You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2006/03/27 21:39:34 UTC

svn commit: r389233 - /directory/trunks/resources/doap_Directory.rdf

Author: ersiner
Date: Mon Mar 27 11:39:34 2006
New Revision: 389233

URL: http://svn.apache.org/viewcvs?rev=389233&view=rev
Log:
Added an initial version of Directory DOAP file as stated here:
http://projects.apache.org/index.html

Missing project description part.


Added:
    directory/trunks/resources/doap_Directory.rdf

Added: directory/trunks/resources/doap_Directory.rdf
URL: http://svn.apache.org/viewcvs/directory/trunks/resources/doap_Directory.rdf?rev=389233&view=auto
==============================================================================
--- directory/trunks/resources/doap_Directory.rdf (added)
+++ directory/trunks/resources/doap_Directory.rdf Mon Mar 27 11:39:34 2006
@@ -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/">
+<!--
+  =======================================================================
+
+   Copyright (c) 2006 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://Directory.rdf.apache.org/">
+    <created>2006-03-27</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Directory</name>
+    <homepage rdf:resource="http://directory.apache.org" />
+    <asfext:pmc rdf:resource="http://directory.apache.org" />
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/DIR" />
+    <mailing-list rdf:resource="http://directory.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/directory" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <release>
+      <Version>
+        <name>Apache Directory Server</name>
+        <created>2006-03-01</created>
+        <revision>1.0-RC1</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/directory"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/directory"/>
+      </SVNRepository>
+    </repository>
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Alex Karasulu</foaf:name>
+          <foaf:mbox rdf:resource="mailto:akarasulu@apache.org"/>
+      </foaf:Person>
+    </maintainer>
+    <asfext:standard>
+      <asfext:title>Lightweight Directory Access Protocol (v3)</asfext:title>
+      <asfext:body>IETF</asfext:body>
+      <asfext:id>RFC 3377</asfext:id>
+      <asfext:url rdf:resource="http://www.ietf.org/rfc/rfc3377.txt"/>
+    </asfext:standard>
+  </Project>
+</rdf:RDF>