<?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</title>
	<atom:link href="http://make.wordpress.org/core/feed/" rel="self" type="application/rss+xml" />
	<link>http://make.wordpress.org/core</link>
	<description>WordPress Development Updates</description>
	<lastBuildDate>Wed, 19 Jun 2013 03:12:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24432</generator>
	<atom:link rel='hub' href='http://make.wordpress.org/core/?pushpress=hub'/>
		<item>
		<title>Migration project for GSoC</title>
		<link>http://make.wordpress.org/core/2013/06/17/migration-project-for-gsoc/</link>
		<comments>http://make.wordpress.org/core/2013/06/17/migration-project-for-gsoc/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 10:00:28 +0000</pubDate>
		<dc:creator>Frederick Ding</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[migration-portability]]></category>
		<category><![CDATA[weekly-update]]></category>

		<guid isPermaLink="false">http://make.wordpress.org/core/?p=5577</guid>
		<description><![CDATA[Hello world! My name is Frederick, one of the GSoC interns who will be contributing to WordPress migration features this summer. A proud Canadian who grew up in Toronto and its suburbs, I am currently a bioengineering undergraduate at the University of Pennsylvania in Philadelphia, with hopes of working in the clinical and public health [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Hello world! My name is Frederick, one of the <abbr title="Google Summer of Code">GSoC</abbr> interns who will be contributing to WordPress migration features this summer.</p>
<p>A proud Canadian who grew up in Toronto and its suburbs, I am currently a bioengineering undergraduate at the University of Pennsylvania in Philadelphia, with hopes of working in the clinical and public health roles of a physician. The connection to coding might seem tenuous, but I am a firm believer in pursuing passions, despite how incongruous they may seem. As I wrote <a href="http://s3.frederickding.com/migration/wordpress-proposal.pdf">in my application</a>, WordPress has offered me much in the way of community and inspiration, and I hope to gain better insight into my own aspirations through this internship.</p>
<p>Like many in the community, my involvement with WordPress has included some plugins, and sites developed for work and student organizations. Although I&#8217;ve worked on two separate open source PHP projects, this is the first opportunity I&#8217;ve had to contribute to something that can reach so many people; indeed, the past Ten Good Years have yielded not only a collection of lines of code, but a huge and intensely active ecosystem of developers, designers, and users. To have the chance, even for 3 short months, to be a part of it, is both exhilarating and terrifying at the same time!</p>
<p>My project is to improve the migration experience and the portability of WordPress. Just the thought of moving WordPress elicits headaches because of all the things that can go wrong, as <a href="http://www.wptavern.com/whats-going-on-with-the-wordpress-importer">one stunningly recent discussion in the community</a> reminded me.</p>
<p>For this project, I&#8217;ll be treading across both familiar and foreign territory. <a href="http://gsoc.frederickding.com/development/47">By current plans</a>, I&#8217;d like to bring domain/URL renames to the backend and WP CLI, improve media handling and progress feedback in the WordPress-to-WordPress importer, and build in some semblance of plugin &amp; option migration to the export/import workflow. <em>(Subject to further change with notice.) </em>More details will come in the days ahead.</p>
<p>I&#8217;m really thrilled to be working with all of you! In addition to my weekly updates here, my notes-to-self and handy links to Trac/source can be found <a href="http://gsoc.frederickding.com/">on my project site</a>. I&#8217;d love to hear your feedback here and throughout the project.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2013/06/17/migration-project-for-gsoc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>JSON REST API</title>
		<link>http://make.wordpress.org/core/2013/06/17/json-rest-api/</link>
		<comments>http://make.wordpress.org/core/2013/06/17/json-rest-api/#comments</comments>
		<pubDate>Mon, 17 Jun 2013 09:01:02 +0000</pubDate>
		<dc:creator>Ryan McCue</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gsoc2013]]></category>
		<category><![CDATA[json-api]]></category>

		<guid isPermaLink="false">http://make.wordpress.org/core/?p=5585</guid>
		<description><![CDATA[Hi everybody! Some of you may know me from various patches or WP-related endeavours: I&#8217;m Ryan McCue, developer of the SimplePie library used in core, along with a HTTP library called Requests, and long-time core hacker. I&#8217;ve been working with WordPress for quite a while now, both on open source and professional work with clients. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Hi everybody! Some of you may know me from various patches or WP-related endeavours: I&#8217;m Ryan McCue, developer of the <a href="http://simplepie.org/">SimplePie library</a> used in core, along with a HTTP library called <a href="http://requests.ryanmccue.info/">Requests</a>, and long-time core hacker. I&#8217;ve been working with WordPress for quite a while now, both on open source and professional work with clients. What you may not know is that I&#8217;m also studying Electrical Engineering and Maths at UQ in Australia, and I&#8217;m here to give you a heads up on my Summer of Code project over the coming months.</p>
<p>For those who missed the discussion on wp-hackers about my proposal, I&#8217;m working on a JSON-based REST API for core. I started on this with an initial proof-of-concept back at the end of last year, and I&#8217;m now working on expanding this out into a larger project. The code is being written as a plugin for testing, with the goal of having it integrated into core in some form post-GSOC.</p>
<p>I&#8217;m planning on following a release strategy similar to <abbr title="MattPress? Who knows.">MP6</abbr>, with a weekly release along with the updates included in the release. At the moment, I&#8217;m working on <a href="https://gsoc.trac.wordpress.org/ticket/265">completing the basic reading and writing of post data</a> having just completed the <a href="https://gsoc.trac.wordpress.org/ticket/264">major design documents</a>, and I&#8217;m hoping to get the first weekly release out next week. I have a more detailed timeline which you can check out in <a href="http://journal.ryanmccue.info/224/introducing-wp-api/">my announcement post</a> on my blog.</p>
<p>(You&#8217;ll notice I&#8217;m currently about a week behind on my schedule, which I suspected may happen, as I&#8217;m in the midst of my final exams here. I&#8217;ve allocated an extra week just before the midsemester review for catching up if I don&#8217;t do so before then.)</p>
<p>As it is, the plugin is in a usable format, and you can grab it from either <a href="https://github.com/rmccue/WP-API">GitHub</a> or <a href="https://gsoc.svn.wordpress.org/2013/rmccue/trunk/">Subversion</a>. I&#8217;d also recommend checking out the <a href="https://gsoc.trac.wordpress.org/query?component=JSON+REST+API">GSOC Trac issues</a> if you&#8217;d like to keep track of the status. I&#8217;d love to have your feedback (especially on the design documents) as I move forward.</p>
<p>Cheers, and I look forward to working with you all in the coming months!</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2013/06/17/json-rest-api/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Summer of Code Revisions</title>
		<link>http://make.wordpress.org/core/2013/06/14/summer-of-code-revisions/</link>
		<comments>http://make.wordpress.org/core/2013/06/14/summer-of-code-revisions/#comments</comments>
		<pubDate>Fri, 14 Jun 2013 14:37:32 +0000</pubDate>
		<dc:creator>ahoereth</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[code-revisions]]></category>

		<guid isPermaLink="false">http://make.wordpress.org/core/2013/06/14/summer-of-code-revisions/</guid>
		<description><![CDATA[Hey everyone! I&#8217;m Alex, one of the Google Summer of Code interns who will be hanging around here for the next couple of months. I currently study Cognitive Science at the University of Osnabrück in Germany &#8212; not too obvious to see the connection to web development there. Cognitive Science is actually splitted into 8 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Hey everyone! I&#8217;m Alex, one of the Google Summer of Code interns who will be hanging around here for the next couple of months. I currently study Cognitive Science at the University of Osnabrück in Germany &#8212; not too obvious to see the connection to web development there. Cognitive Science is actually splitted into 8 different modules. Neurobiology, Neuroinformatics, Philosophy, Psychology, Linguistics, Mathematics, Artificial Intelligence and Computer Science. I&#8217;m mostly focussing on the last two and even consider switching to a dual bachelor setup with Cognitive Science + Computer Science.</p>
<p>So, web development and WordPress are mostly just hobbies of mine &#8212; I hope to change this in the future. I did a couple of paid jobs creating WordPress websites and also have a couple of plugins in the repository. I really like the idea of open code and bringing web publishing forward this way. Not having one brand control so many websites directly is a huge advantage in comparison to other web publishing tools.</p>
<p>My project will be bringing WordPress native revisions to the theme and plugin editors. Some developers are of the opinion that it would be best to strip the code editors from WordPress core. I think they are an important launch pad for average WordPress users to get into touch with their site&#8217;s code base. It&#8217;s a first step on the way to submiting a first patch to core.</p>
<p>An obvious problem when enabling users to edit their websites code is that they might break things. Changes can result in fatal errors which might break their whole site. With code revisions it will be easy to reverse to a specific version of a faulty site when something breaks. The idea here is not to make the editors interesting to developers but to make them more comfortable to use for website owners.</p>
<p>Happy to work with you guys and to get some feedback. With enough eyes, all bugs are shallow <img src='http://make.wordpress.org/core/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2013/06/14/summer-of-code-revisions/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>OPW Introduction &#8211; Hello!</title>
		<link>http://make.wordpress.org/core/2013/06/13/opw-introduction/</link>
		<comments>http://make.wordpress.org/core/2013/06/13/opw-introduction/#comments</comments>
		<pubDate>Thu, 13 Jun 2013 23:24:17 +0000</pubDate>
		<dc:creator>Kat Hagan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[post-by-email]]></category>

		<guid isPermaLink="false">http://make.wordpress.org/core/?p=5508</guid>
		<description><![CDATA[Allow me to introduce myself &#8212; my name is Kat. I&#8217;ll be working on core this summer as an OPW intern. I live in the Bay Area and have been a freelance web developer for the past couple of years, so as you can imagine, I work with WordPress quite a bit. I&#8217;ve written custom [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Allow me to introduce myself &#8212; my name is Kat. I&#8217;ll be working on core this summer as an OPW intern.</p>
<p>I live in the Bay Area and have been a freelance web developer for the past couple of years, so as you can imagine, I work with WordPress quite a bit. I&#8217;ve written custom themes, taxonomies, post types and plugins, but nothing that I&#8217;ve been able to release back to the community.</p>
<p>Even though contributing to an open source project has been a goal of mine for many years, I was never able to figure out how to get started until now. When a friend sent me the OPW page and I saw WordPress on the list, I leapt at the chance to get more involved with a tool (and a community) that I&#8217;ve worked so much with, and in the process really level up my WP knowledge.</p>
<p>For my summer project, I&#8217;ll be removing the &#8220;post by email&#8221; functionality from core, deprecating it and replacing it with an official plugin. This addresses <a href="http://core.trac.wordpress.org/ticket/22942">Trac ticket<a href="http://core.trac.wordpress.org/ticket/22942"> #22942</a></a>.</p>
<p>There are some more details in <a href="http://codebykat.wordpress.com/2013/05/02/post-by-email/">the initial version of the proposal I wrote up</a>. Note that I haven&#8217;t yet hashed through the plan with my mentors, so standard disclaimers apply. <em>(Details subject to change without notice. Void where prohibited. Not labeled for retail sale.)</em></p>
<p>Feel free to comment with feedback, or just to say hi. I&#8217;m looking forward to working with you!</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2013/06/13/opw-introduction/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>For those of you who receive wp svn&#8230;</title>
		<link>http://make.wordpress.org/core/2013/06/09/for-those-of-you-who-receive-wp-svn/</link>
		<comments>http://make.wordpress.org/core/2013/06/09/for-those-of-you-who-receive-wp-svn/#comments</comments>
		<pubDate>Sun, 09 Jun 2013 16:04:28 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bots]]></category>
		<category><![CDATA[mailing lists]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[wp-svn]]></category>

		<guid isPermaLink="false">http://make.wordpress.org/core/2013/06/09/for-those-of-you-who-receive-wp-svn/</guid>
		<description><![CDATA[For those of you who receive wp-svn commit emails: I&#8217;m considering a simple change to reduce some of the noise on that list. The change would be to not email any commits by bumpbot or potbot. One of the original goals of bumpbot was to reduce the noise when doing code review on a commit [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>For those of you who receive <a href="http://lists.automattic.com/mailman/listinfo/wp-svn"><strong>wp-svn</strong></a> commit emails: I&#8217;m considering a simple change to reduce some of the noise on that list. The change would be to not email any commits by bumpbot or potbot.</p>
<p>One of the original goals of bumpbot was to reduce the noise when doing code review on a commit that involved JS or CSS. But these commits can occur fairly often and still cause noise.</p>
<p>The concern is two-fold:</p>
<ol>
<li>Will skipped commit numbers cause people to look around for them, so instead of saving time, it actually increases time spent on these?</li>
<li>If a bot screws up and no one is around to hear it, does it make a sound?</li>
</ol>
<p>I think #1 is surmountable. #2 can be solved in a few ways. One, the commits will still be posted to IRC by svn-bot, and viewable in Trac&#8217;s timeline. Two, we could continue to have them sent to a few people, if necessary. Also, these bots have made few mistakes over the years, as every time there&#8217;s been a bug, we&#8217;ve fixed it. Of course, it&#8217;s all just VCS, so any issue can be reverted. And we have protection in place around releases to make sure the bots did their jobs and &#8220;run clean&#8221;.</p>
<p>Anyone have a strong opinion either way?</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2013/06/09/for-those-of-you-who-receive-wp-svn/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>We&#8217;re going to have some working IRC hours&#8230;</title>
		<link>http://make.wordpress.org/core/2013/06/05/were-going-to-have-some-working-irc-hours/</link>
		<comments>http://make.wordpress.org/core/2013/06/05/were-going-to-have-some-working-irc-hours/#comments</comments>
		<pubDate>Wed, 05 Jun 2013 20:25:59 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://make.wordpress.org/core/2013/06/05/were-going-to-have-some-working-irc-hours/</guid>
		<description><![CDATA[We&#8217;re going to have some working IRC hours tomorrow, June 6th, between 1400 UTC and 1800 UTC. Show up if you can and we&#8217;ll hammer away at the remaining items from this post!]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re going to have some working IRC hours tomorrow, June 6th, between 1400 UTC and 1800 UTC. Show up if you can and we&#8217;ll hammer away at the remaining items from <a href="http://make.wordpress.org/core/2013/05/29/post-formats-ui-is-exiting-core-will-live-as-a-plugin/">this post</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2013/06/05/were-going-to-have-some-working-irc-hours/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post Formats UI is exiting core, will live as a plugin</title>
		<link>http://make.wordpress.org/core/2013/05/29/post-formats-ui-is-exiting-core-will-live-as-a-plugin/</link>
		<comments>http://make.wordpress.org/core/2013/05/29/post-formats-ui-is-exiting-core-will-live-as-a-plugin/#comments</comments>
		<pubDate>Wed, 29 May 2013 20:16:13 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
				<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://make.wordpress.org/core/?p=5378</guid>
		<description><![CDATA[This is a hard decision. I’ve been talking to a lot of WordPress core developers and contributors, and the overwhelming consensus is that Post Formats UI is not ready for WordPress core, and that it would be a mistake to ship it as it currently exists. We’re going to pull it out, and let it [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>This is a hard decision. I’ve been talking to a lot of WordPress core developers and contributors, and the overwhelming consensus is that Post Formats UI is not ready for WordPress core, and that it would be a mistake to ship it as it currently exists. We’re going to pull it out, and let it continue development as a plugin, much like MP6.</p>
<p>I fought hard for it, and a lot of people put a lot of effort into it. But the result just isn’t compelling, or obvious, or any of the things that it should be. It’s not just a matter of polish, it seems to be a fundamental issue with the concept. The release can’t be held up any longer for this. It needs to come out. I should have made this decision earlier. That’s on me. But letting it ride would be the worse mistake.</p>
<p>Here is the proposed plan for extracting it, and for dealing with other tangentially related or other release-related items:</p>
<h2>Post Format Things to Move to the Plugin</h2>
<ul>
<li><del datetime="2013-06-05T20:29:27+00:00">The posts screen UI</del>, <del datetime="2013-06-08T17:30:34+00:00">including icons in H2</del><a href="http://core.trac.wordpress.org/ticket/24452"><a href="http://core.trac.wordpress.org/ticket/24452"> #24452</a></a><a href="http://core.trac.wordpress.org/ticket/24502"> #24502</a></li>
<li><del datetime="2013-06-05T20:29:27+00:00">Enabling all formats by default</del><a href="http://core.trac.wordpress.org/ticket/24452"> #24452</a></li>
<li><del datetime="2013-06-05T20:29:27+00:00">The custom screen options</del> (go back to what we had before)<a href="http://core.trac.wordpress.org/ticket/24452"> #24452</a></li>
<li><del datetime="2013-06-06T14:06:21+00:00">The content/excerpt/title necessity modifications in <code>wp_insert_post()</code></del><a href="http://core.trac.wordpress.org/ticket/24503"> #24503</a></li>
<li><del datetime="2013-06-05T20:29:27+00:00">Content area size changes</del><a href="http://core.trac.wordpress.org/ticket/24452"> #24452</a></li>
<li><del datetime="2013-06-05T20:29:27+00:00">structured-post-formats support</del> and <code>post_formats_compat()</code><a href="http://core.trac.wordpress.org/ticket/24453"> #24453</a><a href="http://core.trac.wordpress.org/ticket/24454"> #24454</a></li>
<li><del datetime="2013-06-05T20:29:27+00:00">Revisioning of the post format and post format metadata keys</del><a href="http://core.trac.wordpress.org/ticket/24455"> #24455</a></li>
</ul>
<h2>Post Format Things to Keep in Core</h2>
<ul>
<li>Icons on <code>edit.php</code> (perhaps adding them to the radio format chooser to sync that context)<a href="http://core.trac.wordpress.org/ticket/24519"> #24519</a></li>
<li><code>post-new.php?format=</code> shortcut</li>
<li>aside/status auto title generation (when blank)</li>
<li>URL extraction function (renamed from <code>get_content_url()</code> to <code>get_url_from_post_content()</code>)</li>
<li><del datetime="2013-06-06T14:17:48+00:00">Post Format previewing</del><a href="http://core.trac.wordpress.org/ticket/24483"> #24483</a></li>
</ul>
<h2>Upgrade Path for Beta Dogfooders</h2>
<ul>
<li>Consider rolling upgrade that pieces together post_content based on existing meta keys</li>
<li>Alternatively, include this as a tool in the post formats plugin</li>
<li>Perhaps a WP-CLI component to the post formats plugin, so those upgrades can be done on the command line, once</li>
</ul>
<h2>Strategy for Media</h2>
<ul>
<li>Leave most of <code>wp-includes/media.php</code> — keep audio/video support</li>
<li>Call functions directly rather than calling <code>do_shortcode()</code><a href="http://core.trac.wordpress.org/ticket/24505"> #24505</a></li>
<li><del datetime="2013-06-06T14:39:55+00:00">Have <code>wp_get_(audio|video)_extensions()</code> wrap <code>wp_get_mime_types( $type = null )</code> if feasible</del><a href="http://core.trac.wordpress.org/ticket/24504"> #24504</a> (NOPE)</li>
<li>Remove or make sane <code>attachment_url_to_postid()</code><a href="http://core.trac.wordpress.org/ticket/24458"> #24458</a></li>
<li>For A/V shortcodes, include the attachment ID, instead of just the URL (makes <code>attachment_url_to_postid()</code> unnecessary)<a href="http://core.trac.wordpress.org/ticket/24458"> #24458</a></li>
<li>Transition those IDs on import<a href="http://core.trac.wordpress.org/ticket/24458"> #24458</a></li>
<li>Consistency: embed shortcode takes URL as its content, but a/v ones take an attribute — make both for both?<a href="http://core.trac.wordpress.org/ticket/24456"> #24456</a></li>
</ul>
<h2>Shortcodes</h2>
<ul>
<li>Keep <code>shortcode_exists()</code> and <code>has_shortcode()</code></li>
</ul>
<h2>What Else?</h2>
<p>Did I miss anything? Is there something that doesn&#8217;t seem like the right path forward to you? Let&#8217;s hash this out so we can move on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2013/05/29/post-formats-ui-is-exiting-core-will-live-as-a-plugin/feed/</wfw:commentRss>
		<slash:comments>91</slash:comments>
		</item>
		<item>
		<title>We&#8217;re getting very close This week focusing on&#8230;</title>
		<link>http://make.wordpress.org/core/2013/05/09/twenty-thirteen-project-update-may-9-2013/</link>
		<comments>http://make.wordpress.org/core/2013/05/09/twenty-thirteen-project-update-may-9-2013/#comments</comments>
		<pubDate>Thu, 09 May 2013 17:15:09 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[3.6]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[twentythirteen]]></category>

		<guid isPermaLink="false">http://make.wordpress.org/core/?p=3248</guid>
		<description><![CDATA[We&#8217;re getting very close. This week focusing on RTL again, especially concerning :before and :after and Genericon placement, see #24287. Turns out we&#8217;ll need flipped versions of lots of the glyphs—which Joen is now working on. After Joen completes the Genericons font updates are ready we&#8217;ll sync them into Twenty Thirteen. Next is another quick [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re getting very close.</p>
<p>This week focusing on RTL again, especially concerning <code>:before</code> and <code>:after</code> and Genericon placement, see<a href="http://core.trac.wordpress.org/ticket/24287"> #24287</a>. Turns out we&#8217;ll need flipped versions of lots of the glyphs—which Joen is now working on. After Joen completes the Genericons font updates are ready we&#8217;ll sync them into Twenty Thirteen.</p>
<p>Next is another quick pass at editor styles, including RTL support there.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2013/05/09/twenty-thirteen-project-update-may-9-2013/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Hello everyone Applications for Google Summer of Code&#8230;</title>
		<link>http://make.wordpress.org/core/2013/05/03/hello-everyone-applications-for-google-summer-of-code/</link>
		<comments>http://make.wordpress.org/core/2013/05/03/hello-everyone-applications-for-google-summer-of-code/#comments</comments>
		<pubDate>Fri, 03 May 2013 05:43:49 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gsoc]]></category>

		<guid isPermaLink="false">http://make.wordpress.org/core/2013/05/03/hello-everyone-applications-for-google-summer-of-code/</guid>
		<description><![CDATA[Hello everyone! Applications for Google Summer of Code are due in just 13 hours! () I&#8217;ve been reviewing a lot of proposals and ideas. But if you&#8217;re waiting until the last minute (like I&#8217;m doing with this post), here are some random nuggets: Original ideas are encouraged! We have a great ideas page but we&#8217;re [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Hello everyone! Applications for Google Summer of Code are due in just 13 hours! (<a href="http://www.timeanddate.com/worldclock/fixedtime.html?iso=20130503T1900"><abbr class="date" title="2013-05-03T19:00:00+00:00">1900 UTC</abbr></a>)</p>
<p>I&#8217;ve been reviewing a lot of proposals and ideas. But if you&#8217;re waiting until the last minute (like I&#8217;m doing with this post), here are some random nuggets:</p>
<ul>
<li>Original ideas are <em>encouraged</em>! We have a great <a href="http://codex.wordpress.org/GSoC2013">ideas page</a> but we&#8217;re not going to complain if you submit something else.</li>
<li>You don&#8217;t need to be a computer science student! We&#8217;ve had liberal arts majors and things turned out just fine.</li>
<li>Please demonstrate your abilities by making an attempt to contribute to WordPress core or by writing a plugin. Even though this may happen after applications have closed, it could help.</li>
<li>You <em>can</em> submit more than one proposal. This is good because we won&#8217;t accept two students for the same proposal. And because you might have two great ideas but aren&#8217;t sure which one aligns better with our interests. That&#8217;s okay &#8212; submit them!</li>
</ul>
<p>Finally, here are four more ideas in case nothing else appeals to you. (I&#8217;ll make sure these make it onto the ideas page next year.) If you&#8217;re still hunting, see if any of these set off bells in your head: (yes, there are WordPress plugins for <em>everything</em>, but innovation and new approaches are good things)</p>
<ul>
<li><strong>Activity.</strong> Activity streams, action history, notifications. Imagine what a dashboard could look like for a busy, multi-author site, and how helpful it could be to see what&#8217;s truly going on &#8220;right now&#8221; &#8212; as well as what you missed.</li>
<li><strong>Meetups.</strong> Local WordPress communities organize a lot of meetups. A set of tools for organizers and the local community could be really helpful. (These tools could include integration with meetup.com <em>and</em> wordpress.org profiles.)</li>
<li><strong>Dependencies.</strong> Allow plugins and themes to be dependent of one another. A theme could require a plugin or example, and WordPress would handle installing that plugin when you install that theme. Similar idea: Compatibility metrics. (Or: Can we be sure it is safe to upgrade everything?)</li>
<li><strong>Bug tracker.</strong> WordPress can be <a href="http://crowdfavorite.com/capsule/">a great platform for developer tools</a>. Why not a bug tracker? (Read <a href="http://codex.wordpress.org/GSoC2010#Bug_Tracker.21_.281.29">the 2010 ideas page for more</a>.)</li>
</ul>
<p>Of course, there&#8217;s a lot of other great ideas on the <a href="http://codex.wordpress.org/GSoC2013">2013 page</a>. If you haven&#8217;t looked recently, I added a few at the start of the application period, including some JavaScript-heavy stuff (editor modes, HTML5 application cache, TinyMCE views). Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2013/05/03/hello-everyone-applications-for-google-summer-of-code/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>GSoC Chat</title>
		<link>http://make.wordpress.org/core/2013/05/02/gsoc-chat/</link>
		<comments>http://make.wordpress.org/core/2013/05/02/gsoc-chat/#comments</comments>
		<pubDate>Thu, 02 May 2013 18:53:45 +0000</pubDate>
		<dc:creator>Jen Mylo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gsoc]]></category>

		<guid isPermaLink="false">http://make.wordpress.org/core/2013/05/02/gsoc-chat/</guid>
		<description><![CDATA[Mentors: GSoC chat in #wordpress-gsoc in about an hour if you&#8217;re available.]]></description>
				<content:encoded><![CDATA[<p>Mentors: GSoC chat in #wordpress-gsoc in about an hour if you&#8217;re available.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2013/05/02/gsoc-chat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
