You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2016/12/30 15:44:45 UTC

svn commit: r1003766 - /websites/staging/directory/trunk/content/api/user-guide/1-introduction.html

Author: smckinney
Date: Fri Dec 30 15:44:45 2016
New Revision: 1003766

Log:
minor chgs to intro

Modified:
    websites/staging/directory/trunk/content/api/user-guide/1-introduction.html

Modified: websites/staging/directory/trunk/content/api/user-guide/1-introduction.html
==============================================================================
--- websites/staging/directory/trunk/content/api/user-guide/1-introduction.html (original)
+++ websites/staging/directory/trunk/content/api/user-guide/1-introduction.html Fri Dec 30 15:44:45 2016
@@ -184,8 +184,8 @@
 }
 h2:hover > .headerlink, h3:hover > .headerlink, h1:hover > .headerlink, h6:hover > .headerlink, h4:hover > .headerlink, h5:hover > .headerlink, dt:hover > .elementid-permalink { visibility: visible }</style>
 <h1 id="1-introduction">1 - Introduction<a class="headerlink" href="#1-introduction" title="Permanent link">&para;</a></h1>
-<p>This User Guide goal is to provide some clue for any developer wanting to use the LDAP API. We have mixed some description of each important features with some tested snippet of code (all of them has been integrated as tests in the API code).</p>
-<p>We hope it will be enough for you to quickly get started, but in any case, if you feel like improving this document, feel free to post your suggestion to the Apache Directory mailing list : any contribution is welcomed !</p>
+<p>This User Guide goal is to teach developers how to use the LDAP API. We have mixed descriptions of each important feature with snippets of code, which have also been added into this project's integration tests.</p>
+<p>Hopefully it will be enough to get you started -- quickly.  If you feel like improving this document, feel free to post your suggestion to the Apache Directory mailing list : any contribution is welcomed !</p>
 <h2 id="contents">Contents<a class="headerlink" href="#contents" title="Permanent link">&para;</a></h2>
 <ul>
 <li><a href="1.1-java-and-ldap.html">1.1 - Java and LDAP</a></li>