summaryrefslogtreecommitdiffstatsabout
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README40
1 files changed, 40 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..78e9d8a
--- /dev/null
+++ b/README
@@ -0,0 +1,40 @@
1DJabberd-Plugin-EntityTime
2
3Implements XEP-0090 and XEP-0202 for DJabberd
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::EntityTime
20
21You can also look for information at:
22
23 Search CPAN
24 http://search.cpan.org/dist/DJabberd-Plugin-EntityTime
25
26 CPAN Request Tracker:
27 http://rt.cpan.org/NoAuth/Bugs.html?Dist=DJabberd-Plugin-EntityTime
28
29 AnnoCPAN, annotated CPAN documentation:
30 http://annocpan.org/dist/DJabberd-Plugin-EntityTime
31
32 CPAN Ratings:
33 http://cpanratings.perl.org/d/DJabberd-Plugin-EntityTime
34
35COPYRIGHT AND LICENCE
36
37Copyright (C) 2007 Edward Rudd
38
39This program is free software; you can redistribute it and/or modify it
40under the same terms as Perl itself.