[Pkg-javascript-commits] [backbone] 30/281: Adding battlefield as an example app.

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:01:53 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 fa66a222c8ffce83da96265dcdb79b596d7aa84e
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Tue Oct 4 13:34:11 2011 -0400

    Adding battlefield as an example app.
---
 docs/images/battlefield.png | Bin 0 -> 369985 bytes
 index.html                  |  21 +++++++++------------
 2 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/docs/images/battlefield.png b/docs/images/battlefield.png
new file mode 100644
index 0000000..dd649d4
Binary files /dev/null and b/docs/images/battlefield.png differ
diff --git a/index.html b/index.html
index b260787..92bd1d0 100644
--- a/index.html
+++ b/index.html
@@ -290,7 +290,7 @@
       <li>– <a href="#examples-tpm">Talking Points Memo</a></li>
       <li>– <a href="#examples-kicksend">Kicksend</a></li>
       <li>– <a href="#examples-shortmail">Shortmail</a></li>
-      <li>– <a href="#examples-hotel-tonight">Hotel Tonight</a></li>
+      <li>– <a href="#examples-battlefield">Battlefield Play4Free</a></li>
       <li>– <a href="#examples-salon">Salon.io</a></li>
       <li>– <a href="#examples-quoteroller">Quote Roller</a></li>
       <li>– <a href="#examples-tilemill">TileMill</a></li>
@@ -2276,22 +2276,19 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
-    <h2 id="examples-hotel-tonight">Hotel Tonight</h2>
+    <h2 id="examples-battlefield">Battlefield Play4Free</h2>
     
     <p>
-      <a href="http://www.hoteltonight.com/">Hotel Tonight</a> used Backbone.js, 
-      <a href="http://coffeescript.org">CoffeeScript</a>, 
-      <a href="http://documentcloud.github.com/jammit/">Jammit</a> and more to 
-      create the 
-      <a href="https://market.android.com/details?id=com.hoteltonight.android.prod">Android version</a> 
-      of their app; a last-minute, mobile, hotel booking application. The app 
-      leverages Backbone for the bulk of its architecture, with jQuery Mobile 
-      coming in for visual presentation.
+      <a href="http://battlefield.play4free.com/">Battlefield Play4Free</a> is 
+      the latest free-to-play first person shooter from the same team that 
+      created Battlefield Heroes. The in-game HTML5 front-end for makes heavy use of 
+      Backbone's views, models and collections to help keep the code modular 
+      and structured.
     </p>
 
     <div style="text-align: center;">
-      <a href="http://www.hoteltonight.com">
-        <img src="docs/images/hotel-tonight.png" alt="Hotel Tonight" class="example_image" />
+      <a href="http://battlefield.play4free.com/">
+        <img src="docs/images/battlefield.png" alt="Battlefield Play4Free" class="example_image" />
       </a>
     </div>
     

-- 
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