<?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; BlackBerry OS</title>
	<atom:link href="http://devblog.blackberry.com/tag/blackberry-os/feed/" rel="self" type="application/rss+xml" />
	<link>http://devblog.blackberry.com</link>
	<description></description>
	<lastBuildDate>Fri, 17 May 2013 17:47:42 +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; BlackBerry OS</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>Looking Back on One Year of RIM Open Source Repositories</title>
		<link>http://devblog.blackberry.com/2011/10/rim-open-source/</link>
		<comments>http://devblog.blackberry.com/2011/10/rim-open-source/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 03:45:02 +0000</pubDate>
		<dc:creator>Eduardo P-L.</dc:creator>
				<category><![CDATA[Dev Con]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[ASL2]]></category>
		<category><![CDATA[Aura]]></category>
		<category><![CDATA[blackberry devcon]]></category>
		<category><![CDATA[BlackBerry OS]]></category>
		<category><![CDATA[blackberry tablet os]]></category>
		<category><![CDATA[blackberry webworks]]></category>
		<category><![CDATA[DevCon 2011]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[PhoneGap]]></category>
		<category><![CDATA[ripple]]></category>

		<guid isPermaLink="false">http://devblog.blackberry.com/?p=7279</guid>
		<description><![CDATA[Looking back at a summary of RIM's year creating open source repositories in the web space.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=7279&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Tomorrow is the first day of BlackBerry DevCon Americas 2011. A year ago, at <a href="http://devblog.blackberry.com/2010/09/blackberry-webworks-and-the-open-source-community/">BlackBerry DevCon 2010</a>, RIM released our first RIM-sponsored Open Source project, the <a href="https://github.com/blackberry/WebWorks" target="_new">BlackBerry® WebWorks™ runtime for BlackBerry smartphone OS</a> at GitHub using ASL2. At that time we promised additional releases&#8230; and we followed through. Today we have 8 web-related repositories in the web space:</p>
<ul>
<li>Two runtimes: BlackBerry WebWorks for <a href="https://github.com/blackberry/WebWorks" target="_new">BlackBerry smartphone OS</a> and the <a href="https://github.com/blackberry/WebWorks-TabletOS" target="_new">BlackBerry® PlayBook™ tablet</a></li>
<li>Corresponding <a href="https://github.com/blackberry/WebWorks-API-Docs" target="_new">API Documentation</a> for each runtime</li>
<li>A growing number of <a href="https://github.com/blackberry/WebWorks-Samples" target="_new">Code Samples</a>, including the code for <a href="http://devblog.blackberry.com/2011/02/blackberry-playbook-webworks-demo-video/">Aura</a>, the BlackBerry WebWorks based demo shown at BlackBerry Developer Day at this year&#8217;s Mobile World Congress</li>
<li><a href="https://github.com/blackberry/Alice" target="_new">Alice</a>, a micro-library focusing on fancy visual effects using CSS3 2D and 3D facilities &#8211; to see it in action, point your modern browser to the <a href="http://blackberry.github.com/Alice/" target="_new">demo page</a></li>
<li>A community owned repository containing <a href="https://github.com/blackberry/WebWorks-Community-APIs" target="_new">JavaScript Extensions for BlackBerry WebWorks</a></li>
<li>Two repositories for our Ripple Emulator: one for the <a href="https://github.com/blackberry/Ripple-UI" target="_new">UI</a>, and one for the <a href="https://github.com/blackberry/Ripple-Framework" target="_new">Framework</a>.</li>
</ul>
<p>Open Source is changing how we interact with the BlackBerry WebWorks community in many ways, including:</p>
<ul>
<li>The samples are now directly usable, with a clear, well-known (<a href="https://github.com/blackberry/WebWorks-Samples/blob/master/LICENSE" target="_new">ASL2</a>) license, and in a location we can update easily &#8211; our plan is to take all existing useful samples, currently in places like Knowledge Base articles, mail threads, forums, or posts, and post them as Open Source.</li>
<li>When we wanted to add BlackBerry WebWorks support to Nitobi PhoneGap, Ken and the team <a href="http://devblog.blackberry.com/2011/08/blackberry-playbook-phonegap/">travelled to Vancouver</a> and leveraged that both projects are open source. This is especially useful to us now that Nitobi is contributing PhoneGap to start incubating <a href="http://wiki.phonegap.com/w/page/46311152/apache-callback-proposal" target="_new">Apache CallBack</a>.</li>
<li>When Laurent and Jim want to add new features to <a href="https://github.com/blackberry/Alice" target="_new">Alice</a>, they can change the repository directly&#8230; and the demos are available right then. And all the GitHub features are available from Fork-me to <a href="https://github.com/blackberry/Alice/watchers" target="_new">Watchers</a>.</li>
<li>Tim, Ken and the team can make new experimental features available via the <a href="https://github.com/blackberry/WebWorks-Community-APIs" target="_new">BlackBerry WebWorks Community APIs</a></li>
<li>And we can have a continuous release for both the runtimes and the tools. You can even check our <a href="https://github.com/blackberry/WebWorks/issues/milestones" target="_new">Roadmap</a>.</li>
</ul>
<p>Year two is just beginning and we will continue our commitment to providing more source code to the community, contributing to other OSS projects as well as a focus on performing our daily development in the open.</p>
<p><em>Do you believe that support for open source projects is important? Share your thoughts in the comments.</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rimdevblog.wordpress.com/7279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rimdevblog.wordpress.com/7279/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=devblog.blackberry.com&#038;blog=17235680&#038;post=7279&#038;subd=rimdevblog&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://devblog.blackberry.com/2011/10/rim-open-source/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>
	</item>
	</channel>
</rss>
