[Pkg-javascript-commits] [backbone] 08/21: Adding Trajectory as an example app

Jonas Smedegaard js at moszumanska.debian.org
Sat May 3 17:01:05 UTC 2014


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

js pushed a commit to tag 0.5.2
in repository backbone.

commit 3f8f4cfbb4b8bf132e09f2c13b58953dd59508be
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date:   Tue Jul 19 16:32:29 2011 -0400

    Adding Trajectory as an example app
---
 docs/images/trajectory.png | Bin 0 -> 175451 bytes
 index.html                 |  18 ++++++++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/docs/images/trajectory.png b/docs/images/trajectory.png
new file mode 100644
index 0000000..939206d
Binary files /dev/null and b/docs/images/trajectory.png differ
diff --git a/index.html b/index.html
index ea11de3..d4bfd88 100644
--- a/index.html
+++ b/index.html
@@ -280,6 +280,7 @@
       <li>– <a href="#examples-documentcloud">DocumentCloud</a></li>
       <li>– <a href="#examples-basecamp">Basecamp Mobile</a></li>
       <li>– <a href="#examples-flow">Flow</a></li>
+      <li>– <a href="#examples-trajectory">Trajectory</a></li>
       <li>– <a href="#examples-cloudapp">CloudApp</a></li>
       <li>– <a href="#examples-soundcloud">Mobile SoundCloud</a></li>
       <li>– <a href="#examples-quoteroller">Quote Roller</a></li>
@@ -2047,6 +2048,23 @@ var model = localBackbone.Model.extend(...);
       </a>
     </div>
     
+    <h2 id="examples-trajectory">Trajectory</h2>
+    
+    <p>
+      <a href="https://www.apptrajectory.com/">Trajectory</a> is an agile 
+      software planning tool used to discuss wireframes, record decisions made, 
+      relate user stories and bugs to discussions, and track your progress and 
+      plan the future. With Rails on the backend, Trajectory uses Backbone.js 
+      heavily to provide a fluid story planning interface that even updates in 
+      real-time based on the actions of other users.
+    </p>
+
+    <div style="text-align: center;">
+      <a href="http://www.apptrajectory.com/">
+        <img src="docs/images/trajectory.png" alt="Trajectory" class="example_image" />
+      </a>
+    </div>
+    
     <h2 id="examples-cloudapp">CloudApp</h2>
     
     <p>

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