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