[Pkg-javascript-commits] [backbone] 13/281: Adding Salon.io 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 190bc006d629422453ad52d4e9a3d2d20bdfa8b2
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Tue Aug 30 13:51:38 2011 -0400

    Adding Salon.io as an example app.
---
 docs/images/salon.png | Bin 0 -> 259665 bytes
 index.html            |  18 ++++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/docs/images/salon.png b/docs/images/salon.png
new file mode 100644
index 0000000..1beaa07
Binary files /dev/null and b/docs/images/salon.png differ
diff --git a/index.html b/index.html
index 9e5f80e..f09cdc2 100644
--- a/index.html
+++ b/index.html
@@ -290,6 +290,7 @@
       <li>– <a href="#examples-tpm">Talking Points Memo</a></li>
       <li>– <a href="#examples-shortmail">Shortmail</a></li>
       <li>– <a href="#examples-hotel-tonight">Hotel Tonight</a></li>
+      <li>– <a href="#examples-salon">Salon.io</a></li>
       <li>– <a href="#examples-quoteroller">Quote Roller</a></li>
       <li>– <a href="#examples-tilemill">TileMill</a></li>
       <li>– <a href="#examples-menagerievet">Menagerie Whiteboard</a></li>
@@ -2271,6 +2272,23 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
+    <h2 id="examples-salon">Salon.io</h2>
+    
+    <p>
+      <a href="http://salon.io">Salon.io</a> provides a space where photographers, 
+      artists and designers freely arrange their visual art on virtual walls. 
+      <a href="http://salon.io">Salon.io</a> runs on Rails, but does not use
+      much of the traditional stack, as the entire frontend is designed as a 
+      single page web app, using Backbone.js and 
+      <a href="http://coffeescript.org">CoffeeScript</a>.
+    </p>
+
+    <div style="text-align: center;">
+      <a href="http://salon.io">
+        <img src="docs/images/salon.png" alt="Salon.io" class="example_image" />
+      </a>
+    </div>
+    
     <h2 id="examples-quoteroller">Quote Roller</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