gecko-dev/directory/xpcom
disttsc%bart.nl a6f2f5861a Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +00:00
..
base Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls 2001-02-22 09:35:51 +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.in 2000-07-10 21:24:55 +00:00
README.txt Updated description of directories in the tree. a=r=(not built) 2000-07-10 21:27:05 +00:00
TODO.txt test commit; a=r=(not built) 2000-10-25 23:54:02 +00:00
makefile.win

README.txt

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>