various updates. a=r=(not built)

This commit is contained in:
dmose%mozilla.org 2000-07-10 17:50:32 +00:00
Родитель 39732b38c7
Коммит 7abfcb5d26
1 изменённых файлов: 3 добавлений и 11 удалений

Просмотреть файл

@ -1,11 +1,5 @@
This is the home for XPCOM modules that implement LDAP functionality.
WARNING: This code is not quite ready for prime time, and has only
been built on Linux. Once a bunch of build glue gets added, then
perhaps it will be reasonable to add this code to the general
SeaMonkeyAll checkout and builds. Hopefully this won't take long; the
first four or five items in TODO.txt are the important ones.
What's Here
-----------
Right now, there is only the base component:
@ -19,8 +13,8 @@ base/
In the not-too-distant future, other components are likely to appear,
including:
rdf/
An RDF datasource, probably written in Javascript.
datasource/
An RDF datasource, written in Javascript.
tests/
Some basic tests to help ensure that things don't break as
@ -28,8 +22,6 @@ tests/
Building
--------
This requires various other pieces of infrastructure from the Mozilla
CVS tree. See <http://www.mozilla.org/directory/xpcom.html>
for now.
See <http://www.mozilla.org/directory/xpcom.html>.
Dan Mosedale <dmose@mozilla.org>