OK - Cool! Is there something in the generated maven project docs regarding the correct source files to update for documentation etc.
In the README.txt I saw that maven 2.0 is being used now. Are there apt documents, and site.xml documents somewhere? Thanks, - Ole --- "Alex Karasulu (JIRA)" <[EMAIL PROTECTED]> wrote: > [ > http://issues.apache.org/jira/browse/DIR-179?page=comments#action_12367780 > ] > > Alex Karasulu commented on DIR-179: > ----------------------------------- > > Darn Ole scratch my comments earlier. All these > xdocs are generated. The XML is generated from the > confluence docs that are on safehaus. Take a look > here: > > http://docs.safehaus.org/display/APACHEDS/User%27s+Guide > > I forgot to tell you this :(. Man I'm mixing things > up. I'll take care of this then ... meaning no need > to do more with it ... I will update the stuff in > confluence to generate this properly by reading your > patch and applying it to confluence manually. Sorry > for the complexity and the confusion. > > I'll take it from here on. > > Thanks, > Alex > > > > User Documentation Update > > ------------------------- > > > > Key: DIR-179 > > URL: > http://issues.apache.org/jira/browse/DIR-179 > > Project: Directory > > Type: Task > > Components: sitedocs > > Environment: N/A > > Reporter: Ole Ersoy > > Assignee: Alex Karasulu > > Priority: Minor > > > > > Updates to the user documentation. The subversion > patch is pasted below. > > Index: > /home/ole/workspace-mdc0/mdc.multi/users/authentication.xml > > > =================================================================== > > --- > /home/ole/workspace-mdc0/mdc.multi/users/authentication.xml > (revision 380975) > > +++ > /home/ole/workspace-mdc0/mdc.multi/users/authentication.xml > (working copy) > > @@ -206,8 +206,8 @@ > > <p> > > The authenticator class has to extend the > > > org.apache.ldap.server.auth.AbstractAuthenticator. > This class needs to have a > > -no-argument constructor that calls the super() > constructor with parameter the > > -authentication mechanism it is going to handle. > In the above example, > > +no-argument constructor that calls the super() > constructor with the authentication parameter the > mechanism is > > +going to handle. In the above example, > > MyAuthenticator class is going to handle the > simple authentication mechanism. To > > implement a SASL mechanism you need to call > super() with the name of the SASL > > mechanism, e.g. super( "DIGEST-MD5" > > Index: > /home/ole/workspace-mdc0/mdc.multi/users/authorization.xml > > > =================================================================== > > --- > /home/ole/workspace-mdc0/mdc.multi/users/authorization.xml > (revision 380975) > > +++ > /home/ole/workspace-mdc0/mdc.multi/users/authorization.xml > (working copy) > > @@ -36,7 +36,7 @@ > > <subsection heading="h3" name="Entry ACI"> > > <p> > > Entry ACI are access controls added to entries to > protect that entry > > -specifically. Meaning the protoected entry is the > entry where the ACI resides. > > +specifically. Meaning the protected entry is the > entry where the ACI resides. > > When performing an operation on an entry, > ApacheDS checks for the presence of > > the multivalued operational attribute, > *entryACI*. The values of the entryACI > > attribute contain > > @@ -116,7 +116,7 @@ > > Access to subentries also needs to be controlled. > Subentries are special in > > ApacheDS. Although they subordinate to an > administrative entry (entry of an > > Administrative Point), they are technically > considered to be in the same context > > -as their administrative entry. ApacheDS considers > the perscriptive ACI applied > > +as their administrative entry. ApacheDS considers > the prescriptive ACI applied > > to the administrative entry, to also apply to its > > subentries.</p> > > <p> > > Index: > /home/ole/workspace-mdc0/mdc.multi/users/collective.xml > > > =================================================================== > > --- > /home/ole/workspace-mdc0/mdc.multi/users/collective.xml > (revision 380975) > > +++ > /home/ole/workspace-mdc0/mdc.multi/users/collective.xml > (working copy) > > @@ -30,7 +30,7 @@ > > collective attribute can be used in a subentry. > Changes to the value of this > > attribute would immediately be reflected to those > entries selected by the > > subtreeSpecification of subentry. For more > information on specifying subtrees > > -take > > +take a look at > > at > > <a > href="./subentries.html">Subentries</a> > > . > > Index: > /home/ole/workspace-mdc0/mdc.multi/users/configuration.xml > > > =================================================================== > > --- > /home/ole/workspace-mdc0/mdc.multi/users/configuration.xml > (revision 380975) > > +++ > /home/ole/workspace-mdc0/mdc.multi/users/configuration.xml > (working copy) > > @@ -52,7 +52,7 @@ > > schemas>)</li> > > <li> > > contextPartitionConfigurations - A collection of > ContextPartitionConfigurations. > > -ContextPartitionConfiguration specified > ContextPartitions that consist the > > +ContextPartitionConfiguration specified > ContextPartitions that define the the > > ApacheDS DIT. (Default: no context partitions > except system > > partition)</li> > > <li> > > @@ -129,7 +129,7 @@ > > <section heading="h1" name="Using Spring > Framework"> > > <p> > > The configuration API is designed to fit tightly > > -with > > +with the > > <a > href="http://www.springframework.org/">Spring > Framework</a> > > . Here is an example beans xml > > file: > > Index: > /home/ole/workspace-mdc0/mdc.multi/users/enablesearchforallusers.xml > > > =================================================================== > > --- > /home/ole/workspace-mdc0/mdc.multi/users/enablesearchforallusers.xml > (revision 380975) > > +++ > /home/ole/workspace-mdc0/mdc.multi/users/enablesearchforallusers.xml > (working copy) > > @@ -137,7 +137,7 @@ > > </source> > > <p> > > There are several parameters to this simple > ACIItem. Here's a breif > > -exaplanation of each field and it's meaning or > > +explanation of each field and it's meaning or > > significance.</p> > > <table> > > <tr> > > @@ -191,7 +191,7 @@ > > </table> > > <subsection heading="h2" > name="identificationTag"> > > <p> > > -The identificationTag is just that a tag. It's > often used with a subtring > > +The identificationTag is just a tag that is used > often with a subtring > > search filter to lookup a specific ACIItem within > an entry. One or more > > ACIItems may be present within a subentry, zero > or === message truncated === __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
