]> git.sur5r.net Git - openldap/commitdiff
Adjust HTML presentation for consistency with web site
authorKurt Zeilenga <kurt@openldap.org>
Thu, 24 Aug 2000 07:00:30 +0000 (07:00 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 24 Aug 2000 07:00:30 +0000 (07:00 +0000)
doc/guide/admin/schema.sdf
doc/guide/preamble.sdf
doc/guide/release/autoconf.sdf
doc/guide/release/license.sdf

index f53a407d0f420c280e3c2fe98b2f4f4303d76b5b..63bebe07b3687f960d769f1888d9b558a757c354 100644 (file)
@@ -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
index 957f1197c3eb75e67df07679e422f788a527bc90..e02f2992c043762cf4a8c99245246277e7e92e70 100644 (file)
 !define HTML_URL_HOME          "http://www.openldap.org/"
 !define HTML_URL_CATALOG       "../index.html"
 
+!macro HTML_HEADER
+       !block inline
+<FONT FACE="Arial,Verdana,Helvetica">
+       !endblock
+       !HTML_NAVIGATE
+!endmacro
+
+!macro HTML_FOOTER
+       !HTML_PRE_SECTION
+       !HTML_NAVIGATE
+       !block inline; expand
+</FONT>
+<P>
+<FONT COLOR="#808080" FACE="Arial,Verdana,Helvetica" SIZE="1"><B>
+______________<BR>
+<SMALL>&copy; Copyright 2000, <A HREF="http://www.OpenLDAP.org/foundation/">OpenLDAP Foundation</A>, <A HREF="mailto:info@OpenLDAP.org">info@OpenLDAP.org</A></SMALL></B></FONT>
+
+       !endblock
+!endmacro
+
+!macro HTML_TOPIC_HEADER
+       !block inline
+<FONT FACE="Arial,Verdana,Helvetica">
+       !endblock
+       !HTML_TOPIC_NAVIGATE
+!endmacro
+
+!macro HTML_TOPIC_FOOTER
+       !HTML_PRE_SECTION
+       !HTML_TOPIC_NAVIGATE
+       !block inline; expand
+</FONT>
+<P>
+<FONT COLOR="#808080" FACE="Arial,Verdana,Helvetica" SIZE="1"><B>
+______________<BR>
+<SMALL>&copy; Copyright 2000, <A HREF="http://www.OpenLDAP.org/foundation/">OpenLDAP Foundation</A>, <A HREF="mailto:info@OpenLDAP.org">info@OpenLDAP.org</A></SMALL></B></FONT>
+
+       !endblock
+!endmacro
+
+
 # OpenLDAP related organization
 !block organisations; data
 Name    Long                                   Jump
index 8578a02f2c16dd5762c6015547973088f065fa36..6382079c1f1db139a8a0086b67efa1a909f91341 100644 (file)
@@ -4,4 +4,13 @@
 #
 
 H1: Generic configure Instructions
+
+!block inline
+<FONT FACE="Courier">
+!endblock
+
 !include "../release/autoconf-install.txt" ; verbatim
+
+!block inline
+</FONT>
+!endblock
index 9737e61eefc2bb6fe6ff7f68349ef3e03ce802d6..1b8c78e044a5bcda3cbc1d894a0cf3135bae8a06 100644 (file)
@@ -3,4 +3,13 @@
 # COPYING RESTRICTIONS APPLY, see COPYRIGHT.
 
 H1: The OpenLDAP Public License
+
+!block inline
+<FONT FACE="Courier">
+!endblock
+
 !include "../LICENSE" ; verbatim
+
+!block inline
+</FONT>
+!endblock