changeset 141:9add3ebe92f4

Add installation section, and update compatibility table.
author MWild1
date Wed, 07 Jul 2010 09:43:08 +0000
parents 9945dcf3e49e
children d3dd8fdcae1d
files mod_webpresence.wiki
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_webpresence.wiki	Wed Jul 07 09:39:01 2010 +0000
+++ b/mod_webpresence.wiki	Wed Jul 07 09:43:08 2010 +0000
@@ -9,6 +9,10 @@
 
 This module uses Prosody's built-in HTTP server (it does not depend on mod_httpserver). It supplies a status icon representative of a user's online state.
 
+= Installation =
+
+Simply copy mod_webpresence.lua to your modules directory, the image files are embedded within it. Then add "webpresence" to your modules_enabled list.
+
 = Usage =
 
 Once loaded you can embed the icon into a page using a simple `<img>` tag, as follows:
@@ -16,8 +20,9 @@
 {{{<img src="http://prosody.example.com:5280/status/john.smith" />}}}
 
 = Compatibility =
+||0.8||Works||
+||0.7||Works||
 ||0.6||Works||
-||0.5||Works||
 
 = Todo =