You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2010/11/21 11:47:16 UTC

svn commit: r1037410 - /directory/project/trunk/resources/doap_Directory.rdf

Author: seelmann
Date: Sun Nov 21 10:47:16 2010
New Revision: 1037410

URL: http://svn.apache.org/viewvc?rev=1037410&view=rev
Log:
Added description, fixed ML link, removed release info, added category, fixed SVN browse link, updated RFC info

Modified:
    directory/project/trunk/resources/doap_Directory.rdf

Modified: directory/project/trunk/resources/doap_Directory.rdf
URL: http://svn.apache.org/viewvc/directory/project/trunk/resources/doap_Directory.rdf?rev=1037410&r1=1037409&r2=1037410&view=diff
==============================================================================
--- directory/project/trunk/resources/doap_Directory.rdf (original)
+++ directory/project/trunk/resources/doap_Directory.rdf Sun Nov 21 10:47:16 2010
@@ -33,22 +33,18 @@
     <name>Apache Directory</name>
     <homepage rdf:resource="http://directory.apache.org" />
     <asfext:pmc rdf:resource="http://directory.apache.org" />
+    <shortdesc>LDAP and Kerberos, entirely in Java</shortdesc>
+    <description>The Apache Directory Project provides directory solutions entirely written in Java. These include a directory server, which has been certified as LDAP v3 compliant by the Open Group (Apache Directory Server), and Eclipse-based directory tools (Apache Directory Studio).</description>
     <bug-database rdf:resource="http://issues.apache.org/jira/browse/DIR" />
-    <mailing-list rdf:resource="http://directory.apache.org/mail-lists.html" />
+    <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" />
     <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>
+    <category rdf:resource="http://projects.apache.org/category/network-client" />
     <repository>
       <SVNRepository>
         <location rdf:resource="http://svn.apache.org/repos/asf/directory"/>
-        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/directory"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/directory"/>
       </SVNRepository>
     </repository>
     <maintainer>
@@ -57,11 +53,17 @@
           <foaf:mbox rdf:resource="mailto:akarasulu@apache.org"/>
       </foaf:Person>
     </maintainer>
-    <asfext:standard>
-      <asfext:title>Lightweight Directory Access Protocol (v3)</asfext:title>
+    <asfext:implements><asfext:Standard>
+      <asfext:title>Lightweight Directory Access Protocol (LDAP): The Protocol</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>
+      <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>