[Pkg-javascript-commits] [backbone] 118/281: Add Ducksboard as an example app.

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 14dd201574e2da45d01bbbaaeb7902924652d2f6
Author: Aitor Guevara Escalante <aitorciki at gmail.com>
Date:   Mon Dec 5 20:34:15 2011 +0100

    Add Ducksboard as an example app.
---
 docs/images/ducksboard.png | Bin 0 -> 118437 bytes
 index.html                 |  20 ++++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/docs/images/ducksboard.png b/docs/images/ducksboard.png
new file mode 100644
index 0000000..5d452fb
Binary files /dev/null and b/docs/images/ducksboard.png differ
diff --git a/index.html b/index.html
index ff17d36..86e5dd1 100644
--- a/index.html
+++ b/index.html
@@ -2638,6 +2638,26 @@ 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