Mercurial > browser-couch
changeset 81:38abd7bc4886
Added intro to tutorial text.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 20 Apr 2009 16:40:48 -0700 |
parents | 042eb025bce5 |
children | 90854d908f0b |
files | tutorial.html |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tutorial.html Mon Apr 20 16:37:07 2009 -0700 +++ b/tutorial.html Mon Apr 20 16:40:48 2009 -0700 @@ -11,6 +11,12 @@ <div id="content" class="documentation"> <h1>Using BrowserCouch</h1> +<p>This is a brief introduction to using the BrowserCouch API and the +MapReduce mechanism. If you haven't already read it, you may want to +check out <a class="intra-wiki" href="index.html">the introduction</a> +to learn more about why this style of querying is being explored as an +alternative to SQL for client-side Web Storage.</p> + <p>Suppose we want to add offline support for a blog. To get a database called <tt>blog-posts</tt> in BrowserCouch, you can use the following function:</p>