Mercurial > prosody-modules
view mod_muc_log_http/muc_log_http/themes/prosody/days_body.html @ 5648:c217f4edfc4f
misc/mtail: Start of an mtail config
Stashing it here in case anyone wants to continue working on it.
Currently it's only counting log messages by level.
Due to the permissions set by systemd on Prosody logs, mtail never
managed to start correctly until permissions were manually relaxed.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 17 Sep 2023 13:36:30 +0200 |
parents | bdd3e3bfc219 |
children |
line wrap: on
line source
<div id="title"> <div id="date">###SINCE### - ###TO###</div> <div id="roomjid">###JID###</div> <div id="links">(join via <a class="component" href="xmpp:###JID###?join">client</a>)</div> </div> <div id="calendar"> <div id="navigation"> <a class="nav" href="../###PREVIOUS_ROOM###/"><</a> <a class="nav" href="../">^</a> <a class="nav" href="../###NEXT_ROOM###/">></a> </div> <div class="weekday">List of rooms for this component</div> <div id="roomList">###ROOMS###</div> </div> <div class="topic">###ROOMTOPIC###</div> <div id="main"> ###DAYS_STUFF### </div>