comparison mod_http_libjs/README.markdown @ 4087:88a469b285f5

mod_http_libjs: New module to serve common CSS/Javascript libraries
author Matthew Wild <mwild1@gmail.com>
date Mon, 07 Sep 2020 13:33:42 +0100
parents
children
comparison
equal deleted inserted replaced
4086:50644402c6f5 4087:88a469b285f5
1 ---
2 labels:
3 - 'Stage-Stable'
4 summary: 'Serve common Javascript libraries'
5 ...
6
7 Introduction
8 ============
9
10 This module serves common static CSS and Javascript libraries from the
11 filesystem, allowing other HTTP modules to easily reference them.
12
13 The default configuration works out of the box with Debian (and derivatives)
14 `libjs-*` packages, such as libjs-jquery and libjs-bootstrap.
15
16 You can override the filesystem location using the `libjs_path` configuration
17 option. The default is `/usr/share/javascript`.
18
19 Compatibility
20 =============
21
22 ----- -------
23 0.11 Works
24 ----- -------