<?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>Phergie &#187; Articles</title>
	<atom:link href="http://phergie.org/category/articles/feed/" rel="self" type="application/rss+xml" />
	<link>http://phergie.org</link>
	<description>A PHP IRC Bot</description>
	<lastBuildDate>Wed, 09 Nov 2011 14:15:31 +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>PHPWM Presentation on Phergie</title>
		<link>http://phergie.org/2011/11/09/phpwm-presentation-on-phergie/</link>
		<comments>http://phergie.org/2011/11/09/phpwm-presentation-on-phergie/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 14:15:31 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://phergie.org/?p=95</guid>
		<description><![CDATA[Alex Mace gave a presentation at a recent PHPWM user group meeting on Phergie and the XMPP driver he&#8217;s been developing for her. It&#8217;s a great quick high-level overview of Phergie&#8217;s history and architecture and Alex&#8217;s experiences in implementing the XMPP driver. Go check it out!]]></description>
			<content:encoded><![CDATA[<p><a title="Alex Mace (alexmace) on Twitter" href="https://twitter.com/#!/alexmace">Alex Mace</a> gave <a title="Phergie, An IRC (and XMPP) Bot" href="http://www.slideshare.net/alexmace/phergie-an-irc-and-xmpp-bot">a presentation</a> at a recent <a title="start    [West Midlands PHP User Group (PHPWM)]" href="http://phpwm.org.uk">PHPWM user group</a> meeting on Phergie and the <a title="alexmace/phergie at xmpp - GitHub" href="https://github.com/alexmace/phergie/tree/xmpp">XMPP driver</a> he&#8217;s been developing for her. It&#8217;s a great quick high-level overview of Phergie&#8217;s history and architecture and Alex&#8217;s experiences in implementing the XMPP driver. Go check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://phergie.org/2011/11/09/phpwm-presentation-on-phergie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Phergie with Upstart</title>
		<link>http://phergie.org/2011/03/02/using-phergie-with-upstart/</link>
		<comments>http://phergie.org/2011/03/02/using-phergie-with-upstart/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 15:46:18 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://phergie.org/?p=88</guid>
		<description><![CDATA[Anthony Wlodarski has posted an example of an Upstart script he wrote to easily start, stop, and restart Phergie. The script source is open and freely available. Thanks to Anthony for taking the time to write up, publish, and tell us about his blog post on this neat method of controlling Phergie.]]></description>
			<content:encoded><![CDATA[<p><a title="ant.i.am | Herpity derp???" href="http://anthonyw.net">Anthony Wlodarski</a> has posted <a title="Using Phergie with Upstart (a.k.a. Phergie #winning) | ant.i.am" href="http://anthonyw.net/2011/03/using-phergie-with-upstart/">an example</a> of an <a title="upstart - event-based init daemon" href="http://upstart.ubuntu.com">Upstart</a> script he wrote to easily start, stop, and restart Phergie. The script source is open and freely available. Thanks to Anthony for taking the time to write up, publish, and tell us about his blog post on this neat method of controlling Phergie.</p>
]]></content:encoded>
			<wfw:commentRss>http://phergie.org/2011/03/02/using-phergie-with-upstart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yii Framework Using Phergie</title>
		<link>http://phergie.org/2010/12/03/yii-framework-using-phergie/</link>
		<comments>http://phergie.org/2010/12/03/yii-framework-using-phergie/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 14:18:21 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://phergie.org/?p=86</guid>
		<description><![CDATA[The increasingly popular Yii Framework project recently implemented a Phergie bot, which they&#8217;ve named YiiBot, in their #yii IRC channel on the Freenode network. One of their developers, tydeas, has made a few appearances in the #phergie channel to ask questions and discuss Phergie. He has produced several custom Phergie plugins for use in YiiBot. [...]]]></description>
			<content:encoded><![CDATA[<p>The increasingly popular <a title="Yii Framework: Best for Web 2.0 Development" href="http://www.yiiframework.com/">Yii Framework</a> project recently <a title="YiiBot in irc.freenode.org #yii - Yii Framework Forum" href="http://www.yiiframework.com/forum/index.php?/topic/13190-yiibot-in-ircfreenodeorg-yii/">implemented a Phergie bot</a>, which they&#8217;ve named YiiBot, in their #yii IRC channel on the <a title="About the Network" href="http://freenode.net">Freenode</a> network. One of their developers, tydeas, has made a few appearances in the #phergie channel to ask questions and discuss Phergie. He has produced several custom Phergie plugins for use in YiiBot. We&#8217;re very excited at this development and hope that the Yii project continues to use and extend Phergie, and perhaps even contribute some of their plugins back to the project!</p>
]]></content:encoded>
			<wfw:commentRss>http://phergie.org/2010/12/03/yii-framework-using-phergie/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Phergie Mention on Developer.com</title>
		<link>http://phergie.org/2010/07/31/phergie-mention-on-developer-com/</link>
		<comments>http://phergie.org/2010/07/31/phergie-mention-on-developer-com/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 00:35:34 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[statusnet]]></category>

		<guid isPermaLink="false">http://phergie.org/?p=76</guid>
		<description><![CDATA[In an article released today, Developer.com outlined their top 10 PHP projects &#8220;pushing the envelope&#8221; by using the language in unusual and interesting ways. Phergie made #8 on the list with a mention of its recent inclusion in a StatusNet Google Summer of Code project. The Phergie team is honored to have their work featured [...]]]></description>
			<content:encoded><![CDATA[<p>In <a title="10 Experimental PHP Projects Pushing the Envelope — Developer.com" href="http://www.developer.com/open/article.php/10930_3896056_1/10-Experimental-PHP-Projects-Pushing-the-Envelope.htm">an article</a> released today, <a title="Developer.com: Your Home for Java and Open Source Development Knowledge" href="http://developer.com">Developer.com</a> outlined their top 10 PHP projects &#8220;pushing the envelope&#8221; by using the language in unusual and interesting ways. <a title="10 Experimental PHP Projects Pushing the Envelope — Developer.com" href="http://www.developer.com/open/article.php/10930_3896056_2/10-Experimental-PHP-Projects-Pushing-the-Envelope.htm">Phergie made #8</a> on the list with a mention of its <a title="Phergie — A PHP IRC Bot" href="/phergie-in-statusnet-gsoc-project/">recent inclusion</a> in a StatusNet Google Summer of Code project. The Phergie team is honored to have their work featured alongside other spectacular PHP projects and thanks Developer.com for helping to spread the word about the Phergie project. A special thanks to <a title="Chris Cornutt (enygma) on Twitter" href="http://twitter.com/enygma">Chris Cornutt</a>, a Phergie enthusiast and the lead developer of <a title="PHPDeveloper: PHP News, Views and Community" href="http://phpdeveloper.org">PHPDeveloper.org</a> and <a title="Start - Joind.in" href="http://joind.in/">Joind.in</a>, for bringing this article to our attention.</p>
]]></content:encoded>
			<wfw:commentRss>http://phergie.org/2010/07/31/phergie-mention-on-developer-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Update on StatusNet GSoC Project</title>
		<link>http://phergie.org/2010/07/29/update-on-statusnet-gsoc-project/</link>
		<comments>http://phergie.org/2010/07/29/update-on-statusnet-gsoc-project/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 15:34:46 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[statusnet]]></category>

		<guid isPermaLink="false">http://phergie.org/?p=74</guid>
		<description><![CDATA[Luke Fitzgerald AKA darkip posted an update today on his Google Summer of Code project for which he&#8217;s building a Phergie plugin to interface with StatusNet. The Phergie team is excited to see his progress, has enjoyed working with him immensely, and appreciates the contributions he&#8217;s made back to the Phergie project.]]></description>
			<content:encoded><![CDATA[<p>Luke Fitzgerald AKA <a title="Luke Fitzgerald (darkip) - Identi.ca" href="http://identi.ca/darkip">darkip</a> posted <a title="StatusNet Update: Google Summer of Code (GSoC) Part 5! | StatusNet" href="http://status.net/2010/07/29/statusnet-update-google-summer-of-code-gsoc-part-5">an update</a> today on his Google Summer of Code project for which he&#8217;s building a Phergie plugin to interface with <a title="StatusNet | Open Source microblogging service" href="http://status.net">StatusNet</a>. The Phergie team is excited to see his progress, has enjoyed working with him immensely, and appreciates the contributions he&#8217;s made back to the Phergie project.</p>
]]></content:encoded>
			<wfw:commentRss>http://phergie.org/2010/07/29/update-on-statusnet-gsoc-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phergie in StatusNet GSoC Project</title>
		<link>http://phergie.org/2010/07/06/phergie-in-statusnet-gsoc-project/</link>
		<comments>http://phergie.org/2010/07/06/phergie-in-statusnet-gsoc-project/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 23:02:11 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[statusnet]]></category>

		<guid isPermaLink="false">http://phergie.org/?p=69</guid>
		<description><![CDATA[Luke Fitzgerald AKA darkip recently joined the ranks of Phergie contributors. As it turns out, he&#8217;s also participating in the Google Summer of Code program — and using Phergie to do it! He&#8217;s developing an IRC plugin on top of Phergie to interface with StatusNet and has already made several contributions to the Phergie project [...]]]></description>
			<content:encoded><![CDATA[<p>Luke Fitzgerald AKA <a title="Luke Fitzgerald (darkip) - Identi.ca" href="http://identi.ca/darkip">darkip</a> recently joined the ranks of Phergie contributors. As it turns out, he&#8217;s also <a title="Google Summer of Code 2010 Student Luke Fitzgerald Windows Messenger and IRC Plugins | StatusNet" href="http://status.net/2010/05/11/google-summer-of-code-2010-student-luke-fitzgerald-windows-messenger-and-irc-plugins">participating in the Google Summer of Code program</a> — and using Phergie to do it! He&#8217;s developing an IRC plugin on top of Phergie to interface with <a title="StatusNet | Open Source microblogging service" href="http://status.net">StatusNet</a> and has already made several contributions to the Phergie project as a result. We feel privileged to have him working with us and humbled to see our team&#8217;s work included in a GSoC effort.</p>
]]></content:encoded>
			<wfw:commentRss>http://phergie.org/2010/07/06/phergie-in-statusnet-gsoc-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Encouraging Open Source Contribution</title>
		<link>http://phergie.org/2010/04/07/encouraging-open-source-contribution/</link>
		<comments>http://phergie.org/2010/04/07/encouraging-open-source-contribution/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 11:27:42 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://phergie.org/?p=63</guid>
		<description><![CDATA[Brandon Savage, who recently began contributing to the Phergie project, published a blog post today that spotlights the Phergie project as an example of good architecture and creating a low barrier to entry for prospective contributors. His kind words and evangelism of the project are appreciated as are the excellent points that he makes on [...]]]></description>
			<content:encoded><![CDATA[<p>Brandon Savage, who recently began contributing to the Phergie project, published <a title="Encouraging Open Source Contribution | BrandonSavage.net" href="http://www.brandonsavage.net/encouraging-open-source-contribution/">a blog post</a> today that spotlights the Phergie project as an example of good architecture and creating a low barrier to entry for prospective contributors. His kind words and evangelism of the project are appreciated as are the excellent points that he makes on the post&#8217;s overarching topic.</p>
]]></content:encoded>
			<wfw:commentRss>http://phergie.org/2010/04/07/encouraging-open-source-contribution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oddWeek Episode #5</title>
		<link>http://phergie.org/2010/03/16/oddweek-episode-5/</link>
		<comments>http://phergie.org/2010/03/16/oddweek-episode-5/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 21:18:04 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://phergie.org/?p=60</guid>
		<description><![CDATA[Shortly following the mention of Phergie in episode #4 of the oddWeek Podcast, Cal Evans graciously invited Matthew Turland to appear in episode #5 and talk about the Phergie project. A great time was had by all and a lot of wonderful discussion took place. Be sure to download the podcast and give it a [...]]]></description>
			<content:encoded><![CDATA[<p>Shortly following the <a title="Mention in the oddWeek Podcast — Phergie" href="/2010/03/07/mention-in-the-oddweek-podcast/">mention of Phergie</a> in episode #4 of the oddWeek Podcast, <a title="Postcards From My Life" href="http://blog.calevans.com/">Cal Evans</a> graciously invited <a title="Matthew Turland" href="http://matthewturland.com/">Matthew Turland</a> to appear in episode #5 and talk about the Phergie project. A great time was had by all and a lot of wonderful discussion took place. Be sure to <a title="oddWeek Episode #5 | php|architect" href="http://www.phparch.com/2010/03/16/oddweek-episode-5/">download the podcast</a> and give it a listen.</p>
]]></content:encoded>
			<wfw:commentRss>http://phergie.org/2010/03/16/oddweek-episode-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mention in the oddWeek Podcast</title>
		<link>http://phergie.org/2010/03/07/mention-in-the-oddweek-podcast/</link>
		<comments>http://phergie.org/2010/03/07/mention-in-the-oddweek-podcast/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 15:52:59 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://phergie.org/?p=58</guid>
		<description><![CDATA[If you aren&#8217;t familiar with it, the oddWeek Podcast is a great source of information on people and events in the PHP community at large. It&#8217;s hosted by Keith Casey and Cal Evans of Blue Parabola. The most recent episode of the podcast includes an interview with Elizabeth Naramore, an active member of PHPWomen who is [...]]]></description>
			<content:encoded><![CDATA[<p>If you aren&#8217;t familiar with it, the oddWeek Podcast is a great source of information on people and events in the PHP community at large. It&#8217;s hosted by <a title="Blogs | CaseySoftware, LLC - Supporters &amp; Developers of web2project" href="http://caseysoftware.com/blog">Keith Casey</a> and <a title="Postcards From My Life" href="http://blog.calevans.com/">Cal Evans</a> of <a title="Blogs | Blue Parabola, LLC" href="http://blueparabola.com/">Blue Parabola</a>. The <a title="oddWeek Episode #4 | php|architect" href="http://www.phparch.com/2010/03/02/oddweek-episode-4/">most recent episode</a> of the podcast includes an interview with <a title="The Blog of ElizabethN" href="http://naramore.net/blog/">Elizabeth Naramore</a>, an active member of <a title="PHPWomen" href="http://www.phpwomen.org/">PHPWomen</a> who is recruiting for the new <a title="PHPWomen » Partnerships with OS Projects" href="http://www.phpwomen.org/wordpress/partnerships-with-os-projects">PHPWomen Partnership Program</a>. The Phergie project was recently solicited for membership in the program, which we happily accepted, and they were nice enough to give us a mention in the podcast. Check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://phergie.org/2010/03/07/mention-in-the-oddweek-podcast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Phergie with Supervisord</title>
		<link>http://phergie.org/2010/02/21/using-phergie-with-supervisord/</link>
		<comments>http://phergie.org/2010/02/21/using-phergie-with-supervisord/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 23:20:40 +0000</pubDate>
		<dc:creator>Matthew Turland</dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://phergie.org/?p=55</guid>
		<description><![CDATA[In case you missed it, the yearly run of PHP Advent for 2009 included an article by Sean Coates, an active contributor to the Phergie project. In this article, Sean describes his interesting use of Supervisord, a Python-based client/server system for monitoring *NIX processes, to run Phergie as a daemon. It&#8217;s a wonderful read if [...]]]></description>
			<content:encoded><![CDATA[<p>In case you missed it, the yearly run of PHP Advent for 2009 included <a title="PHP Advent 2009 / Dæmonize Your PHP" href="http://phpadvent.org/2009/daemonize-your-php-by-sean-coates">an article</a> by <a title="Sean Coates: PHP, Web (+Beer)" href="http://seancoates.com/">Sean Coates</a>, an active contributor to the Phergie project. In this article, Sean describes his interesting use of <a title="Supervisor" href="http://supervisord.org/">Supervisord</a>, a <a title="Python Programming Language -- Official Website" href="http://www.python.org/">Python</a>-based client/server system for monitoring *NIX processes, to run Phergie as a daemon. It&#8217;s a wonderful read if you&#8217;re looking for a way to run Phergie in the background without using <a title="GNU Screen - Wikipedia, the free encyclopedia" href="http://en.wikipedia.org/wiki/GNU_Screen">screen</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://phergie.org/2010/02/21/using-phergie-with-supervisord/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

