<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: delisync for Scuttle</title>
	<link>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/</link>
	<description>RasterWeb! has been keeping it real (whatever that means) since 1997...</description>
	<pubDate>Fri, 21 Nov 2008 17:10:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
		<item>
		<title>By: Phil Wilson</title>
		<link>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-748</link>
		<dc:creator>Phil Wilson</dc:creator>
		<pubDate>Tue, 31 Jan 2006 22:22:35 +0000</pubDate>
		<guid>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-748</guid>
		<description>OK, will also make the change to use fsockopen instead of fopen because lots of hosts have it turned off.</description>
		<content:encoded><![CDATA[<p>OK, will also make the change to use fsockopen instead of fopen because lots of hosts have it turned off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Prodoehl</title>
		<link>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-747</link>
		<dc:creator>Pete Prodoehl</dc:creator>
		<pubDate>Tue, 31 Jan 2006 21:19:33 +0000</pubDate>
		<guid>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-747</guid>
		<description>Phil, I suppose I should take a closer look at Omar's code. To be honest, I'm still running my original version and it's doing (more or less) what I need.

Please feel free to make any changes and post it yourself or send it back to me and I'll post it here. (Yes, I'm a master of the LazyWeb!)</description>
		<content:encoded><![CDATA[<p>Phil, I suppose I should take a closer look at Omar&#8217;s code. To be honest, I&#8217;m still running my original version and it&#8217;s doing (more or less) what I need.</p>
<p>Please feel free to make any changes and post it yourself or send it back to me and I&#8217;ll post it here. (Yes, I&#8217;m a master of the LazyWeb!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Wilson</title>
		<link>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-746</link>
		<dc:creator>Phil Wilson</dc:creator>
		<pubDate>Tue, 31 Jan 2006 21:06:43 +0000</pubDate>
		<guid>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-746</guid>
		<description>Given that in delisync-1.5.1 you do this:

&lt;code&gt;$addurl = sprintf ("http://%s:%s@%s/scuttle/api/posts ... &lt;/code&gt;

then this isn't actually reversable, and toDN should probably be the full URL of your scuttle installation.</description>
		<content:encoded><![CDATA[<p>Given that in delisync-1.5.1 you do this:</p>
<p><code>$addurl = sprintf ("http://%s:%s@%s/scuttle/api/posts ... </code></p>
<p>then this isn&#8217;t actually reversable, and toDN should probably be the full URL of your scuttle installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Prodoehl</title>
		<link>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-715</link>
		<dc:creator>Pete Prodoehl</dc:creator>
		<pubDate>Sat, 07 Jan 2006 16:09:16 +0000</pubDate>
		<guid>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-715</guid>
		<description>You can create the delicious.xml file via a cron tab as explained in &lt;a href="http://rasterweb.net/raster/2004/09/09/20040909130000/"&gt;this post&lt;/a&gt;, or add code to the PHP script to do it. (Look at &lt;a href="http://rasterweb.net/raster/code/src/scuttle/"&gt;both versions&lt;/a&gt; of the PHP script.)</description>
		<content:encoded><![CDATA[<p>You can create the delicious.xml file via a cron tab as explained in <a href="http://rasterweb.net/raster/2004/09/09/20040909130000/">this post</a>, or add code to the PHP script to do it. (Look at <a href="http://rasterweb.net/raster/code/src/scuttle/">both versions</a> of the PHP script.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wibbler</title>
		<link>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-714</link>
		<dc:creator>Wibbler</dc:creator>
		<pubDate>Fri, 06 Jan 2006 21:28:02 +0000</pubDate>
		<guid>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-714</guid>
		<description>Hmmm. where's the delicious.xml file it refers to?!</description>
		<content:encoded><![CDATA[<p>Hmmm. where&#8217;s the delicious.xml file it refers to?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omar</title>
		<link>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-699</link>
		<dc:creator>Omar</dc:creator>
		<pubDate>Thu, 29 Dec 2005 17:08:30 +0000</pubDate>
		<guid>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-699</guid>
		<description>Pete, nice work! This script works pretty well! I made a couple of changes (added "extended" attribute functionality and made some changes for modularization) and sent it off to you. Feel free to use or ignore any or all of it. :-) Thanks again for a great tool!</description>
		<content:encoded><![CDATA[<p>Pete, nice work! This script works pretty well! I made a couple of changes (added &#8220;extended&#8221; attribute functionality and made some changes for modularization) and sent it off to you. Feel free to use or ignore any or all of it. :-) Thanks again for a great tool!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Prodoehl</title>
		<link>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-698</link>
		<dc:creator>Pete Prodoehl</dc:creator>
		<pubDate>Thu, 29 Dec 2005 13:35:52 +0000</pubDate>
		<guid>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-698</guid>
		<description>Nelson, it should just be a matter of swapping the URL's and username/passwords in the appropriate place. Since they use a common API, it should be that easy.</description>
		<content:encoded><![CDATA[<p>Nelson, it should just be a matter of swapping the URL&#8217;s and username/passwords in the appropriate place. Since they use a common API, it should be that easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson</title>
		<link>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-696</link>
		<dc:creator>Nelson</dc:creator>
		<pubDate>Thu, 29 Dec 2005 04:00:38 +0000</pubDate>
		<guid>http://rasterweb.net/raster/2005/12/20/delisync-for-scuttle/#comment-696</guid>
		<description>When you say that in theory you could do things in reverse, do you mean that I could synchronize my del.icio.us account with my Scuttle account using this code?  In other words, could I use Scuttle as my main bookmarking site and have this program back it up to del.icio.us?  How much hacking would be necessary to make it do that?</description>
		<content:encoded><![CDATA[<p>When you say that in theory you could do things in reverse, do you mean that I could synchronize my del.icio.us account with my Scuttle account using this code?  In other words, could I use Scuttle as my main bookmarking site and have this program back it up to del.icio.us?  How much hacking would be necessary to make it do that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
