Mercurial > prosody-modules
comparison mod_http_muc_log/README.markdown @ 2589:89a3f049689f
mod_http_muc_log/README: Add some text about the HTML template
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 01 Mar 2017 20:29:07 +0100 |
parents | cc29ec49776d |
children | dbc67120097f |
comparison
equal
deleted
inserted
replaced
2588:69d3e0037435 | 2589:89a3f049689f |
---|---|
37 http://conference.example.com:5280/muc_log/ | 37 http://conference.example.com:5280/muc_log/ |
38 | 38 |
39 See [the page about Prosodys HTTP server][doc:http] for info about the | 39 See [the page about Prosodys HTTP server][doc:http] for info about the |
40 address. | 40 address. |
41 | 41 |
42 ## Styling | |
43 | |
44 The default HTML template lives in `http_muc_log.html` in the same | |
45 directory as the module, but can be changed by setting | |
46 `http_muc_log_template` to point to a different file. The same template, | |
47 with different input is used for every view. | |
48 | |
49 The module uses [util.interpolation][doc:developers:util:interpolation] | |
50 for rendering templates, with the pattern `"%b{}"` and HTML / XML | |
51 escaping enabled. | |
52 | |
42 Compatibility | 53 Compatibility |
43 ============= | 54 ============= |
44 | 55 |
45 Requires Prosody 0.10 or above and a storage backend with support for | 56 Requires Prosody 0.10 or above and a storage backend with support for |
46 stanza archives. See [mod\_storage\_muc\_log] for using legacy data from | 57 stanza archives. See [mod\_storage\_muc\_log] for using legacy data from |