Annotate
mod_listusers/README.markdown @ 4836:5fc306239db3
mod_pep_atom_categories: Add a module to index categories in Atom entries
A new node is created for each category, named category-<the category>, which
contains a list of all node/item tuples having said category as a tag.
author |
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
date |
Sat, 25 Dec 2021 15:35:17 +0100 |
parent |
2323:35ae59a8196d |
child |
5412:b56a635220f6 |
rev |
line source |
2323
|
1 This module adds a command to `prosodyctl` for listing users.
|
|
2
|
|
3 ``` sh
|
|
4 prosodyctl mod_listusers
|
|
5 ```
|