changeset 71:b89ed0374486

Linked to tutorial from index page.
author Atul Varma <varmaa@toolness.com>
date Mon, 20 Apr 2009 13:18:19 -0700
parents 36e47760ee5b
children 80f3b781876a
files index.html
diffstat 1 files changed, 10 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Mon Apr 20 13:13:33 2009 -0700
+++ b/index.html	Mon Apr 20 13:18:19 2009 -0700
@@ -37,16 +37,19 @@
 
     <h2>Things to do</h2>
 
-    <p>Right now there isn't anything really shiny or flashy to see;
-    just the <a class="intra-wiki" href="tests.html">test suite</a>
-    and the <a class="intra-wiki" href="big.html">semi-large data set
-    test</a>, though they're not particularly exciting. In the future,
-    we'd like to make
-    CouchDB's <a href="http://couchdb.apache.org/screenshots.html">Futon</a>
+    <p>To learn how to use BrowserCouch, check out the
+    work-in-progress <a class="intra-wiki"
+    href="tutorial.html">tutorial</a>.</p>
+
+    <p>Aside from that, you can run the <a class="intra-wiki"
+    href="tests.html">test suite</a> and the <a class="intra-wiki"
+    href="big.html">semi-large data set test</a>, though they're not
+    particularly exciting. In the future, we'd like to make CouchDB's
+    <a href="http://couchdb.apache.org/screenshots.html">Futon</a>
     client work entirely using BrowserCouch as its backend instead of
     a CouchDB server, but that's a ways away.</p>
 
-    <p>If you'd like to see some code samples of what the BrowserCouch
+    <p>If you'd like to see more code samples of what the BrowserCouch
     API currently looks like, check out the <a class="intra-wiki"
     href="#js/tests.js">annotated source code for the test suite</a>.
     You can also read the <a class="intra-wiki"