You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/05/07 01:22:49 UTC

svn commit: r168981 - in /directory/shared/ldap/trunk: project.xml xdocs/client.xml xdocs/common.xml xdocs/index.xml xdocs/navigation.xml

Author: akarasulu
Date: Fri May  6 16:22:45 2005
New Revision: 168981

URL: http://svn.apache.org/viewcvs?rev=168981&view=rev
Log:
changes ...

 o fixed horizontal navigations to be consistant with rest of the site
 o pointed deployment to the proper area on site
 o removed multiple layers of pom inheritance which transcended trunks
 o removed client.xml which is now used in clients/ldap/trunk/xdocs


Removed:
    directory/shared/ldap/trunk/xdocs/client.xml
    directory/shared/ldap/trunk/xdocs/common.xml
Modified:
    directory/shared/ldap/trunk/project.xml
    directory/shared/ldap/trunk/xdocs/index.xml
    directory/shared/ldap/trunk/xdocs/navigation.xml

Modified: directory/shared/ldap/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/project.xml?rev=168981&r1=168980&r2=168981&view=diff
==============================================================================
--- directory/shared/ldap/trunk/project.xml (original)
+++ directory/shared/ldap/trunk/project.xml Fri May  6 16:22:45 2005
@@ -1,7 +1,65 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
-  <extend>../../project.xml</extend>
-  <currentVersion>0.9-SNAPSHOT</currentVersion>
+  <pomVersion>3</pomVersion>
+  <groupId>directory-shared</groupId>
+  <artifactId>directory-shared-parent</artifactId>
+  <name>LDAP Shared API</name>
+  <inceptionYear>2003</inceptionYear>
+  <package>org.apache.directory.sitedocs</package>
+  <logo>http://directory.apache.org/images/apache-directory-logo.png</logo>
+  <url>http://directory.apache.org/subprojects/shared/${module.path}</url>
+
+  <siteAddress>minotaur.apache.org</siteAddress>
+  <siteDirectory>
+    /www/directory.apache.org/subprojects/shared/ldap
+  </siteDirectory>
+  <distributionDirectory>
+    /www/cvs.apache.org/dist/directory
+  </distributionDirectory>
+  
+  <gumpRepositoryId>directory</gumpRepositoryId>
+  <repository>
+    <connection>
+      scm:svn:http://svn.apache.org/repos/asf/directory:shared/${module.path}
+    </connection>
+
+    <url>
+      http://svn.apache.org/viewcvs.cgi/directory/shared/${module.path}/?root=Apache-SVN
+    </url>
+    
+    <developerConnection>
+      https://svn.apache.org/repos/asf/directory/shared/${module.path}
+    </developerConnection>
+  </repository>
+  
+  <shortDescription>Shared LDAP APIs</shortDescription>
+  
+  <description>
+    Shared LDAP APIs.
+  </description>
+  
+  <mailingLists>
+    <mailingList>
+      <name>Directory Developer List</name>
+      <subscribe>
+            dev@directory.apache.org
+      </subscribe>
+      <unsubscribe>
+            dev-unsubscribe@directory.apache.org
+      </unsubscribe>
+      <archive>
+            http://issues.apache.org/eyebrowse/SummarizeList?listId=181
+      </archive>
+    </mailingList>
+  </mailingLists>
+  
+  <licenses>
+    <license>
+      <name>Apache 2.0 License</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 
   <build>
     <nagEmailAddress>dev@directory.apache.org</nagEmailAddress>
@@ -12,59 +70,7 @@
       <includes>
         <include>**/*Test.java</include>
       </includes>
-                                                                              
-      <!-- TODO: needed? -->
-      <resources>
-        <resource>
-          <directory>${basedir}/src/test</directory>
-          <includes>
-            <include>**/*.dtd</include>
-            <include>**/*.ldif</include>
-            <include>**/*.properties</include>
-            <include>**/*.x*</include>
-            <include>**/*.mf</include>
-            <include>**/*.jar</include>
-          </includes>
-        </resource>
-                                                                              
-      <!-- TODO: needed? -->
-        <resource>
-          <directory>${basedir}/src/java</directory>
-          <includes>
-            <include>**/*.dtd</include>
-            <include>**/*.ldif</include>
-            <include>**/*.properties</include>
-            <include>**/*.x*</include>
-            <include>**/*.mf</include>
-            <include>**/*.jar</include>
-          </includes>
-        </resource>
-      </resources>
     </unitTest>
-                                                                              
-      <!-- TODO: needed? -->
-    <resources>
-      <resource>
-        <directory>${basedir}/src/java</directory>
-        <includes>
-          <include>**/*.dtd</include>
-          <include>**/*.properties</include>
-          <include>**/*.x*</include>
-        </includes>
-      </resource>
-                                                                              
-      <!-- TODO: needed? -->
-      <resource>
-        <directory>${basedir}/src/java/org/apache/ldap/common/name</directory>
-        <targetPath>org/apache/ldap/common/name</targetPath>
-        <includes>
-          <include>antlrNameParserTokenTypes.txt</include>
-          <include>antlrTypeTokenTypes.txt</include>
-          <include>antlrValueParserTokenTypes.txt</include>
-          <include>antlrValueTokenTypes.txt</include>
-        </includes>
-      </resource>
-    </resources>
   </build>
 
   <reports>

