gecko-dev/directory/xpcom
2001-02-17 18:30:12 +00:00
..
base Add REQUIRES line to fix --enable-ldap + MOZ_TRACK_MODULE_DEPS bustage. 2001-02-17 18:30:12 +00:00
datasource Not part of the build. Adding a QI. 2001-02-13 14:15:42 +00:00
macbuild
tests Not part of the build. Correcting depth. 2001-02-13 14:16:28 +00:00
.cvsignore
Makefile.in
makefile.win
README.txt
TODO.txt test commit; a=r=(not built) 2000-10-25 23:54:02 +00:00

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>