comparison mod_http_dir_listing/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_dir_listing/README.markdown@a0a4413e55b8
children
comparison
equal deleted inserted replaced
5974:5a65a632d5b9 5975:fe081789f7b5
1 ---
2 rockspec:
3 build:
4 copy_directories:
5 - http_dir_listing/resources
6 modules:
7 mod_http_dir_listing: http_dir_listing/mod_http_dir_listing.lua
8 summary: HTTP directory listing
9 ...
10
11 Introduction
12 ============
13
14 This module generates directory listings when invoked by
15 `mod_http_files`. See [documentation on
16 `mod_http_files`](http://prosody.im/doc/modules/mod_http_files).
17
18 Configuration
19 =============
20
21 The module itself doesn't have any configuration of its own, just enable
22 the it along with `mod_http_files`.
23
24 modules_enabled = {
25 ...
26
27 "http_files";
28 "http_dir_listing";
29 }
30
31 http_dir_listing = true;
32
33 The layout, CSS and icons in the `resources/` directory can be
34 customized or replaced. All resources are cached in memory when the
35 module is loaded and the images are inlined in the CSS.
36
37 Compatibility
38 =============
39
40 version status
41 --------- --------
42 trunk Works
43 0.12 Works
44 0.11 Works