Commit 692da506 authored by addyosmani's avatar addyosmani

updating index with sproutcore example

parent 9ae927f9
...@@ -64,8 +64,7 @@ href="#gettingstarted">Getting Started</a> </li> </ul> <!-- ...@@ -64,8 +64,7 @@ href="#gettingstarted">Getting Started</a> </li> </ul> <!--
<p>To preview a Todo implementation for a particular framework, simply select it from the menu <p>To preview a Todo implementation for a particular framework, simply select it from the menu
to the right of the screen. </p> to the right of the screen. </p>
<p>Depending on the browser you're using, you may need to access the examples over http to avoid incurring security exceptions with localStorage. I recommend <a href="http://www.wampserver.com/en/">WAMP</a> or <a href="http://www.mamp.info/en/index.html">MAMP</a> for this <p>Depending on the browser you're using, you may need to access the examples over a network/localhost to avoid incurring security exceptions with localStorage.</p>
purpose.</p>
<h2>Source code</h2> <h2>Source code</h2>
...@@ -95,6 +94,7 @@ changes to code. At present, JavaScriptMVC is the only framework included which ...@@ -95,6 +94,7 @@ changes to code. At present, JavaScriptMVC is the only framework included which
<li><a href="todo-example/backbone/index.html">Backbone.js</a></li> <li><a href="todo-example/backbone/index.html">Backbone.js</a></li>
<li><a href="todo-example/spine/index.html">Spine.js</a></li> <li><a href="todo-example/spine/index.html">Spine.js</a></li>
<li><a href="todo-example/sammyjs/index.html">Sammy.js</a></li> <li><a href="todo-example/sammyjs/index.html">Sammy.js</a></li>
<li><a href="todo-example/sproutcore/index.html">SproutCore 2.0</a></li>
<li><a href="todo-example/knockoutjs/index.html">KnockoutJS (MVVM)</a></li> <li><a href="todo-example/knockoutjs/index.html">KnockoutJS (MVVM)</a></li>
</ul> </section> <!-- /.widget --> </ul> </section> <!-- /.widget -->
...@@ -103,11 +103,20 @@ href="https://github.com/addyosmani/todomvc/">View repository</a></li> </ul> ...@@ -103,11 +103,20 @@ href="https://github.com/addyosmani/todomvc/">View repository</a></li> </ul>
</section> <!-- /.widget --> </section> <!-- /.widget -->
<section class="widget clearfix"> <h4 class="widgettitle">Contributors</h4> <ul> <li><a <section class="widget clearfix">
href="http://twitter.com/addyosmani">Addy Osmani</a></li> <li><a <h4 class="widgettitle">Contributors</h4>
href="http://twitter.com/justinbmeyer">Justin Meyer</a></li> <li><a <ul>
href="http://twitter.com/jeromegn">Jérôme Gravel-Niquet</a></li> <li><a <li><a href="http://twitter.com/addyosmani">Addy Osmani</a></li>
href="http://twitter.com/macmann">Alex MacCaw</a></li> <li><a href="">Ashish Sharma</a></li> </ul> <li><a
href="http://twitter.com/justinbmeyer">Justin Meyer</a></li>
<li><a
href="http://twitter.com/jeromegn">Jérôme Gravel-Niquet</a></li>
<li><a
href="http://twitter.com/macmann">Alex MacCaw</a></li>
<li><a href="">Ashish Sharma</a>
<li><a href="http://twitter.com/tomdale">Tom Dale</a>
</li>
</ul>
</section> <!-- /.widget --> </section> <!-- /.widget -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment