<?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>Make WordPress Core &#187; plugin directory</title>
	<atom:link href="http://make.wordpress.org/core/tag/plugin-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://make.wordpress.org/core</link>
	<description>WordPress Development Updates</description>
	<lastBuildDate>Thu, 09 May 2013 17:18:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24290</generator>
	<atom:link rel='hub' href='http://make.wordpress.org/core/?pushpress=hub'/>
		<item>
		<title>On Saturday Matt posted to the WordPress Blog&#8230;</title>
		<link>http://make.wordpress.org/core/2012/05/21/on-saturday-matt-posted-to-the-wordpress-blog/</link>
		<comments>http://make.wordpress.org/core/2012/05/21/on-saturday-matt-posted-to-the-wordpress-blog/#comments</comments>
		<pubDate>Mon, 21 May 2012 15:33:01 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[plugin directory]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/05/21/on-saturday-matt-posted-to-the-wordpress-blog/</guid>
		<description><![CDATA[On Saturday, Matt posted to the WordPress Blog that the plugin directory has been refreshed. Also also posted to our new P2 at make.wordpress.org/plugins: what this means for developers. @otto42, @coffee2code, and I go through the changes in detail. They include: The new Developers and Support tabs for plugins Subscribing to commit emails (Hint: see [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>On Saturday, Matt <strong><a href="http://wordpress.org/news/2012/05/plugins-refreshed/">posted to the WordPress Blog</a></strong> that the plugin directory has been refreshed.</p>
<p>Also also posted to our new P2 at make.wordpress.org/plugins: <strong><a href="http://make.wordpress.org/plugins/2012/05/19/plugin-directory-refreshed-what-it-means-for-developers/">what this means for developers</a></strong>. <a href='http://make.wordpress.org/core/mentions/otto42/' class='mention'>@otto42</a>, <a href='http://make.wordpress.org/core/mentions/coffee2code/' class='mention'>@coffee2code</a>, and I go through the changes in detail. They include:</p>
<ul>
<li>The new Developers and Support tabs for plugins</li>
<li>Subscribing to commit emails (Hint: see the Developers tab)</li>
<li>Following and managing support threads</li>
<li>How the new support statics are calculated</li>
</ul>
<p>(<em>Sidebar:</em> We hope to use make.wordpress.org/plugins for announcements and resources for plugin developers. This blog will also move to make.wordpress.org soon. More to come.)</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/05/21/on-saturday-matt-posted-to-the-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The plugin directory&#8217;s licensing guidelines have been updated&#8230;</title>
		<link>http://make.wordpress.org/core/2012/04/30/the-plugin-directorys-licensing-guidelines-have-been-updated/</link>
		<comments>http://make.wordpress.org/core/2012/04/30/the-plugin-directorys-licensing-guidelines-have-been-updated/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 15:18:02 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[plugin directory]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/04/30/the-plugin-directorys-licensing-guidelines-have-been-updated/</guid>
		<description><![CDATA[The plugin directory&#8217;s licensing guidelines have been updated. The guidelines will now allow code that is licensed under (or compatible with) version 3 of the GPL. The guidelines still encourage use of &#8220;GPLv2 or later,&#8221; the same license as WordPress. However, we understand that many open source libraries use other licenses that are nonetheless compatible, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The plugin directory&#8217;s licensing <a href="http://wordpress.org/extend/plugins/about/">guidelines</a> have been updated. The guidelines will now allow code that is licensed under (or compatible with) version 3 of the GPL.</p>
<p>The guidelines still encourage use of &#8220;GPLv2 or later,&#8221; the same license as WordPress. However, we understand that many open source libraries use other licenses that are nonetheless compatible, such as GPLv2 only, GPLv3, and Apache 2.0.</p>
<p>Now may be a good time for plugin authors to review their plugins to ensure a license is specified. You can add License and License URI headers to readme.txt and the plugin&#8217;s headers. (You may also wish to include a <a href="http://www.gnu.org/licenses/gpl-howto.html">copying permission statement</a>.) For example:</p>
<pre class="brush: plain; title: ; notranslate">License: GPLv2 or later
License URI: <a href="http://www.gnu.org/licenses/gpl-2.0.html" rel="nofollow">http://www.gnu.org/licenses/gpl-2.0.html</a></pre>
<p>You can see this used in the <a href="http://wordpress.org/extend/plugins/about/readme.txt">sample readme.txt</a>.</p>
<p>This change brings the guidelines in line with the themes directory, which has for some time accepted GPLv3-compatible code. (Probably a good time to note that Creative Commons licenses are still incompatible with the GPL, and the theme and plugin directories.)</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/04/30/the-plugin-directorys-licensing-guidelines-have-been-updated/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Been giving a lot of thought to how&#8230;</title>
		<link>http://make.wordpress.org/core/2011/12/21/been-giving-a-lot-of-thought-to-how/</link>
		<comments>http://make.wordpress.org/core/2011/12/21/been-giving-a-lot-of-thought-to-how/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 16:21:02 +0000</pubDate>
		<dc:creator>Matt Mullenweg</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[plugin directory]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2011/12/21/been-giving-a-lot-of-thought-to-how/</guid>
		<description><![CDATA[Been giving a lot of thought to how to give plugin authors more control over their plugin pages. In WordPress custom headers have been hugely beneficial in people&#8217;s ability to make a theme their own without having to be a designer. (And designers can make them really sing.) As an experiment we&#8217;ve turned on custom [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Been giving a lot of thought to how to give plugin authors more control over their plugin pages. In WordPress custom headers have been hugely beneficial in people&#8217;s ability to make a theme their own without having to be a designer. (And designers can make them really sing.)</p>
<p>As an experiment we&#8217;ve turned on custom headers for the plugin directory. If you&#8217;d like to try out this feature:</p>
<ol>
<li>Make a 772&#215;250 pixel jpeg or png. (No animated GIFs. <img src='http://make.wordpress.org/core/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</li>
<li>Check it in to your plugin&#8217;s SVN directory with the path <code>assets/banner-772x250.(jpg|png)</code>. Note that the <code>assets</code> directory is added to your plugin&#8217;s <em>root directory</em>, not trunk.</li>
<li>On the next plugin directory refresh (every 15 minutes or so) you should see your image start showing up on the page.</li>
</ol>
<p>For an example of this in action, <a href="http://wordpress.org/extend/plugins/hello-dolly/">check out Hello Dolly</a>, natch. Our goal is to mainly see how people use them, so if you try this out leave  comment below with a link to your plugin!</p>
<p>Final note: this is just an experiment, and there is a 98.254% chance the dimensions, placement, and text overlay for this header will change in the future, or the idea might not work at all. But I think it&#8217;s a nice toe in the water for letting authors really make their plugin pages shine.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2011/12/21/been-giving-a-lot-of-thought-to-how/feed/</wfw:commentRss>
		<slash:comments>162</slash:comments>
		</item>
		<item>
		<title>New and improved this morning, we have a&#8230;</title>
		<link>http://make.wordpress.org/core/2010/10/22/new-and-improved-this-morning-we-have-a/</link>
		<comments>http://make.wordpress.org/core/2010/10/22/new-and-improved-this-morning-we-have-a/#comments</comments>
		<pubDate>Fri, 22 Oct 2010 12:14:24 +0000</pubDate>
		<dc:creator>Samuel Wood (Otto)</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[plugin directory]]></category>
		<category><![CDATA[wporg]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2010/10/22/new-and-improved-this-morning-we-have-a/</guid>
		<description><![CDATA[New and improved this morning, we have a two-fer. First, on the extend plugin directory, you may notice some new pie chart fun on the stats tab for each plugin. This shows a percentage breakdown of the versions being actively used by that plugin&#8217;s users. Only slices greater than 1.0% are shown. Secondly, since data [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>New and improved this morning, we have a two-fer.</p>
<p>First, on the extend plugin directory, you may notice some new pie chart fun on the stats tab for each plugin. This shows a percentage breakdown of the versions being actively used by that plugin&#8217;s users. Only slices greater than 1.0% are shown.</p>
<p>Secondly, since data kept in a box is not very useful, there&#8217;s a new API for getting this data. Usage is fairly obvious from just a simple example, which gets the version breakdown of one of my own plugins:</p>
<p><a href="http://api.wordpress.org/stats/plugin/1.0/simple-facebook-connect?callback=demo" rel="nofollow">http://api.wordpress.org/stats/plugin/1.0/simple-facebook-connect?callback=demo</a></p>
<p>The callback parameter is optional, of course, and provided for people who want JSONP usage.</p>
<p>Note that the version data is relatively new, so we don&#8217;t have it for all plugins at present. It will get better as reporting continues. For those interested, it&#8217;s saving the total counts of the version numbers as reported by the plugin update-checks over the last week. Since the data at present is only from one day, it&#8217;s not very accurate. </p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2010/10/22/new-and-improved-this-morning-we-have-a/feed/</wfw:commentRss>
		<slash:comments>64</slash:comments>
		</item>
		<item>
		<title>Most newer plugins in the plugins direct&#8230;</title>
		<link>http://make.wordpress.org/core/2010/10/15/most-newer-plugins-in-the-plugins-direct/</link>
		<comments>http://make.wordpress.org/core/2010/10/15/most-newer-plugins-in-the-plugins-direct/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 01:49:32 +0000</pubDate>
		<dc:creator>Michael Adams (mdawaffe)</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[plugin directory]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2010/10/15/most-newer-plugins-in-the-plugins-direct/</guid>
		<description><![CDATA[Most newer plugins in the plugins directory are not showing up in search results. We&#8217;re working on a solution, but it will probably be a few days before everything&#8217;s back to normal. Lame, we know. Apologies for the hassle.]]></description>
				<content:encoded><![CDATA[<p>Most newer plugins in the <a href="http://wordpress.org/extend/plugins/">plugins directory</a> are not showing up in search results.  We&#8217;re working on a solution, but it will probably be a few days before everything&#8217;s back to normal.</p>
<p>Lame, we know.  Apologies for the hassle.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2010/10/15/most-newer-plugins-in-the-plugins-direct/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>I upgraded the WP.org Plugins Directory &#8230;</title>
		<link>http://make.wordpress.org/core/2010/08/27/i-upgraded-the-wp-org-plugins-directory/</link>
		<comments>http://make.wordpress.org/core/2010/08/27/i-upgraded-the-wp-org-plugins-directory/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 01:06:02 +0000</pubDate>
		<dc:creator>Michael Adams (mdawaffe)</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[plugin directory]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2010/08/27/i-upgraded-the-wp-org-plugins-directory/</guid>
		<description><![CDATA[I upgraded the WP.org Plugins Directory to bbPress trunk/ today. I&#8217;m sure there&#8217;s still glitches to work out. In particular, search may be a little out of date until I get the new sphinx index set up correctly.]]></description>
				<content:encoded><![CDATA[<p>I upgraded the WP.org Plugins Directory to bbPress trunk/ today.  I&#8217;m sure there&#8217;s still glitches to work out.  In particular, search may be a little out of date until I get the new sphinx index set up correctly.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2010/08/27/i-upgraded-the-wp-org-plugins-directory/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Plugin Directory: Community</title>
		<link>http://make.wordpress.org/core/2010/07/30/plugin-directory-community/</link>
		<comments>http://make.wordpress.org/core/2010/07/30/plugin-directory-community/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 20:52:47 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[3.org]]></category>
		<category><![CDATA[plugin directory]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/?p=1036</guid>
		<description><![CDATA[As one of two 3.org groups tasked with improving the WordPress.org Plugin Directory, the Plugin Directory: Community (PDC) group has read through all the Potential WordPress.org Improvements and has weighed what ideas would best improve the community and would be manageable to do before development on WordPress 3.1 starts. This group is tasked with improving [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>As  one of two <a href="../2010/07/08/proposed-teams-for-3-org/" target="_blank">3.org groups</a> tasked with improving the  WordPress.org Plugin Directory, the Plugin Directory: Community (PDC)  group has read through all the <a href="http://wordpress.org/support/topic/potential-wordpressorg-improvement-projects" target="_blank">Potential WordPress.org Improvements</a> and has  weighed  what ideas would best improve the community and would be manageable to  do before development on WordPress 3.1 starts. This group is tasked with   improving the user interaction with the directory, the authors, and the  rest of the community. Here are the ideas that have made it to the final  round of the selection process:</p>
<ul>
<div>
<li>A standardized taxonomy for organizing plugins  and making tags  more relevant.</li>
</div>
<div>
<li>Allow filtering of plugin  search results based on  version compatibility.</li>
<li>Allow the community to publicly &#8216;Like&#8217;  plugins.</li>
<li>Allow plugin  pages to display hash-style URLs from the Read Me file.</li>
<li>UI  Improvements for i8n support.</li>
<li>Allow users to publicly review  plugins.</li>
<li>Small UI changes to the Plugin Directory</li>
<li>Plugin  Adoption  Stats</li>
</div>
<li>The formation of a Plugin Security Review Team.</li>
</ul>
<p>PDC   would like for each of you, members of the WordPress community, to look  over these ideas and  suggest ways of how they could be best implemented. We would like each  of these ideas to be sustainable for the long term, meaning they would  not create overwhelming work for people contributing to the community or  have a negative impact on portions of the community.</p>
<p>To get the ball rolling with one of these ideas, the Plugin Security  Review Team, we  would like to suggest that responsibilities and obligations of this team  be ramped up in stages. Instead of just throwing nearly 11,000 plugins  at the team and having the them read every line of code, the team would  pro-actively develop solutions that would aid developers in making their  own plugin more secure. The Plugin Security Review Team could provide  detailed tutorials, presentations, working examples, scanning programs,  or any other ideas as they see fit.</p>
<p>The PDC group is open to ideas, suggestions, and help, feel free to  contact any of our members: <a href="http://twitter.com/westi" target="_blank">Peter Westwood</a>, <a href="http://twitter.com/filosofo" target="_blank">Austin Matzko</a>, <a href="http://twitter.com/dancole" target="_blank">Dan Cole</a>, <a href="http://twitter.com/brianlayman" target="_blank">Brian Layman</a>,  and <a href="http://twitter.com/michaeltorbert" target="_blank">Michael  Torbert</a>. Hopefully with the communities&#8217; help and feedback we will  be  able to implement all of these ideas.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2010/07/30/plugin-directory-community/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>Plugin authors can now change the &#8220;Reso&#8230;</title>
		<link>http://make.wordpress.org/core/2010/07/22/plugin-authors-can-now-change-the-reso/</link>
		<comments>http://make.wordpress.org/core/2010/07/22/plugin-authors-can-now-change-the-reso/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 13:25:46 +0000</pubDate>
		<dc:creator>Samuel Wood (Otto)</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[plugin directory]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[resolved]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2010/07/22/plugin-authors-can-now-change-the-reso/</guid>
		<description><![CDATA[Plugin authors can now change the &#8220;Resolved&#8221; status on support topics made about their plugins on .org. Note: This only works when the topic is made from the plugins area, using the &#8220;Got something to say? Need help? Write a new topic.&#8221; link at the bottom of the plugins screen. Topics that are simply manually [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Plugin authors can now change the &#8220;Resolved&#8221; status on support topics made about their plugins on .org.</p>
<p>Note: This only works when the topic is made from the plugins area, using the &#8220;Got something to say? Need help? Write a new topic.&#8221; link at the bottom of the plugins screen. Topics that are simply manually tagged with the name of the plugin won&#8217;t work.</p>
<p>Mods and higher can still change the resolved status on any topic, as always. So you may not be able to see this change easily. <img src='http://make.wordpress.org/core/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2010/07/22/plugin-authors-can-now-change-the-reso/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>There was a bug in the process that gene&#8230;</title>
		<link>http://make.wordpress.org/core/2010/06/10/there-was-a-bug-in-the-process-that-gene/</link>
		<comments>http://make.wordpress.org/core/2010/06/10/there-was-a-bug-in-the-process-that-gene/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 03:25:01 +0000</pubDate>
		<dc:creator>Michael Adams (mdawaffe)</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[plugin directory]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2010/06/10/there-was-a-bug-in-the-process-that-gene/</guid>
		<description><![CDATA[There was a bug in the process that generated plugin screenshots in the WordPress.org Plugins Directory. The bug has been fixed, and I&#8217;m currently running a brute force script to update all plugins. The script is not very efficient and will take a couple days to finish.]]></description>
				<content:encoded><![CDATA[<p>There was a bug in the process that generated plugin screenshots in the WordPress.org Plugins Directory.</p>
<p>The bug has been fixed, and I&#8217;m currently running a brute force script to update all plugins.  The script is not very efficient and will take a couple days to finish.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2010/06/10/there-was-a-bug-in-the-process-that-gene/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugins can now include videos in their readme.txt files</title>
		<link>http://make.wordpress.org/core/2010/02/20/plugins-can-now-include-videos-in-their-readme-txt-files/</link>
		<comments>http://make.wordpress.org/core/2010/02/20/plugins-can-now-include-videos-in-their-readme-txt-files/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 04:14:17 +0000</pubDate>
		<dc:creator>Michael Adams (mdawaffe)</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[plugin directory]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2010/02/20/plugins-can-now-include-videos-in-their-readme-txt-files/</guid>
		<description><![CDATA[The plugins directory now supports videos in readme.txt files. YouTube, Vimeo, and WordPress.com VideoPress videos are supported. Videos are included using one of two formats. Shortcode: YouTube, Vimeo, WordPress.com VideoPress Include a normal looking shortcode anywhere in the readme.txt file. For YouTube and Vimeo, the shortcode has one unnamed parameter: the video&#8217;s URL. &#x5b;youtube http://www.youtube.com/watch?v=7EiKx_WSesk] [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The plugins directory now supports videos in readme.txt files.  YouTube, Vimeo, and WordPress.com VideoPress videos are supported.</p>
<p>Videos are included using one of two formats.</p>
<h3>Shortcode: YouTube, Vimeo, WordPress.com VideoPress</h3>
<p>Include a normal looking shortcode anywhere in the readme.txt file.</p>
<p>For YouTube and Vimeo, the shortcode has one unnamed parameter: the video&#8217;s URL.</p>
<p><code>&#x5b;youtube <a href="http://www.youtube.com/watch?v=7EiKx_WSesk" rel="nofollow">http://www.youtube.com/watch?v=7EiKx_WSesk</a></code><code>]</code><br />
<code>&#x5b;vimeo <a href="http://vimeo.com/173714" rel="nofollow">http://vimeo.com/173714</a></code><code>]</code></p>
<p>For WordPress.com VideoPress videos, the shortcode has one unnamed parameter: the video&#8217;s ID.  The shortcode can be copied from the video&#8217;s embed menu.</p>
<p><code>&#x5b;wpvideo OO4thna8]</code></p>
<p>To prevent shortcodes from being parsed, enclose the shortcode in backticks.</p>
<p><code>`&#x5b;wpvideo OO4thna8]`</code></p>
<h3>Autolink: YouTube, Vimeo</h3>
<p>Include a YouTube or Vimeo URL by itself on its own line in the readme.txt file.</p>
<p><code><a href="http://www.youtube.com/watch?v=7EiKx_WSesk" rel="nofollow">http://www.youtube.com/watch?v=7EiKx_WSesk</a></code><br />
<code><a href="http://vimeo.com/173714" rel="nofollow">http://vimeo.com/173714</a></code></p>
<h3>Example</h3>
<p><a href="http://plugins.svn.wordpress.org/mdawaffe-test/trunk/readme.txt" rel="nofollow">http://plugins.svn.wordpress.org/mdawaffe-test/trunk/readme.txt</a></p>
<p><a href="http://wordpress.org/extend/plugins/mdawaffe-test/" rel="nofollow">http://wordpress.org/extend/plugins/mdawaffe-test/</a></p>
<p>The <a href="http://wordpress.org/extend/plugins/about/validator/">Validator</a> shows the videos too.</p>
<p>NB: Directly including object/embed HTML into the readme.txt file is not supported; the goal of the readme.txt file is to be human readable.</p>
<p>PS: Videos are not currently supported as replacements for screenshot images in the screenshots section.  It&#8217;s silly that the Plugins Directory doesn&#8217;t yet support that <img src='http://make.wordpress.org/core/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  It&#8217;s on the todo.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2010/02/20/plugins-can-now-include-videos-in-their-readme-txt-files/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
