Skip to content
Snippets Groups Projects
Commit f0cd2a13 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Adjust HTML presentation for consistency with web site

parent 7b548b4a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -4,4 +4,13 @@
#
H1: Generic configure Instructions
!block inline
<FONT FACE="Courier">
!endblock
!include "../release/autoconf-install.txt" ; verbatim
!block inline
</FONT>
!endblock
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment