Software / code / prosody-modules
Comparison
README @ 1669:a25d137439a7
Add README and CONTRIBUTING files containing the text from https://code.google.com/p/prosody-modules/
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 09 Apr 2015 14:21:33 +0200 |
| child | 1786:8ad2c526404c |
comparison
equal
deleted
inserted
replaced
| 1668:fc7cd6cbe228 | 1669:a25d137439a7 |
|---|---|
| 1 prosody-modules | |
| 2 =============== | |
| 3 | |
| 4 *Add-on modules for Prosody IM Server* | |
| 5 | |
| 6 -------------------------------------------------------------------------- | |
| 7 | |
| 8 Community repository for non-core, unofficial and/or experimental plugins | |
| 9 for [Prosody][]. | |
| 10 | |
| 11 If you are a developer and would like to host your Prosody module in this | |
| 12 repository, or want to contribute to existing modules, simply introduce | |
| 13 yourself and request commit access on our [mailing list][]. | |
| 14 | |
| 15 Notes for users | |
| 16 ---------------- | |
| 17 | |
| 18 There are lots of fun and exciting modules to be found here, we know | |
| 19 you'll like it. However please note that each module is in a different | |
| 20 state of development. Some are proof-of-concept, others are quite stable | |
| 21 and ready for production use. Be sure to read the wiki page of any | |
| 22 module before installing it on your server. | |
| 23 | |
| 24 We are working on methods to easily download and install modules from | |
| 25 this repository. In the meantime most modules are either a single file | |
| 26 and easy to install, or contain installation instructions on their wiki | |
| 27 page. You can browse the files stored in this repository at | |
| 28 <http://prosody-modules.googlecode.com/hg/>. | |
| 29 | |
| 30 Prosody 0.8x compatibility | |
| 31 -------------------------- | |
| 32 | |
| 33 Due to a number of backwards-incompatible API changes in Prosody 0.9, | |
| 34 prosody-modules for 0.8 are now maintained separately at | |
| 35 <http://0-8.prosody-modules.googlecode.com/hg/>. | |
| 36 | |
| 37 [Prosody]: http://prosody.im/ | |
| 38 [mailing list]: http://prosody.im/discuss |