[Pkg-javascript-commits] [backbone] 88/281: adding foursquare as an example app, plus new logo
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:01:59 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 4f9cf93c21ab56c03179c1d55bbda4f31481ecaa
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Fri Nov 18 09:37:39 2011 -0500
adding foursquare as an example app, plus new logo
---
docs/images/backbone.png | Bin 4586 -> 22740 bytes
docs/images/foursquare.png | Bin 0 -> 230958 bytes
index.html | 41 +++++++++++++++++++----------------------
3 files changed, 19 insertions(+), 22 deletions(-)
diff --git a/docs/images/backbone.png b/docs/images/backbone.png
index 9268c3c..e12c5b6 100644
Binary files a/docs/images/backbone.png and b/docs/images/backbone.png differ
diff --git a/docs/images/foursquare.png b/docs/images/foursquare.png
new file mode 100644
index 0000000..77f8d81
Binary files /dev/null and b/docs/images/foursquare.png differ
diff --git a/index.html b/index.html
index c697f47..3f8499b 100644
--- a/index.html
+++ b/index.html
@@ -281,6 +281,7 @@
<li>– <a href="#examples-linkedin">LinkedIn Mobile</a></li>
<li>– <a href="#examples-flow">Flow</a></li>
<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-groupon">Groupon Now!</a></li>
<li>– <a href="#examples-basecamp">Basecamp Mobile</a></li>
@@ -306,7 +307,6 @@
<li>- <a href="#examples-fluxiom">Fluxiom</a></li>
<li>- <a href="#examples-chop">Chop</a></li>
<li>- <a href="#examples-blackcomb">Blackcomb</a></li>
- <li>- <a href="#examples-test-kitchen">America’s Test Kitchen</a></li>
<li>- <a href="#examples-quietwrite">QuietWrite</a></li>
<li>- <a href="#examples-tzigla">Tzigla</a></li>
<li>- <a href="#examples-substance">Substance</a></li>
@@ -333,7 +333,7 @@
<div class="container">
<p>
- <img style="width: 409px; height: 74px;" src="docs/images/backbone.png" alt="Backbone.js" />
+ <img style="width: 451px; height: 80px;" src="docs/images/backbone.png" alt="Backbone.js" />
</p>
<p>
@@ -2103,6 +2103,22 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
+ <h2 id="examples-foursquare">Foursquare</h2>
+
+ <p>
+ Foursquare is a fun little startup that helps you meet up with friends,
+ discover new places, and save money. Backbone Models are heavily used in
+ the core JavaScript API layer and Views power many popular features like
+ the <a href="https://foursquare.com">homepage map</a> and
+ <a href="https://foursquare.com/seriouseats/list/the-best-doughnuts-in-ny">lists</a>.
+ </p>
+
+ <div style="text-align: center;">
+ <a href="http://foursquare.com">
+ <img src="docs/images/foursquare.png" alt="Foursquare" class="example_image" />
+ </a>
+ </div>
+
<h2 id="examples-do">Do</h2>
<p>
@@ -2552,26 +2568,7 @@ var model = localBackbone.Model.extend(...);
<img src="docs/images/blackcomb.png" alt="Blackcomb" class="example_image" />
</a>
</div>
-
- <h2 id="examples-test-kitchen">America’s Test Kitchen</h2>
-
- <p>
- <a href="http://www.testkitchenschool.com/">America’s Test Kitchen</a>,
- an online cooking school, uses Backbone.js to manage quizzes, polls,
- kitchen assignments, recipe tutorials and a hybrid HTML5/Flash video player.
- The whole Backbone codebase is about 5k SLOC, with Mustache.js for
- templating, and Rails on the back end. <a href="http://wir35.com/">Max Lord</a>
- writes: “Working with Backbone made this one of the most pleasurable
- large scale client-side projects I have ever worked on, and I am definitely
- planning on continuing to work with it.”
- </p>
-
- <div style="text-align: center;">
- <a href="http://www.testkitchenschool.com/">
- <img src="docs/images/test-kitchen.png" alt="America's Test Kitchen" class="example_image" />
- </a>
- </div>
-
+
<h2 id="examples-quietwrite">QuietWrite</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