[Pkg-javascript-commits] [backbone] 14/281: Adding rround.me 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 78a626dae94913a65771336e60b7a41f5ba52a56
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Fri Sep 2 14:38:59 2011 -0400

    Adding rround.me as an example app
---
 docs/images/rround.png | Bin 0 -> 197368 bytes
 index.html             |  26 +++++++++++---------------
 2 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/docs/images/rround.png b/docs/images/rround.png
new file mode 100644
index 0000000..a3ec82b
Binary files /dev/null and b/docs/images/rround.png differ
diff --git a/index.html b/index.html
index f09cdc2..c21a7a9 100644
--- a/index.html
+++ b/index.html
@@ -293,7 +293,7 @@
       <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>
+      <li>– <a href="#examples-rround">rround.me</a></li>
       <li>- <a href="#examples-blossom">Blossom</a></li>
       <li>- <a href="#examples-instagreat">Insta-great!</a></li>
       <li>- <a href="#examples-decide">Decide</a></li>
@@ -2326,25 +2326,21 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
-    <h2 id="examples-menagerievet">Menagerie Whiteboard</h2>
+    <h2 id="examples-rround">rround.me</h2>
     
     <p>
-      <a href="http://twitter.com/_aaron_">Aaron Hamid</a> and 
-      <a href="http://twitter.com/mkuklis">Michal Kuklis</a> from 
-      <a href="http://incandescentsoftware.com">Incandescent Software</a> 
-      used Backbone.js to create 
-      <a href="http://menagerievet.com">Menagerie Whiteboard</a> a digital 
-      "whiteboard" for veterinary practices. Backbone <b>Models</b> were used to 
-      sync the data with CouchDB. A Backbone <b>Controller</b> was used for 
-      routing and bookmarkable deep links. Backbone <b>Views</b> were used to 
-      bind, listen and 'react' to changes coming from models. 
-      <b>Backbone.sync</b> was extended to support connection to CouchDB 
-      and deployment as a CouchApp.
+      <a href="http://rround.me">rround.me</a> uses the HTML 
+      <a href="http://diveintohtml5.org/geolocation.html">Geolocation API</a> 
+      to discover tweets, YouTube videos, Instagram photos, Foursquare spots, and other happenings
+      posted by people close to you. The site is a single-page app built on Backbone.js,
+      with people, locations and events all represented by Backbone Models. 
+      Backbone Views listen for changes in the underlying data as you adjust 
+      the range (distance) of your search.
     </p>
 
     <div style="text-align: center;">
-      <a href="http://menagerievet.com/">
-        <img src="docs/images/menagerievet.png" alt="MenagerieVet" class="example_image" />
+      <a href="http://rround.me/">
+        <img src="docs/images/rround.png" alt="rround.me" class="example_image" />
       </a>
     </div>
     

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