Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/apache/directory-studio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Zoerner <szoerner@apache.org>2007-06-01 00:38:13 +0400
committerStefan Zoerner <szoerner@apache.org>2007-06-01 00:38:13 +0400
commitd437cc8e9fda8af1532f2669877c0afdcb3e6088 (patch)
tree3dafb76080461d096224c0df821c502432d0ad01 /doap_dirstudio.rdf
parent099b3e806b7c81b24198cbc4d61cfb04a9dbbcf2 (diff)
Renamed due to new tool name "Apache Directory Studio"
git-svn-id: https://svn.apache.org/repos/asf/directory/ldapstudio/trunk@543245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'doap_dirstudio.rdf')
-rw-r--r--doap_dirstudio.rdf55
1 files changed, 55 insertions, 0 deletions
diff --git a/doap_dirstudio.rdf b/doap_dirstudio.rdf
new file mode 100644
index 000000000..9aa546874
--- /dev/null
+++ b/doap_dirstudio.rdf
@@ -0,0 +1,55 @@
+<?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/ldapstudio/">
+ <created>2007-05-04</created>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+ <name>Apache Directory LDAP Studio</name>
+ <homepage rdf:resource="http://directory.apache.org/ldapstudio/" />
+ <asfext:pmc rdf:resource="http://directory.apache.org" />
+ <shortdesc>LDAP Studio is a complete LDAP tooling platform intended to be used with any LDAP server however it is particularly designed for use with the Apache Directory Server.</shortdesc>
+ <description>LDAP Studio is a complete LDAP tooling platform intended to be used with any LDAP server however it is particularly designed for use with the Apache Directory Server. Developed as a sub-project of the Directory Top Level Project, LDAP Studio is an Eclipse RCP application that takes full advantage of the benefits inherent in the Eclipse platform. Composed of several Eclipse (OSGi) plugins, LDAP Studio can be easily upgraded with additional plugins. LDAP Studio plugins can even run within a full installation of Eclipse itself.</description>
+ <bug-database rdf:resource="http://issues.apache.org/jira/browse/DIRSTUDIO" />
+ <mailing-list rdf:resource="http://directory.apache.org/ldapstudio/mailing-lists.html" />
+ <download-page rdf:resource="http://directory.apache.org/ldapstudio/downloads.html" />
+ <programming-language>Java</programming-language>
+ <category rdf:resource="http://projects.apache.org/category/network-client" />
+ <release>
+ <Version>
+ <name>Stable release</name>
+ <created>2007-05-02</created>
+ <revision>0.8.0</revision>
+ </Version>
+ </release>
+ <repository>
+ <SVNRepository>
+ <location rdf:resource="http://svn.apache.org/repos/asf/directory/ldapstudio/"/>
+ <browse rdf:resource="http://svn.apache.org/viewvc/directory/ldapstudio/"/>
+ </SVNRepository>
+ </repository>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Pierre-Arnaud Marcelot</foaf:name>
+ <foaf:mbox rdf:resource="mailto:pamarcelot@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>
+ </Project>
+</rdf:RDF>