Mercurial > pydertron
comparison docs.html @ 22:915fdf283ac5
Moved docs out to a separate file.
| author | Atul Varma <varmaa@toolness.com> |
|---|---|
| date | Thu, 10 Sep 2009 16:59:18 -0700 |
| parents | cb73bb169b67 |
| children | 7cbbec55aef6 |
comparison
equal
deleted
inserted
replaced
| 21:cb73bb169b67 | 22:915fdf283ac5 |
|---|---|
| 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
| 4 <head> | 4 <head> |
| 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 6 <meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" /> | 6 <meta name="generator" content="Docutils 0.4: http://docutils.sourceforge.net/" /> |
| 7 <title></title> | 7 <title>Pydertron</title> |
| 8 <link rel="stylesheet" href="docs.css" type="text/css" /> | 8 <link rel="stylesheet" href="docs.css" type="text/css" /> |
| 9 </head> | 9 </head> |
| 10 <body> | 10 <body> |
| 11 <div class="document"> | 11 <div class="document" id="pydertron"> |
| 12 <blockquote> | 12 <h1 class="title">Pydertron</h1> |
| 13 <p>Pydertron is a high-level wrapper for <a class="reference" href="http://code.google.com/p/pydermonkey">Pydermonkey</a> that | 13 <p>Pydertron is a high-level wrapper for <a class="reference" href="http://code.google.com/p/pydermonkey">Pydermonkey</a> that |
| 14 provides convenient, secure object wrapping between JS and Python | 14 provides convenient, secure object wrapping between JS and Python |
| 15 space.</p> | 15 space.</p> |
| 16 <p>The <tt class="docutils literal"><span class="pre">JsSandbox</span></tt> class encapsulates a JavaScript runtime, context, global | 16 <p>The <tt class="docutils literal"><span class="pre">JsSandbox</span></tt> class encapsulates a JavaScript runtime, context, global |
| 17 object, and a simple <a class="reference" href="http://wiki.commonjs.org/wiki/CommonJS/Modules/SecurableModules">SecurableModule</a> implementation that complies | 17 object, and a simple <a class="reference" href="http://wiki.commonjs.org/wiki/CommonJS/Modules/SecurableModules">SecurableModule</a> implementation that complies |
| 92 </blockquote> | 92 </blockquote> |
| 93 <p>Note that the traceback displayed is actually referring to | 93 <p>Note that the traceback displayed is actually referring to |
| 94 JavaScript code: one of Pydertron's helpful conveniences is that | 94 JavaScript code: one of Pydertron's helpful conveniences is that |
| 95 it makes debugging JS code as much like debugging Python code as | 95 it makes debugging JS code as much like debugging Python code as |
| 96 possible.</p> | 96 possible.</p> |
| 97 </blockquote> | 97 </div> |
| 98 <div class="footer"> | |
| 99 <hr class="footer" /> | |
| 100 <a class="reference" href="docs.txt">View document source</a>. | |
| 101 | |
| 98 </div> | 102 </div> |
| 99 </body> | 103 </body> |
| 100 </html> | 104 </html> |
