pjs/directory/xpcom
kairo%kairo.at 108ef75354 bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard 2003-06-04 11:11:19 +00:00
..
base bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard 2003-06-04 11:11:19 +00:00
datasource Landing bookmarks changes. 2003-05-23 12:03:40 +00:00
macbuild
tests Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
.cvsignore
Makefile.in
README.txt
TODO.txt

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>