Mercurial > prosody-modules
comparison mod_http_libjs/README.md @ 5975:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
| author | Menel <menel@snikket.de> |
|---|---|
| date | Tue, 22 Oct 2024 10:26:01 +0200 |
| parents | mod_http_libjs/README.markdown@88a469b285f5 |
| children | 18400b6c9d45 |
comparison
equal
deleted
inserted
replaced
| 5974:5a65a632d5b9 | 5975:fe081789f7b5 |
|---|---|
| 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 ----- ------- |
