[Pkg-javascript-commits] [backbone] 99/211: Adding MetaLab's Flow to the examples.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:00:08 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 fd35fcb6ee749ef8b4d273292474b194b288e0f2
Author: Samuel Clay <samuel at ofbrooklyn.com>
Date: Tue Mar 22 16:19:52 2011 -0400
Adding MetaLab's Flow to the examples.
---
docs/images/flow.png | Bin 0 -> 155078 bytes
index.html | 13 +++++++++++++
2 files changed, 13 insertions(+)
diff --git a/docs/images/flow.png b/docs/images/flow.png
new file mode 100644
index 0000000..e5a0b2b
Binary files /dev/null and b/docs/images/flow.png differ
diff --git a/index.html b/index.html
index 37c5039..4787d56 100644
--- a/index.html
+++ b/index.html
@@ -1851,6 +1851,19 @@ var DocumentView = Backbone.View.extend({
<img src="docs/images/basecamp-mobile.png" alt="Basecamp Mobile" class="example_image" />
</a>
</div>
+
+ <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,
+ folders, projects, and tags. You can see the internals under <tt>window.Flow</tt>.
+ </p>
+
+ <div style="text-align: center;">
+ <a href="http://www.getflow.com/">
+ <img src="docs/images/flow.png" alt="Flow" class="example_image" />
+ </a>
+ </div>
<p id="examples-tilemill">
Our fellow
--
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