Adjust HTML presentation for consistency with web site

This commit is contained in:
Kurt Zeilenga 2000-08-24 07:00:30 +00:00
parent 7b548b4a91
commit f0cd2a13bb
4 changed files with 61 additions and 2 deletions

View 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

View File

@ -27,6 +27,47 @@
!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

View 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

View 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