mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1
This commit is contained in:
parent
23e0d82436
commit
e400f4130a
1564 changed files with 510348 additions and 0 deletions
24
ldap/xpcom/README.txt
Normal file
24
ldap/xpcom/README.txt
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
This is the home for XPCOM modules that implement LDAP functionality.
|
||||
|
||||
What's Here
|
||||
-----------
|
||||
base/
|
||||
Implements a wrapper around the LDAP C SDK, as well as support
|
||||
for ldap: URLs in the browser. Written entirely in C++;
|
||||
theoretically only depends on necko, xpcom, nspr, and the LDAP
|
||||
C SDK.
|
||||
|
||||
datasource/
|
||||
An RDF datasource, written in Javascript.
|
||||
|
||||
tests/
|
||||
Some basic tests to help ensure that things don't break as
|
||||
development proceeds. Currently, there is only some stuff for
|
||||
testing the datasource.
|
||||
|
||||
|
||||
Building
|
||||
--------
|
||||
See <http://www.mozilla.org/directory/xpcom.html>.
|
||||
|
||||
Dan Mosedale <dmose@mozilla.org>
|
||||
Loading…
Add table
Add a link
Reference in a new issue