Author: akarasulu
Date: Fri May 6 14:24:59 2005
New Revision: 168656
URL: http://svn.apache.org/viewcvs?rev=168656&view=rev
Log:
changes ...
o modified language in index page
o fixed tab usage (using spaces)
o modified path for deploying LDAP provider docs
o fixed navigation to be standard
Modified:
directory/protocol-providers/ldap/trunk/project.properties
directory/protocol-providers/ldap/trunk/project.xml
directory/protocol-providers/ldap/trunk/xdocs/index.xml
directory/protocol-providers/ldap/trunk/xdocs/navigation.xml
Modified: directory/protocol-providers/ldap/trunk/project.properties
URL:
http://svn.apache.org/viewcvs/directory/protocol-providers/ldap/trunk/project.properties?rev=168656&r1=168655&r2=168656&view=diff
==============================================================================
--- directory/protocol-providers/ldap/trunk/project.properties (original)
+++ directory/protocol-providers/ldap/trunk/project.properties Fri May 6
14:24:59 2005
@@ -26,7 +26,7 @@
# properties to exclude extra images from subproject sites. Will be built in
toxdoc plugin.
maven.xdoc.copy.excludes=images/file.gif,images/folder-closed.gif,images/folder-open.gif,images/icon_alert.gif,images/icon_alertsml.gif,images/icon_arrowfolder1_sml.gif,images/icon_arrowfolder2_sml.gif,images/icon_arrowmembers1_sml.gif,images/icon_arrowmembers2_sml.gif,images/icon_arrowusergroups1_sml.gif,images/icon_arrowusergroups2_sml.gif,images/icon_confirmsml.gif,images/icon_help_lrg.gif,images/icon_infosml.gif,images/icon_members_sml.gif,images/icon_sortleft.gif,images/icon_sortright.gif,images/icon_usergroups_sml.gif,images/icon_waste_lrg.gif,images/icon_waste_sml.gif,images/none.png,images/nw_maj.gif,images/nw_maj_hi.gif,images/nw_med.gif,images/nw_med_hi.gif,images/nw_med_rond.gif,images/nw_min.gif,images/nw_min_036.gif,images/nw_min_hi.gif,images/poweredby_036.gif,images/product_logo.gif,images/se_maj_rond.gif,images/sw_min.gif,images/logos/**
-maven.site.stage.directory=/home/akarasulu/public_html/rsynced-sites/directory/subprojects/apacheds
+maven.site.stage.directory=/home/akarasulu/public_html/rsynced-sites/directory/subprojects/providers/ldap
maven.compile.source=1.4
maven.compile.target=1.4
Modified: directory/protocol-providers/ldap/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/directory/protocol-providers/ldap/trunk/project.xml?rev=168656&r1=168655&r2=168656&view=diff
==============================================================================
--- directory/protocol-providers/ldap/trunk/project.xml (original)
+++ directory/protocol-providers/ldap/trunk/project.xml Fri May 6 14:24:59 2005
@@ -3,27 +3,21 @@
<project>
<groupId>directory-protocols</groupId>
<artifactId>ldap-protocol</artifactId>
- <name>Ldap Protocol</name>
+ <name>ApacheDS LDAP Provider</name>
<currentVersion>0.9-SNAPSHOT</currentVersion>
- <organization>
- <name>The Apache Incubator</name>
- <url>http://incubator.apache.org</url>
-
<logo>http://incubator.apache.org/directory/images/apache-incubator-logo.png</logo>
- </organization>
-
<inceptionYear>2003</inceptionYear>
<package>org.apache.ldap.server</package>
<logo>http://incubator.apache.org/directory/images/apache-directory-logo.png</logo>
- <url>http://incubator.apache.org/directory/apacheds/</url>
+
<url>http://incubator.apache.org/directory/subprojects/provideres/ldap</url>
<issueTrackingUrl>http://issues.apache.org/jira/browse/DIREVE</issueTrackingUrl>
<siteAddress>minotaur.apache.org</siteAddress>
<siteDirectory>
- /www/incubator.apache.org/directory/subprojects/apacheds
+ /www/incubator.apache.org/directory/subprojects/providers/ldap
</siteDirectory>
<distributionDirectory>
/www/cvs.apache.org/dist/directory
@@ -45,18 +39,18 @@
</developerConnection>
</repository>
- <shortDescription>Apache Directory Server</shortDescription>
+ <shortDescription>ApacheDS LDAP Provider</shortDescription>
<description>
The protocol provider used to snap in LDAP handlers and codecs into
- the protocol framework. These handlers are JNDI clients, specifically
LDAP
- JNDI callers. Any JNDI provider can be used for the provider but the
- primary target is the core's JNDI provider.
+ the protocol framework. These handlers are JNDI clients, specifically
+ LDAP JNDI callers. Any JNDI provider can be used for the provider but
+ the primary target is the core's JNDI provider.
</description>
<mailingLists>
<mailingList>
- <name>Apache Directory Developement - use [ApacheDS] prefix</name>
+ <name>Apache Directory Developement - use [ldap] prefix</name>
<subscribe>
[EMAIL PROTECTED]
</subscribe>
Modified: directory/protocol-providers/ldap/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewcvs/directory/protocol-providers/ldap/trunk/xdocs/index.xml?rev=168656&r1=168655&r2=168656&view=diff
==============================================================================
--- directory/protocol-providers/ldap/trunk/xdocs/index.xml (original)
+++ directory/protocol-providers/ldap/trunk/xdocs/index.xml Fri May 6 14:24:59
2005
@@ -1,29 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<document>
- <properties>
- <author email="[EMAIL PROTECTED]">Enrique Rodriguez</author>
- <title>Overview</title>
- </properties>
- <body>
- <section name="Introduction">
- <p>Apache LDAP is a Java implementation of the <a
- href="http://www.ietf.org/rfc/rfc2251.txt">RFC
2251</a> Lightweight Directory
- Access Protocol. The purpose of LDAP is to
provide access to directories supporting
- X.500 models. LDAP is specifically targeted at
management applications and browser
- applications that provide read/write
interactive access to directories.</p>
- <p>Apache LDAP, in conjunction with MINA and the Apache
Directory, provides an
- easy-to-use yet fully-featured lightweight
directory access service. As implemented
- within the Apache Directory, Apache LDAP will
provide:</p>
- <ul>
- <li>LDAPv3 service (RFC 2251)</li>
- <li>Secure authentication methods (RFC
2829)</li>
- <li>Extensions for Transport Layer Security
(TLS) (RFC 2830)</li>
- <li>JMX remote management (JSR 160, JSR 28)</li>
- <li>UDP and TCP Support (MINA)</li>
- <li>Traffic throttling (MINA)</li>
- <li>Overload shielding (MINA)</li>
- <li>Easy POJO embeddability for containers such
as Geronimo, JBoss, and OSGi</li>
- </ul>
- </section>
- </body>
+ <properties>
+ <author email="[EMAIL PROTECTED]">Alex Karasulu</author>
+ <author email="[EMAIL PROTECTED]">Enrique Rodriguez</author>
+ <title>Overview</title>
+ </properties>
+ <body>
+ <section name="Introduction">
+ <p>The ApacheDS LDAP provider implements <a
+ href="http://www.ietf.org/rfc/rfc2251.txt">RFC 2251</a>, the
+ Lightweight Directory Access Protocol. The purpose of LDAP is to
+ provide access to directories supporting X.500 models. LDAP is
+ specifically targeted at provided centralized highly available
+ access to common data accessed by many applications.
+ </p>
+ <p>The LDAP provider, in conjunction with MINA and the Apache Directory
+ JNDI store provides an easy to-use yet fully-featured lightweight
+ directory access service. As implemented within the Apache Directory,
+ it will provide:
+ </p>
+ <ul>
+ <li>LDAPv3 service (RFC 2251)</li>
+ <li>Secure authentication methods (RFC 2829)</li>
+ <li>Extensions for Transport Layer Security (TLS) (RFC 2830)</li>
+ <li>Traffic throttling (MINA)</li>
+ <li>Overload shielding (MINA)</li>
+ <li>Easy POJO embeddability for containers such as Geronimo, JBoss,
and OSGi</li>
+ </ul>
+ </section>
+ </body>
</document>
Modified: directory/protocol-providers/ldap/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewcvs/directory/protocol-providers/ldap/trunk/xdocs/navigation.xml?rev=168656&r1=168655&r2=168656&view=diff
==============================================================================
--- directory/protocol-providers/ldap/trunk/xdocs/navigation.xml (original)
+++ directory/protocol-providers/ldap/trunk/xdocs/navigation.xml Fri May 6
14:24:59 2005
@@ -1,19 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project>
- <title>LDAP</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="AuthX" href="../authx/index.html"/>
- <item name="MINA" href="../network/index.html"/>
- <item name="Protocols"
href="../protocol-providers/index.html"/>
- </links>
- <menu name="LDAP">
- <item name="Overview" href="/index.html"/>
- </menu>
- </body>
+ <title>ApacheDS LDAP Provider</title>
+ <body>
+ <links>
+ <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 Provider">
+ <item name="Overview" href="/index.html"/>
+ </menu>
+ </body>
</project>