<?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>Jes.Gs v2.0 &#187; mangapress</title>
	<atom:link href="http://www.jes.gs/tag/mangapress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jes.gs</link>
	<description>The Portfolio and Blog of Minneapolis Web Designer Jessica C. Green</description>
	<lastBuildDate>Sat, 21 Jan 2012 19:56:25 +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>Manga+Press News &amp; Updates</title>
		<link>http://www.jes.gs/general/mangapress-news-updates/</link>
		<comments>http://www.jes.gs/general/mangapress-news-updates/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 02:31:41 +0000</pubDate>
		<dc:creator>Jess G.</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[mangapress]]></category>
		<category><![CDATA[Wordpress Resources]]></category>

		<guid isPermaLink="false">http://dumpster-fairy.com/?p=253</guid>
		<description><![CDATA[Manga+Press 2.0 beta is getting set to roll out sometime this week. A number of changes have been made to Manga+Press, namely the way Manga+Press uploads the comic pages. However, ]]></description>
			<content:encoded><![CDATA[<p><a href="http://manga-press.silent-shadow.net/">Manga+Press 2.0 beta</a> is getting set to roll out sometime this week. A number of changes have been made to Manga+Press, namely the way Manga+Press uploads the comic pages. However, before users can upgrade, one of the files in the current release branch needs to be patched first. <span id="more-253"></span></p>
<p>The reason is the hook that is called when Manga+Press is deactivated. The hook deletes all of the options and the two tables Manga+Press uses to keep track of comic posts. Since the proper way of upgrading a plugin usually involves deactivation and deletion of the files, this could be a problem for some users. <em>However</em>, I went ahead and tested the deactivation procedure on the server and&#8230;nothing happened. So either there is a bug in 2.7 (fortunate in this case) or the hook in question is no longer being used. Either way, I suggest either downloading the patch I&#8217;ve provided or backing up your database; the latter always being a wise choice whenever you&#8217;re upgrading a plugin, of course.</p>
<p>Manga+Press: <a href="http://manga-press.silent-shadow.net/">http://manga-press.silent-shadow.net/</a><br />
Download Patch: <a href="http://manga-press.silent-shadow.net/wp-content/uploads/2009/03/mangapress_patch.zip">mangapress patch</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jes.gs/general/mangapress-news-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manga+Press 1.0 RC2.5, bug-fix version</title>
		<link>http://www.jes.gs/general/mangapress-10-rc25-bug-fix-version/</link>
		<comments>http://www.jes.gs/general/mangapress-10-rc25-bug-fix-version/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 05:56:47 +0000</pubDate>
		<dc:creator>Jess G.</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[mangapress]]></category>
		<category><![CDATA[Wordpress Resources]]></category>

		<guid isPermaLink="false">http://dumpster-fairy.com/?p=172</guid>
		<description><![CDATA[Manga+Press 1.0 RC2.5, bug-fix involving permissions set on directories created by Manga+Press to store comics.]]></description>
			<content:encoded><![CDATA[<p>RC2.5 bugfixes inside.<span id="more-172"></span>Yeah, another RC release. This time, it&#8217;s because I caught a fairly major bug with the directory-creation process when Manga+Press uploads a new comic page. Permissions aren&#8217;t being set correctly so if you do something like try to delete the files through FTP or an online file-manager (like cPanel&#8217;s File Manager), it&#8217;ll give you a rather ominous &#8220;permission denied&#8221; error. Fortunately, the fix is fairly simple—that is, if your web host allows this.</p>
<p>Create a PHP file and name it&#8230;something&#8230;<code>test.php</code>&#8230;whatever, doesn&#8217;t matter as long as you can remember what it is <img src='http://www.jes.gs/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Insert the following lines of code into your file:</p>
<p>Upload the file to your wp-content/uploads directory and then open it in your browser. The filename part may or may not be necessary; I tried it both ways and it seemed to work when I added the name of a file that was <em>inside</em> the directory I was trying to change. Try it without the file name first, and if you get an error; add the name of a file inside the directory and if you <em>still</em> get an error then try changing the permissions on the <code>test.php</code> file itself to <code>777</code> or <code>755</code>. If you&#8217;re <em>still</em> getting errors, then it&#8217;s time to contact your web host and have them set the correct permissions on the folders in question.</p>
<p>At this point, what I want is feedback from anyone who has downloaded and is using the plugin in question. If you&#8217;ve run into errors, I&#8217;d like to know about it. If you send me a bug report, be sure to include the following:</p>
<ul>
<li>WordPress version (very important)</li>
<li>Plugins installed (also very <em>very</em> important)</li>
<li>Screenshots of the possible bug in question</li>
<li>and, if you have access to this: Web server configuration info
<ul>
<li>Server version and config info</li>
<li>PHP version and config info</li>
<li>MySQL version and config info</li>
</ul>
</li>
</ul>
<p>Look for my email address in the readme.txt file that comes with the plugin. Sorry, but I really don&#8217;t want to give spam-bots a chance to harvest my email address. You can use the contact form here if you like but you won&#8217;t be able to send screen-shots.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jes.gs/general/mangapress-10-rc25-bug-fix-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manga+Press 1.0RC2 Released!</title>
		<link>http://www.jes.gs/general/mangapress-10rc2-released/</link>
		<comments>http://www.jes.gs/general/mangapress-10rc2-released/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 23:19:07 +0000</pubDate>
		<dc:creator>Jess G.</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[mangapress]]></category>
		<category><![CDATA[Wordpress Resources]]></category>

		<guid isPermaLink="false">http://dumpster-fairy.com/?p=167</guid>
		<description><![CDATA[New release, bug fixes and minor code corrections.]]></description>
			<content:encoded><![CDATA[<p>First off, if you&#8217;re getting the &#8220;new version&#8221; prompt, ignore the link because it doesn&#8217;t work. It was something that I overlooked when I released the first version about a week back; that&#8217;s one of the things that has been corrected in RC2. You can download the new version <a href="http://manga-press.silent-shadow.net/downloads/">here</a> or <a href="http://wordpress.org/extend/plugins/mangapress/">here</a>. Most of the corrections that I&#8217;ve done were fairly minor, and had more to do with XHTML Strict validation than with actual functionality. I noticed that my &#8220;Latest Comic&#8221; page would come up as invalid whenever I sent it through W3C&#8217;s XHTML validator. I traced the problem to the way Manga+Press handles the &lt;img&gt; tag. Honestly, that was a result of an older, unreleased version that I&#8217;ve been using for a few months, but it also made me look at the code and make a few corrections. I <em>also </em>added the correction for the RSS cache bug that&#8217;s present in WordPress 2.7.</p>
<p>Enjoy, and Happy New Year!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jes.gs/general/mangapress-10rc2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manga+Press Status</title>
		<link>http://www.jes.gs/general/mangapress-status/</link>
		<comments>http://www.jes.gs/general/mangapress-status/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 20:01:21 +0000</pubDate>
		<dc:creator>Jess G.</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[mangapress]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wordpress Resources]]></category>

		<guid isPermaLink="false">http://dumpster-fairy.com/?p=164</guid>
		<description><![CDATA[Status on Manga+Press release &#8230;]]></description>
			<content:encoded><![CDATA[<p>A little status update on Manga+Press 1.0 RC1. I&#8217;ve been shaking out bugs and reworking some of the code. I hope to have it out for release sometime next week, followed by a &#8220;skeleton&#8221; WordPress theme that works with the plugin. Right now, I&#8217;m testing Manga+Press out using a modified version of the Kubrik theme that comes with WordPress.</p>
<p>I&#8217;m aiming for a Friday release, so check back for more info!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jes.gs/general/mangapress-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manga+Press Coming!</title>
		<link>http://www.jes.gs/general/mangapress-coming/</link>
		<comments>http://www.jes.gs/general/mangapress-coming/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 20:46:38 +0000</pubDate>
		<dc:creator>Jess G.</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[mangapress]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://dumpster-fairy.com/?p=160</guid>
		<description><![CDATA[New Wordpress plugin for managing comics.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on a comic manager plugin since the beginning of this year. After many starts and stops and road-blocks, I&#8217;m happy to announce that in time for 2009, I will be releasing my comic manager plugin for WordPress called <strong>Manga+Press</strong>!</p>
<p>Stay tuned for details!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jes.gs/general/mangapress-coming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

