<?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>WordPress Development Blog &#187; Meta</title>
	<atom:link href="http://wordpress.org/development/category/meta/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.org/development</link>
	<description>WordPress development and updates</description>
	<lastBuildDate>Sat, 07 Nov 2009 00:50:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-rare</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Themes are GPL, too</title>
		<link>http://wordpress.org/development/2009/07/themes-are-gpl-too/</link>
		<comments>http://wordpress.org/development/2009/07/themes-are-gpl-too/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 05:50:35 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=810</guid>
		<description><![CDATA[If WordPress were a country, our Bill of Rights would be the GPL because it protects our core freedoms. We&#8217;ve always done our best to keep WordPress.org clean and only promote things that are completely compatible and legal with WordPress&#8217;s license. There have been some questions in the community about whether the GPL applies to [...]]]></description>
			<content:encoded><![CDATA[<p>If WordPress were a country, our Bill of Rights would be <a href="http://wordpress.org/about/gpl/">the GPL</a> because it <a href="http://www.gnu.org/philosophy/free-sw.html">protects our core freedoms</a>. We&#8217;ve always done our best to keep WordPress.org clean and only promote things that are completely compatible and legal with WordPress&#8217;s license. There have been some questions in the community about whether the GPL applies to themes like we&#8217;ve always assumed. To help clarify this point, I reached out to the <a href="http://en.wikipedia.org/wiki/Software_Freedom_Law_Center">Software Freedom Law Center</a>, the world&#8217;s preëminent experts on the GPL, which spent time with WordPress&#8217;s code, community, and provided us with an official legal opinion. One sentence summary: PHP in WordPress themes must be GPL, artwork and CSS may be but are not required.</p>
<blockquote><p>Matt,</p>
<p>You asked the Software Freedom Law Center to clarify the status of themes as derivative works of WordPress, a content management software package written in PHP and licensed under version 2 of the GNU General Public License.</p>
<p>We examined release candidate 1 of WordPress 2.8, which you provided to us at http://wordpress.org/wordpress-2.8-RC1.tar.gz.  The &#8220;classic&#8221; and &#8220;default&#8221; themes included in that release candidate comprise various PHP and CSS files along with an optional directory of images.  The PHP files contain a mix of HTML markup and PHP calls to<br />
WordPress functions.  There is some programmatic logic in the PHP code, including loops and conditionals.</p>
<p>When WordPress is started, it executes various routines that prepare information for use by themes.  In normal use, control is then transferred via PHP&#8217;s include() function to HTML and PHP templates found in theme package files.  The PHP code in those template files relies on the earlier-prepared information to fill the templates for serving to the client.</p>
<p>On the basis of that version of WordPress, and considering those themes as if they had been added to WordPress by a third party, it is our opinion that the themes presented, and any that are substantially similar, contain elements that are derivative works of the WordPress software as well as elements that are potentially separate works. Specifically, the CSS files and material contained in the images directory of the &#8220;default&#8221; theme are works separate from the WordPress code.  On the other hand, the PHP and HTML code that is intermingled with and operated on by PHP the code derives from the WordPress code.</p>
<p>In the WordPress themes, CSS files and images exist purely as data to be served by a web server.  WordPress itself ignores these files[1]. The CSS and image files are simply read by the server as data and delivered verbatim to the user, avoiding the WordPress instance altogether.  The CSS and images could easily be used with a range of HTML documents and read and displayed by a variety of software having no relation to WordPress.  As such, these files are separate works from the WordPress code itself.</p>
<p>The PHP elements, taken together, are clearly derivative of WordPress code.  The template is loaded via the include() function.  Its contents are combined with the WordPress code in memory to be processed by PHP along with (and completely indistinguishable from) the rest of WordPress.  The PHP code consists largely of calls to WordPress functions and sparse, minimal logic to control which WordPress functions are accessed and how many times they will be called.  They are derivative of WordPress because every part of them is determined by the content of the WordPress functions they call.  As works of authorship, they are designed only to be combined with WordPress into a larger work.</p>
<p>HTML elements are intermingled with PHP in the two themes presented. These snippets of HTML interspersed with PHP throughout the theme PHP files together form a work whose form is highly dependent on the PHP and thus derivative of it.</p>
<p>In conclusion, the WordPress themes supplied contain elements that are derivative of WordPress&#8217;s copyrighted code.  These themes, being collections of distinct works (images, CSS files, PHP files), need not be GPL-licensed as a whole.  Rather, the PHP files are subject to the requirements of the GPL while the images and CSS are not.  Third-party developers of such themes may apply restrictive copyrights to these elements if they wish.</p>
<p>Finally, we note that it might be possible to design a valid WordPress theme that avoids the factors that subject it to WordPress&#8217;s copyright, but such a theme would have to forgo almost all the WordPress functionality that makes the software useful.</p>
<p>Sincerely,<br />
James Vasile<br />
Software Freedom Law Center</p>
<p>[1] There is one exception.  WordPress does reads CSS and image files to create previews of templates for the template selection portion of the administrative interface.  Even in that case, though, nothing in those files calls any WordPress functions, is treated as a command by PHP, or alters any other WordPress data structure.  These files are read as data and used to create an image and display a miniaturized version of a webpage to the user.</p></blockquote>
<p>Even though graphics and CSS aren&#8217;t <em>required</em> to be GPL legally, the lack thereof is pretty limiting. Can you imagine WordPress without any CSS or javascript? So as before, we will only promote and host things on WordPress.org that are 100% GPL <a href="http://en.wikipedia.org/wiki/License_compatibility">or compatible</a>. To celebrate a few folks creating 100% GPL themes and providing support and other services around them, <a href="http://wordpress.org/extend/themes/commercial/">we have a new page listing GPL commercially supported themes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2009/07/themes-are-gpl-too/feed/</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
		<item>
		<title>Showcase</title>
		<link>http://wordpress.org/development/2008/11/showcase/</link>
		<comments>http://wordpress.org/development/2008/11/showcase/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 00:36:27 +0000</pubDate>
		<dc:creator>Nick Momrik</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=380</guid>
		<description><![CDATA[Today we launched the WordPress Showcase, a display of some of the best and brightest WordPress users, who are using it to do a whole lot more than blog.

Pick your flavor and check out the possibilities available through WordPress MU, WordPress.com, WordPress.com VIP and WordPress.org.
Site screenshots are constantly updated, so what you see is a [...]]]></description>
			<content:encoded><![CDATA[<p>Today we launched the <a title="WordPress Showcase" href="http://wordpress.org/showcase/">WordPress Showcase</a>, a display of some of the best and brightest WordPress users, who are using it to do a whole lot more than blog.</p>
<p><a href="http://wordpress.org/showcase/"><img title="Showcase Screenshot" src="http://wpdotorg.files.wordpress.com/2008/10/showcase-screenshot.png" alt="Duke Center for International Studies" width="567" height="605" /></a></p>
<p>Pick your flavor and check out the possibilities available through WordPress MU, WordPress.com, WordPress.com VIP and WordPress.org.</p>
<p>Site screenshots are constantly updated, so what you see is a realtime look at what&#8217;s going on with our hottest users.</p>
<p>Don&#8217;t see something there that should be? <a href="http://wordpress.org/showcase/submit-a-wordpress-site/">Suggest an addition!</a> We&#8217;ll check it out and add it to the bunch if we think it makes the cut.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2008/11/showcase/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Theme Directory</title>
		<link>http://wordpress.org/development/2008/07/theme-directory/</link>
		<comments>http://wordpress.org/development/2008/07/theme-directory/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 06:11:13 +0000</pubDate>
		<dc:creator>Joseph Scott</dc:creator>
				<category><![CDATA[Meta]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=266</guid>
		<description><![CDATA[It&#8217;s been a long time since themes.wordpress.net stopped accepting new themes.  Since then most theme authors have been distributing their themes from their own sites, without a good centralized place for people to browse, search, comment on, and rate themes.  With the success of the plugins directory, we&#8217;ve wanted to have those same [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time since <a href="http://themes.wordpress.net/blog/4426/upcoming-changes/">themes.wordpress.net</a> stopped accepting new themes.  Since then most theme authors have been distributing their themes from their own sites, without a good centralized place for people to browse, search, comment on, and rate themes.  With the success of the <a href="http://wordpress.org/extend/plugins/">plugins directory</a>, we&#8217;ve wanted to have those same benefits in a theme directory.  Today is the day we start making that happen, with the introduction of <a href="http://wordpress.org/extend/themes/">wordpress.org/extend/themes/</a>.</p>
<p>Bringing the new theme directory under the WordPress &#8220;<a href="http://wordpress.org/extend/">extend</a>&#8221; umbrella allowed us to take advantage of all the infrastructure that has already been built up to support WordPress.org.  If you&#8217;ve browsed through the plugin directory, you&#8217;ll feel right at home in the new theme directory.</p>
<p>We&#8217;ve gone through great lengths to make this as painless as possible for theme authors.  You don&#8217;t need to know anything about Subversion (our back end magic takes care of all that for you), just login with your WordPress.org username and password and go to the <a href="http://wordpress.org/extend/themes/upload/">upload page</a>.  From there you upload your regular theme zip file and we take care of the rest.</p>
<p>Once you upload your new theme we do a few automated checks for some of the <a href="http://wordpress.org/extend/themes/about/#requirements">requirements</a> for each theme.  If we find one that you missed we&#8217;ll provide you an error and description of what needs to be fixed.  When a theme upload has been accepted we&#8217;ll send you an email and put it in the queue to be reviewed, to make sure we didn&#8217;t miss anything.  After the theme has been approved you&#8217;ll get another email letting you know that the theme is now live.</p>
<p>That catches you up to where we&#8217;re at today.  When you finish that theme you&#8217;ve been slaving over, upload it to the new directory and let us know what you think. Since so much has changed since the old theme directory we&#8217;re starting fresh from zero. If you&#8217;ve got specific questions or suggestions <a href="http://wordpress.org/extend/themes/contact/">contact us</a> and we&#8217;ll do our best to get them answered.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2008/07/theme-directory/feed/</wfw:commentRss>
		<slash:comments>80</slash:comments>
		</item>
		<item>
		<title>New Faces</title>
		<link>http://wordpress.org/development/2007/09/new-faces/</link>
		<comments>http://wordpress.org/development/2007/09/new-faces/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 05:41:14 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[mark jaquith]]></category>
		<category><![CDATA[peter westwood]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/2007/09/new-faces/</guid>
		<description><![CDATA[If you follow WordPress development closely you&#8217;ve probably noticed a few new faces around lately, or to be more accurate a few old faces who are taking on bigger roles in the community. I would like to take this opportunity to announce and publicly congratulate Mark Jaquith and Peter Westwood who have both become lead [...]]]></description>
			<content:encoded><![CDATA[<p>If you follow WordPress development closely you&#8217;ve probably noticed a few new faces around lately, or to be more accurate a few old faces who are taking on bigger roles in the community. I would like to take this opportunity to announce and publicly congratulate Mark Jaquith and Peter Westwood who have both become lead developers, the highest development honor on WordPress.org.</p>
<p><a href="http://markjaquith.com/">Mark Jaquith</a> has been using and contributing to WordPress since 2004.  Mark especially enjoys watching people use WordPress to express themselves in areas of the world where free expression is suppressed.  But, being a voracious consumer of information, he probably reads your cat blog too.</p>
<p><a href="http://blog.ftwr.co.uk/">Peter</a> works as an Embedded Software Engineer developing a <a href="http://www.trend-controls.com/wps/portal/!ut/p/_s.7_0_A/7_0_3TJ/.cmd/ad/.c/6_0_1L5/.ce/7_0_4CL/.p/5_0_3DD/.d/1/_th/J_0_CI/_s.7_0_A/7_0_3TJ?PC_7_0_4CL_proxyurl=j#7_0_4CL">web-enabled BMS controller</a>. Using WordPress since version 1.0.1, Peter spends his spare time triaging bugs on Trac and investigating new open source tools. When not at the computer Peter can often be found photographing flowers, animals and <a href="http://flickr.com/photos/westi ">cars</a> and listening to a <a href="http://last.fm/user/peterwestwood">wide variety of music</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2007/09/new-faces/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Preparing for 2.3</title>
		<link>http://wordpress.org/development/2007/09/preparing-for-23/</link>
		<comments>http://wordpress.org/development/2007/09/preparing-for-23/#comments</comments>
		<pubDate>Sat, 22 Sep 2007 10:00:30 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/2007/09/preparing-for-23/</guid>
		<description><![CDATA[In just a few short days WordPress 2.3 will be coming out with tons of new features that (hopefully) will make you want to upgrade right away. Well while you have a bit of time over this lovely weekend, here are some things you can do to help yourself prepare for the big upgrade on [...]]]></description>
			<content:encoded><![CDATA[<p>In just a few short days WordPress 2.3 will be coming out with tons of new features that (hopefully) will make you want to upgrade right away. Well while you have a bit of time over this lovely weekend, here are some things you can do to help yourself prepare for the big upgrade on Monday:</p>
<ul>
<li>Back up your blog. It never goes out of style, and we have <a href="http://codex.wordpress.org/Backing_Up_Your_Database">a nifty Codex page with a few different methods</a>.</li>
<li>Check for the latest versions of your plugins. <a href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.3">Here&#8217;s a list of known compatible and incompatible plugins with 2.3</a>, Google Sitemaps seems to be one causing a lot of issues. (<a href="http://wordpress.org/support/topic/135160">Forum thread</a>.) Upgrading might get you cool new features anyway. Don&#8217;t forget about our <a href="http://wordpress.org/extend/plugins/">plugin directory</a>.</li>
<li>Enjoy the last time you have to check for plugin updates manually, as 2.3 will do it magically behind the scenes.</li>
<li><a href="http://richgilchrest.com/how-to-add-wordpress-23-tags-to-your-current-theme/">Read up on how to modify your theme to add tag support</a>.</li>
<li>Consider <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">switching your install to use Subversion</a> to make updating ultra-easy.</li>
<li>Make a list of your friends who are less computer literate so you can help them upgrade. (Maybe <a href="http://upcoming.yahoo.com/event/269586/">throw an upgrade party</a>?)</li>
</ul>
<p>If you have any other ideas put them on your blog and pingback this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2007/09/preparing-for-23/feed/</wfw:commentRss>
		<slash:comments>89</slash:comments>
		</item>
		<item>
		<title>WebWare 100 Winner</title>
		<link>http://wordpress.org/development/2007/06/webware-100-winner/</link>
		<comments>http://wordpress.org/development/2007/06/webware-100-winner/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 23:32:53 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/2007/06/webware-100-winner/</guid>
		<description><![CDATA[The results are in, and WordPress is the winner of the Webware 100 in the Publishing category. Thanks to everyone who voted, but thank you even more to all the great people who make WordPress what it is. It&#8217;s an honor to have so many of you entrust your blogs to our software, and it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>The results are in, and WordPress is the <a href="http://www.webware.com/html/ww/100.html">winner of the Webware 100 in the Publishing category</a>. Thanks to everyone who voted, but thank you even more to <a href="http://foolswisdom.com/wordpress-22-source-code-worth-1-million/">all the great people who make WordPress what it is</a>. It&#8217;s an honor to have so many of you entrust your blogs to our software, and it&#8217;s an incredible opportunity for us to live up to the high standards you&#8217;ve set. Here&#8217;s what <a href="http://www.webware.com/8301-1_109-9728770-2.html">Rafe Needleman wrote about the results</a>:</p>
<blockquote><p>WordPress got the most votes. I was interested to see the Drupal CMS platform placing high in this category&#8211;above the consumer-oriented publishing products Typepad and Vox. Even combined, these two Six Apart services didn&#8217;t come close to winning the same number of votes as Drupal.</p></blockquote>
<p>Glad to see our open-source brother-by-another-mother representing. The rankings in Publishing were WordPress, Adobe Flash, Drupal, Blogger, and Google Analytics as the top 5.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2007/06/webware-100-winner/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Plugin Directory</title>
		<link>http://wordpress.org/development/2007/03/plugin-directory/</link>
		<comments>http://wordpress.org/development/2007/03/plugin-directory/#comments</comments>
		<pubDate>Thu, 15 Mar 2007 22:57:59 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/2007/03/plugin-directory/</guid>
		<description><![CDATA[One of the greatest things about WordPress has always been the amazing number of high-quality plugins available for the platform. I believe that there aren&#8217;t any more &#8220;killer features&#8221; in software, there are 10,000 killer features and everyone has a different 20. If we tried to put everything into WordPress the result would be, for [...]]]></description>
			<content:encoded><![CDATA[<p>One of the greatest things about WordPress has always been the amazing number of high-quality plugins available for the platform. I believe that there aren&#8217;t any more &#8220;killer features&#8221; in software, there are 10,000 killer features and everyone has a different 20. If we tried to put everything into WordPress the result would be, for lack of a better term, bloated. However through our robust plugin API people have used WordPress as a platform for building almost anything you can imagine leveraging the huge WP userbase and scalable core codebase.</p>
<p>That&#8217;s all fine and dandy, but having all these plugins isn&#8217;t that useful if you&#8217;ve got no place to find them. Even though we have provided development hosting at <a href="http://wp-plugins.org">wp-plugins.org</a> for years, we hadn&#8217;t had a user interface to the plugins hosted there, which I think was a travesty.</p>
<p>No longer! Our ever-expanding &#8220;extend&#8221; section <a href="http://wordpress.org/extend/plugins/">now has a brand-spanking new plugins directory</a> where you can browse, download, rate, and comment on all your favorite plugins. I highly encourage you to go check it out.</p>
<p>For users, this means:</p>
<ul>
<li>There is now a <a href="http://wordpress.org/extend/plugins/">central place to find and download WordPress plugins</a>.</li>
<li>You can get a much better idea about plugin quality and compatibility from the site.</li>
<li>In the future you&#8217;ll be able to get notification inside of WordPress about plugins you use that have updates.</li>
</ul>
<p>For developers, you now have:</p>
<ul>
<li>Exposure to the millions of people who visit WordPress.org every month.</li>
<li>Free SVN hosting for GPL plugin development at wp-plugins.org. (Like always.)</li>
<li>Automatic download packages and free hosting of those.</li>
<li>Statistics about how many people are using and downloading your plugins.</li>
<li>Prominent links to your homepage, and the ability to specify a Paypal donation link from your plugin page.</li>
</ul>
<p>As a developer all you need to do to start taking advantage of the new plugin pages is to include a <a href="http://wordpress.org/extend/plugins/about/">properly formatted readme.txt file</a> along with your plugin.</p>
<p>Props to <a href="http://blogwaffe.com/">Michael Adams</a>, <a href="http://txfx.net/">Mark Jaquith</a>, and <a href="http://iammattthomas.com/">Matt Thomas</a> for making this dream a reality. We hope you all enjoy it and if you have any feedback blog it and <a href="http://wordpress.org/development/2007/03/plugin-directory/">link back to this entry</a> so we get the pingback. Happy downloading!</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2007/03/plugin-directory/feed/</wfw:commentRss>
		<slash:comments>121</slash:comments>
		</item>
		<item>
		<title>Ideas and Kvetch!</title>
		<link>http://wordpress.org/development/2007/01/ideas-and-kvetch/</link>
		<comments>http://wordpress.org/development/2007/01/ideas-and-kvetch/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 18:18:15 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/2007/01/ideas-and-kvetch/</guid>
		<description><![CDATA[It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a new year, and we have a new major release of WordPress coming soon. (We&#8217;re currently aiming for the 22nd.) It&#8217;s as good a time as any to examine where we&#8217;ve been, and where we are, and where we&#8217;re going as a community. 2006 was a pretty exciting year, we saw 1.54 million downloads of WP, and that&#8217;s not even counting the people who install it through their host&#8217;s one-click install or the half a million who have experienced it through the hosted WordPress.com. WordPress is touching more lives than ever.</p>
<p>However, just because what we&#8217;ve done has worked in the past doesn&#8217;t mean it&#8217;s the best for the future. We have to take a self-critical look at assumptions we have about our development process and WP itself. The upcoming release, which has been long coming, is a perfect time to focus on WP&#8217;s secret ingredient&#8230; you.</p>
<p>If you could add anything in the world to WordPress, what would it be? If you could name the thing that frustrates you the most about WP, what would that be?</p>
<p>Now you can tell us. We&#8217;re announcing new projects&#8212;two sides of the same coin.</p>
<p><a href="http://wordpress.org/extend/ideas/">The first is simply called Ideas</a>, and it&#8217;s a place where you can share your wildest WordPress wishes with the world, and also vote on other people&#8217;s ideas. This allows people outside our normal circle of developers to have a direct say in what goes into the next version of WordPress. For 2.2, which comes out in late April, we will include the top voted on features, so propose something, tell your friends about it, and link it from your blog.</p>
<p>The second we&#8217;ve named after the <a href="http://www.answers.com/kvetch">Yiddish word</a>, <a href="http://wordpress.org/extend/kvetch/">Kvetch</a>. This is a place where you can quickly and anonymously express whatever might disagree with you in the WordPress world. Let it all loose, but try to keep it PG rated, and we&#8217;ll show a random kvetch on the page once we get enough in the system.</p>
<p>Both are just part of putting you guys&#8212;our users&#8212;first. It&#8217;s easy because there&#8217;s so many of you.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2007/01/ideas-and-kvetch/feed/</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
		<item>
		<title>Browsing Happy with WordPress</title>
		<link>http://wordpress.org/development/2005/06/browsing-happy/</link>
		<comments>http://wordpress.org/development/2005/06/browsing-happy/#comments</comments>
		<pubDate>Wed, 01 Jun 2005 19:27:20 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=161</guid>
		<description><![CDATA[You can get the full details from the Web Standards Project press release, but to make a long story short WordPress.org will be taking Browse Happy under its wing by continuing hosting the site and keeping it current with the latest trends and information.
Browse Happy is a site dedicated to educating people about browser alternatives [...]]]></description>
			<content:encoded><![CDATA[<p>You can get the <a href="http://www.webstandards.org/press/releases/archive/2005/06/01/index.html">full details from the Web Standards Project press release</a>, but to make a long story short WordPress.org will be taking <a href="http://browsehappy.com/">Browse Happy</a> under its wing by continuing hosting the site and keeping it current with the latest trends and information.</p>
<p>Browse Happy is a site dedicated to educating people about browser alternatives that will give them a better online experience. We&#8217;ve promoted <a href="http://getfirefox.com/">Firefox</a> for a long time within our administration interface, this will allow us to expand our promotion to cover other excellent browsers as well. If you have any ideas for the site or would like to share your story, please let us know through the <a href="http://browsehappy.com/people/you/">Browse Happy contact and submission form</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2005/06/browsing-happy/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Firefox 1.0 Gold</title>
		<link>http://wordpress.org/development/2004/11/firefox-1-gold/</link>
		<comments>http://wordpress.org/development/2004/11/firefox-1-gold/#comments</comments>
		<pubDate>Tue, 09 Nov 2004 16:28:50 +0000</pubDate>
		<dc:creator>Dougal</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/2004/11/firefox-1-gold/</guid>
		<description><![CDATA[
And in other news&#8230; Firefox 1.0 is now gold. The Mozilla sites are swamped right now, so I&#8217;ve currently got a torrent of the US English version for Windows going. Download some fresh, hot browser goodness, and don&#8217;t forget to spread the word.


If you don&#8217;t already have a BitTorrent client, try BitTornado.
]]></description>
			<content:encoded><![CDATA[<p>
And in other news&#8230; <a href="http://www.mozilla.org/products/firefox/">Firefox 1.0</a> is now gold. The Mozilla sites are swamped right now, so I&#8217;ve currently got a <a href="http://dougal.gunters.org/Firefox%20Setup%201.0.exe.torrent">torrent</a> of the US English version for Windows going. Download some fresh, hot browser goodness, and don&#8217;t forget to <a href="http://spreadfirefox.com/community/?q=affiliates&#038;id=2490&#038;t=1">spread the word</a>.
</p>
<p>
If you don&#8217;t already have a <a href="http://bittorrent.com/">BitTorrent</a> client, try <a href="http://bittornado.com/">BitTornado</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2004/11/firefox-1-gold/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
