[Pkg-javascript-commits] [backbone] 155/281: Adding Diaspora as an example app.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:02:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.9.0
in repository backbone.
commit 780ddd393c87aecd69b83ddf49bd73e0c76dd844
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Sun Jan 8 09:55:21 2012 -0500
Adding Diaspora as an example app.
---
docs/images/diaspora.png | Bin 0 -> 143238 bytes
index.html | 35 +++++++++++++++++------------------
2 files changed, 17 insertions(+), 18 deletions(-)
diff --git a/docs/images/diaspora.png b/docs/images/diaspora.png
new file mode 100644
index 0000000..05a9adc
Binary files /dev/null and b/docs/images/diaspora.png differ
diff --git a/index.html b/index.html
index 13763e8..ed4c9e3 100644
--- a/index.html
+++ b/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>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list