Author: seelmann
Date: Sun Nov 21 11:09:09 2010
New Revision: 1037416
URL: http://svn.apache.org/viewvc?rev=1037416&view=rev
Log:
Fixed license header, fixed homepage, typo in shortdesc, use description from homepage
Modified:
directory/apacheds/trunk/doap_apacheds.rdf
Modified: directory/apacheds/trunk/doap_apacheds.rdf
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/doap_apacheds.rdf?rev=1037416&r1=1037415&r2=1037416&view=diff
==============================================================================
--- directory/apacheds/trunk/doap_apacheds.rdf (original)
+++ directory/apacheds/trunk/doap_apacheds.rdf Sun Nov 21 11:09:09 2010
@@ -1,45 +1,34 @@
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
-<!--
- 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 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.
-
- =======================================================================
+ 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.
-->
<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" />
+ <homepage rdf:resource="http://directory.apache.org/apacheds/1.5" />
<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>
+ <shortdesc>ApacheDS is an embeddable directory server entirely written in Java.</shortdesc>
+ <description>ApacheDS is 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. It has been designed to introduce triggers, stored procedures,
queues and views to the world of LDAP which has lacked these rich constructs.</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/"
/>
|