Software /
code /
prosody-modules
Diff
mod_http_muc_log/README.markdown @ 4182:1890115b2773
mod_http_muc_log: Move template into a directory to ease packaging
There's no LuaRocks directive like `copy_directories` for individual
files, short of writing a whole custom installation method.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 08 Oct 2020 16:39:19 +0200 |
parent | 3596:6e529f53b3c3 |
child | 4676:a2cf3b69a3d6 |
line wrap: on
line diff
--- a/mod_http_muc_log/README.markdown Thu Oct 08 13:49:08 2020 +0200 +++ b/mod_http_muc_log/README.markdown Thu Oct 08 16:39:19 2020 +0200 @@ -2,6 +2,10 @@ labels: - 'Stage-Beta' summary: Provides a web interface to stored chatroom logs +rockspec: + build: + copy_directories: + - res ... Introduction