<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>BlackBerry Developer Blog &#187; oss</title>
	<atom:link href="http://devblog.blackberry.com/tag/oss/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 15:08:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='devblog.blackberry.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/9ef0a66c09615fa946c4179662398878?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>BlackBerry Developer Blog &#187; oss</title>
		<link>http://devblog.blackberry.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://devblog.blackberry.com/osd.xml" title="BlackBerry Developer Blog" />
	<atom:link rel='hub' href='http://devblog.blackberry.com/?pushpress=hub'/>
		<item>
		<title>Upstreaming Contributions: Where did the Cocos2d-x code go?</title>
		<link>http://devblog.blackberry.com/2012/06/upstreaming-contributions-cocos2dx/</link>
		<comments>http://devblog.blackberry.com/2012/06/upstreaming-contributions-cocos2dx/#comments</comments>
		<pubDate>Mon, 11 Jun 2012 20:39:36 +0000</pubDate>
		<dc:creator>Eduardo P-L.</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Cocos2d-x]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[oss]]></category>
		<category><![CDATA[Upstream]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=9790</guid>
		<description><![CDATA[If you visit our Cocos2D-X repository today you will find just a README.md file. Where’s the code? Well, we removed it two weeks ago, in a Go Upstream! commit. This sequence exemplifies a class of our repositories at GitHub: we created the repository to produce a port of the upstream project, which then was incorporated into an official release: cocos2d-1.0.1-x-0.11.0. All official Cocos2d-X releases [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=9790&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://rimdevblog.files.wordpress.com/2012/06/carousel_highlight_github.png"><img class="aligncenter  wp-image-9793" title="carousel_highlight_github" src="http://rimdevblog.files.wordpress.com/2012/06/carousel_highlight_github.png?w=540&#038;h=166" alt="TITLE_IMAGE" width="540" height="166" /></a></p>
<p>If you visit our <a href="https://github.com/blackberry/Cocos2D-X">Cocos2D-X repository</a> today you will find just a <a href="https://github.com/blackberry/Cocos2D-X/blob/master/README.md">README.md</a> file. Where’s the code? Well, we removed it two weeks ago, in a <a href="https://github.com/blackberry/Cocos2D-X/commit/1f9c7074431575f27f5039b4d2127b4af7fd0dd3">Go Upstream!</a> commit.</p>
<p>This sequence exemplifies a class of <a href="http://github.com/blackberry">our repositories at GitHub</a>: we created the repository to produce a port of the <a href="http://www.cocos2d-x.org/">upstream project</a>, which then was incorporated into an official release: <a href="http://www.cocos2d-x.org/news/44">cocos2d-1.0.1-x-0.11.0</a>. All official Cocos2d-X releases since then, including the latest, <a href="http://cocos2d-x.org/news/56">cocos2d-2.0-rc0a-x-2.0</a>, support our platform. Removing our code and pointing upstream removes confusions (and saves us time).</p>
<p>Cocos2d-X is the first instance where we have removed the code, but upstreaming is a principle we are following in many other cases. In some cases we contribute directly to the upstream community, in others we go through an intermediate public repository.</p>
<h3>Direct Contributions</h3>
<p>Some examples of direct contributions include:</p>
<ul>
<li><a href="http://curl.haxx.se/">LibCurl</a> - In this case Joe added a new authentication callback to libcurl and <a href="http://daniel.haxx.se/">Daniel</a> has indicated it will be included in the release <a href="http://curl.haxx.se/mail/lib-2012-05/0138.html">after 7.26.0</a></li>
<li><a href="http://www.webkit.org/">Webkit</a> - We contribute upstream continuously.  See for example the <a href="http://trac.webkit.org/browser/trunk/Source/WebKit/blackberry/ChangeLog">BlackBerry® ChangeLog</a>, or do a <a href="http://trac.webkit.org/search?q=blackberry&amp;noquickjump=1&amp;changeset=on">search on blackberry on trac</a>, or read about them at <a href="http://www.webkit.org/blog/1875/announcing-remote-debugging-protocol-v1-0/">Surfin&#8217; Safari</a></li>
<li>Other notable examples include <a href="http://incubator.apache.org/cordova/">Apache Cordova</a>, <a href="http://jquery.com/">jQuery</a> and <a href="http://gitorious.org/qt">Qt</a></li>
</ul>
<h3>Staged Contributions</h3>
<p>Some examples of staged contributions include:</p>
<ul>
<li><em>jQuery-Mobile Cookbook</em> - In this case we contribute first to our <a href="http://github.com/blackberry/jquery-mobile-samples">jQuery-Mobile-Samples</a> repo and then the code is incorporated into <a href="http://jquerymobilecookbook.com/">jQuery Mobile Cookbook</a></li>
<li><em>OpenGL ES Samples</em> - This is a similar situation: we ported the samples from the <a href="http://opengles-book.com/">OpenGL ES 2.0 Programming Guide</a> into our <a href="https://github.com/blackberry/OpenGLES-Samples">OpenGLES-Samples repo</a>, and then they were incorporated the Google Code <a href="http://code.google.com/p/opengles-book-samples/">upstream project</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/9790/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/9790/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=9790&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2012/06/upstreaming-contributions-cocos2dx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/f662e1b4e55509b4205db5b8187e374f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">eduardopele</media:title>
		</media:content>

		<media:content url="http://rimdevblog.files.wordpress.com/2012/06/carousel_highlight_github.png" medium="image">
			<media:title type="html">carousel_highlight_github</media:title>
		</media:content>
	</item>
	</channel>
</rss>