Modified: directory/shared/ldap/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/xdocs/index.xml?rev=168981&r1=168980&r2=168981&view=diff
==============================================================================
--- directory/shared/ldap/trunk/xdocs/index.xml (original)
+++ directory/shared/ldap/trunk/xdocs/index.xml Fri May  6 16:22:45 2005
@@ -1,47 +1,62 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<document>
-  <properties>
-    <author email="jmachols@apache.org">Jeff Machols</author>
-    <title>Apache Directory Project: LDAP Common</title>
-  </properties>
-  
-  <body>
-    <section name="Overview">
-      <p>Welcome to the Apache LDAP Homepage!</p>
-      <p> 
-      The goal of the LDAP Common sub-project is to provide a set of common 
-      utilities, libraries and clients to support the LDAP protocol. Note this 
-      area does not contain the LDAP server - Eve. While this sub-project is 
-      designed and developed as a component of Eve, everything can be used 
-      with any LDAP server.
-      </p>
-      
-      <table>
-        <tr>
-          <th>Topic</th>
-          <th>Description</th>
-        </tr>
-        
-        <tr>
-          <td>
-            <a href="common.html">Common</a>
-          </td>
-          <td>
-            Set of Common LDAP Code 
-          </td>
-        </tr>
-        
-        <tr>
-          <td>
-            <a href="client.html">Clients</a>
-          </td>
-          <td>
-            LDAP Clients - Stand alone and embeddable
-          </td>
-        </tr>
-      </table>
-
-    </section>
-  </body>
-</document>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+  <properties>
+    <author email="jmachols@apache.org">Jeff Machols</author>
+    <title>Apache Directory Project: LDAP Common Code</title>
+  </properties>
+  
+  <body>
+    <section name="Overview">
+      <p>LDAP Common Code</p>
+      <p> 
+      This project contains code and utilities common to the LDAP protocol.
+      </p>
+    </section>
+    <section name="LDAP Common Packages">
+      <subsection name="Filter">
+        <p>
+          The filter package will parsese and LDAP expression into 
+          a filter expression tree as defined in <a href="http://www.ietf.org/rfc/rfc2254.txt">RFC 2254</a>
+        </p>  
+      </subsection>
+        
+      <subsection name="LDIF">
+        <p>
+          The The LDAP Data Interchange Format (LDIF) parsing 
+          package Parses an LDIF into a multimap or a JNDI 
+          Attributes instance of attribute key/value pairs with 
+          potential more than one attribute value per attribute.  
+          This parser populates the MultiMap or Attributes 
+          instance with all attributes within the LDIF including 
+          control attributes like the 'dn' and the changeType.
+        </p>
+        <p>
+          The package contain an LDIF entry class that can be used.  Along
+          with the parsing utility, the embedding application can LDIF
+          parsing and management without becomming an expert on the RFC.
+          Addition details about LDIF can be obtained from the 
+          <a href="http://www.ietf.org/rfc/rfc2849.txt">LDIF RFC</a>
+        </p>        
+      </subsection>
+      
+      <subsection name="Message">
+      	<p>
+          The LDAP Common Messaging package provides a framework for
+          all LDAP request and response messages.  Each of the reponses
+          and requests have an implementation.
+      	</p>
+      </subsection>
+      
+      <subsection name="Name">
+        <p>
+          This package provides LDAP distinguished name creation and 
+          normalization.  This provides a common method for ensuring 
+          you are creating the entry DN correctly.  Failure to properly
+          create and normalize the DN of an entry will result in unpredicatble
+          results when operations are performed on the entry.  
+        </p>
+      </subsection>
+      
+    </section>
+  </body>
+</document>
\ No newline at end of file

Modified: directory/shared/ldap/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/directory/shared/ldap/trunk/xdocs/navigation.xml?rev=168981&r1=168980&r2=168981&view=diff
==============================================================================
--- directory/shared/ldap/trunk/xdocs/navigation.xml (original)
+++ directory/shared/ldap/trunk/xdocs/navigation.xml Fri May  6 16:22:45 2005
@@ -2,25 +2,24 @@
 
 <project>
 
- <title>LDAP</title>
+ <title>LDAP Shared</title>
 
  <body>
 
     <links>
-      <item name="Directory" href="../../index.html"/>
-      <item name="ApacheDS" href="../apacheds/index.html"/>
-      <item name="LDAP" href="../ldap/index.html"/>
-      <item name="Naming" href="../naming/index.html"/>
-      <item name="ASN.1" href="../asn1/index.html"/>
-      <item name="Kerberos" href="../kerberos/index.html"/>
-      <item name="AuthX" href="../authx/index.html"/>
-      <item name="Network Layer (MINA)" href="../network/index.html"/>
+      <item name="Directory" href="../../../index.html"/>
+      <item name="ApacheDS" href="../../apacheds/index.html"/>
+      <item name="LDAP" href="../../ldap.html"/>
+      <item name="Naming" href="../../naming/index.html"/>
+      <item name="ASN.1" href="../../asn1/index.html"/>
+      <item name="Kerberos" href="../../../subprojects/kerberos.html"/>
+      <item name="AuthX" href="../../authx/index.html"/>
+      <item name="MINA" href="../../network/index.html"/>
+      <item name="Protocols" href="../../providers.html"/>
     </links>
 
     <menu name="LDAP">
       <item name="Overview" href="/index.html"/>
-      <item name="Common" href="/common.html"/>
-      <item name="Clients" href="/client.html"/>
     </menu>
     
     <menu name="Project Information">