<?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>gorzek.com - profound nonsense &#187; plugins</title>
	<atom:link href="http://gorzek.com/tag/plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://gorzek.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 27 Oct 2011 16:37:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress BBCode Plugin v0.0.2</title>
		<link>http://gorzek.com/dev/wordpress-dev/bbcode-filter/</link>
		<comments>http://gorzek.com/dev/wordpress-dev/bbcode-filter/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:40:22 +0000</pubDate>
		<dc:creator>gorzek</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://gorzek.com/?p=46</guid>
		<description><![CDATA[<p>After using basically every BBCode plugin available for WordPress&#8211;and finding every last one of them lacking&#8211;I decided to write my own. This one does not use shortcodes, as shortcodes apparently freak out when you want multi-line enclosed tags. My plugin applies filters to six hooks:</p>

the_content
comment_text
the_excerpt
the_content_rss (strips BBCode)
comment_text_rss (strips BBCode)
the_excerpt_rss (strips BBCode)

<p>The following tags are supported:</p>


[b] [...]]]></description>
			<content:encoded><![CDATA[<p>After using basically every BBCode plugin available for WordPress&#8211;and finding every last one of them lacking&#8211;I decided to write my own. This one does not use shortcodes, as shortcodes apparently freak out when you want multi-line enclosed tags. My plugin applies filters to six hooks:</p>
<ul>
<li>the_content</li>
<li>comment_text</li>
<li>the_excerpt</li>
<li>the_content_rss (strips BBCode)</li>
<li>comment_text_rss (strips BBCode)</li>
<li>the_excerpt_rss (strips BBCode)</li>
</ul>
<p>The following tags are supported:</p>
<pre>

[b] -- Bold

[i] -- Italics

[u] -- Underline

[s] -- Strikeout

[url{=http://...}]{URL-or-link-title}[/url] -- Links

[quote] -- Blockquote

[size=n] -- Font size

[color=#nnnnnn] -- Font color

[img] -- Image

[code] -- Code
</pre>
<p>If there are other tags you'd like to see, by all means, request them in the comments.</p>
<p><em>This plugin is released under the <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>.</em></p>
<p>To download this plugin, please proceed to the <a href="http://wordpress.org/extend/plugins/gorzeks-bbcode-plugin/">WordPress plugin page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://gorzek.com/dev/wordpress-dev/bbcode-filter/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

