<?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: Post Queue</title>
	<atom:link href="http://www.andrewgrant.org/post-queue/feed" rel="self" type="application/rss+xml" />
	<link>http://www.andrewgrant.org</link>
	<description>Andrew Grant</description>
	<lastBuildDate>Tue, 09 Mar 2010 06:14:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 互联网营销教研室 &#187; Blog Archive &#187; 如何发布博客帖子</title>
		<link>http://www.andrewgrant.org/post-queue/comment-page-1#comment-34649</link>
		<dc:creator>互联网营销教研室 &#187; Blog Archive &#187; 如何发布博客帖子</dc:creator>
		<pubDate>Mon, 17 Aug 2009 01:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewgrant.org/post-queue#comment-34649</guid>
		<description>[...] Post Queue是Wordpress的插件，它会自动安排你指定的时间表来发表帖子，每篇文章发表的时间间隔设置好后，系统会在指定日期发布内容到博客上。 [...]</description>
		<content:encoded><![CDATA[<p>[...] Post Queue是Wordpress的插件，它会自动安排你指定的时间表来发表帖子，每篇文章发表的时间间隔设置好后，系统会在指定日期发布内容到博客上。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Punch Barrel / Post Queue</title>
		<link>http://www.andrewgrant.org/post-queue/comment-page-1#comment-30820</link>
		<dc:creator>The Punch Barrel / Post Queue</dc:creator>
		<pubDate>Fri, 26 Sep 2008 19:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewgrant.org/post-queue#comment-30820</guid>
		<description>[...] Post Queue :: Shiny Things [...]</description>
		<content:encoded><![CDATA[<p>[...] Post Queue :: Shiny Things [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.andrewgrant.org/post-queue/comment-page-1#comment-27616</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 09 Apr 2008 16:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewgrant.org/post-queue#comment-27616</guid>
		<description>Nice idea. I don&#039;t actually use the WP interface for posting but I&#039;ll think about doing this when I revisit the code.</description>
		<content:encoded><![CDATA[<p>Nice idea. I don&#8217;t actually use the WP interface for posting but I&#8217;ll think about doing this when I revisit the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: adam</title>
		<link>http://www.andrewgrant.org/post-queue/comment-page-1#comment-27615</link>
		<dc:creator>adam</dc:creator>
		<pubDate>Wed, 09 Apr 2008 15:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewgrant.org/post-queue#comment-27615</guid>
		<description>Perhaps by setting a custom field, and have Post Queue only pull from drafts that have that custom field?  I&#039;m trying to get away from having to open the &#039;edit time&#039; section at all.  having a button that says &quot;auto queue&quot; or something to that effect on the edit screen would make this a beautiful reality...</description>
		<content:encoded><![CDATA[<p>Perhaps by setting a custom field, and have Post Queue only pull from drafts that have that custom field?  I&#8217;m trying to get away from having to open the &#8216;edit time&#8217; section at all.  having a button that says &#8220;auto queue&#8221; or something to that effect on the edit screen would make this a beautiful reality&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.andrewgrant.org/post-queue/comment-page-1#comment-22477</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 29 Jan 2008 00:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewgrant.org/post-queue#comment-22477</guid>
		<description>Hi Kevin,

There&#039;s no need to run a cron task, Post Queue uses the pseudo-cron functionality built into more recent versions of Wordpress.

Because this isn&#039;t true cron (basically visits to your site trigger tasks who&#039;s due time has occurred since the last visit) you may see some inaccuracy in scheduled posting times. This should be fine for the majority of cases, but if you require greater granularity you could run a cron job on a server where lynx sends the contents of your site to dev/null.</description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p>There&#8217;s no need to run a cron task, Post Queue uses the pseudo-cron functionality built into more recent versions of Wordpress.</p>
<p>Because this isn&#8217;t true cron (basically visits to your site trigger tasks who&#8217;s due time has occurred since the last visit) you may see some inaccuracy in scheduled posting times. This should be fine for the majority of cases, but if you require greater granularity you could run a cron job on a server where lynx sends the contents of your site to dev/null.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.andrewgrant.org/post-queue/comment-page-1#comment-22411</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Mon, 28 Jan 2008 00:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewgrant.org/post-queue#comment-22411</guid>
		<description>Hi Andrew,

Just downloaded and setup Post Queue on my WP blog.  The one question I have for you is, let&#039;s say I queue up 10 blog postings and set the dates for after 2010.  Do I need to run a CRON entry or anything in order for the plugin to keep looking at the last date posted, and then know enough to trickle out the queued up posts?</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>Just downloaded and setup Post Queue on my WP blog.  The one question I have for you is, let&#8217;s say I queue up 10 blog postings and set the dates for after 2010.  Do I need to run a CRON entry or anything in order for the plugin to keep looking at the last date posted, and then know enough to trickle out the queued up posts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.andrewgrant.org/post-queue/comment-page-1#comment-21671</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 29 Dec 2007 05:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewgrant.org/post-queue#comment-21671</guid>
		<description>No, there&#039;s no way to have the plugin select a post from the list of drafts. That wouldn&#039;t make much sense since there&#039;d be no way to discern between a regular draft and a &#039;finished&#039; draft!

If you have posts for the queue just punish them with a date in the future. Its just as easy :)</description>
		<content:encoded><![CDATA[<p>No, there&#8217;s no way to have the plugin select a post from the list of drafts. That wouldn&#8217;t make much sense since there&#8217;d be no way to discern between a regular draft and a &#8216;finished&#8217; draft!</p>
<p>If you have posts for the queue just punish them with a date in the future. Its just as easy <img src='http://www.andrewgrant.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: turnip</title>
		<link>http://www.andrewgrant.org/post-queue/comment-page-1#comment-21664</link>
		<dc:creator>turnip</dc:creator>
		<pubDate>Fri, 28 Dec 2007 18:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewgrant.org/post-queue#comment-21664</guid>
		<description>Wow, I really like the idea of the plugin.  My site publishes many rss feed headlines.  What I hate is how some feeds publish 10 posts all with the same time.  What I would like to do is save the posts to draft, then randomly publish the drafts every 10 minutes apart.  

I see how to change the time limit in the debug options, Is there a way to have the plugin choose from a saved draft that doesn&#039;t have a future post date?</description>
		<content:encoded><![CDATA[<p>Wow, I really like the idea of the plugin.  My site publishes many rss feed headlines.  What I hate is how some feeds publish 10 posts all with the same time.  What I would like to do is save the posts to draft, then randomly publish the drafts every 10 minutes apart.  </p>
<p>I see how to change the time limit in the debug options, Is there a way to have the plugin choose from a saved draft that doesn&#8217;t have a future post date?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Post Queue Wordpress Plugin :: Shiny Things</title>
		<link>http://www.andrewgrant.org/post-queue/comment-page-1#comment-19569</link>
		<dc:creator>Post Queue Wordpress Plugin :: Shiny Things</dc:creator>
		<pubDate>Wed, 21 Nov 2007 04:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.andrewgrant.org/post-queue#comment-19569</guid>
		<description>[...] Post Queue allows you to write posts and have them queued for future use. Choose how long you want to wait since your most recent post and after that time has elapsed Post Queue will pick one of your queued posts and publish it. [...]</description>
		<content:encoded><![CDATA[<p>[...] Post Queue allows you to write posts and have them queued for future use. Choose how long you want to wait since your most recent post and after that time has elapsed Post Queue will pick one of your queued posts and publish it. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
