[Pkg-javascript-commits] [backbone] 14/21: Adding Trapit as an example app.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:01:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.5.2
in repository backbone.
commit bc3daff710996dfe09b857b3905e62c6b1b1d182
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Fri Jul 22 16:56:46 2011 -0400
Adding Trapit as an example app.
---
docs/images/trapit.png | Bin 0 -> 274573 bytes
index.html | 16 ++++++++++++++++
2 files changed, 16 insertions(+)
diff --git a/docs/images/trapit.png b/docs/images/trapit.png
new file mode 100644
index 0000000..1530d3a
Binary files /dev/null and b/docs/images/trapit.png differ
diff --git a/index.html b/index.html
index d4bfd88..e39a273 100644
--- a/index.html
+++ b/index.html
@@ -289,6 +289,7 @@
<li>- <a href="#examples-instagreat">Insta-great!</a></li>
<li>- <a href="#examples-decide">Decide</a></li>
<li>- <a href="#examples-bittorrent">BitTorrent</a></li>
+ <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-quietwrite">QuietWrite</a></li>
@@ -2226,6 +2227,21 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
+ <h2 id="examples-trapit">Trapit</h2>
+
+ <p>
+ <a href="http://trap.it">Trapit</a> brings the web to you, scouring
+ the web on your behalf, 24/7. The product, currently in private beta,
+ uses Backbone to organize the best, most relevant content into individual
+ "traps" on your favorite topics and interests.
+ </p>
+
+ <div style="text-align: center;">
+ <a href="http://trap.it">
+ <img src="docs/images/trapit.png" alt="Trapit" class="example_image" />
+ </a>
+ </div>
+
<h2 id="examples-fluxiom">Fluxiom</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