summaryrefslogtreecommitdiff
path: root/test/files/xml/lnk.xml
blob: c4605be2469fd89ba7e3b81aaad7a03b040ad8df (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!-- $Id$ -->

<!DOCTYPE lnkDB SYSTEM "lnk.dtd">
<!-- try this DOCTYPE lnkDB SYSTEM "lnkDB.dtd" [ <!ELEMENT newEl (link*)> ] -->
<lnkDB>
  <linkgroup>
    <groupname>LDAP Links</groupname>

    <link target="http://www.openldap.org/doc/">
      <name>OpenLDAP Administration Guide</name>
      <description>contains very readable section "What is LDAP"</description>
    </link>

    <linkgroup>
      <groupname>LDAP RFCs</groupname>

      <link target="ftp://ftp.isi.edu/in-notes/rfc2251.txt">
        <name>RFC2251 Lightweight Directory Access Protocol (v3)</name>
      </link>

      <link target="ftp://ftp.isi.edu/in-notes/rfc2252.txt">
        <name>Lightweight Directory Access Protocol (v3):
          Attribute Syntax Definitions</name>
      </link>

      <link target="ftp://ftp.isi.edu/in-notes/rfc2253.txt">
        <name>Lightweight Directory Access Protocol (v3):
          UTF-8 String Representation of Distinguished Names
        </name>
      </link>

      <link target="ftp://ftp.isi.edu/in-notes/rfc2254.txt">
        <name>The String Representation of LDAP Search Filters</name>
      </link>

    </linkgroup><!-- LDAP RFCs -->


    <linkgroup>

      <groupname>LDAP and Lotus Notes</groupname>

      <link target="http://www.shmoo.com/mail/fw1/jul99/msg00040.html">
        <name>LDAP enabled on Notes... to change settings</name>
      </link>

      <link target="http://www.openldap.org/lists/openldap-general/200103/msg00004.html">
        <name>Replicating Notes data to OpenLDAP</name>
      </link>

    </linkgroup><!-- LDAP and Lotus Notes -->

  </linkgroup><!-- LDAP links -->
</lnkDB>