<?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>TextImage</title>
	<atom:link href="http://www.t2img.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.t2img.com/blog</link>
	<description>The filter fighter - t2img.com and the TextImage plugin for WordPress</description>
	<lastBuildDate>Sun, 18 Dec 2011 16:55:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>TextImage works with WordPress 3.3</title>
		<link>http://www.t2img.com/blog/?p=21</link>
		<comments>http://www.t2img.com/blog/?p=21#comments</comments>
		<pubDate>Sun, 18 Dec 2011 16:55:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.t2img.com/blog/?p=21</guid>
		<description><![CDATA[I have upgraded this neglected blog to WordPress 3.3, and it appears that the TextImage plugin functions correctly. Congratulations to the WordPress team for delivering a stable platform since the 2.7.1 debacle.]]></description>
			<content:encoded><![CDATA[<p>I have upgraded this neglected blog to WordPress 3.3, and it appears that the TextImage plugin functions correctly.</p>
<p>Congratulations to the WordPress team for delivering a stable platform since the 2.7.1 debacle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.t2img.com/blog/?feed=rss2&#038;p=21</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextImage WordPress plugin 0.22 released</title>
		<link>http://www.t2img.com/blog/?p=17</link>
		<comments>http://www.t2img.com/blog/?p=17#comments</comments>
		<pubDate>Sun, 22 Mar 2009 01:53:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://www.t2img.com/blog/?p=17</guid>
		<description><![CDATA[I have checked in version 0.22 of the TextImage plugin for WordPress. WordPress 2.7.1 shipped with a broken version of the PHP function htmlspecialchars_decode(). This function, which had obviously never been tested before the release, causes any plugin that calls htmlspecialchars_decode() in PHP 4 to fail. PHP 5 has its own implementation of htmlspecialchars_decode(), and PHP 5 users [...]]]></description>
			<content:encoded><![CDATA[<p>I have checked in version 0.22 of the TextImage plugin for WordPress. WordPress 2.7.1 shipped with a broken version of the PHP function htmlspecialchars_decode(). This function, which had obviously never been tested before the release, causes any plugin that calls htmlspecialchars_decode() in PHP 4 to fail. PHP 5 has its own implementation of htmlspecialchars_decode(), and PHP 5 users are unaffected by this bug.<br />
<br />
TextImage 0.22 has a workaround for this bug. If running on PHP 4, TextImage 0.22 will call its own implementation of htmlspecialchars_decode(). On PHP 5, the PHP library version will be used.  <br />
<br />
In addition, you can now specify the font directory from the configuration page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.t2img.com/blog/?feed=rss2&#038;p=17</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>What changes would you like?</title>
		<link>http://www.t2img.com/blog/?p=14</link>
		<comments>http://www.t2img.com/blog/?p=14#comments</comments>
		<pubDate>Mon, 25 Feb 2008 22:36:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.t2img.com/blog/?p=14</guid>
		<description><![CDATA[What are the next things you would like in TextImage? in t2img.com? Here are some options (most of these just apply to t2img.com): transparency more fonts a color picker different image types (gif, jpeg) Leave a comment and let me know.]]></description>
			<content:encoded><![CDATA[<p>What are the next things you would like in TextImage? in t2img.com?</p>
<p>Here are some options (most of these just apply to t2img.com):</p>
<ul>
<li>transparency</li>
<li>more fonts</li>
<li>a color picker</li>
<li>different image types (gif, jpeg)</li>
</ul>
<p>Leave a comment and let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.t2img.com/blog/?feed=rss2&#038;p=14</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>TextImage plugin 0.2 released, t2img.com launched</title>
		<link>http://www.t2img.com/blog/?p=13</link>
		<comments>http://www.t2img.com/blog/?p=13#comments</comments>
		<pubDate>Sun, 10 Feb 2008 06:05:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Admin]]></category>

		<guid isPermaLink="false">http://www.t2img.com/blog/?p=13</guid>
		<description><![CDATA[I have checked TextImage 0.2 into wordpress.org svn. It is available now at wordpress.org. Warning: if you are using the old version, 0.2 breaks the old behavior of converting every post into an image. Now you have to enclose anything you want converted between &#60;textimage&#62; and &#60;/textimage&#62; tags. I think this is much more useful, but [...]]]></description>
			<content:encoded><![CDATA[<p>I have checked TextImage 0.2 into wordpress.org svn. It is available now at <a href="http://wordpress.org/extend/plugins/textimage/" title="download TextImage plugin">wordpress.org</a>.</p>
<p>Warning: if you are using the old version, 0.2 breaks the old behavior of converting every post into an image. Now you have to enclose anything you want converted between &lt;textimage&gt; and &lt;/textimage&gt; tags.</p>
<p>I think this is much more useful, but please let me know if you&#8217;d like the old behavior available as an option.</p>
<p>I have also launched <a href="http://t2img.com/" title="t2img.com">t2img.com</a> as a free web service so people can create TextImages without installing WordPress and a plugin. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.t2img.com/blog/?feed=rss2&#038;p=13</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A post with newlines</title>
		<link>http://www.t2img.com/blog/?p=12</link>
		<comments>http://www.t2img.com/blog/?p=12#comments</comments>
		<pubDate>Tue, 22 Jan 2008 08:25:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.t2img.com/blog/?p=12</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img src="http://t2img.com/blog/wp-content/plugins/textimage-cache/977eea1316ea2064a4b4a301ec5e6ee6.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.t2img.com/blog/?feed=rss2&#038;p=12</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TextImage 0.2</title>
		<link>http://www.t2img.com/blog/?p=11</link>
		<comments>http://www.t2img.com/blog/?p=11#comments</comments>
		<pubDate>Sat, 12 Jan 2008 00:02:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.t2img.com/blog/?p=11</guid>
		<description><![CDATA[TextImage 0.2 for WordPress is ready for release, as soon as I write some updated documentation. It uses the newtextimage tagto let you turn arbitrary blocks of text into images. You could use it to hide specific from automated filters or robots, while keeping the rest of your post visible to search engines. If you [...]]]></description>
			<content:encoded><![CDATA[<p>TextImage 0.2 for WordPress is ready for release, as soon as I write some updated documentation.</p>
<p>It uses the newtextimage tagto let you turn arbitrary blocks of text into images.</p>
<p>You could use it to hide specific <img src="http://t2img.com/blog/wp-content/plugins/textimage-cache/51d23d568f87f2588e3fe7ea0a819b88.png" /> from automated filters or robots, while keeping the rest of your post visible to search engines.</p>
<p>If you enclose an entire block of text in textimage tags, TextImage will wrap the text just as it did before. There&#8217;s no need to escape anything inside the block; TextImage will ignore everything except the close tag. As always, HTML markup will be removed from all text before TextImage processes it, and as before, nothing in your post is actually changed on disk &#8211; uninstall or disable TextImage and your blog will look just as it did before.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.t2img.com/blog/?feed=rss2&#038;p=11</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>One with a tag</title>
		<link>http://www.t2img.com/blog/?p=10</link>
		<comments>http://www.t2img.com/blog/?p=10#comments</comments>
		<pubDate>Wed, 09 Jan 2008 02:39:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Discussion]]></category>
		<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://www.t2img.com/blog/?p=10</guid>
		<description><![CDATA[This is the first post with the new and extremely useful Well, OK, it is still pretty basic. The only change is that everything between &#60;textimage&#62; and &#60;/textimage&#62; gets turned into an image. It still uses the settings from the plugin options page, so all your images will look alike. Here&#8217;s another example: These may change and there may be others. Please suggest your favorites. [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first post with the new and extremely useful <img src="http://t2img.com/blog/wp-content/plugins/textimage-cache/20e7bf0b25eaab7568970c36225c86de.png" /></p>
<p>Well, OK, it is still pretty basic.    The only change is that everything between &lt;textimage&gt; and &lt;/textimage&gt; gets turned into an image. It still uses the settings from the plugin options page, so all your images will look alike. Here&#8217;s another example:</p>
<p><img src="http://t2img.com/blog/wp-content/plugins/textimage-cache/015ce282d891061b870c31480d6ca5c0.png" /><br />
These may change and there may be others. Please suggest your favorites.</p>
<p>Basic as it is, in my opinion this change makes the Textimage plugin far more potentially useful.</p>
<p>Note: if you&#8217;re editing your posts with the online WordPress editor, you need to use the Code tab to insert the tags. If you see the tags like this:</p>
<p>&lt;textimage&gt;This is supposed to be an image but isn&#8217;t&lt;/textimage&gt;</p>
<p>you have created your tags on the Visual tab. Go back and edit on the Code tab. The changes you need to make will be obvious.</p>
<p>Many thanks to David Tames for the comment that suggested this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.t2img.com/blog/?feed=rss2&#038;p=10</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextImage Documentation</title>
		<link>http://www.t2img.com/blog/?p=8</link>
		<comments>http://www.t2img.com/blog/?p=8#comments</comments>
		<pubDate>Sat, 05 May 2007 02:31:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://www.t2img.com/blog/?p=8</guid>
		<description><![CDATA[TextImage plugin for WordPress The TextImage plugin for WordPress displays your post text as a PNG image instead of sending it to the browser as normal HTML. You can specify the text color, background color, font, font size, and image width you want to use.Why would you want to do this? Text rendered as an [...]]]></description>
			<content:encoded><![CDATA[<h2>TextImage plugin for WordPress</h2>
<p>The TextImage plugin for WordPress displays your post text as a PNG image instead of sending it to the browser as normal HTML. You can specify the text color, background color, font, font size, and image width you want to use.Why would you want to do this? Text rendered as an image can&#8217;t be read by most robots and filters. TextImage can help ensure that your posts won&#8217;t be found by search engines and the like. If you want your posts to have the widest audience possible, TextImage probably isn&#8217;t for you. If you want to maintain a weblog for a private community and keep a low profile, TextImage might help.The idea for the TextImage plugin came to me when I read about the <a href="http://www.greatfirewallofchina.org/">Great Firewall of China</a>. This Internet censorship regime uses automated filtering to accomplish most of its dirty work. Something like TextImage might help get real information past this kind of robotic tyranny, though of course it will be useless against human censors.<br />
<h3>Requirements</h3>
<p>TextImage was written and tested using WordPress 2.1. I have not tested it with other versions.TextImage requires the gd module for PHP.  If phpinfo() has a section for the gd module, you&#8217;re probably OK. On my CentOS 4.3 server, I used the command <span style="font-family: 'Courier New'">yum install php-gd </span>to get the correct module installed. TextImage tries to detect whether gd is installed, and if it isn&#8217;t, TextImage won&#8217;t try to change the way WordPress displays your posts.TextImage also needs TrueType fonts. These are files with the extension .ttf. There are probably hundreds of them on your Windows machine under /windows/fonts. There are also websites that sell TrueType fonts, or let you download them for free.If your Linux server has a graphical interface installed, it probably also has some TrueType fonts. TextImage looks for them under /usr/shared/fonts. If your fonts aren&#8217;t there you will need to change the font directory on the TextImage configuration page. See Options, below.<span style="font-size: 10pt"></span><br />
<h3>Installation</h3>
<p>The TextImage plugin for WordPress consists of two files. All of the WordPress-specific code is in textimage_wp.php. The creation of the actual image with word-wrapped text is done in wrapped_text_image.php. Just copy both files to the wp-content/plugins directory, then enable the TextImage plugin on the Plugins admin panel. All your posts will henceforth appear as images. Nothing is changed permanently: deactivate the plugin and they&#8217;ll reappear as normal.<br />
<h3>Options</h3>
<p>TextImage installs its options page under the Options tab, as you might expect. The options you can specify are:<br />
<table style="border-collapse: collapse" border="0">
<tr style="background-image: none; background-repeat: repeat; background-attachment: scroll; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: #4f81bd; background-position: 0% 50%">
<td style="border-top-width: 1pt; border-top-style: solid; border-top-color: #4f81bd; border-left-width: 1pt; border-left-style: solid; border-left-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px"><span style="color: white"><strong>Option</strong></span></td>
<td style="border-top-width: 1pt; border-top-style: solid; border-top-color: #4f81bd; border-right-width: 1pt; border-right-style: solid; border-right-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px"><span style="color: white"><strong>Description</strong></span></td>
</tr>
<tr>
<td style="border-top-width: medium; border-top-style: none; border-top-color: initial; border-left-width: 1pt; border-left-style: solid; border-left-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px"><strong>Image cache directory</strong></td>
<td style="border-top-width: medium; border-top-style: none; border-top-color: initial; border-right-width: 1pt; border-right-style: solid; border-right-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px">Where TextImage can save images. This directory must be writable by WordPress. Include the trailing slash.</td>
</tr>
<tr>
<td style="border-left-width: 1pt; border-left-style: solid; border-left-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px"><strong>Image cache URL</strong></td>
<td style="border-right-width: 1pt; border-right-style: solid; border-right-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px">The relative or absolute URL to the image cache directory.</td>
</tr>
<tr>
<td style="border-top-width: medium; border-top-style: none; border-top-color: initial; border-left-width: 1pt; border-left-style: solid; border-left-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px"><strong>Font directory</strong></td>
<td style="border-top-width: medium; border-top-style: none; border-top-color: initial; border-right-width: 1pt; border-right-style: solid; border-right-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px">The directory where TextImage can find TrueType fonts. TextImage will search this directory and any subdirectories for files with a &#8216;.ttf&#8217; extension. This directory must be readable by the web server running WordPress. Include the trailing slash.</td>
</tr>
<tr>
<td style="border-top-width: medium; border-top-style: none; border-top-color: initial; border-left-width: 1pt; border-left-style: solid; border-left-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px"><strong>Image width</strong></td>
<td style="border-top-width: medium; border-top-style: none; border-top-color: initial; border-right-width: 1pt; border-right-style: solid; border-right-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px">The maximum width of the image, in pixels. </td>
</tr>
<tr>
<td style="border-left-width: 1pt; border-left-style: solid; border-left-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px"><strong>Font height</strong></td>
<td style="border-right-width: 1pt; border-right-style: solid; border-right-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px">How large to make the font, in points</td>
</tr>
<tr>
<td style="border-top-width: medium; border-top-style: none; border-top-color: initial; border-left-width: 1pt; border-left-style: solid; border-left-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px"><strong>Text color, Background color</strong></td>
<td style="border-top-width: medium; border-top-style: none; border-top-color: initial; border-right-width: 1pt; border-right-style: solid; border-right-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px">The RGB color specified as a number – either hex (0xRRGGBB) or decimal will work</td>
</tr>
<tr>
<td style="border-left-width: 1pt; border-left-style: solid; border-left-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px"><strong>Font</strong></td>
<td style="border-right-width: 1pt; border-right-style: solid; border-right-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px">The ttf font file to use. TextImage generates a list of all the ttf files under /usr/shared/fonts.</td>
</tr>
<tr>
<td style="border-top-width: medium; border-top-style: none; border-top-color: initial; border-left-width: 1pt; border-left-style: solid; border-left-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px"><strong>Clear image cache</strong></td>
<td style="border-top-width: medium; border-top-style: none; border-top-color: initial; border-right-width: 1pt; border-right-style: solid; border-right-color: #4f81bd; border-bottom-width: 1pt; border-bottom-style: solid; border-bottom-color: #4f81bd; padding-left: 7px; padding-right: 7px">Check this box if you want TextImage to delete all the previously-saved PNG files. Do this if you want all your posts to display using the new options.</td>
</tr>
</table>
<h3>Limitations</h3>
<p>TextImage does not render HTML: it can&#8217;t apply multiple fonts, bolding and italics (unless everything is bold or italic), or other fancy formatting to your post. You get one font in one size and color. You can, however, force line breaks by using carriage returns.TextImage strips html tags from your post before it renders the image. It does not, however, modify the actual post. If you disable TextImage, all your HTML will work as before. TextImage renders only posts as images. Titles, comments, and all other content are still rendered as regular HTML. If there is demand I might consider changing this. Tables and other heavily formatted text won&#8217;t render correctly in TextImage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.t2img.com/blog/?feed=rss2&#038;p=8</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>About this site</title>
		<link>http://www.t2img.com/blog/?p=6</link>
		<comments>http://www.t2img.com/blog/?p=6#comments</comments>
		<pubDate>Mon, 30 Apr 2007 00:13:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Discussion]]></category>

		<guid isPermaLink="false">http://www.t2img.com/blog/?p=6</guid>
		<description><![CDATA[This site runs a modified version of TextImage. One crucial line of code is different: $the_text = &#8220;&#60;img src=\&#8221;$cache_url$basename\&#8221;&#62;&#8221;; is replaced with: $the_text = $the_text . &#8220;&#60;img src=\&#8221;$cache_url$basename\&#8221;&#62;&#8221;; That makes this site display both the HTML version of the post and the resulting image. If demand warrants I may later add a feature to TextImage [...]]]></description>
			<content:encoded><![CDATA[<p>This site runs a modified version of TextImage. One crucial line of code is different:</p>
<p>$the_text = &#8220;&lt;img src=\&#8221;$cache_url$basename\&#8221;&gt;&#8221;;</p>
<p>is replaced with:</p>
<p>$the_text = $the_text . &#8220;&lt;img src=\&#8221;$cache_url$basename\&#8221;&gt;&#8221;;</p>
<p>That makes this site display both the HTML version of the post and the resulting  image.</p>
<p>If demand warrants I may later add a feature to TextImage to let you designate which posts should be displayed as images and which should not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.t2img.com/blog/?feed=rss2&#038;p=6</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://www.t2img.com/blog/?p=5</link>
		<comments>http://www.t2img.com/blog/?p=5#comments</comments>
		<pubDate>Sun, 29 Apr 2007 02:02:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Admin]]></category>
		<category><![CDATA[Download]]></category>

		<guid isPermaLink="false">http://www.t2img.com/blog/?p=5</guid>
		<description><![CDATA[This is the home of the TextImage plugin for WordPress. You can download it here: TextImage 0.11]]></description>
			<content:encoded><![CDATA[<p>This is the home of the TextImage plugin for WordPress. You can download it here: <a href="http://harbor.sealrock.com/ti/wp-content/uploads/2007/04/textimage011.zip" title="TextImage 0.11">TextImage 0.11</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.t2img.com/blog/?feed=rss2&#038;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

