On 9/5/06, <b class="gmail_sendername">Patrick R. Michaud</b> <<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, Sep 05, 2006 at 12:19:12PM -0500, Jon Haupt wrote:<br>> On 9/5/06, Patrick R. Michaud <<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>> wrote:<br>> PmWiki doesn't recognize the 'skype:' protocol by default, so
<br>> it doesn't know what to do with "skype:YOUR_ID?call". It<br>> can be enabled by an entry in Site.InterMap<br>><br>> skype: skype:$1<br>><br>> Then the markup would be something like:
<br>><br>> [[skype:tom?call|http://mystatus.skype.com/bigclassic/tom?x=.png]]<br>><br>> Pm<br>><br>> Skype's web site apparently doesn't allow arguments to be added to the end<br>> of their urls, because the image doesn't show up when you append ?x=png.
<br>> The InterMap trick works for the link, but the image isn't going to be<br>> displayed unless we come up with a different workaround to convince PmWiki<br>> to display that image.<br><br>Yes, I'm guessing a special markup for this (and possibly
<br>for all of the different online presence indicators).<br><br>Pm<br></blockquote></div><br>I've written up a very simple special markup recipe and uploaded it in the form of onlinestatus.php, now available at<br><br><a href="http://pmwiki.org/wiki/Cookbook/OnlineStatus">
http://pmwiki.org/wiki/Cookbook/OnlineStatus</a><br><br>This recipe enables a (:onlinestatus:) markup which has two arguments: svc (service) and id (identification). It currently allows yim (Yahoo!), aol, and skype in the 'svc' argument. So if you were YIM user dairyman88, you'd use this markup:
<br><br>(:onlinestatus svc=yim id=dairyman88:)<br><br>There are several other services, obviously, and anyone can feel free to add them to this recipe.<br><br>Jon Haupt<br>