[Pkg-javascript-commits] [backbone] 54/211: Adding Tzigla to the examples.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:00:01 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 d4a091b02f389071b2fb232784eee4e5b9b487dd
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Wed Jan 19 14:13:35 2011 -0500

    Adding Tzigla to the examples.
---
 docs/images/tzigla.png | Bin 0 -> 283085 bytes
 index.html             |  23 +++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/docs/images/tzigla.png b/docs/images/tzigla.png
new file mode 100644
index 0000000..e5c1939
Binary files /dev/null and b/docs/images/tzigla.png differ
diff --git a/index.html b/index.html
index caf4c01..8a66f38 100644
--- a/index.html
+++ b/index.html
@@ -1828,6 +1828,29 @@ var DocumentView = Backbone.View.extend({
     </div>
     
     <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 
+      application where artists make tiles that connect to each other to 
+      create <a href="http://tzigla.com/boards/1">surreal drawings</a>.
+      Backbone models help organize the code, controllers provide 
+      <a href="http://tzigla.com/boards/1#!/tiles/2-2">bookmarkable deep links</a>, 
+      and the views are rendered with 
+      <a href="https://github.com/creationix/haml-js">haml.js</a> and 
+      <a href="http://zeptojs.com/">Zepto</a>.
+      Tzigla is written in Ruby (Rails) on the backend, and 
+      <a href="http://coffeescript.org">CoffeeScript</a> on the frontend, with
+      <a href="http://documentcloud.github.com/jammit/">Jammit</a> 
+      prepackaging the static assets.
+    </p>
+    
+    <div style="text-align: center;">
+      <a href="http://www.tzigla.com/">
+        <img src="docs/images/tzigla.png" alt="Tzigla" class="example_image" />
+      </a>
+    </div>
+    
+    <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.

-- 
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