diff --git a/doc/guide/admin/schema.sdf b/doc/guide/admin/schema.sdf index f53a407d0f..63bebe07b3 100644 --- a/doc/guide/admin/schema.sdf +++ b/doc/guide/admin/schema.sdf @@ -56,7 +56,7 @@ is not discussed here. There are five steps to defining new schema: ^ obtain Object Identifer -+ choose a naming prefix ++ choose a name prefix + create local schema file + define custom attribute types (if necessary) + define custom object classes @@ -111,7 +111,7 @@ OIDs obtained using this form may be used for any purpose including identifying LDAP schema elements. -H3: Naming Prefix +H3: Name Prefix In addition to assign a unique object identifier to each schema element, you should provide a least one textual name for each diff --git a/doc/guide/preamble.sdf b/doc/guide/preamble.sdf index 957f1197c3..e02f2992c0 100644 --- a/doc/guide/preamble.sdf +++ b/doc/guide/preamble.sdf @@ -27,6 +27,47 @@ !define HTML_URL_HOME "http://www.openldap.org/" !define HTML_URL_CATALOG "../index.html" +!macro HTML_HEADER + !block inline + + !endblock + !HTML_NAVIGATE +!endmacro + +!macro HTML_FOOTER + !HTML_PRE_SECTION + !HTML_NAVIGATE + !block inline; expand + +
+
+______________
+© Copyright 2000, OpenLDAP Foundation, info@OpenLDAP.org
+
+ !endblock
+!endmacro
+
+!macro HTML_TOPIC_HEADER
+ !block inline
+
+ !endblock
+ !HTML_TOPIC_NAVIGATE
+!endmacro
+
+!macro HTML_TOPIC_FOOTER
+ !HTML_PRE_SECTION
+ !HTML_TOPIC_NAVIGATE
+ !block inline; expand
+
+
+
+______________
+© Copyright 2000, OpenLDAP Foundation, info@OpenLDAP.org
+
+ !endblock
+!endmacro
+
+
# OpenLDAP related organization
!block organisations; data
Name Long Jump
diff --git a/doc/guide/release/autoconf.sdf b/doc/guide/release/autoconf.sdf
index 8578a02f2c..6382079c1f 100644
--- a/doc/guide/release/autoconf.sdf
+++ b/doc/guide/release/autoconf.sdf
@@ -4,4 +4,13 @@
#
H1: Generic configure Instructions
+
+!block inline
+
+!endblock
+
!include "../release/autoconf-install.txt" ; verbatim
+
+!block inline
+
+!endblock
diff --git a/doc/guide/release/license.sdf b/doc/guide/release/license.sdf
index 9737e61eef..1b8c78e044 100644
--- a/doc/guide/release/license.sdf
+++ b/doc/guide/release/license.sdf
@@ -3,4 +3,13 @@
# COPYING RESTRICTIONS APPLY, see COPYRIGHT.
H1: The OpenLDAP Public License
+
+!block inline
+
+!endblock
+
!include "../LICENSE" ; verbatim
+
+!block inline
+
+!endblock