[Pkg-javascript-commits] [backbone] 268/281: adding Animoto.com as an example app.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:02:21 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 0bbff7defce86f87928258fe69036fc827002189
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Mon Jan 30 10:13:42 2012 -0500
adding Animoto.com as an example app.
---
index.html | 35 ++++++++++-------------------------
1 file changed, 10 insertions(+), 25 deletions(-)
diff --git a/index.html b/index.html
index 4926a6d..64036fd 100644
--- a/index.html
+++ b/index.html
@@ -345,7 +345,7 @@
<li>– <a href="#examples-tilemill">TileMill</a></li>
<li>– <a href="#examples-rround">rround.me</a></li>
<li>- <a href="#examples-blossom">Blossom</a></li>
- <li>- <a href="#examples-instagreat">Insta-great!</a></li>
+ <li>- <a href="#examples-animoto">Animoto</a></li>
<li>- <a href="#examples-decide">Decide</a></li>
<li>- <a href="#examples-trello">Trello</a></li>
<li>- <a href="#examples-bittorrent">BitTorrent</a></li>
@@ -2570,22 +2570,20 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
- <h2 id="examples-instagreat">Insta-great!</h2>
+ <h2 id="examples-animoto">Animoto</h2>
<p>
- <a href="http://twitter.com/elliottkember">Elliott Kember</a> and
- <a href="http://twitter.com/dizzyup">Hector Simpson</a> built
- <a href="http://instagre.at">Insta-great!</a>
- - a fun way to explore popular photos and interact with
- <a href="http://instagram.com/">Instagram</a> on the web.
- Elliott says, "Backbone.js and Coffeescript were insanely useful for
- writing clean, consistent UI code and keeping everything modular and
- readable, even through several code refactors. I'm in love."
+ <a href="http://animoto.com">Animoto</a> is a web-based video creation
+ platform, where users can upload their own photos, video clips and music
+ and create beautifully orchestrated slideshows. The video editor app is
+ built with Backbone.js and jQuery and interfaces with a Ruby on Rails
+ backend. Backbone has provided structure which helps the Animoto team
+ iterate quickly on the codebase while reducing the risk of regressions.
</p>
<div style="text-align: center;">
- <a href="http://instagre.at">
- <img src="docs/images/instagreat.png" alt="instagre.at" class="example_image" />
+ <a href="http://www.animoto.com/">
+ <img src="docs/images/animoto.png" alt="Tzigla" class="Animoto Video Editor" />
</a>
</div>
@@ -2724,19 +2722,6 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
-
- <h2 id="examples-animoto">Animoto</h2>
-
- <p>
- <a href="http://animoto.com">Animoto</a> is a web-based video creation platform, where users can upload their own photos, video clips and music and create beautifully orchestrated slideshows. The video editor app is built using Backbone.js + jQuery and interfaces with a Ruby on Rails backend. Backbone has provided structure which helps us iterate quickly on the codebase whilst reducing the risk of regressions.
- </p>
-
- <div style="text-align: center;">
- <a href="http://www.animoto.com/">
- <img src="docs/images/animoto.png" alt="Tzigla" class="Animoto Video Editor" />
- </a>
- </div>
-
<h2 id="faq">F.A.Q.</h2>
<p id="FAQ-events">
--
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