Skip to content

Commit

Permalink
adding Prose as a Backbone example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Jun 25, 2012
1 parent c18b776 commit d10b6dd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Binary file added docs/images/prose.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@
<li><a href="#examples-cloudapp">CloudApp</a></li>
<li><a href="#examples-seatgeek">SeatGeek</a></li>
<li><a href="#examples-easel">Easel</a></li>
<li><a href="#examples-prose">Prose</a></li>
<li><a href="#examples-grove">Grove.io</a></li>
<li><a href="#examples-kanogames">KANO/GAMES</a></li>
<li><a href="#examples-shortmail">Shortmail</a></li>
Expand Down Expand Up @@ -3030,6 +3031,27 @@ <h2 id="examples-easel">Easel</h2>
<img width="550" height="395" data-original="docs/images/easel.png" alt="Easel" class="example_image" />
</a>
</div>

<h2 id="examples-prose">Prose</h2>

<p>
<a href="http://prose.io">Prose</a> is a content editor for GitHub,
optimized for managing websites built with
<a href="http://jekyllrb.com/">Jekyll</a> and Github Pages. Prose is
itself implemented as a static Jekyll site, using Backbone.js to render
the views and handle the routes, as well as
<a href="http://github.com/michael/github">Github.js</a>, a small data
abstraction layer for manipulating files directly on Github. Read more in the
<a href="http://developmentseed.org/blog/2012/june/25/prose-a-content-editor-for-github/">official introduction post</a>,
or <a href="https://github.com/prose/prose">take a look at the source code</a>.
</p>

<div style="text-align: center;">
<a href="http://prose.io">
<img width="550" height="447" data-original="docs/images/prose.png" alt="Prose" class="example_image" />
</a>
</div>


<h2 id="examples-grove">Grove.io</h2>

Expand Down

0 comments on commit d10b6dd

Please sign in to comment.