Mercurial > browser-couch
view index.html @ 58:d470cb541b66
Added more links to source code docs.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 15 Apr 2009 08:48:45 -0700 |
parents | 147016e199d0 |
children | a69d57c2c50f |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" media="all" href="css/docs.css" /> <title>BrowserCouch Documentation</title> </head> <body> <div id="content"> <div id="overview" class="documentation" style="display: none;"> <h1>BrowserCouch Documentation</h1> <p>BrowserCouch is an attempt at an in-browser <a href="http://en.wikipedia.org/wiki/MapReduce">MapReduce</a> implementation. It's written entirely in JavaScript and intended to work on all browsers, gracefully upgrading when support for better efficiency or feature set is detected.</p> <p>Things to do:</p> <ul> <li><a class="intra-wiki" href="tests.html">Run the test suite.</a> (<a class="intra-wiki" href="#js/tests.js">code</a>)</li> <li><a class="intra-wiki" href="big.html">Run the semi-large data set test.</a> (<a class="intra-wiki" href="#js/big.js">code</a>)</li> <li><a class="intra-wiki" href="#js/browser-couch.js">Read the primary source code documentation.</a></li> </ul> </div> </div> </body> <script src="js/ext/jquery.js"></script> <script src="js/ext/wikicreole.js"></script> <script type="text/javascript" src="js/ext/docs.js"></script> </html>