[Pkg-javascript-commits] [backbone] 126/281: Adding Posterous Spaces as an example app
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:02:04 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 cda555acc592431d48520babdc3e1124ae169c1e
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Tue Dec 20 13:46:53 2011 -0500
Adding Posterous Spaces as an example app
---
docs/images/fluxiom.png | Bin 79536 -> 0 bytes
docs/images/posterous-spaces.png | Bin 0 -> 99130 bytes
index.html | 41 ++++++++++++++++++---------------------
3 files changed, 19 insertions(+), 22 deletions(-)
diff --git a/docs/images/fluxiom.png b/docs/images/fluxiom.png
deleted file mode 100644
index f4f862c..0000000
Binary files a/docs/images/fluxiom.png and /dev/null differ
diff --git a/docs/images/posterous-spaces.png b/docs/images/posterous-spaces.png
new file mode 100644
index 0000000..2cdcfcc
Binary files /dev/null and b/docs/images/posterous-spaces.png differ
diff --git a/index.html b/index.html
index 84b72cd..c9d5f29 100644
--- a/index.html
+++ b/index.html
@@ -283,6 +283,7 @@
<li>– <a href="#examples-audiovroom">AudioVroom</a></li>
<li>– <a href="#examples-foursquare">Foursquare</a></li>
<li>– <a href="#examples-do">Do</a></li>
+ <li>– <a href="#examples-posterous">Posterous Spaces</a></li>
<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>
@@ -305,7 +306,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-fluxiom">Fluxiom</a></li>
<li>- <a href="#examples-chop">Chop</a></li>
<li>- <a href="#examples-ducksboard">Ducksboard</a></li>
<li>- <a href="#examples-quietwrite">QuietWrite</a></li>
@@ -2143,6 +2143,24 @@ var model = localBackbone.Model.extend(...);
<img src="docs/images/do.png" alt="Do" class="example_image" />
</a>
</div>
+
+ <h2 id="examples-posterous">Posterous</h2>
+
+ <p>
+ <a href="https://posterous.com/">Posterous Spaces</a> is
+ <a href="http://technology.posterous.com/posterous-spaces-is-built-on-backbonejs">built on Backbone</a>.
+ The models and collections mirror the public
+ <a href="http://posterous.com/api">Posterous API</a>. Backbone made it easy
+ for the team to create a JavaScript-heavy application with complex
+ interactions and state maintenance. Spaces also uses CoffeeScript,
+ Underscore.js, Haml.js, Sass, Compass, and of course jQuery.
+ </p>
+
+ <div style="text-align: center;">
+ <a href="https://posterous.com/">
+ <img src="docs/images/posterous-spaces.png" alt="Posterous Spaces" class="example_image" />
+ </a>
+ </div>
<h2 id="examples-groupon">Groupon Now!</h2>
@@ -2541,27 +2559,6 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
- <h2 id="examples-fluxiom">Fluxiom</h2>
-
- <p>
- <a href="http://fluxiom.com">Fluxiom</a> uses Backbone.js and HTML5 to
- deliver a seamless upload experience from the desktop to the cloud,
- including drag and drop, live previews, partial uploads, and one-click sharing.
- <p>
-
- <p>
- The upload queue is a single collection and each file is it’s own model.
- The UI is divided into several views for efficient event handling, and
- uses <a href="http://documentcloud.github.com/underscore/">Underscore.js</a>
- templates for fast rendering, even when handling hundreds of uploads.
- </p>
-
- <div style="text-align: center;">
- <a href="http://fluxiom.com/">
- <img src="docs/images/fluxiom.png" alt="Fluxiom" class="example_image" />
- </a>
- </div>
-
<h2 id="examples-chop">Chop</h2>
<p>
--
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