<?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"
	>
<channel>
	<title>Comments on: Daily del.icio.us Links Script for Wordpress</title>
	<atom:link href="http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script/feed" rel="self" type="application/rss+xml" />
	<link>http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script</link>
	<description>The Rants of a UC Berkeley Student</description>
	<pubDate>Fri, 25 Jul 2008 02:23:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Cogmios</title>
		<link>http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24762</link>
		<dc:creator>Cogmios</dc:creator>
		<pubDate>Thu, 15 Nov 2007 01:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24762</guid>
		<description>I have made an update to your script to let it work with WordPress 2.3 and made some enhancements: either 1 post or multiple posts and synchronization with WordPress's tagging system, here: http://edward.de.leau.net/wordpress-23-compatible-wordpress-delicious-daily-synchronization-script-20071114.html</description>
		<content:encoded><![CDATA[<p>I have made an update to your script to let it work with WordPress 2.3 and made some enhancements: either 1 post or multiple posts and synchronization with WordPress&#8217;s tagging system, here: <a href="http://edward.de.leau.net/wordpress-23-compatible-wordpress-delicious-daily-synchronization-script-20071114.html" rel="nofollow">http://edward.de.leau.net/wordpress-23-compatible-wordpress-delicious-daily-synchronization-script-20071114.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WordPress 2.3 compatible WordPress - Del.icio.us Daily Synchronization script at Edward de Leau</title>
		<link>http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24761</link>
		<dc:creator>WordPress 2.3 compatible WordPress - Del.icio.us Daily Synchronization script at Edward de Leau</dc:creator>
		<pubDate>Thu, 15 Nov 2007 01:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24761</guid>
		<description>[...] had been running the synchronization script from Stephen from Trapped At Berkley for a while but noticed it was not upgraded to make use of WordPress 2.3&#8217;s tagging system and [...]</description>
		<content:encoded><![CDATA[<p>[...] had been running the synchronization script from Stephen from Trapped At Berkley for a while but noticed it was not upgraded to make use of WordPress 2.3&#8217;s tagging system and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cogmios</title>
		<link>http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24745</link>
		<dc:creator>Cogmios</dc:creator>
		<pubDate>Tue, 13 Nov 2007 22:09:45 +0000</pubDate>
		<guid isPermaLink="false">http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24745</guid>
		<description>I believe the following has to be changed from the original script to make it work with the category again AND to include the tags:

    (for each tag)

    1. Look for tag in wp_terms table

    2. If it does not exist:

         Add a new terms record

    3. Retrieve ID ($retrieved_term_id)

    4. Look in wp_tag_taxonomy table for $retrieved_term_id+"post_tag"

    5. If it does not exist:

         Add a new taxonomy record to the wp_term_taxonomy table

    6. Retrieve ID ($retrieved_term_taxonomy_id)

    7. Do a count++ on the count field where term_taxonomy_id = $retrieved_term_taxonomy_id

    8. Add to the wp_terms_relationships table the object_id and the $retrieved_term_taxonomy_id

    (only once)

    Add to the wp_terms_relationships table the object_id and the term_taxonomy_id which the user indicated in the perl script.</description>
		<content:encoded><![CDATA[<p>I believe the following has to be changed from the original script to make it work with the category again AND to include the tags:</p>
<p>    (for each tag)</p>
<p>    1. Look for tag in wp_terms table</p>
<p>    2. If it does not exist:</p>
<p>         Add a new terms record</p>
<p>    3. Retrieve ID ($retrieved_term_id)</p>
<p>    4. Look in wp_tag_taxonomy table for $retrieved_term_id+&#8221;post_tag&#8221;</p>
<p>    5. If it does not exist:</p>
<p>         Add a new taxonomy record to the wp_term_taxonomy table</p>
<p>    6. Retrieve ID ($retrieved_term_taxonomy_id)</p>
<p>    7. Do a count++ on the count field where term_taxonomy_id = $retrieved_term_taxonomy_id</p>
<p>    8. Add to the wp_terms_relationships table the object_id and the $retrieved_term_taxonomy_id</p>
<p>    (only once)</p>
<p>    Add to the wp_terms_relationships table the object_id and the term_taxonomy_id which the user indicated in the perl script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Boomerang Perl Error at Edward de Leau</title>
		<link>http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24743</link>
		<dc:creator>The Boomerang Perl Error at Edward de Leau</dc:creator>
		<pubDate>Tue, 13 Nov 2007 01:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24743</guid>
		<description>[...] scripts folder and *presto* it worked. Well&#8230; now just a bug remains which is partly because it can not write to table wp_post2cat, which has recently been depricated by WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] scripts folder and *presto* it worked. Well&#8230; now just a bug remains which is partly because it can not write to table wp_post2cat, which has recently been depricated by WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cogmios</title>
		<link>http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24742</link>
		<dc:creator>Cogmios</dc:creator>
		<pubDate>Tue, 13 Nov 2007 01:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24742</guid>
		<description>Ok  I found the problem I had to MAKE Config::Simple first! Now another problem: since Wordpress 2.3 the table wp_post2cat has been deprecated, so the perl script gives an error here :(</description>
		<content:encoded><![CDATA[<p>Ok  I found the problem I had to MAKE Config::Simple first! Now another problem: since Wordpress 2.3 the table wp_post2cat has been deprecated, so the perl script gives an error here <img src='http://stephen.evilcoder.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cogmios</title>
		<link>http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24741</link>
		<dc:creator>Cogmios</dc:creator>
		<pubDate>Mon, 12 Nov 2007 23:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24741</guid>
		<description>Some time ago, I installed (I found myself in the comments) but now I moved to MediaTemple. I now get an error as shown here: http://edward.de.leau.net/the-boomerang-perl-error-20071112.html

Does anybody have a clue what went wrong / what to do? I also asked this here: http://www.tek-tips.com/viewthread.cfm?qid=1426240&#38;page=1</description>
		<content:encoded><![CDATA[<p>Some time ago, I installed (I found myself in the comments) but now I moved to MediaTemple. I now get an error as shown here: <a href="http://edward.de.leau.net/the-boomerang-perl-error-20071112.html" rel="nofollow">http://edward.de.leau.net/the-boomerang-perl-error-20071112.html</a></p>
<p>Does anybody have a clue what went wrong / what to do? I also asked this here: <a href="http://www.tek-tips.com/viewthread.cfm?qid=1426240&amp;page=1" rel="nofollow">http://www.tek-tips.com/viewthread.cfm?qid=1426240&amp;page=1</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webquills.net &#187; links for 2007-06-13</title>
		<link>http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24542</link>
		<dc:creator>Webquills.net &#187; links for 2007-06-13</dc:creator>
		<pubDate>Wed, 13 Jun 2007 04:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24542</guid>
		<description>[...] Daily del.icio.us Links Script for Wordpress A Perl script for posting del.icio.us links to your wordpress blog on a regular basis. I&#8217;ll look at the code later to see if it is any better than the service Delicious provides. (tags: perl webdev blog blogging delicious wordpress) [...]</description>
		<content:encoded><![CDATA[<p>[...] Daily del.icio.us Links Script for Wordpress A Perl script for posting del.icio.us links to your wordpress blog on a regular basis. I&#8217;ll look at the code later to see if it is any better than the service Delicious provides. (tags: perl webdev blog blogging delicious wordpress) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: De.lico.us Links - from Creating a Better Life</title>
		<link>http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24376</link>
		<dc:creator>De.lico.us Links - from Creating a Better Life</dc:creator>
		<pubDate>Mon, 16 Apr 2007 23:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-24376</guid>
		<description>[...] de.licio.us also has a function that will auto post bookmarked links to a blog. After a bit of searching and ran across an explanation of it on Natalie Downe&#8217;s blog (via this post on Trapped at Berkeley). [...]</description>
		<content:encoded><![CDATA[<p>[...] de.licio.us also has a function that will auto post bookmarked links to a blog. After a bit of searching and ran across an explanation of it on Natalie Downe&#8217;s blog (via this post on Trapped at Berkeley). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TWB</title>
		<link>http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-21286</link>
		<dc:creator>TWB</dc:creator>
		<pubDate>Wed, 17 Jan 2007 04:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-21286</guid>
		<description>Try looking &lt;a href="http://stephen.evilcoder.com/code/" rel="nofollow"&gt;here&lt;/a&gt; for the most recent file.</description>
		<content:encoded><![CDATA[<p>Try looking <a href="http://stephen.evilcoder.com/code/" rel="nofollow">here</a> for the most recent file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MarcNext &#187; Blog Archive &#187; Software security testing, QA en programmeurs</title>
		<link>http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-19923</link>
		<dc:creator>MarcNext &#187; Blog Archive &#187; Software security testing, QA en programmeurs</dc:creator>
		<pubDate>Sat, 06 Jan 2007 13:02:30 +0000</pubDate>
		<guid isPermaLink="false">http://stephen.evilcoder.com/archives/2005/02/27/daily-delicious-links-perl-script#comment-19923</guid>
		<description>[...] Zoals ik vorige maand al aangaf, een aantal testgerelateerde blogs zal ik in de categorie Testlinks plaatsen. De makkelijkste oplossing zou zijn dat ik hiervoor het Del.icio.us script gebruik, maar die automatische posts ben ik een beetje van teruggekomen. Bovendien is de titel van zo&#8217;n post totaal niet relevant, al zou het zou nog wel helpen als je de moeite neemt een (uitgebreide) toelichting bij iedere toevoeging op te nemen. [...]</description>
		<content:encoded><![CDATA[<p>[...] Zoals ik vorige maand al aangaf, een aantal testgerelateerde blogs zal ik in de categorie Testlinks plaatsen. De makkelijkste oplossing zou zijn dat ik hiervoor het Del.icio.us script gebruik, maar die automatische posts ben ik een beetje van teruggekomen. Bovendien is de titel van zo&#8217;n post totaal niet relevant, al zou het zou nog wel helpen als je de moeite neemt een (uitgebreide) toelichting bij iedere toevoeging op te nemen. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
