On 9/5/06, <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>&gt; 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>&gt;&nbsp;&nbsp;&nbsp;&nbsp;On 9/5/06, Patrick R. Michaud &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>&gt; wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PmWiki doesn't recognize the 'skype:' protocol by default, so
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;it doesn't know what to do with &quot;skype:YOUR_ID?call&quot;.&nbsp;&nbsp;It<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;can be enabled by an entry in Site.InterMap<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;skype:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;skype:$1<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Then the markup would be something like:
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[skype:tom?call|http://mystatus.skype.com/bigclassic/tom?x=.png]]<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pm<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Skype's web site apparently doesn't allow arguments to be added to the end<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;of their urls, because the image doesn't show up when you append ?x=png.
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;The InterMap trick works for the link, but the image isn't going to be<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;displayed unless we come up with a different workaround to convince PmWiki<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;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).&nbsp; 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>