<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Callto: Skype links for phone numbers with Ubuntu</title>
	<atom:link href="http://amoore2600.wordpress.com/2007/07/27/callto-linkify-for-skype-with-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://amoore2600.wordpress.com/2007/07/27/callto-linkify-for-skype-with-linux/</link>
	<description>sudo apt-get install brains</description>
	<lastBuildDate>Thu, 15 Jan 2009 13:21:49 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: amoore2600</title>
		<link>http://amoore2600.wordpress.com/2007/07/27/callto-linkify-for-skype-with-linux/#comment-85</link>
		<dc:creator>amoore2600</dc:creator>
		<pubDate>Thu, 15 Jan 2009 13:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://amoore2600.wordpress.com/2007/07/27/callto-linkify-for-skype-with-linux/#comment-85</guid>
		<description>I don&#039;t think so. Google would have to write the api.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think so. Google would have to write the api.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://amoore2600.wordpress.com/2007/07/27/callto-linkify-for-skype-with-linux/#comment-84</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 14 Jan 2009 19:40:10 +0000</pubDate>
		<guid isPermaLink="false">http://amoore2600.wordpress.com/2007/07/27/callto-linkify-for-skype-with-linux/#comment-84</guid>
		<description>Is there anything out there that would turn map addresses into links that go to google earth? or any mapping program?</description>
		<content:encoded><![CDATA[<p>Is there anything out there that would turn map addresses into links that go to google earth? or any mapping program?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angie</title>
		<link>http://amoore2600.wordpress.com/2007/07/27/callto-linkify-for-skype-with-linux/#comment-70</link>
		<dc:creator>Angie</dc:creator>
		<pubDate>Mon, 05 May 2008 02:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://amoore2600.wordpress.com/2007/07/27/callto-linkify-for-skype-with-linux/#comment-70</guid>
		<description>Hi you seem to know what you are doing when it comes to Skyp .. I am trying to add Skype to my forums and I have it working but I don&#039;t want it to call Skype .. I want it to send a message .. so instead of callto:// I want something like chatto:// but that one does NOT work .. is not recognized ..  I am working with a script that I can&#039;t change to the new way Skype writes the code .. 

This is part of the code I am working with: 
&#039;skype&#039; =&gt; $profile[&#039;Skype&#039;] !=&#039;&#039; &amp;&amp; (empty($modSettings[&#039;guest_hideContacts&#039;]) &#124;&#124; !$user_info[&#039;is_guest&#039;]) ? array(
&#039;name&#039; =&gt; &amp;$profile[&#039;Skype&#039;],
&#039;href&#039; =&gt; &#039;callto://&#039; . $profile[&#039;Skype&#039;],
&#039;link&#039; =&gt; &#039;&lt;a href=&quot;//&#039; . $profile[&#039;Skype&#039;] . &#039;&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;&#039;,
&#039;link_text&#039; =&gt; &#039;&lt;a href=&quot;//&#039; . $profile[&#039;Skype&#039;] . &#039;&quot; rel=&quot;nofollow&quot;&gt;&#039; . $profile[&#039;Skype&#039;] . &#039;&lt;/a&gt;&#039;
) : array(&#039;name&#039; =&gt; &#039;&#039;, &#039;href&#039; =&gt; &#039;&#039;, &#039;link&#039; =&gt; &#039;&#039;, &#039;link_text&#039; =&gt; &#039;&#039;),

If you have any suggestions please email me thanks!

- Angie</description>
		<content:encoded><![CDATA[<p>Hi you seem to know what you are doing when it comes to Skyp .. I am trying to add Skype to my forums and I have it working but I don&#8217;t want it to call Skype .. I want it to send a message .. so instead of callto:// I want something like chatto:// but that one does NOT work .. is not recognized ..  I am working with a script that I can&#8217;t change to the new way Skype writes the code .. </p>
<p>This is part of the code I am working with:<br />
&#8217;skype&#8217; =&gt; $profile['Skype'] !=&#8221; &amp;&amp; (empty($modSettings['guest_hideContacts']) || !$user_info['is_guest']) ? array(<br />
&#8216;name&#8217; =&gt; &amp;$profile['Skype'],<br />
&#8216;href&#8217; =&gt; &#8216;callto://&#8217; . $profile['Skype'],<br />
&#8216;link&#8217; =&gt; &#8216;<a href="//' . $profile['Skype'] . '" rel="nofollow"></a>&#8216;,<br />
&#8216;link_text&#8217; =&gt; &#8216;<a href="//' . $profile['Skype'] . '" rel="nofollow">&#8216; . $profile['Skype'] . &#8216;</a>&#8216;<br />
) : array(&#8216;name&#8217; =&gt; &#8221;, &#8216;href&#8217; =&gt; &#8221;, &#8216;link&#8217; =&gt; &#8221;, &#8216;link_text&#8217; =&gt; &#8221;),</p>
<p>If you have any suggestions please email me thanks!</p>
<p>- Angie</p>
]]></content:encoded>
	</item>
</channel>
</rss>
