changeset 298:1fee37709cda

mod_webpresence: updated info on wiki page
author mva.name@gmail.com
date Mon, 06 Aug 2012 10:35:06 +0000
parents f50173b0d169
children c27f27ba8b58
files mod_webpresence.wiki
diffstat 1 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_webpresence.wiki	Fri Aug 03 13:02:26 2012 +0000
+++ b/mod_webpresence.wiki	Mon Aug 06 10:35:06 2012 +0000
@@ -19,14 +19,24 @@
 
 {{{<img src="http://prosody.example.com:5280/status/john.smith" />}}}
 
+Alternatively, it can be used to get status name as plaint text, status message as plain text or html-code for embedding on web-pages.
+
+To get status name in plain text you can use something like that link: http://prosody.example.com:5280/status/john.smith/text
+
+To get status message as plain text you can use something like following link: http://prosody.example.com:5280/status/john.smith/message
+To get html code, containig status name, status image and status message  (if set):
+http://prosody.example.com:5280/status/john.smith/html
+
+All other 
 = Compatibility =
+||0.9||Works||
 ||0.8||Works||
 ||0.7||Works||
 ||0.6||Works||
 
 = Todo =
 
-  * Allow different formats, e.g. plain text, HTML, include status messages, etc.
+  * JSON?
   * Display PEP information (maybe a new plugin?)
   * More (free) iconsets
-  * Internal/external image generator (GD, ImageMagik)
\ No newline at end of file
+  * Internal/external image generator (GD, ImageMagick)
\ No newline at end of file