aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..420055d
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,17 @@
+Pure JavaScript libraray for parsing LDIF (from LDAP standards)
+addressbooks.
+
+It is oriented mostly on impmorting export files from Thunderbird, so
+although it tries to adhere to RFC2849 as much as possible, it doesn’t
+support:
+
+* changes
+* hierarchies
+* different schemata
+* linked values from files or URLs
+
+Pull requests for full coverage of RFC are more than welcome (with
+additional tests)
+
+Whole project is covered by `LGPL v. 2.1
+<http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html>`_.