[Pkg-javascript-commits] [backbone] 89/281: Adding Grove.io as an example app
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:01:59 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 61246a7cff74a75a1af736753d664fe86e89a2b1
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Mon Nov 21 09:32:03 2011 -0500
Adding Grove.io as an example app
---
docs/images/grove.png | Bin 0 -> 185022 bytes
docs/images/hotel-tonight.png | Bin 188145 -> 0 bytes
docs/images/substance.png | Bin 44983 -> 0 bytes
docs/images/test-kitchen.png | Bin 178632 -> 0 bytes
index.html | 33 +++++++++++++++------------------
5 files changed, 15 insertions(+), 18 deletions(-)
diff --git a/docs/images/grove.png b/docs/images/grove.png
new file mode 100644
index 0000000..5bac813
Binary files /dev/null and b/docs/images/grove.png differ
diff --git a/docs/images/hotel-tonight.png b/docs/images/hotel-tonight.png
deleted file mode 100644
index 24d2f1c..0000000
Binary files a/docs/images/hotel-tonight.png and /dev/null differ
diff --git a/docs/images/substance.png b/docs/images/substance.png
deleted file mode 100644
index 18db805..0000000
Binary files a/docs/images/substance.png and /dev/null differ
diff --git a/docs/images/test-kitchen.png b/docs/images/test-kitchen.png
deleted file mode 100644
index 11969ee..0000000
Binary files a/docs/images/test-kitchen.png and /dev/null differ
diff --git a/index.html b/index.html
index 3f8499b..14039b5 100644
--- a/index.html
+++ b/index.html
@@ -291,6 +291,7 @@
<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>
<li>– <a href="#examples-battlefield">Battlefield Play4Free</a></li>
@@ -309,7 +310,6 @@
<li>- <a href="#examples-blackcomb">Blackcomb</a></li>
<li>- <a href="#examples-quietwrite">QuietWrite</a></li>
<li>- <a href="#examples-tzigla">Tzigla</a></li>
- <li>- <a href="#examples-substance">Substance</a></li>
</ul>
<a class="toc_title" href="#faq">
@@ -2288,6 +2288,20 @@ var model = localBackbone.Model.extend(...);
</a>
</div>
+ <h2 id="examples-grove">Grove.io</h2>
+
+ <p>
+ <a href="http://grove.io">Grove.io</a> provides hosted IRC for teams.
+ Backbone.js powers Grove's web client together with Handlebars.js templating.
+ Updates to chat stream are pulled in realtime using long-polling.
+ </p>
+
+ <div style="text-align: center;">
+ <a href="http://grove.io">
+ <img src="docs/images/grove.png" alt="Grove.io" class="example_image" />
+ </a>
+ </div>
+
<h2 id="examples-kicksend">Kicksend</h2>
<p>
@@ -2610,23 +2624,6 @@ var model = localBackbone.Model.extend(...);
<img src="docs/images/tzigla.png" alt="Tzigla" class="example_image" />
</a>
</div>
-
- <h2 id="examples-substance">Substance</h2>
-
- <p>
- Michael Aufreiter is building an open source document authoring and
- publishing engine: <a href="http://substance.io">Substance</a>.
- Substance makes use of Backbone.View and Backbone.Router, while
- Backbone plays well together with
- <a href="http://github.com/michael/data">Data.js</a>, which is used for
- data persistence.
- </p>
-
- <div style="text-align: center;">
- <a href="http://substance.io/">
- <img src="docs/images/substance.png" alt="Substance" class="example_image" />
- </a>
- </div>
<h2 id="faq">F.A.Q.</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