[Pkg-javascript-commits] [backbone] 12/281: Adding Opzi/Blackcomb as an example app.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:01:51 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 38d1e96ad6e0f5c47c5bfdfc6fc4096e32db8c46
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Sat Aug 27 16:50:15 2011 -0400
Adding Opzi/Blackcomb as an example app.
---
docs/images/blackcomb.png | Bin 0 -> 83669 bytes
index.html | 18 ++++++++++++++++++
2 files changed, 18 insertions(+)
diff --git a/docs/images/blackcomb.png b/docs/images/blackcomb.png
new file mode 100644
index 0000000..02c7f48
Binary files /dev/null and b/docs/images/blackcomb.png differ
diff --git a/index.html b/index.html
index 053bf40..9e5f80e 100644
--- a/index.html
+++ b/index.html
@@ -300,6 +300,7 @@
<li>- <a href="#examples-trapit">Trapit</a></li>
<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>
@@ -2454,6 +2455,23 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
+
+ <h2 id="examples-blackcomb">Blackcomb</h2>
+
+ <p>
+ <a href="http://www.opzi.com/">Opzi</a> used Backbone.js to create
+ <a href="http://www.opzi.com/">Blackcomb</a>, a web-based platform for collaboration
+ applications. Apps can be installed through a simple app store or added in
+ custom configurations by editing a simple YAML file. The project relied
+ heavily on Backbone.js for the creation of reusable view components.
+ </p>
+
+ <div style="text-align: center;">
+ <a href="http://www.opzi.com/">
+ <img src="docs/images/blackcomb.png" alt="Blackcomb" class="example_image" />
+ </a>
+ </div>
+
<h2 id="examples-test-kitchen">America’s Test Kitchen</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