aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-05-13 15:48:02 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-05-13 21:27:37 +0200
commitf23003947b2b34644cdedf9fd9699d8173b20ac7 (patch)
tree04fcd591a2097f65a4f64f2a51c8cee6a3625acb /README.rst
parent22afe0326408b03551b655aee52d151cef442b9e (diff)
downloadparseLDIF-f23003947b2b34644cdedf9fd9699d8173b20ac7.tar.gz
Add a simple testsuite.
Example files from RFC2849
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>`_.