<?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/"
		>
<channel>
	<title>Comments on: My Daily Delicious</title>
	<atom:link href="http://blog.codeeg.com/2007/02/23/my-daily-delicious/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codeeg.com/2007/02/23/my-daily-delicious/</link>
	<description></description>
	<lastBuildDate>Mon, 07 Jun 2010 13:27:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Calvin Yu</title>
		<link>http://blog.codeeg.com/2007/02/23/my-daily-delicious/comment-page-1/#comment-517</link>
		<dc:creator>Calvin Yu</dc:creator>
		<pubDate>Sat, 24 Feb 2007 14:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codeeg.com/2007/02/23/my-daily-delicious/#comment-517</guid>
		<description>Cron is a Unix service that allows you to schedule commands to run at periodic intervals (equivalent to Window&#039;s Task Scheduler).  How to set it up sometimes depends on where your blog is hosted, so I would contact your hosting service for assistance.  It might be simpler to setup a scheduled task to hit that URL on another machine you&#039;re familiar with.

If you&#039;re still unsure of what to do, email me and I&#039;ll see if I can help.

Calvin</description>
		<content:encoded><![CDATA[<p>Cron is a Unix service that allows you to schedule commands to run at periodic intervals (equivalent to Window&#8217;s Task Scheduler).  How to set it up sometimes depends on where your blog is hosted, so I would contact your hosting service for assistance.  It might be simpler to setup a scheduled task to hit that URL on another machine you&#8217;re familiar with.</p>
<p>If you&#8217;re still unsure of what to do, email me and I&#8217;ll see if I can help.</p>
<p>Calvin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.codeeg.com/2007/02/23/my-daily-delicious/comment-page-1/#comment-516</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Sat, 24 Feb 2007 13:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codeeg.com/2007/02/23/my-daily-delicious/#comment-516</guid>
		<description>Hey Calvin, thanks for the post! Very helpful...just one thing I&#039;m stuck on -

#     Consider using a simple cronjob that looks like this:
#           30 23 * * *       $HOME/bin/yadd.sh
#    where yadd.sh looks like this:
#	#!/bin/bash
#	curl http://www.yoursite.com/yadd.php

Not sure what this means exactly?! How does this info fit in with the form on delicious:

job_name
out_name
out_pass
out_url
out_time
out_blog_id
out_cat_id</description>
		<content:encoded><![CDATA[<p>Hey Calvin, thanks for the post! Very helpful&#8230;just one thing I&#8217;m stuck on -</p>
<p>#     Consider using a simple cronjob that looks like this:<br />
#           30 23 * * *       $HOME/bin/yadd.sh<br />
#    where yadd.sh looks like this:<br />
#	#!/bin/bash<br />
#	curl <a href="http://www.yoursite.com/yadd.php" rel="nofollow">http://www.yoursite.com/yadd.php</a></p>
<p>Not sure what this means exactly?! How does this info fit in with the form on delicious:</p>
<p>job_name<br />
out_name<br />
out_pass<br />
out_url<br />
out_time<br />
out_blog_id<br />
out_cat_id</p>
]]></content:encoded>
	</item>
</channel>
</rss>
