<?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>stripShow &#187; Announcements</title>
	<atom:link href="http://stripshow.monkeylaw.org/category/announcements/feed/" rel="self" type="application/rss+xml" />
	<link>http://stripshow.monkeylaw.org</link>
	<description>Webcomics plugin for WordPress</description>
	<lastBuildDate>Sat, 24 Jul 2010 23:51:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>stripShow 2.5 Released!</title>
		<link>http://stripshow.monkeylaw.org/2010/07/23/stripshow-2-5-released/</link>
		<comments>http://stripshow.monkeylaw.org/2010/07/23/stripshow-2-5-released/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 03:41:34 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=191</guid>
		<description><![CDATA[I&#8217;m pleased to announce the release of version 2.5 of stripShow, the all-in-one webcomics solution for WordPress! Version 2.5 features AutoComic, allowing webcomics creators to use virtually any WordPress theme, not just themes designed specifically for webcomics. Thanks to the magic of JavaScript, you can mix comics with your regular blog and still take advantage [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce the release of version 2.5 of stripShow, the all-in-one webcomics solution for WordPress!</p>
<p>Version 2.5 features AutoComic, allowing webcomics creators to use virtually any WordPress theme, not just themes designed specifically for webcomics. Thanks to the magic of JavaScript, you can mix comics with your regular blog and still take advantage of stripShow&#8217;s features such as searchable transcripts and storylines.</p>
<p>Also new in 2.5 is a handy interface to add comics directly from WordPress&#8217;s Add Post page. No longer do comics have to be added from a separate page.</p>
<p>The default stripShow template theme, stripShow Sandbox, has gotten a bit of a facelift as well, but don&#8217;t worry. These changes are confined to a separate file, so they won&#8217;t affect existing child themes that don&#8217;t import that file.</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2010/07/23/stripshow-2-5-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>2.5 beta 1 and AutoComic</title>
		<link>http://stripshow.monkeylaw.org/2010/02/12/2-5-beta-1-and-autocomic/</link>
		<comments>http://stripshow.monkeylaw.org/2010/02/12/2-5-beta-1-and-autocomic/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:44:30 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=173</guid>
		<description><![CDATA[So I&#8217;ve released a beta of 2.5 &#8212; don&#8217;t install it on a production server, all the usual beta warnings, etc. One feature that I&#8217;m excited about in 2.5, that I didn&#8217;t mention in the previous post, is called &#8220;AutoComic,&#8221; and I thought I&#8217;d take a moment to share a little information about it. One [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve released a beta of 2.5 &#8212; don&#8217;t install it on a production server, all the usual beta warnings, etc.</p>
<p>One feature that I&#8217;m excited about in 2.5, that I didn&#8217;t mention in the previous post, is called &#8220;AutoComic,&#8221; and I thought I&#8217;d take a moment to share a little information about it.</p>
<p>One of the most common questions I get on the forums is &#8220;Can you make stripShow support the _____ theme?&#8221; Well, the answer was always no. Not without editing the theme, anyway, to add stripShow functions (like show_comic()). The plugin can&#8217;t really do much about a theme that hasn&#8217;t been written for it.</p>
<p>Until now.</p>
<p>Enter AutoComic: Now, with the flick of a switch, stripShow can show a comic and navigation bar on nearly <strong>any</strong> theme. Thanks to the magic of JavaScript, you don&#8217;t even need to edit the theme files. All you need to know is where to put your comic on the page.</p>
<p>Say for instance, I am using the <a href="http://wordpress.org/extend/themes/constructor" target="_blank">Constructor</a> theme. I&#8217;d like to host a webcomic on this site, but don&#8217;t know enough about theme editing to get started. stripShow has me covered.</p>
<p>Here&#8217;s my site before AutoComic:</p>
<p><img class="aligncenter" title="The Constructor theme before AutoComic" src="http://stripshow.monkeylaw.org/wiki/images/4/4a/Autocomic-before.png" alt="" width="400" height="255" /></p>
<p>As you can see, no comic anywhere. But I can see, in the source, exactly where I want my comic to go &#8212; it&#8217;s below the header, which is a div element with the id &#8220;header.&#8221;</p>
<p>So I go to my WordPress admin page, and turn on AutoComic. I tell it to put the comic below the header element, and voila:</p>
<p><img class="aligncenter" title="The Constructor theme after AutoComic" src="http://stripshow.monkeylaw.org/wiki/images/0/0c/Autocomic-after.png" alt="" width="400" height="255" /></p>
<p>Now there&#8217;s a comic. Also some navigation arrows. Also, though you can&#8217;t tell in this screenshot, a complete widget-aware sidebar. Isn&#8217;t that cool?</p>
<p>Obviously, this is intended as a quick, get-up-and-running feature. Nothing beats customizing your themes yourself. But stripShow 2.5 aims to make it all easy. Go <a href="http://wordpress.org/extend/plugins/stripshow/" target="_blank">download the beta</a>, try it out for yourself!</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2010/02/12/2-5-beta-1-and-autocomic/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>stripShow 2.1 released!</title>
		<link>http://stripshow.monkeylaw.org/2009/10/09/stripshow-2-1-released/</link>
		<comments>http://stripshow.monkeylaw.org/2009/10/09/stripshow-2-1-released/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 01:39:52 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[2.1]]></category>
		<category><![CDATA[new-release]]></category>
		<category><![CDATA[stripShow]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=125</guid>
		<description><![CDATA[I&#8217;m inordinately pleased to announce the release of version 2.1 of stripShow, the all-in-one solution for running a webcomic on WordPress! New features in 2.1 include: COVER YOUR SHAME! If you happen to draw a comic that is sometimes just nasty, filthy, disgusting&#8230; well, we don&#8217;t judge. But sometimes people shouldn&#8217;t be browsing that sort [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/extend/plugins/stripshow/"><img class="alignright size-full wp-image-126" title="stripShow 2.1 badge" src="http://stripshow.monkeylaw.org/wp-content/uploads/2009/10/version-2.1-badge.png" alt="stripShow 2.1 badge" width="129" height="129" /></a>I&#8217;m inordinately pleased to announce the release of version 2.1 of stripShow, the all-in-one solution for running a webcomic on WordPress!</p>
<p>New features in 2.1 include:</p>
<ul>
<li>COVER YOUR SHAME! If you happen to draw a comic that is sometimes just nasty, filthy, disgusting&#8230; well, we don&#8217;t judge. But sometimes people shouldn&#8217;t be browsing that sort of thing from work, and for the benefit of those readers, creators can now cover NSFW strips with a cover image that must be clicked on before the real comic is displayed.</li>
<li>CUSTOMIZE YOUR THUMBNAILS! Now, if you&#8217;d rather thumbnail images were something a little more personalized than just a scaled-down version of the comic, you can stick alternate images in a subfolder of your comics folder and show those instead.</li>
<li>SE HABLA FRANCAIS, MEIN FREUND! stripShow is now fully internationalized, and ready to be translated into all the languages of our big blue planet!</li>
</ul>
<p>Obviously, all the great features that made stripShow the finest solution for WordPress webcomics, such as searchable, formatted transcripts, nested, low-maintenance storylines,  easy upload of comics, and an awesome theming template, are still present, and ready to propel your webcomic into the 2010s.</p>
<p>Download stripShow today from the <a title="stripShow download" href="http://wordpress.org/extend/plugins/stripshow/">WordPress Plugin Directory</a> today, or visit our <a title="stripShow support site" href="http://stripshow.monkeylaw.org">support site</a> and join our community!</p>
<span class="sfforumlink"><a href="http://stripshow.monkeylaw.org/forums/announcements/stripshow-2-1-released/"><img src="http://stripshow.monkeylaw.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/10/09/stripshow-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old forum posts are back!</title>
		<link>http://stripshow.monkeylaw.org/2009/09/19/old-forum-posts-are-back/</link>
		<comments>http://stripshow.monkeylaw.org/2009/09/19/old-forum-posts-are-back/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 02:45:27 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=121</guid>
		<description><![CDATA[Because I&#8217;m a little obsessive about thoroughness, I spent the day (yes, the whole day) figuring out how to get all the old forum users and posts into the new forum. The good news is, it worked! Now all the old support issues and announcements are there for all to see. If you had an [...]]]></description>
			<content:encoded><![CDATA[<p>Because I&#8217;m a little obsessive about thoroughness, I spent the day (yes, the whole day) figuring out how to get all the old forum users and posts into the new forum. The good news is, it worked! Now all the old support issues and announcements are there for all to see.</p>
<p>If you had an old forum account, and you ever posted, you have an account here on this blog now. However, you don&#8217;t have a password. So what you need to do is hit &#8220;Login&#8221; (either on the sidebar, or on the forum page) and it will take you to the login page. Hit &#8220;Forgot password&#8221; and it will send you an email with a link &#8212; follow that link, and you&#8217;ll get a second email with a temporary password. Use that password to log in, then change it in the Profile page.</p>
<p>Since I did this conversion myself, I expect some things may be a bit wonky. Let me know if you have any issues. Private Messaging works, or if not, email bhawkins AT monkeylaw DOT org.</p>
<span class="sfforumlink"><a href="http://stripshow.monkeylaw.org/forums/announcements/old-forum-posts-are-back/"><img src="http://stripshow.monkeylaw.org/wp-content/plugins/simple-forum/styles/icons/default/bloglink.png" alt="" /> Join the forum discussion on this post</a> - (1) Posts</span>]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/09/19/old-forum-posts-are-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seeking stripShow sites for Gallery</title>
		<link>http://stripshow.monkeylaw.org/2009/08/05/seeking-stripshow-sites-for-gallery/</link>
		<comments>http://stripshow.monkeylaw.org/2009/08/05/seeking-stripshow-sites-for-gallery/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 15:47:35 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=84</guid>
		<description><![CDATA[If you&#8217;re running stripShow, I&#8217;d like to hear about it! And if you&#8217;d like to have your site included in the stripShow Gallery (which isn&#8217;t much of a &#8220;gallery&#8221; at the moment, just two comics), please send me the following information: Your name Your comic&#8217;s name Your comic&#8217;s URL A brief description of what your [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re running stripShow, I&#8217;d like to hear about it! And if you&#8217;d like to have your site included in the stripShow Gallery (which isn&#8217;t much of a &#8220;gallery&#8221; at the moment, just two comics), please send me the following information:</p>
<ul>
<li>Your name</li>
<li>Your comic&#8217;s name</li>
<li>Your comic&#8217;s URL</li>
<li>A brief description of what your comic is about</li>
<li>A sample strip; put your best foot forward!</li>
<li>A 128&#215;128 icon representing your comic. This is optional, but if you don&#8217;t provide one, I&#8217;ll make one, and I suck.</li>
</ul>
<p>Eventually, I will have some kind of form to upload this stuff, but in the meantime, you can shoot an email to bhawkins AT monkeylaw DOT org, and I&#8217;ll be happy to add you to the gallery.</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/08/05/seeking-stripshow-sites-for-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stripShow 2.0 released!</title>
		<link>http://stripshow.monkeylaw.org/2009/08/02/stripshow-20-released/</link>
		<comments>http://stripshow.monkeylaw.org/2009/08/02/stripshow-20-released/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 17:52:32 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=43</guid>
		<description><![CDATA[I&#8217;m pleased to announce the release of version 2.0 of stripShow, the all-in-one webcomics package for WordPress! Overview stripShow 2.0 includes a WordPress plugin providing easy-to-use administration pages for the uploading or importing of comics, and an all-new theme framework for creating your own stripShow themes. stripShow operates by associating comic files (usually graphic images) [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-47 alignright" title="Version 2 Badge" src="http://stripshow.monkeylaw.org/wp-content/uploads/2009/08/version-2-badge.png" alt="Version 2 Badge" width="128" height="128" />I&#8217;m pleased to announce the release of version 2.0 of <a href="http://stripshow.monkeylaw.org">stripShow</a>, the all-in-one webcomics package for WordPress!</p>
<h3>Overview</h3>
<p>stripShow 2.0 includes a WordPress plugin providing easy-to-use administration pages for the uploading or importing of comics, and an all-new theme framework for creating your own stripShow themes.</p>
<p>stripShow operates by associating comic files (usually graphic images) with blog posts. Comic posts are kept separate from regular blog posts, which can continue to be used as normal.</p>
<p>stripShow is not just a theme &#8212; it&#8217;s a complete, all-in-one webcomics solution. Included with stripShow is the powerful new theming package, stripShow Sandbox, which provides a basic theme for webcomics display. You can easily create child themes which can customize the look of your site. Elements of stripShow Sandbox can be removed or customized to your liking in your child themes without ever modifying the parent theme. Never worry about theme upgrades destroying your work again!</p>
<p><span id="more-43"></span></p>
<h3>Features</h3>
<p>Features of stripShow include:</p>
<ul>
<li>Support for GIF, JPG, PNG, HTML, and Flash files as comics.</li>
<li>Comic files can be given any name you like.</li>
<li>Multiple comic files can be associated with a single blog post.</li>
<li>Comics can be grouped into storylines, which can be nested within other storylines.</li>
<li>Comics may be included in the RSS feed for your blog.</li>
<li>Metadata can be included within each comic for alternate &#8220;tool tip&#8221; text or to specify the orientation (horizontal or vertical) of the comic.</li>
<li>Text transcripts of each comic can be added to the comic post, using a handy tag language. These transcripts are searchable by WordPress and outside search engines.</li>
<li>A robust theming framework, stripShow Sandbox, which provides a basic theme for webcomics display.</li>
<li>stripShow includes several comics-specific widgets to plug into your site. In addition, the stripShow Sandbox framework includes two new widgetable areas, in the site header and for comics themselves</li>
<li>Handy template tags for adding stripShow functionality to existing themes.</li>
</ul>
<h3>Where to get stripShow</h3>
<p>stripShow is a part of the <a href="http://www.wordpress.org/extend/plugins">WordPress Plugin Directory</a>, which means it can be automatically downloaded from within WordPress, or it can be downloaded directly from <a href="http://wordpress.org/extend/plugins/stripshow/">here</a>.</p>
<h3>Documentation</h3>
<p>Full documentation for stripShow is available from the <a href="http://stripshow.monkeylaw.org">stripShow Support Site</a>:</p>
<ul>
<li><a href="http://stripshow.monkeylaw.org/docs">HTML format</a></li>
<li><a href="http://stripshow.monkeylaw.org/docs/stripshow-user-guide.pdf">PDF format</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/08/02/stripshow-20-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stripShow 2.0 beta 2 released!</title>
		<link>http://stripshow.monkeylaw.org/2009/06/12/stripshow-20-beta-2-released/</link>
		<comments>http://stripshow.monkeylaw.org/2009/06/12/stripshow-20-beta-2-released/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 16:41:37 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=36</guid>
		<description><![CDATA[Here&#039;s the second beta: http://stripshow.monkeylaw.org/wp-content/plugins/download-monitor/download.php?id=stripshow-2.0b2.zip Notable differences: The colorful playful theme that used to be the stripShow Sandbox is now a child theme called ComicalStrip, and the stripShow Sandbox is kind of generic. I figured that would make it a little more universal. An additional child theme, Golden, is also included I&#039;ve added lots of [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#039;s the second beta:</p>
<p><a href="http://stripshow.monkeylaw.org/wp-content/plugins/download-monitor/download.php?id=stripshow-2.0b2.zip" target="_blank">http://stripshow.monkeylaw.org/wp-content/plugins/download-monitor/download.php?id=stripshow-2.0b2.zip</a></p>
<p>Notable differences:</p>
<ul style="margin-top: 0; margin-bottom: 0;">
<li>The colorful playful theme that used to be the stripShow Sandbox is now a child theme called ComicalStrip, and the stripShow Sandbox is kind of generic. I figured that would make it a little more universal.</li>
<li>An additional child theme, Golden, is also included</li>
<li>I&#039;ve added lots of action hooks to the template, so you can add and remove functionality without altering the parent theme. Golden is an example of this &#8212; I&#039;ve stuck previous and next arrows to the sides of the comic, like <a href="http://www.dieselsweeties.com/" target="_blank">Diesel Sweeties</a> has.</li>
</ul>
<p>As always, I&#039;m desperately seeking feedback on this version. If there are no bugs, I think this might just be 2.0.</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/06/12/stripshow-20-beta-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stripShow 2.0 beta 1 released!</title>
		<link>http://stripshow.monkeylaw.org/2009/04/18/stripshow-20-beta-1-released/</link>
		<comments>http://stripshow.monkeylaw.org/2009/04/18/stripshow-20-beta-1-released/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 01:02:10 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=34</guid>
		<description><![CDATA[After months and months of delays (mainly caused by inattentiveness, indecision, and the usual &#34;Oooh! Shiny!&#34; that affects ADHD sufferers like myself), I&#8217;m pleased to announce that I&#8217;m ready to release a beta of stripShow 2.0! stripShow is the WordPress plugin that transforms your blog into a full-featured webcomics platform. All the original features of [...]]]></description>
			<content:encoded><![CDATA[<p>After months and months of delays (mainly caused by inattentiveness, indecision, and the usual &quot;Oooh! Shiny!&quot; that affects ADHD sufferers like myself), I&#8217;m pleased to announce that I&#8217;m ready to release a beta of stripShow 2.0!</p>
<p>stripShow is the WordPress plugin that transforms your blog into a full-featured webcomics platform. All the original features of stripShow, such as built-in searchable transcripts and hierarchical storyline support, are of course still present.</p>
<p>New features in 2.0:</p>
<list> </list></p>
<ul>
<li>A handy WordPress admin interface for uploading comics &#8212; either singly, or in bulk.</li>
<li>Now you can name your comic files whatever you want &#8212; no need to have a date in the filename.</li>
<li>7 new template tags</li>
<li>3 sidebar widgets</li>
<li>New theme framework based on Sandbox &#8212; create a child theme and leave the framework alone, to make upgrading a snap</li>
<li>Obscuring of comic filenames now available, so you can show comics without letting people know where you keep them.</li>
<li>Graphic novel creators can configure their archives to start at the first page rather than the last</li>
</ul>
<p>That&#8217;s just what I was able to remember off the top of my head. <img src='http://stripshow.monkeylaw.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>stripShow 2.0b1 is available <a href="http://stripshow.monkeylaw.org/wp-content/plugins/download-monitor/download.php?id=stripshow.2.0b1.zip">here</a>. Because this is a beta, it will not appear in the WordPress Plugin Directory until it is formally released.</p>
<p>I look forward to hearing feedback. What doesn&#8217;t work? What&#8217;s not clear? What could be better? Feel free to contact me at the <a href="http://www.spinzonecomics.com/index.php?board=12.0">stripShow Support Forum</a></p>
<p>Have fun, and Happy Stripping!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2009/04/18/stripshow-20-beta-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>stripShow 1.6.1 released!</title>
		<link>http://stripshow.monkeylaw.org/2008/07/16/stripshow-161-released/</link>
		<comments>http://stripshow.monkeylaw.org/2008/07/16/stripshow-161-released/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 19:12:34 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/?p=18</guid>
		<description><![CDATA[Hey everyone! I&#8217;ve just uploaded stripShow 1.6.1, which has a couple of bug fixes: Fixed bug where initialization of storylines may take a while if timezone is not set under PHP 5. Rewrote transcript code to be more tolerant of whitespace. In addition, equals sign is no longer required for non-character transcript tags. If your [...]]]></description>
			<content:encoded><![CDATA[<p>              Hey everyone! I&#8217;ve just uploaded <a href=http://stripshow.monkeylaw.org>stripShow</a> 1.6.1, which has a couple of bug fixes:</p>
<ul>
<li>Fixed bug where initialization of storylines may take a while if timezone is not set under PHP 5.</li>
<li>Rewrote transcript code to be more tolerant of whitespace. In addition, equals sign is no longer required for non-character transcript tags.</li>
</ul>
<p>If your transcripts were all messed up because of whitespace, this is the fix.</p>
<p>As always, the latest version of stripShow is available from the <a href=http://stripshow.monkeylaw.org/download/>Download</a> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2008/07/16/stripshow-161-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>stripShow 1.6 released</title>
		<link>http://stripshow.monkeylaw.org/2008/05/27/stripshow-16-released/</link>
		<comments>http://stripshow.monkeylaw.org/2008/05/27/stripshow-16-released/#comments</comments>
		<pubDate>Wed, 28 May 2008 05:17:24 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://stripshow.monkeylaw.org/2008/05/27/stripshow-16-released/</guid>
		<description><![CDATA[I&#8217;m pleased to announce the release of version 1.6 of stripShow&#8230; this is mainly a bug-fix release, with only a couple of new features. Improved XHTML 1.0 Strict compatiblity Fixed bug where comment link was not shown on index page Fixed bug where same blog entries were shown on every page when linked from index [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce the release of version 1.6 of stripShow&#8230; this is mainly a bug-fix release, with only a couple of new features.
<ul></p>
<li>Improved XHTML 1.0 Strict compatiblity</li>
<li>Fixed bug where comment link was not shown on index page</li>
<li>Fixed bug where same blog entries were shown on every page when linked from index page</li>
<li>Current comic now has alt text encoded as HTML entities for validation</li>
<li>Overhauled storyline code to only do one MySQL query and to speed up operations. Previously, things got seriously bogged down the more stories and strips you had in your archive.</li>
</ul>
<p>The main new feature is a set of additional parameters to the navigation links &#8212; now there is a second parameter, called <em>always</em> &#8212; normally, links won&#8217;t show if it&#8217;s not appropriate &#8212; for instance, there is usually no reason to have a &#8220;previous comic&#8221; link if you&#8217;re viewing the first comic. The <em>always</em> parameter, if set to TRUE, will show the link regardless. It will merely take you to the page you&#8217;re already looking at. The <i>last_comic</i> tag also has a new parameter to give a link to an absolute URL instead of the index page.</p>
<p>Also, navigation links now accept a parameter to show a tooltip (by way of the &lt;img&gt; tag&#8217;s TITLE attribute) when the comic is moused over. </p>
<p>And that&#8217;s pretty much it. This plugin has been tested and seems to work well with WordPress 2.5.1, and actually appears to be pretty compatible with ComicPress 2.5-based themes as well.  </p>
<p>The next release (barring unforseen bug fixes) of stripShow will be version 2.0 and will include  major overhaul to the theme&#8230; expect a complete modernization of the theme, with copious comments to aid in customization. No more table-based navigation bars. Complete WordPress widgetization.  Built-in links for social bookmarking sites. Etc. No ETA yet on 2.0, it&#8217;ll be done when it&#8217;s done.  </p>
<p>As always, you can download the new version of stripShow from the <a href="download" title="Downloads">Downloads</a> page, and always, I&#8217;m always interested in hearing about your stripShow experience in the <a href="http://www.spinzonecomics.com/index.php?board=12.0" title="stripShow support forum">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://stripshow.monkeylaw.org/2008/05/27/stripshow-16-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
