<?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>Clker.com - weblog &#187; plugin</title>
	<atom:link href="http://www.clker.com/blog/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clker.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 21 Nov 2009 03:49:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress plugin version 1.2 released</title>
		<link>http://www.clker.com/blog/2008/12/26/wordpress-plugin-version-12-released/</link>
		<comments>http://www.clker.com/blog/2008/12/26/wordpress-plugin-version-12-released/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 19:59:35 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim</dc:creator>
				<category><![CDATA[Clker WordPress Plugin]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[clker.com]]></category>
		<category><![CDATA[clker.com plugin]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[plugins & extensions]]></category>
		<category><![CDATA[bug fixes]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.clker.com/blog/?p=169</guid>
		<description><![CDATA[Bug updates stopping the plugin to run on some FreeBSD installtions. Thanks to David Newman with networktest.com for his positive &#38; helpful feedback.
You can download the latest plugin from here.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clker.com/clipart-10778.html" target="_blank"><img style="border:0px;margin:5px;float:left;" title="Beastie FreeBSD daemon" src="http://www.clker.com/cliparts/5/1/b/d/11954315391526924611beastie_freebsd_daemon_r_02.svg.thumb.png" alt="" /></a>Bug updates stopping the plugin to run on some FreeBSD installtions. Thanks to <a href="http://networktest.com">David Newman with networktest.com</a> for his positive &amp; helpful feedback.</p>
<p>You can <a href="http://downloads.wordpress.org/plugin/clkercom-clip-art.1.2.zip">download the latest plugin from here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clker.com/blog/2008/12/26/wordpress-plugin-version-12-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GNUPlot wordpress plugin</title>
		<link>http://www.clker.com/blog/2008/07/16/gnuplot-wordpress-plugin/</link>
		<comments>http://www.clker.com/blog/2008/07/16/gnuplot-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 23:47:48 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim</dc:creator>
				<category><![CDATA[GNUPlot plugin]]></category>
		<category><![CDATA[Internet general]]></category>
		<category><![CDATA[Internet programming]]></category>
		<category><![CDATA[clker.com]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[gnuplot]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.clker.com/blog/?p=84</guid>
		<description><![CDATA[<!--GNUPLOT code:

set size 0.75, 0.3
set xrange[0:5]
plot sin(x) title "sin(x)", sin(2*x) title "sin(2x)"

-->Newer version is here
While I was writing the repeated images identification post, I modified the mimetex wordpress plugin to be the GNUPlot wordpress plugin.
The plugin executes GNUPlot over any portion of the text enclosed between [ gplot] and [/ gplot] tags, without the spaces of course.
Example:
[ gplot]
set size 0.75, 0.3
set xrange[0:5]
plot sin(x) title &#8220;sin(x)&#8221;, sin(2*x) [...]]]></description>
			<content:encoded><![CDATA[<!--GNUPLOT code:

set size 0.75, 0.3
set xrange[0:5]
plot sin(x) title "sin(x)", sin(2*x) title "sin(2x)"

--><p><a href="http://www.clker.com/blog/2008/07/18/gnuplot-wordpress-plugin-v11/"><strong>Newer version is here</strong></a></p>
<p><a href="http://www.clker.com/clipart-21563.html" target="_blank"><img style="border:0px;margin:5px;float:left;" title="Education Graph" src="http://www.clker.com/cliparts/7/3/f/b/1214899020335331858Education-GRAPH1.svg.thumb.png" alt="" /></a>While I was writing the <a href="http://www.clker.com/blog/2008/07/16/finding-repeated-images-part-1-vector-similarity-measures/">repeated images identification post</a>, I modified the mimetex wordpress plugin to be the GNUPlot wordpress plugin.</p>
<p>The plugin executes GNUPlot over any portion of the text enclosed between [ gplot] and [/ gplot] tags, without the spaces of course.</p>
<p><strong>Example:</strong></p>
<p>[ gplot]</p>
<p>set size 0.75, 0.3</p>
<p>set xrange[0:5]</p>
<p>plot sin(x) title &#8220;sin(x)&#8221;, sin(2*x) title &#8220;sin(2x)&#8221;</p>
<p>[/ gplot]</p>
<p>would generate:</p>
<p><center><a href='http://www.clker.com/blog/2008/07/16/gnuplot-wordpress-plugin/'><img src="http://www.clker.com/blog/wp-content/cache/plot_50761339280dc573227d6370bf5fa2ae.png" style="border:none;"/></a></center></p>
<p><strong>Download:</strong> Download the <a href="http://www.clker.com/blog/wp-content/uploads/2008/07/gnuplot-pluginphp.txt">GNUPlot plugin for wordpress</a></p>
<p><strong>Installation:</strong></p>
<p>- Make sure that your server has gnuplot installed</p>
<p>- Create the directory &lt;wordpress&gt;/wp-content/cache, and make sure it is writable by the web server</p>
<p>Enjoy <img src='http://www.clker.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Technorati Tags: <a href="#" rel="tag">wordpress</a>, <a href="#" rel="tag"> chart</a>, <a href="#" rel="tag"> gnuplot</a>, <a href="#" rel="tag"> plugin</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clker.com/blog/2008/07/16/gnuplot-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>TinyMCE3 Plugin</title>
		<link>http://www.clker.com/blog/2008/07/10/tinymce-plugin/</link>
		<comments>http://www.clker.com/blog/2008/07/10/tinymce-plugin/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 02:02:05 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim</dc:creator>
				<category><![CDATA[TinyMCE]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[clip]]></category>
		<category><![CDATA[Clip Art]]></category>
		<category><![CDATA[clipart]]></category>
		<category><![CDATA[clker.com]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tiny mce]]></category>

		<guid isPermaLink="false">http://www.clker.com/blog/?p=42</guid>
		<description><![CDATA[Download here: tinymce_clker
Requirements: PHP, TinyMCE 3+
Installation: Unpack inside tiny_mce/plugins directory.
Since WordPress uses TinyMCE, the picture is basically the same! and this picture will change based on your theme.

Technorati Tags: tiny mce,  tinymce,  plugin,  clker.com,  gallery,  clip art,  clipart,  clip,  art
]]></description>
			<content:encoded><![CDATA[<p><strong>Download here:</strong> <a href="http://www.clker.com/blog/wp-content/uploads/2008/07/tinymce_clker.zip">tinymce_clker</a></p>
<p><strong>Requirements:</strong> PHP, TinyMCE 3+</p>
<p><strong>Installation:</strong> Unpack inside <code>tiny_mce/plugins</code> directory.</p>
<p>Since WordPress uses TinyMCE, the picture is basically the same! and this picture will change based on your theme.</p>
<p><a href="http://www.clker.com/blog/wp-content/uploads/2008/07/screenshot-1.png"><img class="aligncenter size-medium wp-image-38" title="Clker.com wordpress plugin screenshot" src="http://www.clker.com/blog/wp-content/uploads/2008/07/screenshot-1-300x203.png" alt="Clker.com wordpress plugin screenshot" width="300" height="203" /></a></p>
<p>Technorati Tags: <a href="#" rel="tag">tiny mce</a>, <a href="#" rel="tag"> tinymce</a>, <a href="#" rel="tag"> plugin</a>, <a href="#" rel="tag"> clker.com</a>, <a href="#" rel="tag"> gallery</a>, <a href="#" rel="tag"> clip art</a>, <a href="#" rel="tag"> clipart</a>, <a href="#" rel="tag"> clip</a>, <a href="#" rel="tag"> art</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.clker.com/blog/2008/07/10/tinymce-plugin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress plugin</title>
		<link>http://www.clker.com/blog/2008/07/09/wordpress-plugin/</link>
		<comments>http://www.clker.com/blog/2008/07/09/wordpress-plugin/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 17:28:37 +0000</pubDate>
		<dc:creator>Mohamed Ibrahim</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[plugins & extensions]]></category>
		<category><![CDATA[addon]]></category>
		<category><![CDATA[clipart]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.clker.com/blog/?p=36</guid>
		<description><![CDATA[Clker.com wordpress plugin version 1.0.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.clker.com/clipart-15971.html" target="_blank"><img style="border:0px;margin:5px;float:left;" title="Nicubunu Smile Face" src="http://www.clker.com/cliparts/7/b/a/b/1197149873114124329nicubunu_Smile_face.svg.thumb.png" alt="" /></a><strong></strong></p>
<p><span style="color: #993300;"><em><strong>Tested on WordPress 2.5 and 2.6<br />
</strong></em></span></p>
<p><strong>Download:</strong> <a href="http://www.clker.com/blog/wp-content/uploads/2008/07/clker.zip">Clker wordpress plugin</a> .</p>
<p>Installation instructions:</p>
<ol>
<li>Unpack the zip file inside /wp-content/plugins</li>
<li>Activate the plugin from inside your wordpress</li>
<li>Have fun</li>
</ol>
<p><a href="http://www.clker.com/blog/wp-content/uploads/2008/07/screenshot-1.png"><img class="aligncenter size-medium wp-image-38" title="Clker.com wordpress plugin screenshot" src="http://www.clker.com/blog/wp-content/uploads/2008/07/screenshot-1-300x203.png" alt="Clker.com wordpress plugin screenshot" width="300" height="203" /></a></p>
<p>Feedback is welcomed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.clker.com/blog/2008/07/09/wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
