# HG changeset patch # User Kim Alvefur # Date 1372538049 -7200 # Node ID 87292ed75f0a60f87167b404c756797d1827f315 # Parent ce40ff792eba6110681c791e9252fc8dd8689ef2 mod_http_favicon: Add wiki page diff -r ce40ff792eba -r 87292ed75f0a mod_http_favicon.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_http_favicon.wiki Sat Jun 29 22:34:09 2013 +0200 @@ -0,0 +1,26 @@ +#summary + += Introduction = + +This simple module serves a `favicon.ico` from prosodys HTTP server and +nothing else. + += Configuring = + +Simply load the module. The icon can be replaced by adding a `favicon` +option to the config. + +{{{ +modules_enabled = { + ... + "favicon"; +} + +favicon = "/path/to/my-favicon.ico" -- Override the built in one +}}} + += Compatibility = + +||trunk||Works|| +||0.9||Works|| +||0.8||Doesn't work||