[Pkg-javascript-commits] [backbone] 09/23: docs tweaks.
Jonas Smedegaard
js at moszumanska.debian.org
Sat May 3 17:00:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.5.1
in repository backbone.
commit dc84cc6ac5e6961fb74c5a74b89affd10012b3b6
Author: Jeremy Ashkenas <jashkenas at gmail.com>
Date: Fri Jul 1 14:30:01 2011 -0400
docs tweaks.
---
index.html | 15 ++++++++++-----
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/index.html b/index.html
index d5b44b1..9697872 100644
--- a/index.html
+++ b/index.html
@@ -329,8 +329,9 @@
<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>, and
- <a href="examples/todos/index.html">example application</a>.
+ 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>.
</p>
<p>
@@ -356,7 +357,7 @@
<table>
<tr>
<td><a href="backbone.js">Development Version (0.5.0)</a></td>
- <td><i>41kb, Uncompressed with Comments</i></td>
+ <td><i>41kb, Full Source with Comments</i></td>
</tr>
<tr>
<td><a href="backbone-min.js">Production Version (0.5.0)</a></td>
@@ -395,7 +396,7 @@
jQuery selectors and callbacks, all trying frantically to keep data in
sync between the HTML UI, your JavaScript logic, and the database on your
server. For rich client-side applications, a more structured approach
- is helpful.
+ is often helpful.
</p>
<p>
@@ -1588,9 +1589,13 @@ app.navigate("help/troubleshooting", true);
</p>
<p>
+ If your application is not being served off the root url <tt>/</tt> of your
+ domain, be sure to tell History where the root really is, as an option:
+ <tt>{root: "/public/search/"}</tt>
+ <p>
When called, if a route succeeds with a match for the current URL,
<tt>Backbone.history.start()</tt> returns <tt>true</tt>. If no defined
- routes matches the current URL fragment, it returns <tt>false</tt>.
+ route matches the current URL, it returns <tt>false</tt>.
</p>
<pre>
--
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