Skip to content

Commit

Permalink
Merge pull request jashkenas#1503 from nb/example-wpcom
Browse files Browse the repository at this point in the history
Adding WordPress.com as an example app
  • Loading branch information
jashkenas committed Jul 25, 2012
2 parents b5e32d4 + 75befbb commit 6fef16b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Binary file added docs/images/wpcom-notifications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@
<li><a href="#examples-ducksboard">Ducksboard</a></li>
<li><a href="#examples-quietwrite">QuietWrite</a></li>
<li><a href="#examples-tzigla">Tzigla</a></li>
<li><a href="#examples-wpcom">WordPress.com</a></li>
</ul>

<a class="toc_title" href="#faq">
Expand Down Expand Up @@ -3271,6 +3272,25 @@ <h2 id="examples-tzigla">Tzigla</h2>
</a>
</div>

<h2 id="examples-wpcom">WordPress.com</h2>

<p>
<a href="http://wordpress.com/">WordPress.com</a> is the software-as-a-service version of <a
href="http://wordpress.org">WordPress</a>. It uses Backbone.js Models, Collections, and Views in its <a
href="http://en.blog.wordpress.com/2012/05/25/notifications-refreshed/">Notifications system</a>. Backbone.js was selected
because it was easy to fit into the structure of our application, not the other way around. <a
href="http://automattic.com">Automattic</a> (the company behind WordPress.com) is integrating Backbone.js into the Stats tab and
other features throughout the home page.
</p>


<div style="text-align: center;">
<a href="http://wordpress.com/">
<img width="550" height="387" data-original="docs/images/wpcom-notifications.png" alt="WordPress.com Notifications"
title="WordPress.com Notifications" class="example_image" />
</a>
</div>

<h2 id="faq">F.A.Q.</h2>

<p id="FAQ-events">
Expand Down

0 comments on commit 6fef16b

Please sign in to comment.