<?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>amptools &#187; Wiki</title>
	<atom:link href="http://www.amptools.net/category/wiki/feed" rel="self" type="application/rss+xml" />
	<link>http://www.amptools.net</link>
	<description>Simplify your life.</description>
	<lastBuildDate>Sat, 08 May 2010 07:40:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Apache Kill Process</title>
		<link>http://www.amptools.net/wiki/apache-kill-process</link>
		<comments>http://www.amptools.net/wiki/apache-kill-process#comments</comments>
		<pubDate>Sun, 26 Jul 2009 05:26:45 +0000</pubDate>
		<dc:creator>Michael Herndon</dc:creator>
				<category><![CDATA[Wiki]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[kill]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.amptools.net/?p=130</guid>
		<description><![CDATA[
$ ps -o user,pid,command -ax &#124; grep httpd
$ sudo kill -9 (pid)

]]></description>
			<content:encoded><![CDATA[<img class='gravatar' style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=899a978b0f02774a965aec11eeb0b8f4&amp;default=http://amppotls.net' alt='No Gravatar' width=48 height=48/><pre class="brush: bash">
$ ps -o user,pid,command -ax | grep httpd
$ sudo kill -9 (pid)
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.amptools.net/wiki/apache-kill-process/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>midori php</title>
		<link>http://www.amptools.net/wiki/php-midori</link>
		<comments>http://www.amptools.net/wiki/php-midori#comments</comments>
		<pubDate>Tue, 12 May 2009 06:14:55 +0000</pubDate>
		<dc:creator>Michael Herndon</dc:creator>
				<category><![CDATA[Wiki]]></category>
		<category><![CDATA[midori-php]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.amptools.net/?p=24</guid>
		<description><![CDATA[Midori-PHPÂ is the PHPÂ version of the MidoriÂ Generative Framework. Â Its aim at providing building blocks and springboarding into creating an application. Â 
Midori-Php was created in order to be used with the Zend Framework initially to bring in some rails like concepts as well as help generate the data layer with a type system. Â PHPÂ unfortunately is not a [...]]]></description>
			<content:encoded><![CDATA[<img class='gravatar' style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=899a978b0f02774a965aec11eeb0b8f4&amp;default=http://amppotls.net' alt='No Gravatar' width=48 height=48/><p>Midori-PHPÂ is the PHPÂ version of the MidoriÂ Generative Framework. Â Its aim at providing building blocks and springboarding into creating an application. Â </p>
<p>Midori-Php was created in order to be used with the Zend Framework initially to bring in some rails like concepts as well as help generate the data layer with a type system. Â PHPÂ unfortunately is not a pure object oriented language and lacks core classes similar to what ruby and many other popular languages have to day. Â On top of that problem what types PHP&#8217;s SPL does provide is surely lacking in both power and simple api, instead conforming to keep the terrible naming convention of its functions. Â Â </p>
<h2>Source Code</h2>
<ul>
<li><a href="http://amptools.lighthouseapp.com/projects/30630-midori-php/overview">Project Management  &amp; Tracking</a></li>
<li><a href="http://github.com/michaelherndon/midori-php/tree/master">Midori PHP on GitHub</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.amptools.net/wiki/php-midori/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->