[Pkg-javascript-commits] [backbone] 146/281: Adding Picplum as an example app

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:02:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.9.0
in repository backbone.

commit d06e8a6854112a7d92b4baea32dee1e57141e65a
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Fri Dec 30 09:00:02 2011 -0500

    Adding Picplum as an example app
---
 docs/images/picplum.jpg | Bin 0 -> 57022 bytes
 index.html              |  36 ++++++++++++++++++------------------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/docs/images/picplum.jpg b/docs/images/picplum.jpg
new file mode 100644
index 0000000..e396e78
Binary files /dev/null and b/docs/images/picplum.jpg differ
diff --git a/index.html b/index.html
index 3c89fdb..a86f699 100644
--- a/index.html
+++ b/index.html
@@ -293,7 +293,6 @@
       <li>– <a href="#examples-pandora">Pandora</a></li>
       <li>– <a href="#examples-cloudapp">CloudApp</a></li>
       <li>– <a href="#examples-seatgeek">SeatGeek</a></li>
-      <li>– <a href="#examples-tpm">Talking Points Memo</a></li>
       <li>– <a href="#examples-grove">Grove.io</a></li>
       <li>– <a href="#examples-kicksend">Kicksend</a></li>
       <li>– <a href="#examples-shortmail">Shortmail</a></li>
@@ -308,6 +307,7 @@
       <li>- <a href="#examples-trello">Trello</a></li>
       <li>- <a href="#examples-bittorrent">BitTorrent</a></li>
       <li>- <a href="#examples-chop">Chop</a></li>
+      <li>- <a href="#examples-picplum">Picplum</a></li>
       <li>- <a href="#examples-ducksboard">Ducksboard</a></li>
       <li>- <a href="#examples-quietwrite">QuietWrite</a></li>
       <li>- <a href="#examples-tzigla">Tzigla</a></li>
@@ -2336,23 +2336,6 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
 
-    <h2 id="examples-tpm">Talking Points Memo: Baroque</h2>
-
-    <p>
-      <a href="http://labs.talkingpointsmemo.com/2011/08/the-baroque-era.php">Baroque</a>
-      is the editor currently powering the homepage of
-      <a href="http://talkingpointsmemo.com/">Talking Points Memo</a>.
-      With a Sinatra backend for publishing, Baroque uses Backbone.js to provide
-      real-time story and asset dropping, complex reordering actions and copy
-      editing, making web layout feel much more like print layout.
-    </p>
-
-    <div style="text-align: center;">
-      <a href="http://labs.talkingpointsmemo.com/2011/08/the-baroque-era.php">
-        <img src="docs/images/baroque.jpg" alt="Baroque" class="example_image" />
-      </a>
-    </div>
-
     <h2 id="examples-grove">Grove.io</h2>
 
     <p>
@@ -2594,6 +2577,23 @@ var model = localBackbone.Model.extend(...);
         <img src="docs/images/chop.png" alt="Chop" class="example_image" />
       </a>
     </div>
+    
+    <h2 id="examples-picplum">Picplum</h2>
+
+    <p>
+      <a href="https://www.picplum.com/">Picplum</a> makes it easy to 
+      automatically send high quality photo prints to 
+      your close family and friends. The entire app is built in Backbone.js 
+      using Handlebars.js templates. 
+      <a href="http://pusher.com/">Pusher</a> enables real-time 
+      uploading that makes the photo import process fast and reactive. 
+    </p>
+
+    <div style="text-align: center;">
+      <a href="https://www.picplum.com/">
+        <img src="docs/images/picplum.jpg" alt="Picplum" class="example_image" />
+      </a>
+    </div>
 
     <h2 id="examples-ducksboard">Ducksboard</h2>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git



More information about the Pkg-javascript-commits mailing list