# HG changeset patch # User Kim Alvefur # Date 1603137306 -7200 # Node ID 4ec755c13e9bbc53b276cb4da412a98b25621cd9 # Parent 02292b892fce6085edb49ed71f69b49b64265988 mod_invites*: Link to each other But don't link to itself? diff -r 02292b892fce -r 4ec755c13e9b mod_invites/README.markdown --- a/mod_invites/README.markdown Mon Oct 19 15:47:25 2020 +0100 +++ b/mod_invites/README.markdown Mon Oct 19 21:55:06 2020 +0200 @@ -10,11 +10,11 @@ This module is part of the suite of modules that implement invite-based account registration for Prosody. The other modules are: -- mod_invites_adhoc -- mod_invites_page -- mod_invites_register -- mod_invites_register_web -- mod_register_apps +- [mod_invites_adhoc] +- [mod_invites_page] +- [mod_invites_register] +- [mod_invites_register_web] +- [mod_register_apps] This module manages the creation and consumption of invite codes for the host(s) it is loaded onto. It currently does not expose any admin/user-facing diff -r 02292b892fce -r 4ec755c13e9b mod_invites_adhoc/README.markdown --- a/mod_invites_adhoc/README.markdown Mon Oct 19 15:47:25 2020 +0100 +++ b/mod_invites_adhoc/README.markdown Mon Oct 19 21:55:06 2020 +0200 @@ -13,13 +13,13 @@ This module is part of the suite of modules that implement invite-based account registration for Prosody. The other modules are: -- mod_invites -- mod_invites_page -- mod_invites_register -- mod_invites_register_web -- mod_register_apps +- [mod_invites] +- [mod_invites_page] +- [mod_invites_register] +- [mod_invites_register_web] +- [mod_register_apps] -For details and a full overview, start with the mod_invites documentation. +For details and a full overview, start with the [mod_invites] documentation. Details ======= diff -r 02292b892fce -r 4ec755c13e9b mod_invites_api/README.markdown --- a/mod_invites_api/README.markdown Mon Oct 19 15:47:25 2020 +0100 +++ b/mod_invites_api/README.markdown Mon Oct 19 21:55:06 2020 +0200 @@ -13,14 +13,14 @@ This module is part of the suite of modules that implement invite-based account registration for Prosody. The other modules are: -- mod_invites -- mod_invites_adhoc -- mod_invites_page -- mod_invites_register -- mod_invites_register_web -- mod_register_apps +- [mod_invites] +- [mod_invites_adhoc] +- [mod_invites_page] +- [mod_invites_register] +- [mod_invites_register_web] +- [mod_register_apps] -For details and a full overview, start with the mod_invites documentation. +For details and a full overview, start with the [mod_invites] documentation. Details ======= diff -r 02292b892fce -r 4ec755c13e9b mod_invites_page/README.markdown --- a/mod_invites_page/README.markdown Mon Oct 19 15:47:25 2020 +0100 +++ b/mod_invites_page/README.markdown Mon Oct 19 21:55:06 2020 +0200 @@ -18,13 +18,13 @@ This module is part of the suite of modules that implement invite-based account registration for Prosody. The other modules are: -- mod_invites -- mod_invites_adhoc -- mod_invites_register -- mod_invites_register_web -- mod_register_apps +- [mod_invites] +- [mod_invites_adhoc] +- [mod_invites_register] +- [mod_invites_register_web] +- [mod_register_apps] -For details and a full overview, start with the mod_invites documentation. +For details and a full overview, start with the [mod_invites] documentation. Details ======= diff -r 02292b892fce -r 4ec755c13e9b mod_invites_register/README.markdown --- a/mod_invites_register/README.markdown Mon Oct 19 15:47:25 2020 +0100 +++ b/mod_invites_register/README.markdown Mon Oct 19 21:55:06 2020 +0200 @@ -10,13 +10,13 @@ This module is part of the suite of modules that implement invite-based account registration for Prosody. The other modules are: -- mod_invites -- mod_invites_adhoc -- mod_invites_page -- mod_invites_register_web -- mod_register_apps +- [mod_invites] +- [mod_invites_adhoc] +- [mod_invites_page] +- [mod_invites_register_web] +- [mod_register_apps] -For details and a full overview, start with the mod_invites documentation. +For details and a full overview, start with the [mod_invites] documentation. Details ======= diff -r 02292b892fce -r 4ec755c13e9b mod_invites_register_web/README.markdown --- a/mod_invites_register_web/README.markdown Mon Oct 19 15:47:25 2020 +0100 +++ b/mod_invites_register_web/README.markdown Mon Oct 19 21:55:06 2020 +0200 @@ -18,14 +18,13 @@ This module is part of the suite of modules that implement invite-based account registration for Prosody. The other modules are: -- mod_invites -- mod_invites_adhoc -- mod_invites_page -- mod_invites_register -- mod_invites_register_web -- mod_register_apps +- [mod_invites] +- [mod_invites_adhoc] +- [mod_invites_page] +- [mod_invites_register] +- [mod_register_apps] -For details and a full overview, start with the mod_invites documentation. +For details and a full overview, start with the [mod_invites] documentation. Details =======