mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Adding Diaspora as an example app.
This commit is contained in:
BIN
docs/images/diaspora.png
Normal file
BIN
docs/images/diaspora.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 140 KiB |
35
index.html
35
index.html
@@ -288,6 +288,7 @@
|
||||
<li>– <a href="#examples-groupon">Groupon Now!</a></li>
|
||||
<li>– <a href="#examples-basecamp">Basecamp Mobile</a></li>
|
||||
<li>– <a href="#examples-slavery-footprint">Slavery Footprint</a></li>
|
||||
<li>– <a href="#examples-diaspora">Diaspora</a></li>
|
||||
<li>– <a href="#examples-trajectory">Trajectory</a></li>
|
||||
<li>– <a href="#examples-soundcloud">SoundCloud Mobile</a></li>
|
||||
<li>– <a href="#examples-pandora">Pandora</a></li>
|
||||
@@ -306,7 +307,6 @@
|
||||
<li>- <a href="#examples-decide">Decide</a></li>
|
||||
<li>- <a href="#examples-trello">Trello</a></li>
|
||||
<li>- <a href="#examples-bittorrent">BitTorrent</a></li>
|
||||
<li>- <a href="#examples-chop">Chop</a></li>
|
||||
<li>- <a href="#examples-picplum">Picplum</a></li>
|
||||
<li>- <a href="#examples-ducksboard">Ducksboard</a></li>
|
||||
<li>- <a href="#examples-quietwrite">QuietWrite</a></li>
|
||||
@@ -2239,6 +2239,22 @@ var model = localBackbone.Model.extend(...);
|
||||
<img src="docs/images/slavery-footprint.png" alt="Slavery Footprint" class="example_image" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 id="examples-diaspora">Diaspora</h2>
|
||||
|
||||
<p>
|
||||
<a href="http://www.joindiaspora.com/">Diaspora</a> is a distributed social
|
||||
network, formed from a number of independently operated <i>pods</i>.
|
||||
You own your personal data, and control with whom you share.
|
||||
All of Diaspora is <a href="https://github.com/diaspora/diaspora">open-source</a>
|
||||
code, built with Rails and Backbone.js.
|
||||
</p>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<a href="http://www.joindiaspora.com/">
|
||||
<img src="docs/images/diaspora.png" alt="Diaspora" class="example_image" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 id="examples-trajectory">Trajectory</h2>
|
||||
|
||||
@@ -2560,23 +2576,6 @@ var model = localBackbone.Model.extend(...);
|
||||
<img src="docs/images/bittorrent.jpg" alt="BitTorrent" class="example_image" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 id="examples-chop">Chop</h2>
|
||||
|
||||
<p>
|
||||
<a href="http://chopapp.com/">Chop</a> is a little app from
|
||||
<a href="http://www.zurb.com/">ZURB</a> that lets people slice up bad code
|
||||
and share their feedback to help put it back together.
|
||||
Chop was built to demonstrate how easy it is to build pageless apps
|
||||
using Backbone.js and Rails. Chop makes extensive use of Backbone <b>Views</b>,
|
||||
<b>Controllers</b>, and <b>Models</b>.
|
||||
</p>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<a href="http://chopapp.com/">
|
||||
<img src="docs/images/chop.png" alt="Chop" class="example_image" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2 id="examples-picplum">Picplum</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user