[Pkg-javascript-commits] [backbone] 135/211: Adding CloudApp to the list of examples.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:00:14 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 c9bf20e4f3ab55b8c91ca3cc9e7d7c58000167b9
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Wed Apr 27 21:13:37 2011 -0400

    Adding CloudApp to the list of examples.
---
 docs/images/cloudapp.png | Bin 0 -> 103212 bytes
 index.html               |  44 +++++++++++++++++++++++++++++++-------------
 2 files changed, 31 insertions(+), 13 deletions(-)

diff --git a/docs/images/cloudapp.png b/docs/images/cloudapp.png
new file mode 100644
index 0000000..75aca2b
Binary files /dev/null and b/docs/images/cloudapp.png differ
diff --git a/index.html b/index.html
index 37c5039..84aadc3 100644
--- a/index.html
+++ b/index.html
@@ -272,8 +272,9 @@
       <li>– <a href="#examples-todos">Todos</a></li>
       <li>– <a href="#examples-documentcloud">DocumentCloud</a></li>
       <li>– <a href="#examples-basecamp">Basecamp Mobile</a></li>
-      <li>– <a href="#examples-tilemill">TileMill</a></li>
+      <li>– <a href="#examples-cloudapp">CloudApp</a></li>
       <li>– <a href="#examples-soundcloud">Mobile SoundCloud</a></li>
+      <li>– <a href="#examples-tilemill">TileMill</a></li>
       <li>- <a href="#examples-instagreat">Insta-great!</a></li>
       <li>- <a href="#examples-quietwrite">QuietWrite</a></li>
       <li>- <a href="#examples-tzigla">Tzigla</a></li>
@@ -1851,21 +1852,21 @@ var DocumentView = Backbone.View.extend({
         <img src="docs/images/basecamp-mobile.png" alt="Basecamp Mobile" class="example_image" />
       </a>
     </div>
-
-    <p id="examples-tilemill">
-      Our fellow
-      <a href="http://www.newschallenge.org/">Knight Foundation News Challenge</a>
-      winners, <a href="http://mapbox.com/">MapBox</a>, created an open-source
-      map design studio with Backbone.js:
-      <a href="http://mapbox.github.com/tilemill/">TileMill</a>.
-      TileMill lets you manage map layers based on shapefiles and rasters, and
-      edit their appearance directly in the browser with the
-      <a href="https://github.com/mapbox/carto">Carto styling language</a>.
+    
+    <p id="examples-cloudapp">
+      <a href="http://getcloudapp.com">CloudApp</a> is simple file and link 
+      sharing for the Mac. Backbone.js powers the web tools
+      which consume the <a href="http://developer.getcloudapp.com">documented API</a> 
+      to manage Drops. Data is either pulled manually or pushed by 
+      <a href="http://pusher.com">Pusher</a> and fed to 
+      <a href="http://github.com/janl/mustache.js">Mustache</a> templates for 
+      rendering. Check out the <a href="http://cloudapp.github.com/engine">annotated source code</a> 
+      to see the magic.
     </p>
 
     <div style="text-align: center;">
-      <a href="http://mapbox.github.com/tilemill/">
-        <img src="docs/images/tilemill.png" alt="TileMill" class="example_image" />
+      <a href="http://getcloudapp.com">
+        <img src="docs/images/cloudapp.png" alt="CloudApp" class="example_image" />
       </a>
     </div>
 
@@ -1894,6 +1895,23 @@ var DocumentView = Backbone.View.extend({
       </a>
     </div>
     
+    <p id="examples-tilemill">
+      Our fellow
+      <a href="http://www.newschallenge.org/">Knight Foundation News Challenge</a>
+      winners, <a href="http://mapbox.com/">MapBox</a>, created an open-source
+      map design studio with Backbone.js:
+      <a href="http://mapbox.github.com/tilemill/">TileMill</a>.
+      TileMill lets you manage map layers based on shapefiles and rasters, and
+      edit their appearance directly in the browser with the
+      <a href="https://github.com/mapbox/carto">Carto styling language</a>.
+    </p>
+
+    <div style="text-align: center;">
+      <a href="http://mapbox.github.com/tilemill/">
+        <img src="docs/images/tilemill.png" alt="TileMill" class="example_image" />
+      </a>
+    </div>
+    
     <p id="examples-instagreat">
       <a href="http://twitter.com/elliottkember">Elliott Kember</a> and
       <a href="http://twitter.com/dizzyup">Hector Simpson</a> built

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