[Pkg-javascript-commits] [backbone] 177/211: adding headers for all Backbone.js example apps
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:00:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.5.0
in repository backbone.
commit d5683052150924757fdb191cfb9a749bc6c5f83c
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Fri May 27 13:10:04 2011 -0400
adding headers for all Backbone.js example apps
---
index.html | 55 +++++++++++++++++++++++++++++++++++++++++--------------
1 file changed, 41 insertions(+), 14 deletions(-)
diff --git a/index.html b/index.html
index 151ae75..0531a5d 100644
--- a/index.html
+++ b/index.html
@@ -140,7 +140,7 @@
margin: 0px 0 30px;
}
img.example_image {
- margin: 0px auto 30px;
+ margin: 0px auto;
}
</style>
</head>
@@ -1921,7 +1921,7 @@ var DocumentView = Backbone.View.extend({
});
</pre>
- <h2 id="Utility">Backbone Utilities</h2>
+ <h2 id="Utility">Utility Functions</h2>
<p>
@@ -1962,11 +1962,16 @@ var model = localBackbone.Model.extend(...);
<img src="docs/images/todos.png" alt="Todos" class="example_image" />
</a>
</div>
+
+ <h2 id="examples-documentcloud">DocumentCloud</h2>
- <p id="examples-documentcloud">
+ <p>
The <a href="http://www.documentcloud.org/public/#search/">DocumentCloud workspace</a>
is built on Backbone.js, with <i>Documents</i>, <i>Projects</i>,
<i>Notes</i>, and <i>Accounts</i> all as Backbone models and collections.
+ If you're interested in history — both Underscore.js and Backbone.js
+ were originally extracted from the DocumentCloud codebase, and packaged
+ into standalone JS libraries.
</p>
<div style="text-align: center;">
@@ -1974,8 +1979,10 @@ var model = localBackbone.Model.extend(...);
<img src="docs/images/dc-workspace.png" alt="DocumentCloud Workspace" class="example_image" />
</a>
</div>
+
+ <h2 id="examples-basecamp">Basecamp Mobile</h2>
- <p id="examples-basecamp">
+ <p>
<a href="http://37signals.com/">37Signals</a> used Backbone.js to create
<a href="http://basecamphq.com/mobile">Basecamp Mobile</a>, the mobile version
of their popular project management software. You can access all your Basecamp
@@ -1989,7 +1996,9 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
- <p id="examples-flow">
+ <h2 id="examples-flow">Flow</h2>
+
+ <p>
<a href="http://www.metalabdesign.com/">MetaLab</a> used Backbone.js to create
<a href="http://www.getflow.com/">Flow</a>, a task management app for teams. The
workspace relies on Backbone.js to construct task views, activities, accounts,
@@ -2002,7 +2011,9 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
- <p id="examples-cloudapp">
+ <h2 id="examples-cloudapp">CloudApp</h2>
+
+ <p>
<a href="http://getcloudapp.com">CloudApp</a> is simple file and link
sharing for the Mac. Backbone.js powers the web tools
which consume the <a href="http://developer.getcloudapp.com">documented API</a>
@@ -2018,9 +2029,11 @@ var model = localBackbone.Model.extend(...);
<img src="docs/images/cloudapp.png" alt="CloudApp" class="example_image" />
</a>
</div>
+
+ <h2 id="examples-SoundCloud">SoundCloud</h2>
- <p id="examples-soundcloud">
- <a href="http://soundcloud.com">SoundCloud</a> is the best sound sharing
+ <p>
+ <a href="http://soundcloud.com">SoundCloud</a> is the leading sound sharing
platform on the internet, and Backbone.js provides the foundation for
<a href="http://m.soundcloud.com">Mobile SoundCloud</a>. The project uses
the public SoundCloud <a href="http://soundcloud.com/developers">API</a>
@@ -2044,7 +2057,9 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
- <p id="examples-tilemill">
+ <h2 id="examples-tilemill">TileMill</h2>
+
+ <p>
Our fellow
<a href="http://www.newschallenge.org/">Knight Foundation News Challenge</a>
winners, <a href="http://mapbox.com/">MapBox</a>, created an open-source
@@ -2053,6 +2068,8 @@ var model = localBackbone.Model.extend(...);
TileMill lets you manage map layers based on shapefiles and rasters, and
edit their appearance directly in the browser with the
<a href="https://github.com/mapbox/carto">Carto styling language</a>.
+ Note that the gorgeous <a href="http://mapbox.com/">MapBox</a> homepage
+ is also a Backbone.js app.
</p>
<div style="text-align: center;">
@@ -2061,7 +2078,9 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
- <p id="examples-instagreat">
+ <h2 id="examples-instagreat">Insta-Great!</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>
@@ -2078,7 +2097,9 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
- <p id="examples-bittorrent">
+ <h2 id="examples-BitTorrent">BitTorrent – Project Chrysalis</h2>
+
+ <p>
<a href="http://www.bittorrent.com">BitTorrent</a> used Backbone to
completely rework an existing Win32 UI. Models normalize access to the
client's data and views rely heavily on the <tt>change</tt> events to keep
@@ -2093,8 +2114,10 @@ var model = localBackbone.Model.extend(...);
<img src="docs/images/bittorrent.jpg" alt="BitTorrent" class="example_image" />
</a>
</div>
+
+ <h2 id="examples-quietwrite">QuietWrite</h2>
- <p id="examples-quietwrite">
+ <p>
<a href="http://www.twitter.com/jamesjyu">James Yu</a> used Backbone.js to
create <a href="http://www.quietwrite.com/">QuietWrite</a>, an app
that gives writers a clean and quiet interface to concentrate on the text itself.
@@ -2108,8 +2131,10 @@ var model = localBackbone.Model.extend(...);
<img src="docs/images/quietwrite.png" alt="QuietWrite" class="example_image" />
</a>
</div>
+
+ <h2 id="examples-tzigla">Tzigla</h2>
- <p id="examples-tzigla">
+ <p>
<a href="http://twitter.com/evilchelu">Cristi Balan</a> and
<a href="http://dira.ro">Irina Dumitrascu</a> created
<a href="http://tzigla.com">Tzigla</a>, a collaborative drawing
@@ -2132,7 +2157,9 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
- <p id="examples-substance">
+ <h2 id="examples-substance">Substance</h2>
+
+ <p>
Michael Aufreiter is building an open source document authoring and
publishing engine: <a href="http://substance.io">Substance</a>.
Substance makes use of Backbone.View and Backbone.Router, while
--
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