]> git.sur5r.net Git - openldap/blob - doc/guide/preamble.sdf
e02f2992c043762cf4a8c99245246277e7e92e70
[openldap] / doc / guide / preamble.sdf
1 # $OpenLDAP$
2 # Copyright 1999-2000, The OpenLDAP Foundation, All Rights Reserved.
3 # COPYING RESTRICTIONS APPLY, see COPYRIGHT.
4  
5 #
6 # Preamble for all OpenLDAP SDF documents
7 #
8
9 !default VERSION 2.0
10
11 #
12 # Paths are relative to the main subdirectories
13 #
14
15 !define DOC_AUTHOR      "The OpenLDAP Project <{{URL:http://www.openldap.org/}}>"
16 !define DOC_NAME    "OpenLDAP"
17 !define DOC_TYPE    "Guide"
18
19 !define DOC_LOGO        "../images/LDAPwww.gif"
20 # should create a smaller logo for HTML and TOPIC purposes
21 #!define DOC_HTML_LOGO  "../images/LDAPlogo.gif"
22 !define DOC_TOPIC_LOGO  "../images/LDAPlogo.gif"
23
24 !define DOC_LOF_TITLE   "Figures"
25 !define DOC_LOF
26
27 !define HTML_URL_HOME           "http://www.openldap.org/"
28 !define HTML_URL_CATALOG        "../index.html"
29
30 !macro HTML_HEADER
31         !block inline
32 <FONT FACE="Arial,Verdana,Helvetica">
33         !endblock
34         !HTML_NAVIGATE
35 !endmacro
36
37 !macro HTML_FOOTER
38         !HTML_PRE_SECTION
39         !HTML_NAVIGATE
40         !block inline; expand
41 </FONT>
42 <P>
43 <FONT COLOR="#808080" FACE="Arial,Verdana,Helvetica" SIZE="1"><B>
44 ______________<BR>
45 <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>
46
47         !endblock
48 !endmacro
49
50 !macro HTML_TOPIC_HEADER
51         !block inline
52 <FONT FACE="Arial,Verdana,Helvetica">
53         !endblock
54         !HTML_TOPIC_NAVIGATE
55 !endmacro
56
57 !macro HTML_TOPIC_FOOTER
58         !HTML_PRE_SECTION
59         !HTML_TOPIC_NAVIGATE
60         !block inline; expand
61 </FONT>
62 <P>
63 <FONT COLOR="#808080" FACE="Arial,Verdana,Helvetica" SIZE="1"><B>
64 ______________<BR>
65 <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>
66
67         !endblock
68 !endmacro
69
70
71 # OpenLDAP related organization
72 !block organisations; data
73 Name     Long                                   Jump
74 OpenLDAP OpenLDAP                               http://www.openldap.org/
75 OLF      OpenLDAP Foundation                    http://www.openldap.org/foundation/
76 OLP      OpenLDAP Project                       http://www.openldap.org/project/
77 UM       University of Michigan                 http://www.umich.edu/
78 UMLDAP   University of Michigan LDAP            http://www.umich.edu/~dirsvcs/ldap/
79 IANA     Internet Assigned Numbers Authority    http://www.iana.org/
80 IAB      Internet Architecture Board            http://www.iab.org/
81 IETF     Internet Engineering Task Force        http://www.ietf.org/
82 IESG     Internet Engineering Steering Group    http://www.ietf.org/iesg/
83 IRTF     Internet Research Task Force           http://www.irtf.org/
84 ISO      International Standards Organisation   http://www.iso.org/
85 ITU      International Telephone Union          http://www.itu.int/
86 RFC      RFC Editor                             http://www.rfc-editor.org/
87 OpenSSL  OpenSSL                                http://www.openssl.org/
88 Cyrus    Cyrus                                  http://asg.web.cmu.edu/cyrus/
89 Sleepy   Sleepycat Software                     http://www.sleepycat.com/
90 FSF      Free Software Foundation               http://www.fsf.org/
91 GNU      GNU Not Unix                           http://www.gnu.org/
92 !endblock
93
94 !block products; data
95 Name            Jump
96 BerkeleyDB      http://www.sleepycat.com/
97 CVS             http://www.cyclic.com/
98 Cyrus           http://asg.web.cmu.edu/cyrus/
99 GNU             http://www.gnu.org/software/
100 GDBM            http://www.gnu.org/software/gdbm/
101 Heimdal         http://www.pdc.kth.se/heimdal/
102 MIT Kerberos    http://web.mit.edu/kerberos/www/
103 OpenLDAP        http://www.openldap.org/software/
104 OpenSSL         http://www.openssl.org/
105 Perl            http://www.perl.com/
106 SASL            http://asg.web.cmu.edu/sasl/
107 SQL             http://www.sql.com/
108 TCL             http://www.tcl.com/
109 !endblock
110
111 # Internet and X.500 terms
112 !block terms; data
113 Term    Definition
114 ASN     Abstract Syntax Notation
115 ASN.1   Abstract Syntax Notation 1
116 BCP     Best Common Practice
117 BER     Basic Encoding Rules
118 BNF     BNF
119 CLDAP   Connection-less LDAP
120 DAP     Directory Access Protocol
121 DER     Distinguished Encoding Rules
122 DIT     Directory Information Tree
123 DN      Distinguished Name
124 DNS     Domain Name System
125 DS      Draft Standard
126 DSA     Directory Service Agent
127 DSE     DSA-specific Entry
128 DUA     Directory User Agent
129 FAQ     Frequently Asked Questions
130 FYI     For Your Information
131 GSSAPI  Generic Security Services Application Programming Interface
132 I-D     Internet Draft
133 IP      Internet Protocol
134 IPSEC   Internet Protocol Security
135 ITS     Issue Tracking System
136 LBER    Lightweight BER
137 LDAP    Lightweight Directory Access Protocol
138 LDIF    LDAP Data Interchange Format
139 LDBM    LDAP Database Manager
140 MIB     Management Information Base
141 OID     Object Identifier
142 OSI     OSI
143 PS      Proposed Standard
144 RDN     Relative Distinguished Name
145 RFC     Request for Comments
146 TCP     Transmission Control Protocol
147 TLS     Transport Security Layer
148 SASL    Simple Authentication and Security Layer
149 SMTP    Simple Mail Transfer Protocol
150 SNMP    Simple Network Management Protocol
151 STD     Internet Standard
152 UDP     User Datagram Protocol
153 URI     Uniform Resource Identifier
154 URL     Uniform Resource Locator
155 WWW     World Wide Web
156 X.500   X.500 Directory Services
157 !endblock
158
159 !block references; data
160 Reference       Status  Document        Jump
161 RFC2079         PS      RFC2079         ftp://ftp.isi.edu/in-notes/rfc2079.txt
162 RFC2251         PS      RFC2251         ftp://ftp.isi.edu/in-notes/rfc2251.txt
163 RFC2252         PS      RFC2252         ftp://ftp.isi.edu/in-notes/rfc2252.txt
164 RFC2253         PS      RFC2253         ftp://ftp.isi.edu/in-notes/rfc2253.txt
165 RFC2254         PS      RFC2254         ftp://ftp.isi.edu/in-notes/rfc2254.txt
166 RFC2255         PS      RFC2255         ftp://ftp.isi.edu/in-notes/rfc2255.txt
167 RFC2256         PS      RFC2256         ftp://ftp.isi.edu/in-notes/rfc2256.txt
168 RFC2798         PS      RFC2798         ftp://ftp.isi.edu/in-notes/rfc2798.txt
169 RFC2829         PS      RFC2829         ftp://ftp.isi.edu/in-notes/rfc2829.txt
170 RFC2830         PS      RFC2830         ftp://ftp.isi.edu/in-notes/rfc2830.txt
171 RFC2831         PS      RFC2831         ftp://ftp.isi.edu/in-notes/rfc2831.txt
172 !endblock