Skip to content

Commit

Permalink
adding bitbucket as an example app
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Oct 10, 2012
1 parent 162a833 commit 5e103f7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
Binary file added docs/images/bitbucket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/wunderkit.png
Binary file not shown.
29 changes: 14 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
<li><a href="#examples-flow">Flow</a></li>
<li><a href="#examples-wordpress">WordPress.com</a></li>
<li><a href="#examples-foursquare">Foursquare</a></li>
<li><a href="#examples-wunderkit">Wunderkit</a></li>
<li><a href="#examples-bitbucket">Bitbucket</a></li>
<li><a href="#examples-disqus">Disqus</a></li>
<li><a href="#examples-khan-academy">Khan Academy</a></li>
<li><a href="#examples-do">Do</a></li>
Expand Down Expand Up @@ -2693,25 +2693,24 @@ <h2 id="examples-foursquare">Foursquare</h2>
<img width="550" height="427" data-original="docs/images/foursquare.png" alt="Foursquare" class="example_image" />
</a>
</div>

<h2 id="examples-wunderkit">Wunderkit</h2>
<h2 id="examples-bitbucket">Bitbucket</h2>

<p>
<a href="http://get.wunderkit.com/">Wunderkit</a> is a productivity and
social collaboration platform. It
uses Backbone.js as the foundation for the single-page application,
which is backed by a RESTful Rails API.
The freedom and agility that Backbone gives to developers
made it possible to build Wunderkit in a very short time and
extend it with custom features: a write-through cache using HTML5
localStorage, and a view hierarchy extension to easily manage trees of
sub-views. Aside from Backbone, Wunderkit also
depends on <a href="http://jquery.com/">jQuery</a>, <a href="http://underscorejs.org/">Underscore</a>, <a href="http://requirejs.org/">Require.js</a>, <a href="http://lesscss.org/">LESS</a> and doT.js templates.
<a href="http://www.bitbucket.org">Bitbucket</a> is a free source code hosting
service for Git and Mercurial. Through its models and collections,
Backbone.js has proved valuable in supporting Bitbucket's
<a href="https://api.bitbucket.org">REST API</a>, as well as newer
components such as in-line code comments and approvals for pull requests.
Mustache templates provide server and client-side rendering, while a custom
<a href="https://developers.google.com/closure/library/">Google Closure</a>
inspired life-cycle for widgets allows Bitbucketto decorate existing DOM
trees and insert new ones.
</p>

<div style="text-align: center;">
<a href="http://get.wunderkit.com/">
<img width="543" height="525" data-original="docs/images/wunderkit.png" alt="Wunderkit" class="example_image" />
<a href="http://www.bitbucket.org">
<img width="550" height="356" data-original="docs/images/bitbucket.png" alt="Bitbucket" class="example_image" />
</a>
</div>

Expand Down

0 comments on commit 5e103f7

Please sign in to comment.