mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-08 03:00:26 -04:00
merging in ducksboard.
This commit is contained in:
49
index.html
49
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">
|
||||
|
||||
Reference in New Issue
Block a user