Software /
code /
prosody-modules
Changeset
1821:79b9bd84b91c
Fix intralinks in READMEs
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 02 Sep 2015 18:25:03 +0200 |
parents | 1820:8de50be756e5 |
children | 1822:ce2ca509a88c |
files | mod_auth_ldap2/README.markdown mod_csi_compat/README.markdown mod_http_muc_log/README.markdown mod_lib_ldap/README.markdown mod_mam_archive/README.markdown mod_mam_muc/README.markdown mod_mam_sql/README.markdown mod_muc_log/README.markdown mod_muc_log_http/README.markdown mod_storage_ldap/README.markdown mod_storage_memory/README.markdown mod_storage_muc_log/README.markdown mod_throttle_presence/README.markdown |
diffstat | 13 files changed, 26 insertions(+), 26 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_auth_ldap2/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_auth_ldap2/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -7,24 +7,24 @@ Introduction ============ -See [mod\_lib\_ldap](mod_lib_ldap.md) for more information. +See [mod\_lib\_ldap](mod_lib_ldap.html) for more information. Installation ============ -You must install [mod\_lib\_ldap](mod_lib_ldap.md) to use this module. +You must install [mod\_lib\_ldap](mod_lib_ldap.html) to use this module. After that, you need only copy mod\_auth\_ldap2.lua to your Prosody installation's plugins directory. Configuration ============= -In addition to the configuration that [mod\_lib\_ldap](mod_lib_ldap.md) +In addition to the configuration that [mod\_lib\_ldap](mod_lib_ldap.html) itself requires, this plugin also requires the following fields in the ldap section: - user.filter - admin (optional) -See the README.md distributed with [mod\_lib\_ldap](mod_lib_ldap.md) for +See the README.html distributed with [mod\_lib\_ldap](mod_lib_ldap.html) for details.
--- a/mod_csi_compat/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_csi_compat/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -7,7 +7,7 @@ ============ This module implements the google:queue protocol and maps it to -[mod\_csi](mod_csi.md) events. +[mod\_csi](mod_csi.html) events. Configuration =============
--- a/mod_http_muc_log/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_http_muc_log/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -8,7 +8,7 @@ ============ This module provides a built-in web interface to view chatroom logs -stored by [mod\_mam\_muc](mod_mam_muc.md). +stored by [mod\_mam\_muc](mod_mam_muc.html). Installation ============
--- a/mod_lib_ldap/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_lib_ldap/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -9,8 +9,8 @@ This module is used by other modules to access an LDAP server. It's pretty useless on its own; you should use it if you want to write your own LDAP-related module, or if you want to use one of mine -([mod\_auth\_ldap2](mod_auth_ldap2.md), -[mod\_storage\_ldap](mod_storage_ldap.md)). +([mod\_auth\_ldap2](mod_auth_ldap2.html), +[mod\_storage\_ldap](mod_storage_ldap.html)). Installation ============ @@ -72,5 +72,5 @@ More Information ================ -For more information, please consult the README.md file under +For more information, please consult the README.html file under prosody-modules/mod\_lib\_ldap.
--- a/mod_mam_archive/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_mam_archive/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -9,17 +9,17 @@ Implementation of [XEP-0136: Message Archiving](http://xmpp.org/extensions/xep-0136.html) for -[mod\_mam](mod_mam.md). +[mod\_mam](mod_mam.html). Details ======= -See [mod\_mam](mod_mam.md) for details. +See [mod\_mam](mod_mam.html) for details. Usage ===== -First configure mod\_mam as specified in it's [wiki](mod_mam.md). Make +First configure mod\_mam as specified in it's [wiki](mod_mam.html). Make sure it uses sql2 storage backend. Then add "mam\_archive" to your modules\_enabled list:
--- a/mod_mam_muc/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_mam_muc/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -11,7 +11,7 @@ Prosody's archive storage. To access them you will need a client with support for [XEP-0313: Message Archive Management](http://xmpp.org/extensions/xep-0313.html) or a module such -as [mod\_http\_muc\_log](mod_http_muc_log.md). +as [mod\_http\_muc\_log](mod_http_muc_log.html). Usage =====
--- a/mod_mam_sql/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_mam_sql/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -23,7 +23,7 @@ Details ======= -See [mod\_mam](mod_mam.md) for details. +See [mod\_mam](mod_mam.html) for details. Usage ===== @@ -83,7 +83,7 @@ ============= This module uses the same configuration settings that -[mod\_mam](mod_mam.md) does, in addition to the [SQL storage +[mod\_mam](mod_mam.html) does, in addition to the [SQL storage settings](http://prosody.im/doc/modules/mod_storage_sql). You may also name the SQL connection settings 'mam\_sql' if you want.
--- a/mod_muc_log/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_muc_log/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -9,7 +9,7 @@ This module logs the conversation of chatrooms running on the server to Prosody's data store. To view them you will need a module such as -[mod\_muc\_log\_http](mod_muc_log_http.md). +[mod\_muc\_log\_http](mod_muc_log_http.html). Details =======
--- a/mod_muc_log_http/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_muc_log_http/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -8,7 +8,7 @@ ============ This module provides a built-in web interface to view chatroom logs -stored by [mod\_muc\_log](mod_muc_log.md). +stored by [mod\_muc\_log](mod_muc_log.html). Installation ============
--- a/mod_storage_ldap/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_storage_ldap/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -7,12 +7,12 @@ Introduction ============ -See [mod\_lib\_ldap](mod_lib_ldap.md) for more information. +See [mod\_lib\_ldap](mod_lib_ldap.html) for more information. Installation ============ -You must install [mod\_lib\_ldap](mod_lib_ldap.md) to use this module. +You must install [mod\_lib\_ldap](mod_lib_ldap.html) to use this module. After that, you need only copy mod\_storage\_ldap.lua and ldap/vcard.lib.lua to your Prosody installation's plugins directory. Make sure vcard.lib.lua is installed under plugins/ldap/. @@ -20,7 +20,7 @@ Configuration ============= -In addition to the configuration that [mod\_lib\_ldap](mod_lib_ldap.md) +In addition to the configuration that [mod\_lib\_ldap](mod_lib_ldap.html) itself requires, this plugin also requires the following fields in the ldap section: @@ -30,5 +30,5 @@ - groups.basedn - vcard\_format (optional) -See the README.md distributed with [mod\_lib\_ldap](mod_lib_ldap.md) for +See the README.html distributed with [mod\_lib\_ldap](mod_lib_ldap.html) for details.
--- a/mod_storage_memory/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_storage_memory/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -18,7 +18,7 @@ Because the accounts store will always begin empty, it is mostly useful combined with an authentication plugin which doesn't use Prosody's -storage API, or with [mod\_auth\_any](mod_auth_any.md), or you can +storage API, or with [mod\_auth\_any](mod_auth_any.html), or you can create user accounts manually each time the server starts. Compatibility
--- a/mod_storage_muc_log/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_storage_muc_log/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -8,11 +8,11 @@ Introduction ============ -[mod\_muc\_log](mod_muc_log.md) provided logging of chatrooms running on +[mod\_muc\_log](mod_muc_log.html) provided logging of chatrooms running on the server to Prosody's data store. This module gives access to this data using the 0.10+ stanza archive API, allowing legacy log data to be -used with [mod\_mam\_muc](mod_mam_muc.md) and -[mod\_http\_muc\_log](mod_http_muc_log.md). +used with [mod\_mam\_muc](mod_mam_muc.html) and +[mod\_http\_muc\_log](mod_http_muc_log.html). Details =======
--- a/mod_throttle_presence/README.markdown Wed Sep 02 17:30:33 2015 +0200 +++ b/mod_throttle_presence/README.markdown Wed Sep 02 18:25:03 2015 +0200 @@ -12,7 +12,7 @@ essential to have highly accurate presence information. This module automatically cuts down on presence traffic when clients -indicate they are inactive (using the [CSI protocol](mod_csi.md)). +indicate they are inactive (using the [CSI protocol](mod_csi.html)). This is extremely valuable for mobile clients that wish to save battery power while in the background.