<?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 for GFMorris.org</title>
	<atom:link href="http://gfmorris.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://gfmorris.org</link>
	<description>Smart Guy, Dumb Code</description>
	<pubDate>Fri, 25 Jul 2008 02:43:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on WordPress Backup Shell Script by Abhishek</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2004%2F04%2F29%2Fwordpress-backup-shell-script%2F%23comment-41476&amp;seed_title=WordPress+Backup+Shell+Script#comment-41476</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Mon, 16 Jun 2008 16:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/archives/2004/04/29/wordpress-backup-shell-script/#comment-41476</guid>
		<description>Hi , 

  I am new to shell scripting but i am stuck with the following issue , as i want to catch a python script error and if there is an error then echo eyx message: 
the shell script i wrote is 
#!/bin/sh

case "xyz" in 
    get_xml)
    	cd xyz
	 python2.5 hello_xml.pyc;
	 if [[ $? -ne "1" ]]; then
		echo "ERROR"
		exit
	else
		echo "Done"
	fi 
         ;; 

but issue is even the python script hello_xml.pyc throws an error the shell IF statement is not catching it , it always echo "done" only!!! in both case of failure and success. 
Can some one point me to correct direction.</description>
		<content:encoded><![CDATA[<p>Hi , </p>
<p>  I am new to shell scripting but i am stuck with the following issue , as i want to catch a python script error and if there is an error then echo eyx message:<br />
the shell script i wrote is<br />
#!/bin/sh</p>
<p>case &#8220;xyz&#8221; in<br />
    get_xml)<br />
    	cd xyz<br />
	 python2.5 hello_xml.pyc;<br />
	 if [[ $? -ne "1" ]]; then<br />
		echo &#8220;ERROR&#8221;<br />
		exit<br />
	else<br />
		echo &#8220;Done&#8221;<br />
	fi<br />
         ;; </p>
<p>but issue is even the python script hello_xml.pyc throws an error the shell IF statement is not catching it , it always echo &#8220;done&#8221; only!!! in both case of failure and success.<br />
Can some one point me to correct direction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Common PHP/MySQL User Database by Geof F. Morris</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F10%2F05%2Fa-common-phpmysql-user-database%2F%23comment-26616&amp;seed_title=A+Common+PHP%2FMySQL+User+Database#comment-26616</link>
		<dc:creator>Geof F. Morris</dc:creator>
		<pubDate>Sun, 07 Oct 2007 22:09:13 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/archives/2005/10/05/a-common-phpmysql-user-database/#comment-26616</guid>
		<description>William: Deadlock looks ill-suited to what I'm using, but the evolt system does look better.  Thanks for the tip.</description>
		<content:encoded><![CDATA[<p>William: Deadlock looks ill-suited to what I&#8217;m using, but the evolt system does look better.  Thanks for the tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Common PHP/MySQL User Database by Geof F. Morris's Indiana Jones School of Management</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F10%2F05%2Fa-common-phpmysql-user-database%2F%23comment-25707&amp;seed_title=A+Common+PHP%2FMySQL+User+Database#comment-25707</link>
		<dc:creator>Geof F. Morris's Indiana Jones School of Management</dc:creator>
		<pubDate>Tue, 28 Aug 2007 02:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/archives/2005/10/05/a-common-phpmysql-user-database/#comment-25707</guid>
		<description>&lt;strong&gt;Import/Export: Email Address as Unique Identifier, Force Multiplier...&lt;/strong&gt;

People have riffed on email addresses as unique identifiers for some time now.  Heck, any good user database, in my mind, uses email addresses as the unique identifier, because they&#8217;ll nudge the user to keep the email address up-to-date.  Rex Ham...</description>
		<content:encoded><![CDATA[<p><strong>Import/Export: Email Address as Unique Identifier, Force Multiplier&#8230;</strong></p>
<p>People have riffed on email addresses as unique identifiers for some time now.  Heck, any good user database, in my mind, uses email addresses as the unique identifier, because they&#8217;ll nudge the user to keep the email address up-to-date.  Rex Ham&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Common PHP/MySQL User Database by William Sitch</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2005%2F10%2F05%2Fa-common-phpmysql-user-database%2F%23comment-24695&amp;seed_title=A+Common+PHP%2FMySQL+User+Database#comment-24695</link>
		<dc:creator>William Sitch</dc:creator>
		<pubDate>Mon, 28 May 2007 16:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/archives/2005/10/05/a-common-phpmysql-user-database/#comment-24695</guid>
		<description>How about Deadlock?  

Deadlock is an open source user authentication/password protection system written in PHP/MySQL and licensed under the GNU GPL. It uses .htpasswd and .htaccess files to protect any web directory. Installation is as easy as running a setup script.

http://www.phpdeadlock.org/


If you don't need anything so comprehensive, there's a PHP admin system with login features at:
http://evolt.org/PHP-Login-System-with-Admin-Features</description>
		<content:encoded><![CDATA[<p>How about Deadlock?  </p>
<p>Deadlock is an open source user authentication/password protection system written in PHP/MySQL and licensed under the GNU GPL. It uses .htpasswd and .htaccess files to protect any web directory. Installation is as easy as running a setup script.</p>
<p><a href="http://www.phpdeadlock.org/" rel="nofollow">http://www.phpdeadlock.org/</a></p>
<p>If you don&#8217;t need anything so comprehensive, there&#8217;s a PHP admin system with login features at:<br />
<a href="http://evolt.org/PHP-Login-System-with-Admin-Features" rel="nofollow">http://evolt.org/PHP-Login-System-with-Admin-Features</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Alternating Comment Classes by Comments with alternating background colors in WordPress at Alex Jones</title>
		<link>http://gfmorris.org/feeder/?FeederAction=clicked&amp;feed=Comments+%28RSS2%29&amp;seed=http%3A%2F%2Fgfmorris.org%2Farchives%2F2004%2F07%2F29%2Falternating-comment-classes%2F%23comment-23676&amp;seed_title=Alternating+Comment+Classes#comment-23676</link>
		<dc:creator>Comments with alternating background colors in WordPress at Alex Jones</dc:creator>
		<pubDate>Thu, 10 May 2007 21:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://gfmorris.org/archives/2004/07/29/alternating-comment-classes/#comment-23676</guid>
		<description>[...] with alternating background colors in WordPress Update: The URL is broken, but here is a page from about the same time that modifies the original hack. I have note tested this at [...]</description>
		<content:encoded><![CDATA[<p>[...] with alternating background colors in WordPress Update: The URL is broken, but here is a page from about the same time that modifies the original hack. I have note tested this at [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
