gecko-dev/directory/xpcom/README.txt

34 строки
982 B
Plaintext
Исходник Обычный вид История

2000-05-09 05:09:11 +04:00
This is the home for XPCOM modules that implement LDAP functionality.
WARNING: This code is NOT YET READY FOR PRIME-TIME. You ALMOST
CERTAINLY DON'T WANT TO BUILD IT unless you're planning to hack on the
code. It is checked in to CVS primarily to allow folks to lend a hand.
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, and the LDAP C
SDK.
In the not-too-distant future, other components are likely to appear,
including:
rdf/
An RDF datasource, probably written in Javascript.
tests/
Some basic tests to help ensure that things don't break as
development proceeds.
Building
--------
This requires various other pieces of infrastructure from the Mozilla
CVS tree. See <http://www.mozilla.org/directory/xpcom-build.html>
for now.
Dan Mosedale <dmose@mozilla.org>