You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by gi...@apache.org on 2020/12/27 04:26:52 UTC

[directory-site] branch asf-site updated: Updated site from master (a7bae5ca97bec7cf9c7d43d6003a2259a9471013)

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/directory-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 54f0606  Updated site from master (a7bae5ca97bec7cf9c7d43d6003a2259a9471013)
54f0606 is described below

commit 54f0606913351038f6a610dcfe3b8abeed7ac845
Author: jenkins <bu...@apache.org>
AuthorDate: Sun Dec 27 04:26:47 2020 +0000

    Updated site from master (a7bae5ca97bec7cf9c7d43d6003a2259a9471013)
---
 content/api/user-guide/4.2-schema-manager.html      |  4 ++--
 content/api/user-guide/4.2.1-schema-objects.html    | 16 ++++++++--------
 content/api/user-guide/4.2.1.1-attribute-types.html |  4 ++--
 content/api/user-guide/4.2.1.8-name-forms.html      |  4 ++--
 content/api/user-guide/7-requests-responses.html    |  2 +-
 content/api/user-guide/7.18-search-result-done.html |  4 ++--
 content/api/user-guide/8-ldap-rfcs.html             |  4 ++--
 content/sitemap.xml                                 | 16 ++++++++--------
 8 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/content/api/user-guide/4.2-schema-manager.html b/content/api/user-guide/4.2-schema-manager.html
index 67f9906..801921b 100644
--- a/content/api/user-guide/4.2-schema-manager.html
+++ b/content/api/user-guide/4.2-schema-manager.html
@@ -174,7 +174,7 @@
 </ul>
 </li>
 <li><a href="4.2.2-registries.html">Registries</a></li>
