[Pkg-javascript-commits] [backbone] 254/281: re-wording the intro 'graf, adding links.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:02:19 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 9ad7b6a48a5eb2b81abf61cdf3b5a0f0d54ced0a
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Wed Jan 25 14:28:57 2012 -0500
re-wording the intro 'graf, adding links.
---
index.html | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/index.html b/index.html
index d7ba0c3..43eabee 100644
--- a/index.html
+++ b/index.html
@@ -381,19 +381,20 @@
</p>
<p>
- <a href="http://github.com/documentcloud/backbone/">Backbone</a>
- supplies structure to JavaScript-heavy applications by providing <b>models</b> with
- key-value binding and custom events, <b>collections</b> with a rich API of enumerable functions,
+ Backbone.js gives structure to your serious JavaScript web applications
+ by supplying <b>models</b> with key-value binding and custom events,
+ <b>collections</b> with a rich API of enumerable functions,
<b>views</b> with declarative event handling, and connects it all to your
- existing application over a RESTful JSON interface.
+ existing API over a RESTful JSON interface.
</p>
<p>
The project is <a href="http://github.com/documentcloud/backbone/">hosted on GitHub</a>,
and the <a href="docs/backbone.html">annotated source code</a> is available,
- as well as an online <a href="test/test.html">test suite</a>, an
- <a href="examples/todos/index.html">example application</a> and a
- <a href="https://github.com/documentcloud/backbone/wiki/Tutorials%2C-blog-posts-and-example-sites">list of tutorials</a>.
+ as well as an online <a href="test/test.html">test suite</a>,
+ an <a href="examples/todos/index.html">example application</a>,
+ a <a href="https://github.com/documentcloud/backbone/wiki/Tutorials%2C-blog-posts-and-example-sites">list of tutorials</a>
+ and a <a href="#examples">long list of real-world projects</a> that use Backbone.
</p>
<p>
@@ -401,6 +402,7 @@
<a href="http://github.com/documentcloud/backbone/issues">GitHub issues page</a>,
on Freenode IRC in the <tt>#documentcloud</tt> channel, post questions to the
<a href="https://groups.google.com/forum/#!forum/backbonejs">Google Group</a>,
+ add pages to the a <a href="https://github.com/documentcloud/backbone/wiki">wiki</a>
or send tweets to <a href="http://twitter.com/documentcloud">@documentcloud</a>.
</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