Skip to content

Commit

Permalink
adding EDITD as an example app
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Mar 21, 2012
1 parent 863814e commit f784ae3
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
Binary file added docs/images/editd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/picklive.png
Binary file not shown.
40 changes: 21 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@
<li><a href="#examples-chaincal">ChainCal</a></li>
<li><a href="#examples-attictv">AtticTV</a></li>
<li><a href="#examples-decide">Decide</a></li>
<li><a href="#examples-editd">EDITD</a></li>
<li><a href="#examples-trello">Trello</a></li>
<li><a href="#examples-ducksboard">Ducksboard</a></li>
<li><a href="#examples-picklive">Picklive</a></li>
<li><a href="#examples-quietwrite">QuietWrite</a></li>
<li><a href="#examples-tzigla">Tzigla</a></li>
</ul>
Expand Down Expand Up @@ -2952,6 +2952,26 @@ <h2 id="examples-decide">Decide</h2>
<img src="docs/images/decide.png" alt="Decide" class="example_image" />
</a>
</div>

<h2 id="examples-editd">EDITD</h2>

<p>
<a href="http://editd.com">EDITD</a> aims to disrupt the fashion
industry with big data. The next generation of their web application
is based on a custom JavaScript framework that builds on top of
Backbone. The back end is
<a href="https://www.djangoproject.com/">Django</a> +
<a href="http://www.elasticsearch.org/">Elastic Search</a>,
<a href="http://handlebarsjs.com/">Handlebars.js</a> is used for templating,
<a href="http://code.google.com/p/js-test-driver/">jsTestDriver</a> for testing, and
<a href="http://jashkenas.github.com/docco/">Docco</a> for quick documentation.
</p>

<div style="text-align: center;">
<a href="http://editd.com">
<img src="docs/images/editd.png" alt="EDITD" class="example_image" />
</a>
</div>

<h2 id="examples-trello">Trello</h2>

Expand Down Expand Up @@ -2992,24 +3012,6 @@ <h2 id="examples-ducksboard">Ducksboard</h2>
</a>
</div>

<h2 id="examples-picklive">Picklive</h2>

<p>
<a href="http://twitter.com/timruffles">Tim Ruffles</a> and <a href="http://twitter.com/timparker">Tim Parker</a>
created the game client for <a href="https://free.picklive.com">Picklive</a>, a real-time fantasy-soccer game.
The client is written in <a href="http://coffeescript.org">CoffeeScript</a>, organised into
modules via <a href="http://requirejs.org">require.js</a>, tested with
<a href="http://code.google.com/p/js-test-driver">jsTestDriver</a> and uses
<a href="http://mustache.github.com">Mustache.js</a> for templating. Backbone's model and sync layer separation
manages the complexity of mixed polling and web-sockets based synchronisation.
</p>

<div style="text-align: center;">
<a href="https://free.picklive.com/">
<img src="docs/images/picklive.png" alt="picklive" class="example_image" />
</a>
</div>

<h2 id="examples-quietwrite">QuietWrite</h2>

<p>
Expand Down

0 comments on commit f784ae3

Please sign in to comment.