<?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; Documentation</title>
	<atom:link href="http://wordpress.org/development/category/documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.org/development</link>
	<description>WordPress development and updates</description>
	<lastBuildDate>Wed, 18 Nov 2009 03:49:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9-beta-1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Improving your plugin &#8211; Changelogs</title>
		<link>http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/</link>
		<comments>http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 20:28:34 +0000</pubDate>
		<dc:creator>Peter Westwood</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=848</guid>
		<description><![CDATA[We&#8217;ve recently made some changes to help improve the communication between plugin authors and plugin users about the changes that are made between versions.
We feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve <a href="http://westi.wordpress.com/2009/06/20/changelogs-changelogs-changelogs/">recently made some changes</a> to help improve the communication between plugin authors and plugin users about the changes that are made between versions.</p>
<p>We feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision about when to upgrade and how much testing they should do with their site.</p>
<p>In order to make this an easy and open communication channel we have added support for a Changelog section in the plugins <code>readme.txt</code> file.  This changelog information is then displayed as a separate tab in the <a href="http://wordpress.org/extend/plugins/">plugin directory</a> and also in the back end of your WordPress blog when you view the details on a new version of a plugin.</p>
<p>The new section is formatted as follows:</p>
<pre name="code" class="css">

== Changelog ==

= 1.0 =
* A change since the previous version.
* Another change.

= 0.5 =
* List versions from most recent at top to oldest at bottom.
</pre>
<p>We would also like to recommend that you also provide meaningful log messages when you commit changes to the subversion repository for your plugin so that people who want to dig further into your changes can see why things are changing (At the moment is seems a large number of plugin authors leave this field blank which isn&#8217;t very helpful).</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>WordPress Backup Week</title>
		<link>http://wordpress.org/development/2005/07/wordpress-backup-week/</link>
		<comments>http://wordpress.org/development/2005/07/wordpress-backup-week/#comments</comments>
		<pubDate>Thu, 21 Jul 2005 21:23:37 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/2005/07/wordpress-backup-week/</guid>
		<description><![CDATA[July 23-30 is WordPress Backup Week.  The WordPress Forum and Codex are working together to remind you to backup your WordPress site and database and eat your veggies. Even if your host does it (or should be doing it) no one was ever hurt by too many backups. It should be done on a [...]]]></description>
			<content:encoded><![CDATA[<p>July 23-30 is WordPress Backup Week.  The WordPress Forum and Codex are working together to remind you to <strong>backup your WordPress site and database</strong> and eat your veggies. Even if your host does it (or should be doing it) no one was ever hurt by too many backups. It should be done on a regular basis and we&#8217;re taking the time now to remind you to back it up (like a pickup truck). To help you out, we&#8217;ve put together articles on <a href="http://codex.wordpress.org/WordPress_Backups">WordPress Backups</a> and <a href="http://codex.wordpress.org/Backing_Up_Your_Database">Backing Up Your Database</a>.  If something happens to your data, we&#8217;re still here with another article on <a href="http://codex.wordpress.org/Restoring_Your_Database_From_Backup">Restoring Your Database From Backup</a>.  Of course if you have any problems, the <a href="http://www.wordpress.org/support/">WordPress Support Forum</a> is there to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2005/07/wordpress-backup-week/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Get In The Loop</title>
		<link>http://wordpress.org/development/2005/07/the-loop/</link>
		<comments>http://wordpress.org/development/2005/07/the-loop/#comments</comments>
		<pubDate>Sun, 17 Jul 2005 16:59:34 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/2005/07/the-loop/</guid>
		<description><![CDATA[The WordPress Loop is the brains behind your WordPress site. A simple yet sophisticated bit of PHP coding, it generates the content and information displayed on your site, in fact, on each template page on your site. Understanding how the Loop works and how you can customize it to your needs is covered extensively in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://codex.wordpress.org/The_Loop">The WordPress Loop</a> is the brains behind your WordPress site. A simple yet sophisticated bit of PHP coding, it generates the content and information displayed on your site, in fact, on each template page on your site. Understanding how the Loop works and how you can customize it to your needs is covered extensively in the article on <a href="http://codex.wordpress.org/The_Loop_in_Action">The Loop in Action</a>.</p>
<p>This is just one of the more than 450 articles on the <a href="http://codex.wordpress.org/">WordPress Codex</a>, the online manual for WordPress users, available to help you.</p>
<p>By the way, this week we&#8217;re moving the Codex to a new and fully redundant hosting situation that will guarantee 100% availability of all documentation regardless of anything happening to wordpress.org.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2005/07/the-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Template Tags</title>
		<link>http://wordpress.org/development/2005/07/template-tags/</link>
		<comments>http://wordpress.org/development/2005/07/template-tags/#comments</comments>
		<pubDate>Wed, 06 Jul 2005 23:01:44 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/2005/07/template-tags/</guid>
		<description><![CDATA[WordPress Template Tags are the backbone of your WordPress site, giving you the power to generate content on your site. Template Tags allow you to change the way the categories and date and time are posted in your post meta data section. They control how categories, Pages, and posts are displayed on your site. Almost [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://codex.wordpress.org/Template_Tags">WordPress Template Tags</a> are the backbone of your WordPress site, giving you the power to generate content on your site. Template Tags allow you to change the way the categories and date and time are posted in your <a href="http://codex.wordpress.org/Post_Meta_Data_Section">post meta data section</a>. They control how categories, <a href="http://codex.wordpress.org/Pages">Pages</a>, and posts are displayed on your site. Almost everything you see generated on your WordPress web page comes from the use of a Template Tag within a <a href="http://codex.wordpress.org/Templates">template file</a>. If you are new to Templates and Template Tags, read <a href="http://codex.wordpress.org/Stepping_Into_Template_Tags">Stepping Into Template Tags</a> to get started understanding the power of WordPress Template Tags.</p>
<p>This is just an example of the information you will find in the <a href="http://codex.wordpress.org/">WordPress Codex</a> the official online manual for WordPress. </p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2005/07/template-tags/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Weekly Roundup</title>
		<link>http://wordpress.org/development/2005/07/weekly-roundup/</link>
		<comments>http://wordpress.org/development/2005/07/weekly-roundup/#comments</comments>
		<pubDate>Fri, 01 Jul 2005 06:01:40 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Newsletter]]></category>

		<guid isPermaLink="false">http://wordpress.org/development/?p=163</guid>
		<description><![CDATA[At the last WordPress IRC meetup there was a consensus that this development blog isn&#8217;t used enough for spreading general news and information about WP, and one of the ways we&#8217;ve decided to address that is with weekly roundup posts summarizing some activity and highlighting some of the amazing resources in the Codex. The posts [...]]]></description>
			<content:encoded><![CDATA[<p>At the last WordPress IRC meetup there was a consensus that this development blog isn&#8217;t used enough for spreading general news and information about WP, and one of the ways we&#8217;ve decided to address that is with weekly roundup posts summarizing some activity and highlighting some of the amazing resources in the <a href="http://codex.wordpress.org/">Codex</a>. The posts will be written by the community itself using the Codex, and posted every Thursday. We&#8217;ve got two bits to kick it off:</p>
<h4>Upgrading WordPress</h4>
<p>With this week&#8217;s announcement of a new security release for WordPress, 1.5.1.3, consider upgrading your WordPress site. You will find information and details on upgrading WordPress on the <a href="http://codex.wordpress.org/">WordPress Codex</a> at <a href="http://codex.wordpress.org/Upgrading_WordPress">Upgrading WordPress</a>.</p>
<p>If you are considering the bigger upgrade from a previous older version, like from WordPress v1.2 to the latest version, we have a step-by-step guide that will take you through the upgrade of your site and into the new WordPress Themes at <a href="http://codex.wordpress.org/Upgrade_1.2_to_1.5">Upgrading 1.2 to the Newest Version</a>. </p>
<h4>Volunteers Sought for Fundraising and Publicity for WordPress Activities</h4>
<p>Exciting and fun events are coming up in the near future on the WordPress Forum and Codex and we are seeking volunteers to help with the publicity and promotion of these events and future fundraising campaigns.  If you are interested in participating, visit the <a href="http://codex.wordpress.org/Fundraising_and_Promotions">Fundraising and Promotions</a> page on the WordPress Codex and sign up. </p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.org/development/2005/07/weekly-roundup/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
