<?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>K2 &#187; Miscellaneous</title>
	<atom:link href="http://getk2.com/category/miscellaneous/feed/" rel="self" type="application/rss+xml" />
	<link>http://getk2.com</link>
	<description>Loves You Like a Kitten</description>
	<lastBuildDate>Sat, 26 Jun 2010 10:17:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Post vs. Entry</title>
		<link>http://getk2.com/2010/03/post-vs-entry/</link>
		<comments>http://getk2.com/2010/03/post-vs-entry/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 13:04:09 +0000</pubDate>
		<dc:creator>Heilemann</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://getk2.com/?p=186</guid>
		<description><![CDATA[Nevermind the semantic differences between &#8216;post&#8217; and &#8216;entry&#8217; in relation to blogging, there&#8217;s a much more real problem in determining which of the two to go with when you&#8217;re designing a theme framework like K2. WordPress uses &#8216;post&#8217;, and so of course it makes sense when designing classes for the title of a post to [...]]]></description>
			<content:encoded><![CDATA[<p>Nevermind the semantic differences between &#8216;post&#8217; and &#8216;entry&#8217; in relation to blogging, there&#8217;s a much more real problem in determining which of the two to go with when you&#8217;re designing a theme framework like <span class="caps">K2.</span></p>

<p>WordPress uses &#8216;post&#8217;, and so of course it makes sense when designing classes for the title of a post to name it &#8216;post-title&#8217; and for the content to be named &#8216;post-content&#8217;, right? Well until you want to add support for the hatom microformat, which has chosen &#8216;entry&#8217; to denote an article (oh, there&#8217;s another one) and so uses &#8216;entry-title&#8217; and &#8216;entry-content&#8217;.</p>

<p>Which one to choose? Yes, you could go with both, but that&#8217;s rather inelegant, and feels a bit like sitting between two chairs.</p>

<p>I chose to go with the hatom naming and trust that people can figure it out on their own, even though it pains me a bit to not conform to the &#8216;mother&#8217; platforms naming conventions, I think the gain of hatom compatibility is worth it.</p>]]></content:encoded>
			<wfw:commentRss>http://getk2.com/2010/03/post-vs-entry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Here Be Dragons</title>
		<link>http://getk2.com/2010/01/here-be-dragons/</link>
		<comments>http://getk2.com/2010/01/here-be-dragons/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 21:43:16 +0000</pubDate>
		<dc:creator>Heilemann</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://getk2.com/?p=182</guid>
		<description><![CDATA[Eric mentioned something that I think is worth re-communicating here. K2 hasn&#8217;t always been the most frequently updated theme in the official sense of us putting out releases. We&#8217;ve often poured changes into the repository and fed people the latest nightlies if they wanted to stay up-to-date. And by doing so we &#8216;trained&#8217; everyone to [...]]]></description>
			<content:encoded><![CDATA[<p>Eric mentioned something that I think is worth re-communicating here.</p>

<p>K2 hasn&#8217;t always been the most frequently updated theme in the official sense of us putting out releases. We&#8217;ve often poured changes into the repository and fed people the latest nightlies if they wanted to stay up-to-date. And by doing so we &#8216;trained&#8217; everyone to think of the nightlies and subversion in general as place for (mostly) stable updates.</p>

<p>And we try to keep it that way.</p>

<p>But.</p>

<p>The new course is to instead be more rigorous with actual releases and in turn ween everyone off of using the nightlies and subversion for production purposes. This is important, because we&#8217;re already in the midst of some sweeping changes, and they <em>will</em> mean broken sites if you rely blindly on subversion or nightlies.</p>]]></content:encoded>
			<wfw:commentRss>http://getk2.com/2010/01/here-be-dragons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heads Up</title>
		<link>http://getk2.com/2010/01/heads-up/</link>
		<comments>http://getk2.com/2010/01/heads-up/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 21:33:15 +0000</pubDate>
		<dc:creator>Heilemann</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://getk2.com/2010/01/heads-up/</guid>
		<description><![CDATA[Just a word of advice: Today I revamped our HTML structure, our columns functionality, added several new widget areas (while renaming the old ones), and a lot more. All of these changes are currently in the subversion repository, feel free to check them out, however understand that if you already have a site up and [...]]]></description>
			<content:encoded><![CDATA[<p>Just a word of advice: Today I revamped our <span class="caps">HTML </span>structure, our columns functionality, added several new widget areas (while renaming the old ones), and a lot more. All of these changes are currently in the subversion repository, feel free to check them out, however understand that if you already have a site up and running, these changes are not likely to play well with any widget setups, styles or child themes. It is as usual best to stick with actual release for live sites.</p>

<p>There will be more on this soon, but consider this both a warning and a heads up, if you want to adapt your child theme or style for the next major release of <span class="caps">K2.</span> These changes, which massively simplify K2 and were previously planned for v1.2, but will instead find their way into v1.1, are meant to make K2 easier to get around.</p>

<p>The short-term downside is that there will be some extra work adjusting existing styles and child themes; but it&#8217;s definitely worth it (and should have been done a long time ago).</p>]]></content:encoded>
			<wfw:commentRss>http://getk2.com/2010/01/heads-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>K2 and WordPress 2.9. Does It Work?</title>
		<link>http://getk2.com/2009/12/k2-and-wordpress-2-9-does-it-work/</link>
		<comments>http://getk2.com/2009/12/k2-and-wordpress-2-9-does-it-work/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 15:17:37 +0000</pubDate>
		<dc:creator>Heilemann</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://getk2.com/?p=122</guid>
		<description><![CDATA[Yup.]]></description>
			<content:encoded><![CDATA[<p>Yup.</p>]]></content:encoded>
			<wfw:commentRss>http://getk2.com/2009/12/k2-and-wordpress-2-9-does-it-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Road to 1.0</title>
		<link>http://getk2.com/2009/12/the-road-to-1-0/</link>
		<comments>http://getk2.com/2009/12/the-road-to-1-0/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 14:05:29 +0000</pubDate>
		<dc:creator>Heilemann</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://getk2.com/?p=117</guid>
		<description><![CDATA[Even though K2 has been stable and in a sense feature complete for a very long time, a 1.0 release has yet to happen. That&#8217;s about to change. That&#8217;s right, the temperature is dropping rapidly in hell, crafty engineer pigs are working on wings and propulsion systems and the US war efforts have seize&#8230; Two [...]]]></description>
			<content:encoded><![CDATA[<p>Even though K2 has been stable and in a sense feature complete for a very long time, a 1.0 release has yet to happen. That&#8217;s about to change. That&#8217;s right, the temperature is dropping rapidly in hell, crafty engineer pigs are working on wings and propulsion systems and the US war efforts have seize&#8230; Two out of three isn&#8217;t bad.</p>

<h4>Bugs</h4>

<p>I&#8217;ve gone through all the new issues in the issues database over the last few weeks and updated most of the ones that were floating around unassigned. Many of the open bugs have already been fixed, but there is still a substantial <a href="http://code.google.com/p/kaytwo/issues/list?cursor=814&amp;q=status:needsmoreinfo&amp;updated=814&amp;ts=1260708296" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/kaytwo/issues/list?cursor=814_amp_q=status_needsmoreinfo_amp_updated=814_amp_ts=1260708296&amp;referer=');">list of issues in need of more information</a> from the reporters.</p>

<p>Beyond that, if you know of any issues, large or small, that aren&#8217;t already in <a href="http://code.google.com/p/kaytwo/issues/list" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/kaytwo/issues/list?referer=');">the issues list</a>, please take a minute to <a href="http://code.google.com/p/kaytwo/issues/entry" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/kaytwo/issues/entry?referer=');">let us know</a> so we can figure out what to do with it in relation to 1.0. In an effort to get the 1.0 happening sooner rather than later, I may be somewhat brutal in assigning new issues to the 1.1 milestone, but that doesn&#8217;t mean they won&#8217;t be dealt with. However, as you may have noticed, K2 development has a tendency to happen in short concentrated sprints. This is one, and if you want something noticed and fixed, now is a good time.</p>

<p>Check out <a href="http://code.google.com/p/kaytwo/source/list" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/kaytwo/source/list?referer=');">the changelog</a> for recent changes, grab <a href="http://getk2.com/nightly/">the latest nightly</a> and take it for a spin.</p>

<h4>Localization</h4>

<p>For our brave and tireless translators. I love you. But more than that, I hope you can find the time to update your localizations for 1.0. In return, my promise is that for 1.1 one of the main pushes will be to get the localizations into the trunk and support them with an easy language selector from the options page (also known as issue <a href="http://code.google.com/p/kaytwo/issues/detail?id=793" onclick="pageTracker._trackPageview('/outgoing/code.google.com/p/kaytwo/issues/detail?id=793&amp;referer=');">#793</a>).</p>

<p>As usual, you can use <a href="http://groups.google.com/group/k2-support" onclick="pageTracker._trackPageview('/outgoing/groups.google.com/group/k2-support?referer=');">the support group</a> for communications and <a href="http://groups.google.com/group/k2-support/web/localizations" onclick="pageTracker._trackPageview('/outgoing/groups.google.com/group/k2-support/web/localizations?referer=');">the localization home</a> to upload your .pot files. </p>

<h4>Logo</h4>

<p>Yep, in <a href="/files/k2logoblack.png">black</a> and <a href="/files/k2logowhite.png">white</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://getk2.com/2009/12/the-road-to-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>K2 Sidebar Manager removed</title>
		<link>http://getk2.com/2009/03/k2-sidebar-manager-removed/</link>
		<comments>http://getk2.com/2009/03/k2-sidebar-manager-removed/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 19:15:36 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://getk2.com/?p=85</guid>
		<description><![CDATA[The K2 Sidebar Manager (Sidebar Modules) has been deprecated and removed from K2 in r774 and the upcoming nightly build. If you are still using the K2 Sidebar Manager and you are planning to upgrade to the nightly builds/future stable releases, you have two options: Option A: Start using Widgets. or Option B: Install the [...]]]></description>
			<content:encoded><![CDATA[<p>The K2 Sidebar Manager (Sidebar Modules) has been deprecated and removed from K2 in r774 and the upcoming nightly build. If you are still using the K2 Sidebar Manager and you are planning to upgrade to the nightly builds/future stable releases, you have two options:</p>

<ul>
	<li>Option A: Start using Widgets.</li>
</ul>

<p style="padding-left: 30px;">or</p>

<ul>
	<li>Option B: Install the <a href="http://kaytwo.googlecode.com/files/k2-sbm.zip" onclick="pageTracker._trackPageview('/outgoing/kaytwo.googlecode.com/files/k2-sbm.zip?referer=');">K2 Sidebar Manager plugin</a>. Extract the zip into your wp-content/plugins/ folder and activate it via the Plugins admin. This is the same K2 Sidebar Manager that was included with K2 1.0-RC7, bugs and all. However, this plugin will also work with other widgets-ready themes. <strong>There is no support for this plugin.</strong></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://getk2.com/2009/03/k2-sidebar-manager-removed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7.1 and K2 1.0-RC7</title>
		<link>http://getk2.com/2009/02/wordpress-271-and-k2-rc7/</link>
		<comments>http://getk2.com/2009/02/wordpress-271-and-k2-rc7/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 21:35:21 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[rc7]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://getk2.com/?p=74</guid>
		<description><![CDATA[This only applies to 1.0-RC7. If you are using subversion or a nightly build, this does not apply. There is a bug in K2 1.0-RC7 which causes K2&#8242;s layout to break with WordPress 2.7.1. If you are using or planning to update to WordPress 2.7.1 (which you should if you&#8217;re using WordPress 2.7), you have [...]]]></description>
			<content:encoded><![CDATA[<p class="alert">This only applies to 1.0-RC7. If you are using subversion or a nightly build, this does not apply.</p>

<p>There is a bug in K2 1.0-RC7 which causes <span class="caps">K2&#8242;</span>s layout to break with WordPress 2.7.1. If you are using or planning to update to WordPress 2.7.1 (which you should if you&#8217;re using WordPress 2.7), you have two options:</p>

<p style="padding-left: 30px;">Option A: Download the fixed <a href="http://kaytwo.googlecode.com/svn/tags/1.0-RC7/app/includes/info.php" onclick="pageTracker._trackPageview('/outgoing/kaytwo.googlecode.com/svn/tags/1.0-RC7/app/includes/info.php?referer=');">info.php</a> and replace the existing: <strong>k2/app/includes/info.php</strong>.</p>

<p><strong>OR</strong></p>

<p style="padding-left: 30px;">Option B: Upgrade to the latest <a href="http://getk2.com/nightly/">K2 nightly</a>.</p>

<p>One more thing, there will be a 1.0-RC8 release of K2 and this release will not contain the K2 Sidebar Manager. Work is being done on a K2 Sidebar Manager to Widgets importer.</p>

<p><em>2009-02-18 Update: Added clarification.</em></p>]]></content:encoded>
			<wfw:commentRss>http://getk2.com/2009/02/wordpress-271-and-k2-rc7/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>K2 for WordPress 2.7</title>
		<link>http://getk2.com/2008/12/k2-for-wordpress-27/</link>
		<comments>http://getk2.com/2008/12/k2-for-wordpress-27/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 19:44:15 +0000</pubDate>
		<dc:creator>Heilemann</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://getk2.com/?p=65</guid>
		<description><![CDATA[Does K2 work with WordPress 2.7? Well, this site is running 2.7, so that&#8217;d be a yes. With regards to K2&#8242;s Sidebar Modules versus WordPress&#8217; widget system, we&#8217;ve chosen to discontinue the SBM. Granted, the widget system isn&#8217;t nearly as cool as the SBM&#8217;s, but upkeep and maintenance is expensive for the two of us [...]]]></description>
			<content:encoded><![CDATA[<p>Does K2 work with WordPress 2.7? Well, this site is running 2.7, so that&#8217;d be a yes.</p>

<p>With regards to <span class="caps">K2&#8242;</span>s Sidebar Modules versus WordPress&#8217; widget system, we&#8217;ve chosen to discontinue the <span class="caps">SBM.</span> Granted, the widget system isn&#8217;t nearly as cool as the <span class="caps">SBM&#8217;</span>s, but upkeep and maintenance is expensive for the two of us left, so&#8230;</p>]]></content:encoded>
			<wfw:commentRss>http://getk2.com/2008/12/k2-for-wordpress-27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forums Moved</title>
		<link>http://getk2.com/2008/11/forums-moved/</link>
		<comments>http://getk2.com/2008/11/forums-moved/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 09:24:00 +0000</pubDate>
		<dc:creator>Heilemann</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://getk2.com/2008/11/forums-moved/</guid>
		<description><![CDATA[I just moved the forums from our vBulletin board to their new home as a Google Group, due to an incessant onslaught of spammers. Hopefully this new place will be better, if &#8216;smaller&#8217;.]]></description>
			<content:encoded><![CDATA[<p>I just moved the forums from <a href="/forum/">our vBulletin board</a> to their new home as <a href="http://groups.google.com/group/k2-support/" onclick="pageTracker._trackPageview('/outgoing/groups.google.com/group/k2-support/?referer=');">a Google Group</a>, due to an incessant onslaught of spammers. Hopefully this new place will be better, if &#8216;smaller&#8217;.</p>]]></content:encoded>
			<wfw:commentRss>http://getk2.com/2008/11/forums-moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5 Support Soon</title>
		<link>http://getk2.com/2008/04/wordpress-25-support-soon/</link>
		<comments>http://getk2.com/2008/04/wordpress-25-support-soon/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 07:29:19 +0000</pubDate>
		<dc:creator>Heilemann</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://getk2.com/2008/04/wordpress-25-support-soon/</guid>
		<description><![CDATA[The revision currently in subversion should support WordPress 2.5, so if you&#8217;re in need of a new K2 for the latest WordPress release, go grab the latest nightly. Meanwhile, Steve is hard at work at putting together a new release, which is right around the corner.]]></description>
			<content:encoded><![CDATA[<p>The revision currently in subversion should support WordPress 2.5, so if you&#8217;re in need of a new K2 for the latest WordPress release, go grab the latest nightly.</p>

<p>Meanwhile, Steve is hard at work at putting together a new release, which is right around the corner.</p>]]></content:encoded>
			<wfw:commentRss>http://getk2.com/2008/04/wordpress-25-support-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

