mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Adding WordPress.com as an example app
This commit is contained in:
BIN
docs/images/wpcom-notifications.png
Normal file
BIN
docs/images/wpcom-notifications.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 79 KiB |
20
index.html
20
index.html
@@ -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">
|
||||
@@ -3271,6 +3272,25 @@ var model = localBackbone.Model.extend(...);
|
||||
</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">
|
||||
|
||||
Reference in New Issue
Block a user