-<li><a href="4.2.43-schema-loader.html">SchemaLoader</a></li>
+<li><a href="4.2.3-schema-loader.html">SchemaLoader</a></li>
 </ul>
 <h2 id="introduction">Introduction</h2>
 <p>The <strong>SchemaManager</strong> stores all the Schema elements (<strong><a href="">AttributeTypes (e)</a></strong>, <strong><a href="">ObjectClasses (e)</a></strong>, &hellip; Internally, we store these elements into what is call a <strong>Registries</strong>.  Registries are hives where each Schema Object is stored. Each schema element has a dedicated <strong>Registry</strong> associated with it. Think of it as a Map which returns a reference to a specific Schema Element according [...]
@@ -189,7 +189,7 @@ when the name can be used in different schema element (for instance, the &lt;b&g
 <ul>
 <li>The elements stored in the <strong>SchemaManager</strong></li>
 <li>The containers in which those <strong>SchemaObject</strong> instances are stored, called <strong>Registries</strong></li>
-<li>The classes used to initialize the <strong>SchemaManager</strong>, called the <strong>SchemaLoader</strong> (whch comes in various flavors)</li>
+<li>The classes used to initialize the <strong>SchemaManager</strong>, called the <strong>SchemaLoader</strong> (which comes in various flavors)</li>
 </ul>
 <h2 id="getting-a-schemamanager">Getting a SchemaManager</h2>
 <p>The very first thing we do to access the schema elements is to gain access to the <strong>SchemaManager</strong>. This can be done in many ways:</p>
diff --git a/content/api/user-guide/4.2.1-schema-objects.html b/content/api/user-guide/4.2.1-schema-objects.html
index e043a17..9c75a20 100644
--- a/content/api/user-guide/4.2.1-schema-objects.html
+++ b/content/api/user-guide/4.2.1-schema-objects.html
@@ -183,35 +183,35 @@
 </thead>
 <tbody>
 <tr>
-<td><strong><a href="4.8-object-classes.html">ObjectClasses (e)</a></strong></td>
+<td><strong><a href="4.2.1.2-object-classes.html">ObjectClasses (e)</a></strong></td>
 <td>Defines the permitted <strong>AttributeType</strong>s of an entry</td>
 </tr>
 <tr>
-<td><strong><a href="4.2-attribute-types.html">AttributeTypes (&hellip;)</a></strong></td>
+<td><strong><a href="4.2.1.1-attribute-types.html">AttributeTypes (&hellip;)</a></strong></td>
 <td>Defines the type of attributes we can store in an entry</td>
 </tr>
 <tr>
-<td><strong><a href="4.9-syntaxes.html">Syntaxes (e)</a></strong></td>
+<td><strong><a href="4.2.1.3-syntaxes.html">Syntaxes (e)</a></strong></td>
 <td>Defines the syntax that is applied to the <strong>AttributeType</strong> values</td>
 </tr>
 <tr>
-<td><strong><a href="4.5-matching-rules.html">MatchingRules (e)</a></strong></td>
+<td><strong><a href="4.2.1.4-matching-rules.html">MatchingRules (e)</a></strong></td>
 <td>The rules that are used to match <strong>AttributeType</strong>&lsquo;s values</td>
 </tr>
 <tr>
-<td><strong><a href="4.3-dit-content-rules.html">DITContentRules (e)</a></strong></td>
+<td><strong><a href="4.2.1.5-dit-content-rules.html">DITContentRules (e)</a></strong></td>
 <td>Defines the allowed or forbidden <strong>AttributeType</strong>s and <strong>ObjectClasse</strong>s</td>
 </tr>
 <tr>
-<td><strong><a href="4.4-dit-structure-rules.html">DITStructureRules (e)</a></strong></td>
+<td><strong><a href="4.2.1.6-dit-structure-rules.html">DITStructureRules (e)</a></strong></td>
 <td>Defines the hierarchical relationships between entries</td>
 </tr>
 <tr>
-<td><strong><a href="4.7-name-forms.html">NameForms (e)</a></strong></td>
+<td><strong><a href="4.2.1.8-name-forms.html">NameForms (e)</a></strong></td>
 <td>Defines the <strong>AttributeType</strong>s that may be use in a <strong>RDN</strong></td>
 </tr>
 <tr>
-<td><strong><a href="4.6-matching-rule-uses.html">MatchingRuleUses (e)</a></strong></td>
+<td><strong><a href="4.2.1.7-matching-rule-uses.html">MatchingRuleUses (e)</a></strong></td>
 <td>Defines the <strong>AttributeType</strong>s that can be used for a <strong>MatchingRule</strong></td>
 </tr>
 <tr>
diff --git a/content/api/user-guide/4.2.1.1-attribute-types.html b/content/api/user-guide/4.2.1.1-attribute-types.html
index c84f81a..3c92d9c 100644
--- a/content/api/user-guide/4.2.1.1-attribute-types.html
+++ b/content/api/user-guide/4.2.1.1-attribute-types.html
@@ -142,7 +142,7 @@
         <div class="nav_up">
             
                 
-                <a href="4.2.1-schema-object.html">4.2.1 - Schema Objects</a>
+                <a href="4.2.1-schema-objects.html">4.2.1 - Schema Objects</a>
             
         </div>
         <div class="nav_next">
@@ -224,7 +224,7 @@ Attribute Type definitions are written according to the ABNF:
         <div class="nav_up">
             
                 
-                <a href="4.2.1-schema-object.html">4.2.1 - Schema Objects</a>
+                <a href="4.2.1-schema-objects.html">4.2.1 - Schema Objects</a>
             
         </div>
         <div class="nav_next">
diff --git a/content/api/user-guide/4.2.1.8-name-forms.html b/content/api/user-guide/4.2.1.8-name-forms.html
index 90797c9..db269d6 100644
--- a/content/api/user-guide/4.2.1.8-name-forms.html
+++ b/content/api/user-guide/4.2.1.8-name-forms.html
@@ -136,7 +136,7 @@
         <div class="nav_prev">
             
                 
-                <a href="4.2.1.7-matching-rule-use.html">4.2.1.7 - Matching Rule Uses</a>
+                <a href="4.2.1.7-matching-rule-uses.html">4.2.1.7 - Matching Rule Uses</a>
             
         </div>
         <div class="nav_up">
@@ -165,7 +165,7 @@
         <div class="nav_prev">
             
                 
-                <a href="4.2.1.7-matching-rule-use.html">4.2.1.7 - Matching Rule Uses</a>
+                <a href="4.2.1.7-matching-rule-uses.html">4.2.1.7 - Matching Rule Uses</a>
             
         </div>
         <div class="nav_up">
diff --git a/content/api/user-guide/7-requests-responses.html b/content/api/user-guide/7-requests-responses.html
index 3cbe225..f89e97c 100644
--- a/content/api/user-guide/7-requests-responses.html
+++ b/content/api/user-guide/7-requests-responses.html
@@ -278,7 +278,7 @@ public interface Message
 <li><a href="7.13-mod-dn-request.html">7.13 - ModDnRequest</a></li>
 <li><a href="7.14-mod-dn-response.html">7.14 - ModDnResponse</a></li>
 <li><a href="7.15-modify-request.html">7.15 - ModifyRequest</a></li>
-<li><a href="7.16-modify-response..html">7.16 - ModifyResponse</a></li>
+<li><a href="7.16-modify-response.html">7.16 - ModifyResponse</a></li>
 <li><a href="7.17-search-request.html">7.17 - SearchRequest</a></li>
 <li><a href="7.18-search-result-done.html">7.18 - SearchResultDone</a></li>
 <li><a href="7.19-search-result-entry.html">7.19 - SearchResultEntry</a></li>
diff --git a/content/api/user-guide/7.18-search-result-done.html b/content/api/user-guide/7.18-search-result-done.html
index 44393b4..5f22e36 100644
--- a/content/api/user-guide/7.18-search-result-done.html
+++ b/content/api/user-guide/7.18-search-result-done.html
@@ -136,7 +136,7 @@
         <div class="nav_prev">
             
                 
-                <a href="7.17%20-%20search-request.html">7.17 - SearchRequest</a>
+                <a href="7.17-search-request.html">7.17 - SearchRequest</a>
             
         </div>
         <div class="nav_up">
@@ -167,7 +167,7 @@
         <div class="nav_prev">
             
                 
-                <a href="7.17%20-%20search-request.html">7.17 - SearchRequest</a>
+                <a href="7.17-search-request.html">7.17 - SearchRequest</a>
             
         </div>
         <div class="nav_up">
diff --git a/content/api/user-guide/8-ldap-rfcs.html b/content/api/user-guide/8-ldap-rfcs.html
index 3825a75..3ab3a9c 100644
--- a/content/api/user-guide/8-ldap-rfcs.html
+++ b/content/api/user-guide/8-ldap-rfcs.html
@@ -136,7 +136,7 @@
         <div class="nav_prev">
             
                 
-                <a href="7-requests-response.html">7 - Requests and Responses</a>
+                <a href="7-requests-responses.html">7 - Requests and Responses</a>
             
         </div>
         <div class="nav_up">
@@ -904,7 +904,7 @@
         <div class="nav_prev">
             
                 
-                <a href="7-requests-response.html">7 - Requests and Responses</a>
+                <a href="7-requests-responses.html">7 - Requests and Responses</a>
             
         </div>
         <div class="nav_up">
diff --git a/content/sitemap.xml b/content/sitemap.xml
index e2b86cc..9b6570b 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -839,7 +839,7 @@
   
   <url>
     <loc>https://directory.apache.org/api/user-guide/4.2-schema-manager.html</loc>
-    <lastmod>2020-08-08T11:25:14+02:00</lastmod>
+    <lastmod>2020-12-27T05:24:48+01:00</lastmod>
   </url>
   
   <url>
@@ -849,12 +849,12 @@
   
   <url>
     <loc>https://directory.apache.org/api/user-guide/4.2.1-schema-objects.html</loc>
-    <lastmod>2020-08-08T11:25:14+02:00</lastmod>
+    <lastmod>2020-12-27T05:24:48+01:00</lastmod>
   </url>
   
   <url>
     <loc>https://directory.apache.org/api/user-guide/4.2.1.1-attribute-types.html</loc>
-    <lastmod>2020-08-08T11:25:14+02:00</lastmod>
+    <lastmod>2020-12-27T05:24:48+01:00</lastmod>
   </url>
   
   <url>
@@ -889,7 +889,7 @@
   
   <url>
     <loc>https://directory.apache.org/api/user-guide/4.2.1.8-name-forms.html</loc>
-    <lastmod>2020-08-08T11:25:14+02:00</lastmod>
+    <lastmod>2020-12-27T05:24:48+01:00</lastmod>
   </url>
   
   <url>
@@ -1334,7 +1334,7 @@
   
   <url>
     <loc>https://directory.apache.org/api/user-guide/7-requests-responses.html</loc>
-    <lastmod>2020-08-08T11:25:14+02:00</lastmod>
+    <lastmod>2020-12-27T05:24:48+01:00</lastmod>
   </url>
   
   <url>
@@ -1389,7 +1389,7 @@
   
   <url>
     <loc>https://directory.apache.org/api/user-guide/7.18-search-result-done.html</loc>
-    <lastmod>2020-08-08T11:25:14+02:00</lastmod>
+    <lastmod>2020-12-27T05:24:48+01:00</lastmod>
   </url>
   
   <url>
@@ -1464,7 +1464,7 @@
   
   <url>
     <loc>https://directory.apache.org/api/user-guide/8-ldap-rfcs.html</loc>
-    <lastmod>2020-12-27T03:07:56+01:00</lastmod>
+    <lastmod>2020-12-27T05:24:48+01:00</lastmod>
   </url>
   
   <url>
@@ -1524,7 +1524,7 @@
   
   <url>
     <loc>https://directory.apache.org/api.html</loc>
-    <lastmod>2020-12-27T03:07:56+01:00</lastmod>
+    <lastmod>2020-12-27T05:24:48+01:00</lastmod>
   </url>
   
   <url>