comparison mod_http_libjs/README.md @ 6064:18400b6c9d45

mod_http_libjs: Update Compability
author Menel <menel@snikket.de>
date Sun, 08 Dec 2024 22:53:55 +0100
parents fe081789f7b5
children
comparison
equal deleted inserted replaced
6063:a1f6fe0025d2 6064:18400b6c9d45
9 9
10 This module serves common static CSS and Javascript libraries from the 10 This module serves common static CSS and Javascript libraries from the
11 filesystem, allowing other HTTP modules to easily reference them. 11 filesystem, allowing other HTTP modules to easily reference them.
12 12
13 The default configuration works out of the box with Debian (and derivatives) 13 The default configuration works out of the box with Debian (and derivatives)
14 `libjs-*` packages, such as libjs-jquery and libjs-bootstrap. 14 `libjs-*` packages, such as `libjs-jquery` and `libjs-bootstrap`.
15 15
16 You can override the filesystem location using the `libjs_path` configuration 16 You can override the filesystem location using the `libjs_path` configuration
17 option. The default is `/usr/share/javascript`. 17 option. The default is `/usr/share/javascript`.
18 18
19 Compatibility 19 Compatibility
20 ============= 20 =============
21 21
22 ----- ------- 22 Prosody-Version Status
23 0.11 Works 23 --------------- --------------------
24 ----- ------- 24 trunk Works as of 24-12-08
25 0.12 Works