changeset 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 f36a50a6042c
files big.html index.html tests.html
diffstat 3 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/big.html	Wed Apr 15 08:24:32 2009 -0700
+++ b/big.html	Wed Apr 15 08:48:45 2009 -0700
@@ -11,6 +11,8 @@
 </head>
 <body>
 <h1>Browser Big Couch Test</h1>
+<p>You can read my source code <a
+href="index.html#js/big.js">here</a>.</p>
 <div id="config">
 </div>
 <div id="status">
--- a/index.html	Wed Apr 15 08:24:32 2009 -0700
+++ b/index.html	Wed Apr 15 08:48:45 2009 -0700
@@ -19,11 +19,13 @@
     <p>Things to do:</p>
     <ul>
       <li><a class="intra-wiki" href="tests.html">Run the test
-          suite.</a></li>
+          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></li>
+          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
-          documentation.</a></li>
+          primary source code documentation.</a></li>
     </ul>
   </div>
 </div>
--- a/tests.html	Wed Apr 15 08:24:32 2009 -0700
+++ b/tests.html	Wed Apr 15 08:48:45 2009 -0700
@@ -11,6 +11,8 @@
 </head>
 <body>
 <h1>Browser Couch Tests</h1>
+<p>You can read my source code <a
+href="index.html#js/tests.js">here</a>.</p>
 <div id="status">
 </div>
 </body>