<?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>Guillermo Rauch&#039;s Devthought &#187; plugin</title>
	<atom:link href="http://www.devthought.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devthought.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 16:38:59 +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>How to change WordPress default emoticons</title>
		<link>http://www.devthought.com/2009/04/22/how-to-change-wordpress-default-emoticons/</link>
		<comments>http://www.devthought.com/2009/04/22/how-to-change-wordpress-default-emoticons/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 17:21:26 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Tumble]]></category>
		<category><![CDATA[emoticons]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://devthought.com/?p=889</guid>
		<description><![CDATA[Install the Smilies Themer plugin Activate it. Go to Settings &#62; Smilies Themer and pick a theme pack. If you want to create a custom one, keep reading Create a folder with the name of your theme pack in wp-content/themes/smilies-themer/. &#8230; <a href="http://www.devthought.com/2009/04/22/how-to-change-wordpress-default-emoticons/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<ol>
<li>Install the <a href="http://wordpress.org/extend/plugins/smilies-themer/">Smilies Themer</a> plugin</li>
<li>Activate it.</li>
<li>Go to <em>Settings &gt; Smilies Themer</em> and pick a theme pack. If you want to create a custom one, keep reading</li>
<li>Create a folder with the name of your theme pack in <code class="inline">wp-content/themes/smilies-themer/</code>. In my case I called it <code class="inline">devthought</code></li>
<li>
<p>Place your emoticons in that folder and a file called <code class="inline">package-config.php</code></p>
<p><a class="thumb" href="http://devthought.com/wp-content/uploads/2009/04/art.jpg"><img src="http://devthought.com/wp-content/uploads/2009/04/art-300x195.jpg" alt="art" title="art" width="300" height="195" class="alignright size-medium wp-image-892" /></a>
</li>
<li>
<p>Place a code like this in <code class="inline">package-config.php</code></p>
<pre class='highlight ' lang="php">
<?php

/*
 * Package-Name: Theme name
 * Package-URI: http://yourwebsite.com
 * Package-Description: Your theme description
 * Package-Author: Your name
 * Package-Author-URI: http://yourwebsite.com
 */

$wp_smilies = array(
	'>:o'      => 'angryface.png',
	'>:-O'   => 'angryface.png',
	':-['       => 'blush.png',
	':['         => 'blush.png',
);
// add as many as you want respecting the same format:
// 'emoticon' => 'file.jpg',
</pre>
</li>
<li>Go to Settings and choose your package!</li>
</ol>
<p>Now you&#8217;re done! <img src='http://www.devthought.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  :[ >:o <img src='http://www.devthought.com/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' />  :X :-/ <img src='http://www.devthought.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  <img src='http://www.devthought.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  o:)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2009/04/22/how-to-change-wordpress-default-emoticons/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WP-o-Matic 1.0RC4 released</title>
		<link>http://www.devthought.com/2008/07/17/wp-o-matic-10rc4-released/</link>
		<comments>http://www.devthought.com/2008/07/17/wp-o-matic-10rc4-released/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 16:16:13 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wp-o-matic]]></category>

		<guid isPermaLink="false">http://devthought.com/?p=37</guid>
		<description><![CDATA[Some important and some not-as-important bug fixes in this version. Hopefully this will be the last release candidate before the grand 1.0 release: Tables not deleted anymore upon installation Fixed SimplePie error report. Fixed small post content bug (not hidden &#8230; <a href="http://www.devthought.com/2008/07/17/wp-o-matic-10rc4-released/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Some important and some not-as-important bug fixes in this version. Hopefully this will be the <strong>last release candidate</strong> before the grand 1.0 release:</p>
<ul>
<li>Tables not deleted anymore upon installation</li>
<li>Fixed SimplePie error report.</li>
<li>Fixed small post content bug (not hidden by default)</li>
<li>Fixed cron url </li>
<li>Removed inverted quotes from queries</li>
<li>Fixed notices in debug mode</li>
<li>No error showing for campaigns w/o feeds fixed</li>
</ul>
<p><a href="http://downloads.wordpress.org/plugin/wp-o-matic.1.0RC4.zip">Click here</a> to download</p>
<p>As usual, head to <a href="http://wpomatic.lighthouseapp.com">Lighthouse</a> for bug reports</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2008/07/17/wp-o-matic-10rc4-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WP-o-Matic 1.0RC3 beta shipping.</title>
		<link>http://www.devthought.com/2008/05/03/wp-o-matic-10rc3-beta-shipping/</link>
		<comments>http://www.devthought.com/2008/05/03/wp-o-matic-10rc3-beta-shipping/#comments</comments>
		<pubDate>Sun, 04 May 2008 00:53:18 +0000</pubDate>
		<dc:creator>Guillermo Rauch</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wp-o-matic]]></category>

		<guid isPermaLink="false">http://devthought.com/?p=34</guid>
		<description><![CDATA[Here is the upcoming RC3 release! Remember that, just like any release prior to 1.0, upgrading will erase your previous campaigns, feeds, logs, etc. Now compatible with WordPress 2.5 Categories shown with indentation (parent > children now separated) SimplePie updated &#8230; <a href="http://www.devthought.com/2008/05/03/wp-o-matic-10rc3-beta-shipping/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://downloads.wordpress.org/plugin/wp-o-matic.zip">Here is the upcoming RC3 release</a>!</p>
<p><strong>Remember that, just like any release prior to 1.0, upgrading will erase your previous campaigns, feeds, logs, etc.</strong></p>
<ul>
<li>Now compatible with WordPress 2.5</li>
<li>Categories shown with indentation (parent > children now separated)</li>
<li>SimplePie updated to 1.1.1, and SimplePie Core now supported.</li>
<li>Fixed broken cron command</li>
<li>Fixed broken export on some systems</li>
<li>Fixed broken redirect when resetting a campaign</li>
<li>Everything now stored in GMT to avoid time issues. Gotten rid of NOW() functions in favor of WP time functions</li>
<li>Fixed bug with validation upon deletion of feeds in existing campaigns </li>
<li>Fixed bug with &#8216;allow comments&#8217; setting.</li>
<li>Fixed bug with logs dates</li>
<li>Fixed bug with double quote escaping (fixes campaign templates / rewrite html bugs)</li>
<li>Username in options tab changed to a more handy select box.</li>
<li>Interface now looks better on IE (d&#8217;oh)</li>
<li>Added many help files</li>
<li>Fixed annoying duplicates bug</li>
<li>Fixed small bug in import with labels</li>
</ul>
<p><strong>I need feedback on:</strong></p>
<ul>
<li>All sorts of errors, warnings, notices, blank screens</li>
<li>Styling problems, indicating Browser, OS, URL and a screenshot.</li>
<li>Behavioral problems: bad dates, bad content, duplicates, etc</li>
<li>Performance problems</li>
<li>Unexpected behavior</li>
</ul>
<p>Always include instructions on how to reproduce the issues please!</p>
<p>Go ahead and <a href="http://downloads.wordpress.org/plugin/wp-o-matic.zip">download it</a></p>
<p><strong>Updates</strong> </p>
<ul>
<li>1 &#8211; Fixed bugs with categories in edit mode and posts tools (thanks Mike)</li>
<li>2 &#8211; Fixed empty rewrite bug (thanks Mike) and replacements now case insensitive</li>
<li>3 &#8211; Fixed bugs with &#8216;use feed date&#8217; option, footer copyright, bad dates in &#8216;view all&#8217; logs, log message field made text, timestamps converted to datetime, &#8216;Clean logs&#8217; function fixed (<strong>big</strong> changes, please test)</li>
<li>4 &#8211; Fixed bugs with older WP releases (now WP-o-Matic works with any version starting from 2.2). Now rewrite works with PHP4.</li>
<li>5 &#8211; str_ireplace bug fixed, allow comments bug fixed, now user can choose comments state.</li>
<li>6 &#8211; {content} not getting rewritten fixed, titles and other settings not being stored fixed.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.devthought.com/2008/05/03/wp-o-matic-10rc3-beta-shipping/feed/</wfw:commentRss>
		<slash:comments>87</slash:comments>
		</item>
	</channel>
</rss>

