<?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: Wordpress CLI Blogger</title>
	<atom:link href="http://www.sitepoint.com/blogs/2004/07/06/wordpress-cli-blogger/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2004/07/06/wordpress-cli-blogger/</link>
	<description>News, opinion, and fresh thinking for web developers and designers. The official podcast of sitepoint.com.</description>
	<lastBuildDate>Sun, 22 Nov 2009 11:54:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim</title>
		<link>http://www.sitepoint.com/blogs/2004/07/06/wordpress-cli-blogger/comment-page-1/#comment-700</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">783106986#comment-700</guid>
		<description>&lt;p&gt;Might also mention that because of the readline requirement, it will not run on Windows&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>Might also mention that because of the readline requirement, it will not run on Windows</p>]]></content:encoded>
	</item>
	<item>
		<title>By: trickie</title>
		<link>http://www.sitepoint.com/blogs/2004/07/06/wordpress-cli-blogger/comment-page-1/#comment-701</link>
		<dc:creator>trickie</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">783106986#comment-701</guid>
		<description>&lt;p&gt;I&#039;ll be fixing up some stuff this week. Making it more interactive in one mode... and also silent in another (to allow for use in pipes etc)&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>I&#8217;ll be fixing up some stuff this week. Making it more interactive in one mode&#8230; and also silent in another (to allow for use in pipes etc)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: trickie</title>
		<link>http://www.sitepoint.com/blogs/2004/07/06/wordpress-cli-blogger/comment-page-1/#comment-702</link>
		<dc:creator>trickie</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">783106986#comment-702</guid>
		<description>&lt;p&gt;readline.... yeah the silent mode won&#039;t use readline. Better fix that up!!&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>readline&#8230;. yeah the silent mode won&#8217;t use readline. Better fix that up!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew-J2000</title>
		<link>http://www.sitepoint.com/blogs/2004/07/06/wordpress-cli-blogger/comment-page-1/#comment-703</link>
		<dc:creator>Andrew-J2000</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">783106986#comment-703</guid>
		<description>&lt;p&gt;This works for Windows.&lt;/p&gt;

&lt;code lang=&quot;php&quot;&gt;
  if(!function_exists(&#039;readline&#039;)) { //Win32
    define(&#039;CMD_STDIN&#039;,  fopen(&quot;php://stdin&quot;,  &quot;r+&quot;));
    define(&#039;CMD_STDOUT&#039;, fopen(&quot;php://stdout&quot;, &quot;r+&quot;));
    function readline ($str=null) {
      if ($str!=null) fwrite(CMD_STDOUT, $str); 
      return trim (fgets (CMD_STDIN, 255));
    }
  }&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>This works for Windows.</p>
<code lang="php">
  if(!function_exists('readline')) { //Win32
    define('CMD_STDIN',  fopen("php://stdin",  "r+"));
    define('CMD_STDOUT', fopen("php://stdout", "r+"));
    function readline ($str=null) {
      if ($str!=null) fwrite(CMD_STDOUT, $str); 
      return trim (fgets (CMD_STDIN, 255));
    }
  }</code>]]></content:encoded>
	</item>
	<item>
		<title>By: trickie</title>
		<link>http://www.sitepoint.com/blogs/2004/07/06/wordpress-cli-blogger/comment-page-1/#comment-704</link>
		<dc:creator>trickie</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">783106986#comment-704</guid>
		<description>&lt;p&gt;have updated the tool to use WordPress&#039;s XML-RPC capability. Still uses readline (and now XML-RPC instead of cURL), but check out Andrew&#039;s Windows work around&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>have updated the tool to use WordPress&#8217;s XML-RPC capability. Still uses readline (and now XML-RPC instead of cURL), but check out Andrew&#8217;s Windows work around</p>]]></content:encoded>
	</item>
</channel>
</rss>
