changeset 2188:63764d6e7e38

mod_list_inactive/README: Change extension to .markdown currently required by the site generator
author Kim Alvefur <zash@zash.se>
date Tue, 31 May 2016 16:00:47 +0200
parents 287f37e6b6e1
children 093b1180aa42
files mod_list_inactive/README.markdown mod_list_inactive/README.md
diffstat 2 files changed, 31 insertions(+), 31 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_list_inactive/README.markdown	Tue May 31 16:00:47 2016 +0200
@@ -0,0 +1,31 @@
+Description
+===========
+
+This module lists those users, who haven't used their account in a defined time-frame.
+
+Dependencies
+============
+
+[mod_lastlog](https://modules.prosody.im/mod_lastlog.html)
+
+Usage
+=====
+
+`prosodyctl mod_list_inactive example.com time [format]`
+
+time is a number followed by 'day', 'week', 'month' or 'year'
+
+formats are:
+delete  user:delete"user@example.com" -- last action
+default user@example.com
+event   user@example.com last action
+
+Example
+=======
+
+`prosodyctl mod_list_inactive example.com 1year`
+
+Help
+====
+
+`prosodyctl mod_list_inactive`
--- a/mod_list_inactive/README.md	Tue May 31 11:45:59 2016 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-Description
-===========
-
-This module lists those users, who haven't used their account in a defined time-frame.
-
-Dependencies
-============
-
-[mod_lastlog](https://modules.prosody.im/mod_lastlog.html)
-
-Usage
-=====
-
-`prosodyctl mod_list_inactive example.com time [format]`
-
-time is a number followed by 'day', 'week', 'month' or 'year'
-
-formats are:
-delete  user:delete"user@example.com" -- last action
-default user@example.com
-event   user@example.com last action
-
-Example
-=======
-
-`prosodyctl mod_list_inactive example.com 1year`
-
-Help
-====
-
-`prosodyctl mod_list_inactive`