[Pkg-javascript-commits] [backbone] 119/281: merging in ducksboard.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:02:03 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 64d8fd6ca2ba64b55424774b3f066962804cc3bb
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Tue Dec 6 15:29:45 2011 -0500

    merging in ducksboard.
---
 index.html | 49 +++++++++++++++++--------------------------------
 1 file changed, 17 insertions(+), 32 deletions(-)

diff --git a/index.html b/index.html
index 86e5dd1..c3ac240 100644
--- a/index.html
+++ b/index.html
@@ -307,7 +307,7 @@
       <li>- <a href="#examples-bittorrent">BitTorrent</a></li>
       <li>- <a href="#examples-fluxiom">Fluxiom</a></li>
       <li>- <a href="#examples-chop">Chop</a></li>
-      <li>- <a href="#examples-blackcomb">Blackcomb</a></li>
+      <li>- <a href="#examples-ducksboard">Ducksboard</a></li>
       <li>- <a href="#examples-quietwrite">QuietWrite</a></li>
       <li>- <a href="#examples-tzigla">Tzigla</a></li>
     </ul>
@@ -2579,20 +2579,25 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
-    
-    <h2 id="examples-blackcomb">Blackcomb</h2>
-    
+    <h2 id="examples-ducksboard">Ducksboard</h2>
+
     <p>
-      <a href="http://www.opzi.com/">Opzi</a> used Backbone.js to create 
-      <a href="http://www.opzi.com/">Blackcomb</a>, a web-based platform for collaboration
-      applications. Apps can be installed through a simple app store or added in
-      custom configurations by editing a simple YAML file. The project relied 
-      heavily on Backbone.js for the creation of reusable view components.
+    <a href="http://ducksboard.com/">Ducksboard</a> is an online dashboard
+      for your SaaS and business metrics, built with
+      <a href="http://twistedmatrix.com/">Twisted</a> and
+      <a href="http://www.djangoproject.com/">Django</a> and using WebSockets.
+      It can fetch data from popular providers or accept input through
+      a simple API.
+      Backbone is used throughout Ducksboard's interface, every widget,
+      dashboard and SaaS account is a Backbone model with several views
+      (data display, configuration view). A 
+      <a href="https://public.ducksboard.com/BFVzKVPeOoWRsL0VZ8MZ/">live demo</a> 
+      is available.
     </p>
-    
+
     <div style="text-align: center;">
-      <a href="http://www.opzi.com/">
-        <img src="docs/images/blackcomb.png" alt="Blackcomb" class="example_image" />
+      <a href="http://ducksboard.com/">
+        <img src="docs/images/ducksboard.png" alt="Ducksboard" class="example_image" />
       </a>
     </div>
         
@@ -2638,26 +2643,6 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
 
-    <h2 id="examples-ducksboard">Ducksboard</h2>
-
-    <p>
-    <a href="http://ducksboard.com/">Ducksboard</a> is an online dashboard
-      for your SaaS and business metrics, built with
-      <a href="http://twistedmatrix.com/">Twisted</a> and
-      <a href="http://www.djangoproject.com/">Django</a> and using WebSockets.
-      It can fetch data from popular SaaS providers or accept input through
-      a simple API.
-      Backbone is used throughout Ducksboard's interface, every widget,
-      dashboard and SaaS account is a Backbone model with several views
-      (data display, configuration view).
-    </p>
-
-    <div style="text-align: center;">
-      <a href="http://ducksboard.com/">
-        <img src="docs/images/ducksboard.png" alt="Ducksboard" class="example_image" />
-      </a>
-    </div>
-
     <h2 id="faq">F.A.Q.</h2>
 
     <p id="FAQ-events">

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