pjs/directory/xpcom
dmose%mozilla.org 3a051670b7 Makefile.in 2000-07-10 21:24:55 +00:00
..
base adjust some comments. a=r=(not built) 2000-07-10 21:17:04 +00:00
datasource initial code for an LDAP datasource; not yet working or complete. a=r=(not built) 2000-07-10 21:22:17 +00:00
macbuild Fixing access paths. Not part of the build. 2000-06-28 22:55:26 +00:00
tests some tests of the LDAP code, currently just for the datasource 2000-07-10 21:24:45 +00:00
.cvsignore cause "cvs update" to stop whining about generated Makefiles in non-objdir builds 2000-06-06 07:23:21 +00:00
Makefile.in Makefile.in 2000-07-10 21:24:55 +00:00
README.txt various updates. a=r=(not built) 2000-07-10 17:50:32 +00:00
TODO.txt updated the TODO list. a=r=(not built) 2000-07-10 21:17:59 +00:00
makefile.win first cut at some new-style windows makefiles for the C SDK. these don't really work yet - they are being checked in to allow other developers to collaborate on them. a=r=(not built) 2000-06-16 02:35:41 +00:00

README.txt

This is the home for XPCOM modules that implement LDAP functionality.

What's Here
-----------
Right now, there is only the base component:

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.

In the not-too-distant future, other components are likely to appear,
including:

datasource/
	An RDF datasource, written in Javascript. 

tests/
	Some basic tests to help ensure that things don't break as
        development proceeds.

Building
--------
See <http://www.mozilla.org/directory/xpcom.html>.

Dan Mosedale <dmose@mozilla.org>