Update two links at index.html to latest URLs

- Link to Jake was broken.
- PhantomJS has official website with better information.
This commit is contained in:
Daniel Schildt
2011-11-24 18:23:48 +02:00
parent c785ecb15a
commit db8d85e26b

View File

@@ -2230,11 +2230,11 @@ var model = localBackbone.Model.extend(...);
as a data source (channeled through a nginx proxy),
<a href="http://api.jquery.com/category/plugins/templates/">jQuery templates</a>
for the rendering, <a href="http://docs.jquery.com/Qunit">Qunit
</a> and <a href="http://code.google.com/p/phantomjs/">PhantomJS</a> for
</a> and <a href="http://www.phantomjs.org/">PhantomJS</a> for
the testing suite. The JS code, templates and CSS are built for the
production deployment with various Node.js tools like
<a href="https://github.com/dsimard/ready.js">ready.js</a>,
<a href="https://github.com/mde/node-jake">Jake</a>,
<a href="https://github.com/mde/jake">Jake</a>,
<a href="https://github.com/tmpvar/jsdom">jsdom</a>.
The <b>Backbone.History</b> was modified to support the HTML5 <tt>history.pushState</tt>.
<b>Backbone.sync</b> was extended with an additional SessionStorage based cache