<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3" -->
<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/"
	>

<channel>
	<title>ComicPress 1.6 CE</title>
	<link>http://mindfaucet.com/cp-demo-ce</link>
	<description>This is a ComicPress Demo Site.</description>
	<pubDate>Thu, 19 Apr 2007 22:10:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3</generator>
	<language>en</language>
			<item>
		<title>Publish A Webcomic With WordPress</title>
		<link>http://mindfaucet.com/cp-demo-ce/2006/04/24/publish-a-webcomic-with-wordpress/</link>
		<comments>http://mindfaucet.com/cp-demo-ce/2006/04/24/publish-a-webcomic-with-wordpress/#comments</comments>
		<pubDate>Mon, 24 Apr 2006 19:00:13 +0000</pubDate>
		<dc:creator>Tyler Martin</dc:creator>
		
		<category><![CDATA[Guys]]></category>

		<guid isPermaLink="false">http://mindfaucet.com/webcomic/?p=2</guid>
		<description><![CDATA[<p><a href='http://mindfaucet.com/cp-demo-ce/2006/04/24/publish-a-webcomic-with-wordpress/'><img src='http://mindfaucet.com/comicpress/2006-04-24.gif' alt='Comic' border='0' /></a></p>This is a theme for WordPress that will help you publish your Webcomic. I wanted something very simple that would use WordPress the way it was without much for mods or a separate comic archiving system. This is just that.
If you&#8217;re already familiar with WordPress or PHP content software then it will make things a [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://mindfaucet.com/cp-demo-ce/2006/04/24/publish-a-webcomic-with-wordpress/'><img src='http://mindfaucet.com/comicpress/2006-04-24.gif' alt='Comic' border='0' /></a></p><p>This is a theme for WordPress that will help you publish your Webcomic. I wanted something very simple that would use WordPress the way it was without much for mods or a separate comic archiving system. This is just that.</p>
<p>If you&#8217;re already familiar with WordPress or PHP content software then it will make things a lot easier. <a href="http://wordpress.org/" target="_blank">WordPress</a> is PHP software you can use for blogging or news and is<a href="http://wordpress.org/download/" target="_blank"> free to download</a>.</p>
<p><a href="http://mindfaucet.com/comicpress/download">Click here to download the </a><a href="http://mindfaucet.com/comicpress/download">ComicPress Theme</a>.</p>
<h3>Need Help?</h3>
<p>Visit the <a href="http://lunchboxfunnies.com/forum/viewforum.php?f=7" target="_blank">support forum</a> if you need any help editing files or the style sheet. Or just getting it to work right for your comic. Also if you have any suggestions they would be appreciated. We can all work together to make our themes do all we would ever want them to.</p>
]]></content:encoded>
			<wfw:commentRss>http://mindfaucet.com/cp-demo-ce/2006/04/24/publish-a-webcomic-with-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tips For Customizing</title>
		<link>http://mindfaucet.com/cp-demo-ce/2005/11/16/tips-for-customizing/</link>
		<comments>http://mindfaucet.com/cp-demo-ce/2005/11/16/tips-for-customizing/#comments</comments>
		<pubDate>Thu, 17 Nov 2005 04:39:22 +0000</pubDate>
		<dc:creator>Tyler Martin</dc:creator>
		
		<category><![CDATA[Guys]]></category>

		<guid isPermaLink="false">http://mindfaucet.com/comicpress/tips-for-customizing/</guid>
		<description><![CDATA[<p><a href='http://mindfaucet.com/cp-demo-ce/2005/11/16/tips-for-customizing/'><img src='http://mindfaucet.com/comicpress/2005-11-16.gif' alt='Comic' border='0' /></a></p>Here I&#8217;ll be slowly adding some tips on editing the files to customize this theme to your own design or needs.
Wide-Load Comics
This template is set to fit on an 800&#215;600 screen. However some of you may have wide comics and want to optimize for 1024&#215;768. If your comic is wider than 760 pixels then you [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://mindfaucet.com/cp-demo-ce/2005/11/16/tips-for-customizing/'><img src='http://mindfaucet.com/comicpress/2005-11-16.gif' alt='Comic' border='0' /></a></p><p>Here I&#8217;ll be slowly adding some tips on editing the files to customize this theme to your own design or needs.</p>
<h3>Wide-Load Comics</h3>
<p>This template is set to fit on an 800&#215;600 screen. However some of you may have wide comics and want to optimize for 1024&#215;768. If your comic is wider than 760 pixels then you need to change a setting in the theme. Open up &#8220;styles.php&#8221; and find the &#8220;#comic&#8221; section. This section has all the settings for the box that the comic itself sits in. You can set the 760 pixel width to any number you need. Also you can set the background color of this area and I&#8217;ve even set in dummy borders that you can turn on by changing the 0&#8217;s to number, you&#8217;ll notice there is currently a 1 pixel gray border at the bottom.</p>
<h3>Change the Header</h3>
<p>Probably the first thing you&#8217;ll want do do is change the header and either replace it with a logo or menu. You&#8217;ll need to open up &#8220;header.php&#8221; and find:</p>
<blockquote><p><code>&lt;div id="header"&gt;<br />
		&lt;h1&gt;&lt;a href="&lt;?php echo get_settings('home'); ?&gt;"&gt;&lt;?php bloginfo('name'); ?&gt;&lt;/a&gt;&lt;/h1&gt;<br />
		&lt;div class="description"&gt;&lt;?php bloginfo('description'); ?&gt;&lt;/div&gt;<br />
&lt;/div&gt;</code></p></blockquote>
<p>You can replace this section with whatever you want, even just a big fat header image (760 pixels wide to fit with the rest of the page). Whatever you place there you should put it in between &#8220;&lt;div&gt;&#8221; and &#8220;&lt;/div&gt;&#8221; so that it fits together with the rest of the page. You will also need to open the &#8220;narchives.php&#8221; file and make the exact same change there.</p>
<h3>Security! Call Security!</h3>
<p>With your files sitting in a folder with preset names by date it is not hard for someone to look ahead at comics. You might not care unless you have a story you do not want spoiled. You might not care because like most webcomic creators your uploading tomorrows strip minutes before your update time. But if you do care there is a quick solution, &#8220;encoded&#8221; filenames. WordPress creates something called a post slug, it is the title of the post in a directory/filename friendly format, ommitting punctuation and replacing spaces with hyphens. The slug for a post/comic titled &#8220;Bob Punches Steve&#8221; would be &#8220;bob-punches-steve&#8221;. You can also edit the post slug, shortening it if you want. Now you name your files with that post slug at the end, so instead of &#8220;2005-11-17.gif&#8221; you would name it &#8220;2005-11-17-bob-punches-steve.gif&#8221;. And noone knows that filename to call it up, also it labels the strips nicely for you to keep track of easier.</p>
<p>By default the theme is not going to recognize this new filename system. So you need to make a change to &#8220;header.php&#8221;. Near the bottom you will find this line:</p>
<blockquote><p><code>&lt;?php the_time('Y-m-d') ?&gt;</code></p></blockquote>
<p>Replace it with these lines:</p>
<blockquote><p><code><br />
&lt;?php the_time('Y-m-d-') ?&gt;<br />
&lt;?php echo $post->post_name; ?&gt;</code></p></blockquote>
<h3>Include Comic Image In RSS Feed</h3>
<p>By default the comic image itself will not be included in your RSS news feed. You may not want to give away that bandwidth without displaying paying ads that may be on your site, or wanting to display the comic outside of your site in general. On the other hand, you may just be interested in everyone reading the comic by any means possible and allowing modern convenience. If that is the case, then adding the comic image to the RSS feed is a very simple step. You will need to edit your &#8220;wp-rss2.php&#8221; file. Find this line:</p>
<blockquote><p><code>&lt;content:encoded&gt;&lt;![CDATA[&lt;?php the_content('', 0, '')<br />
?&gt;]]&gt;&lt;/content:encoded&gt;</code></p></blockquote>
<p>You just need to add the code that pulls up your comic image (three lines of the stuff you edited in the header). It should be placed like this (make the proper modifications for your particular comic, also it should all be one line, I had to break it to fit the format here):</p>
<blockquote><p><code>&lt;content:encoded&gt;&lt;![CDATA[&lt;?php echo '&lt;img<br />
src="http://yourdomain/yourcomicfolder/' ?&gt;&lt;?php the_time('Y-m-d') ?&gt;&lt;?php echo '.gif" /&gt;' ?&gt;&lt;?php the_content('', 0, '') ?&gt;]]&gt;&lt;/content:encoded&gt;</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://mindfaucet.com/cp-demo-ce/2005/11/16/tips-for-customizing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I Love Lamp</title>
		<link>http://mindfaucet.com/cp-demo-ce/2005/11/15/i-love-lamp/</link>
		<comments>http://mindfaucet.com/cp-demo-ce/2005/11/15/i-love-lamp/#comments</comments>
		<pubDate>Wed, 16 Nov 2005 04:21:10 +0000</pubDate>
		<dc:creator>Tyler Martin</dc:creator>
		
		<category><![CDATA[Ladies]]></category>

		<guid isPermaLink="false">http://mindfaucet.com/comicpress/2005/11/15/i-love-lamp/</guid>
		<description><![CDATA[<p><a href='http://mindfaucet.com/cp-demo-ce/2005/11/15/i-love-lamp/'><img src='http://mindfaucet.com/comicpress/2005-11-15.gif' alt='Comic' border='0' /></a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href='http://mindfaucet.com/cp-demo-ce/2005/11/15/i-love-lamp/'><img src='http://mindfaucet.com/comicpress/2005-11-15.gif' alt='Comic' border='0' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mindfaucet.com/cp-demo-ce/2005/11/15/i-love-lamp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome</title>
		<link>http://mindfaucet.com/cp-demo-ce/2005/11/14/welcome/</link>
		<comments>http://mindfaucet.com/cp-demo-ce/2005/11/14/welcome/#comments</comments>
		<pubDate>Tue, 15 Nov 2005 04:20:37 +0000</pubDate>
		<dc:creator>Tyler Martin</dc:creator>
		
		<category><![CDATA[Ladies]]></category>

		<guid isPermaLink="false">http://mindfaucet.com/comicpress/?p=4</guid>
		<description><![CDATA[<p><a href='http://mindfaucet.com/cp-demo-ce/2005/11/14/welcome/'><img src='http://mindfaucet.com/comicpress/2005-11-14.gif' alt='Comic' border='0' /></a></p>This area is where the comic creator can talk about this comic. About how he was eating a pizza while making it. And if he has some other topics to cover he can&#8230;
Make Another Heading
And talk about that other stuff here. You can make a larger or smaller new heading by using &#8220;&#60;h2&#62;&#8221; or &#8220;&#60;h3&#62;&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://mindfaucet.com/cp-demo-ce/2005/11/14/welcome/'><img src='http://mindfaucet.com/comicpress/2005-11-14.gif' alt='Comic' border='0' /></a></p><p>This area is where the comic creator can talk about this comic. About how he was eating a pizza while making it. And if he has some other topics to cover he can&#8230;</p>
<h3>Make Another Heading</h3>
<p>And talk about that other stuff here. You can make a larger or smaller new heading by using &#8220;&lt;h2&gt;&#8221; or &#8220;&lt;h3&gt;&#8221;. To create the heading above you would enter the following in your new post:</p>
<blockquote><p>&lt;h3&gt;Make Another Heading&lt;/h3&gt;</p></blockquote>
<p>Or if you want it to stay on the front page you may want to post it in its own feature outside the news area here. Some comic creators don&#8217;t have much to say so in that case you can say nothing, just leave a title of the comic for easier finding of it in the archive&#8230; like this next comic&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://mindfaucet.com/cp-demo-ce/2005/11/14/welcome/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
