comparison mod_webpresence.wiki @ 298:1fee37709cda

mod_webpresence: updated info on wiki page
author mva.name@gmail.com
date Mon, 06 Aug 2012 10:35:06 +0000
parents 49c54511545a
children c27f27ba8b58
comparison
equal deleted inserted replaced
297:f50173b0d169 298:1fee37709cda
17 17
18 Once loaded you can embed the icon into a page using a simple `<img>` tag, as follows: 18 Once loaded you can embed the icon into a page using a simple `<img>` tag, as follows:
19 19
20 {{{<img src="http://prosody.example.com:5280/status/john.smith" />}}} 20 {{{<img src="http://prosody.example.com:5280/status/john.smith" />}}}
21 21
22 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.
23
24 To get status name in plain text you can use something like that link: http://prosody.example.com:5280/status/john.smith/text
25
26 To get status message as plain text you can use something like following link: http://prosody.example.com:5280/status/john.smith/message
27 To get html code, containig status name, status image and status message (if set):
28 http://prosody.example.com:5280/status/john.smith/html
29
30 All other
22 = Compatibility = 31 = Compatibility =
32 ||0.9||Works||
23 ||0.8||Works|| 33 ||0.8||Works||
24 ||0.7||Works|| 34 ||0.7||Works||
25 ||0.6||Works|| 35 ||0.6||Works||
26 36
27 = Todo = 37 = Todo =
28 38
29 * Allow different formats, e.g. plain text, HTML, include status messages, etc. 39 * JSON?
30 * Display PEP information (maybe a new plugin?) 40 * Display PEP information (maybe a new plugin?)
31 * More (free) iconsets 41 * More (free) iconsets
32 * Internal/external image generator (GD, ImageMagik) 42 * Internal/external image generator (GD, ImageMagick)