Mercurial > prosody-modules
view mod_http_libjs/README.markdown @ 4102:4e7ff27c212c
mod_lastlog2: Fix 'registered' event (Thanks Ge0rG)
Looks like this event was not updated for the map change, it's still how
it was in mod_lastlog(1)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 11 Sep 2020 16:45:47 +0200 |
parents | 88a469b285f5 |
children |
line wrap: on
line source
--- labels: - 'Stage-Stable' summary: 'Serve common Javascript libraries' ... Introduction ============ This module serves common static CSS and Javascript libraries from the filesystem, allowing other HTTP modules to easily reference them. The default configuration works out of the box with Debian (and derivatives) `libjs-*` packages, such as libjs-jquery and libjs-bootstrap. You can override the filesystem location using the `libjs_path` configuration option. The default is `/usr/share/javascript`. Compatibility ============= ----- ------- 0.11 Works ----- -------