Mercurial > prosody-wiki
annotate mod_http_favicon.wiki @ 503:a4637b24841a
mod_admin_message -- added Stage-Beta label.
author | mikael.berthe@gmail.com |
---|---|
date | Sun, 25 Jan 2015 19:10:06 +0000 |
parents | 528721aaea46 |
children |
rev | line source |
---|---|
379
6530cf806e20
mod_http_favicon.wiki: Add a summary
Kim Alvefur <zash@zash.se>
parents:
376
diff
changeset
|
1 #summary HTTP favicon |
376 | 2 |
3 = Introduction = | |
4 | |
454
528721aaea46
a bunch of pages: strip trailing whitespace
Kim Alvefur <zash@zash.se>
parents:
379
diff
changeset
|
5 This simple module serves a `favicon.ico` from prosodys HTTP server and |
376 | 6 nothing else. |
7 | |
8 = Configuring = | |
9 | |
454
528721aaea46
a bunch of pages: strip trailing whitespace
Kim Alvefur <zash@zash.se>
parents:
379
diff
changeset
|
10 Simply load the module. The icon can be replaced by adding a `favicon` |
376 | 11 option to the config. |
12 | |
13 {{{ | |
14 modules_enabled = { | |
15 ... | |
16 "favicon"; | |
17 } | |
18 | |
19 favicon = "/path/to/my-favicon.ico" -- Override the built in one | |
20 }}} | |
21 | |
22 = Compatibility = | |
23 | |
24 ||trunk||Works|| | |
25 ||0.9||Works|| | |
26 ||0.8||Doesn't work|| |