<?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>Manga+Press</title>
	<atom:link href="http://manga-press.jes.gs/feed/" rel="self" type="application/rss+xml" />
	<link>http://manga-press.jes.gs</link>
	<description>The webcomic CMS for Wordpress!</description>
	<lastBuildDate>Sun, 11 Mar 2012 18:51:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>mangapress_comic_navigation</title>
		<link>http://manga-press.jes.gs/2012/03/mangapress_comic_navigation/</link>
		<comments>http://manga-press.jes.gs/2012/03/mangapress_comic_navigation/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 18:07:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Template Tags]]></category>

		<guid isPermaLink="false">http://manga-press.jes.gs/?p=438</guid>
		<description><![CDATA[Outputs comic navigation code.]]></description>
			<content:encoded><![CDATA[<h3>Description:</h3>
<p>Generates an unordered list of links for navigating between comic posts. Should be used inside a loop.</p>
<h3>Usage:</h3>
<pre lang="php">&lt;?php mangapress_comic_navigation(); ?&gt;</pre>
<h3>Parameters:</h3>
<ul>
<li><strong>$query</strong> (WP_Query) WP_Query object.</li>
<li><strong>$args </strong>(args) Navigation output arguments</li>
<li><strong>$echo</strong> (boolean) Specifies whether to echo comic navigation or return it as a string. Defaults to <strong>true</strong>.</li>
</ul>
<h3>$args Parameters:</h3>
<ul>
<li><em>$container</em> : Wrapper tag for comic navigation. Defaults to <tt>nav</tt>. Use <strong>false</strong> for no container.</li>
<li><em>$container_attr</em> : Attributes for container tag. Can be used for setting custom IDs or classes. Defaults to array(&#8216;id&#8217; =&gt; &#8216;comic-navigation&#8217;).</li>
<li><em>$items_wrap</em> : Navigation items wrapper. Defaults to &lt;ul%1$s&gt;%2$s&lt;/ul&gt;. Can be useful for those situations when you don&#8217;t want the navigation to be an unordered list.</li>
<li><em>$items_wrap_attr</em> : Same as <em>$container_attr</em>.</li>
<li><em>$link_wrap</em> : Wrapper tag for navigation link. Defaults to <tt>li</tt>.</li>
<li><em>$link_before</em> : Content before navigation link (but inside tag specified by <em>$link_wrap</em>).</li>
<li><em>$link_after</em> : Content after navigation link (but inside tag specified by <em>$link_wrap</em>).</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://manga-press.jes.gs/2012/03/mangapress_comic_navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manga+Press 2.7 RC 1</title>
		<link>http://manga-press.jes.gs/2012/03/mangapress-2-7-rc-1/</link>
		<comments>http://manga-press.jes.gs/2012/03/mangapress-2-7-rc-1/#comments</comments>
		<pubDate>Sun, 11 Mar 2012 17:26:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[Release Candidate]]></category>

		<guid isPermaLink="false">http://manga-press.jes.gs/?p=413</guid>
		<description><![CDATA[It&#8217;s been quite a journey. From when I first thought that this version was vaporware and that I&#8217;d never get it finished, to releasing the beta and now finally, the release candidate. Yes, Manga+Press 2.7 RC 1 is available for download, or you can download it from the WordPress Plugin Directory [here]. Also means that [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been quite a journey. From when I first thought that this version was vaporware and that I&#8217;d never get it finished, to releasing the beta and now <em>finally</em>, the release candidate.</p>
<p>Yes, Manga+Press 2.7 RC 1 is available for <a title="Download Manga+Press 2.7 RC1" href="http://manga-press.jes.gs/wp-content/uploads/2012/03/mangapress1.zip">download</a>, or you can download it from the WordPress Plugin Directory [<a title="External link: Manga+Press Comic Manager" href="http://wordpress.org/extend/plugins/mangapress/download/" target="_blank">here</a>].</p>
<p>Also means that it&#8217;s more than time for me to update the Help Docs and the Download page.</p>
]]></content:encoded>
			<wfw:commentRss>http://manga-press.jes.gs/2012/03/mangapress-2-7-rc-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manga+Press 2.7 Beta 3</title>
		<link>http://manga-press.jes.gs/2012/03/mangapress-2-7-beta-3/</link>
		<comments>http://manga-press.jes.gs/2012/03/mangapress-2-7-beta-3/#comments</comments>
		<pubDate>Fri, 09 Mar 2012 05:01:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[2.7]]></category>

		<guid isPermaLink="false">http://manga-press.jes.gs/?p=410</guid>
		<description><![CDATA[New version of Manga+Press 2.7 out. This release corrects a missing template bug when viewing single comics, a bug that can crop up if the &#8220;Use theme templates&#8221; options are enabled, as well as a few undefined variable warnings with WP_DEBUG turned on. You can download the new release from [here] or from the WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>New version of Manga+Press 2.7 out. This release corrects a missing template bug when viewing single comics, a bug that can crop up if the &#8220;Use theme templates&#8221; options are enabled, as well as a few undefined variable warnings with WP_DEBUG turned on. You can download the new release from [<a title="Manga+Press 2.7-beta-3" href="http://manga-press.jes.gs/wp-content/uploads/2012/03/mangapress.zip">here</a>] or from the <a title="External link: Manga+Press Comic Manager" href="http://wordpress.org/extend/plugins/mangapress/" target="_blank">WordPress Plugin Directory</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://manga-press.jes.gs/2012/03/mangapress-2-7-beta-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manga+Press 2.7 Beta 2</title>
		<link>http://manga-press.jes.gs/2012/02/mangapress-2-7-beta-2/</link>
		<comments>http://manga-press.jes.gs/2012/02/mangapress-2-7-beta-2/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 03:52:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[2.7]]></category>

		<guid isPermaLink="false">http://manga-press.jes.gs/?p=406</guid>
		<description><![CDATA[New version of Manga+Press 2.7 out. This release corrects some bugs that were found by myself and other reporters. You can download the new release from [here] or from the WordPress Plugin Directory.]]></description>
			<content:encoded><![CDATA[<p>New version of Manga+Press 2.7 out. This release corrects some bugs that were found by myself and other reporters. You can download the new release from [<a href="http://manga-press.jes.gs/wp-content/uploads/2012/02/mangapress.zip">here</a>] or from the <a title="External link: Manga+Press Comic Manager" href="http://wordpress.org/extend/plugins/mangapress/" target="_blank">WordPress Plugin Directory</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://manga-press.jes.gs/2012/02/mangapress-2-7-beta-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Manga+Press 2.7 Beta download</title>
		<link>http://manga-press.jes.gs/2012/02/mangapress-2-7-beta-download/</link>
		<comments>http://manga-press.jes.gs/2012/02/mangapress-2-7-beta-download/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 01:44:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[2.7]]></category>

		<guid isPermaLink="false">http://manga-press.jes.gs/?p=389</guid>
		<description><![CDATA[I just released Manga+Press 2.7 Beta to the WordPress plugin repository. Be warned that it is a beta version so there may be bugs. Also, there are some features that are not enabled in 2.7, namely the template overrides for the Latest Comic- and Comic Archive pages. If you find any bugs, please let me [...]]]></description>
			<content:encoded><![CDATA[<p>I just released Manga+Press 2.7 Beta to the WordPress plugin repository. Be warned that it <i>is</i> a beta version so there may be bugs. Also, there are some features that are not enabled in 2.7, namely the template overrides for the Latest Comic- and Comic Archive pages. If you find any bugs, please let me know here on the blog, or [<a href="http://wordpress.org/tags/mangapress?forum_id=10" title="here">here</a>].</p>
<p>Here it is: <a href="http://manga-press.jes.gs/wp-content/uploads/2012/02/mangapress.zip">Manga+Press 2.7 Beta</a>. It is a beta version, and there are a few bugs but it&#8217;s getting pretty close to a release version. Don&#8217;t want to give out an eta, but I&#8217;m guessing by the end of March or middle of April, there should be a final release version ready.</p>
]]></content:encoded>
			<wfw:commentRss>http://manga-press.jes.gs/2012/02/mangapress-2-7-beta-download/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

