changeset 25:351819baecd1

Updated docs.
author Atul Varma <varmaa@toolness.com>
date Sat, 12 Sep 2009 12:43:45 -0700
parents c2c369402a2e
children c4181cc0771d
files docs.html docs.txt
diffstat 2 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/docs.html	Thu Sep 10 22:32:45 2009 -0700
+++ b/docs.html	Sat Sep 12 12:43:45 2009 -0700
@@ -10,13 +10,16 @@
 <body>
 <div class="document" id="pydertron">
 <h1 class="title">Pydertron</h1>
-<p>Pydertron is a high-level wrapper for <a class="reference" href="http://code.google.com/p/pydermonkey">Pydermonkey</a> that
-provides convenient, secure object wrapping between JS and Python
+<p>Pydertron is an experimental high-level wrapper for <a class="reference" href="http://code.google.com/p/pydermonkey">Pydermonkey</a>
+that provides convenient, secure object wrapping between JS and Python
 space.</p>
 <p>Note that Pydertron is just one example of a high-level interface
 between Python and JavaScript: it assumes, for instance, that the JS
 code it executes isn't trusted, which affects the nature of the
 inter-language interaction.</p>
+<p>Pydertron is currently hosted at
+<a class="reference" href="http://hg.toolness.com/pydertron">http://hg.toolness.com/pydertron</a>. Please feel free to send any
+questions or comments to <a class="reference" href="mailto:atul&#64;mozilla.com">atul&#64;mozilla.com</a>.</p>
 <div class="section">
 <h1><a id="the-basics" name="the-basics">The Basics</a></h1>
 <p>The <tt class="docutils literal"><span class="pre">JsSandbox</span></tt> class encapsulates a JavaScript runtime, context, global
--- a/docs.txt	Thu Sep 10 22:32:45 2009 -0700
+++ b/docs.txt	Sat Sep 12 12:43:45 2009 -0700
@@ -2,8 +2,8 @@
 Pydertron
 =========
 
-Pydertron is a high-level wrapper for `Pydermonkey`__ that
-provides convenient, secure object wrapping between JS and Python
+Pydertron is an experimental high-level wrapper for `Pydermonkey`__
+that provides convenient, secure object wrapping between JS and Python
 space.
 
 Note that Pydertron is just one example of a high-level interface
@@ -11,6 +11,10 @@
 code it executes isn't trusted, which affects the nature of the
 inter-language interaction.
 
+Pydertron is currently hosted at
+http://hg.toolness.com/pydertron. Please feel free to send any
+questions or comments to atul@mozilla.com.
+
 The Basics
 ----------