Skip to content

Commit

Permalink
Adding Jolicloud as an example app
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Dec 3, 2012
1 parent 0b22256 commit f918d9d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
Binary file added docs/images/jolicloud.jpg
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/scrollkit.png
Binary file not shown.
24 changes: 14 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@
<li><a href="#examples-easel">Easel</a></li>
<li><a href="#examples-prose">Prose</a></li>
<li><a href="#examples-scrollkit">scroll kit</a></li>
<li>- <a href="#examples-jolicloud">Jolicloud</a></li>
<li><a href="#examples-battlefield">Battlefield Play4Free</a></li>
<li><a href="#examples-syllabus">Syllabus</a></li>
<li><a href="#examples-salon">Salon.io</a></li>
Expand Down Expand Up @@ -3217,21 +3218,24 @@ <h2 id="examples-prose">Prose</h2>
</a>
</div>

<h2 id="examples-scrollkit">scroll kit</h2>
<h2 id="examples-jolicloud">Jolicloud</h2>

<p>
<a href="http://scrollkit.com/">scroll kit</a> is a new kind of website
builder that makes designing a web page feel more like drawing.
The workspace is a single-page web application built with Rails and Backbone.js.
In scroll kit, every DOM element is associated with a Backbone model, so that
style changes that are made to an element automatically update the model
and propagate the change across all its views.
<a href="http://scrollkit.com/demo">Try it out</a>.
<a href="http://www.jolicloud.com/">Jolicloud</a> is an open and independent
platform and <a href="http://www.jolicloud.com/jolios">operating system</a>
that provides music playback, video streaming, photo browsing and
document editing &mdash; transforming low cost computers into beautiful cloud devices.
The <a href="https://my.jolicloud.com/">new Jolicloud HTML5 app</a> was built
from the ground up using Backbone and talks to the
<a href="http://developers.jolicloud.com">Jolicloud Platform</a>, which is
based on Node.js. Jolicloud works offline using the HTML5 AppCache, extends
Backbone.sync to store data in IndexedDB or localStorage, and communicates
with the <a href="http://www.jolicloud.com/jolios">Joli OS</a> via WebSockets.
</p>

<div style="text-align: center;">
<a href="http://scrollkit.com">
<img width="550" height="453" data-original="docs/images/scrollkit.png" alt="scroll kit" class="example_image" />
<a href="http://jolicloud.com/">
<img width="510" height="384" data-original="docs/images/jolicloud.jpg" alt="Jolicloud" class="example_retina" />
</a>
</div>

Expand Down

0 comments on commit f918d9d

Please sign in to comment.