<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lost-In-Code &#187; crontab</title>
	<atom:link href="http://www.lost-in-code.com/tag/crontab/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lost-in-code.com</link>
	<description>Web Development Resources</description>
	<lastBuildDate>Fri, 03 Feb 2012 11:07:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CakePHP Crontab</title>
		<link>http://www.lost-in-code.com/programming/php-code/cakephp-crontab/</link>
		<comments>http://www.lost-in-code.com/programming/php-code/cakephp-crontab/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 22:53:48 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[CakePHP Cron Schedule]]></category>
		<category><![CDATA[cakephp cronjob]]></category>
		<category><![CDATA[cakephp schedules]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[cronjobs with cakephp]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[crontab cakephp]]></category>
		<category><![CDATA[dispatcher]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[schedule]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2008/02/28/cakephp-crontab/</guid>
		<description><![CDATA[Due to the way that CakePHP rewrites URL requests with its router, it might seem confusing to execute a Crontab to run a controller action. I will show you how to set up a cron dispatcher so that you can execute all your different controller action schedules on a single file and pass the controller [...]]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/programming/php-code/cakephp-crontab/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Crontab : Disable email notifications</title>
		<link>http://www.lost-in-code.com/server-management/crontab-disable-email-notifications/</link>
		<comments>http://www.lost-in-code.com/server-management/crontab-disable-email-notifications/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 14:15:49 +0000</pubDate>
		<dc:creator>Antonie Potgieter</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[crontab]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email reporting]]></category>
		<category><![CDATA[scheduling]]></category>

		<guid isPermaLink="false">http://www.lost-in-code.com/2007/10/05/crontab-disable-email-notifications/</guid>
		<description><![CDATA[By default, when you schedule a cronjob, the cron daemon will email the administrator with the results of the schedule. You can easily turn off email reporting by appending the string &#8220;&#62;/dev/null 2&#62;&#38;1&#8221; (without quotes) to the end of the command. Like this : wget http://domain.com &#62;/dev/null 2&#62;&#38;amp;1 Hope this helps!]]></description>
		<wfw:commentRss>http://www.lost-in-code.com/server-management/crontab-disable-email-notifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

