summaryrefslogtreecommitdiffstatsabout
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 26 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..0c7aa40
--- /dev/null
+++ b/README
@@ -0,0 +1,26 @@
1DJabberd-VCard-LDAP
2
3Provides an LDAP VCard backend.
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9 perl Makefile.PL
10 make
11 make test
12 make install
13
14
15SUPPORT AND DOCUMENTATION
16
17After installing, you can find documentation for this module with the perldoc command.
18
19 perldoc DJabberd::Plugin::VCard::LDAP
20
21COPYRIGHT AND LICENCE
22
23Copyright (C) 2007 Edward Rudd
24
25This program is free software; you can redistribute it and/or modify it
26under the same terms as Perl itself.