[pypy-svn] r31315 - in pypy/extradoc/talk/vancouver: . shells

pedronis at codespeak.net pedronis at codespeak.net
Tue Aug 15 14:25:25 CEST 2006


Author: pedronis
Date: Tue Aug 15 14:25:24 2006
New Revision: 31315

Added:
   pypy/extradoc/talk/vancouver/
      - copied from r31314, user/pedronis/vancouver/
Removed:
   pypy/extradoc/talk/vancouver/notes.txt
   pypy/extradoc/talk/vancouver/shells/
Modified:
   pypy/extradoc/talk/vancouver/talk.txt
Log:
vancouver talk



Modified: pypy/extradoc/talk/vancouver/talk.txt
==============================================================================
--- user/pedronis/vancouver/talk.txt	(original)
+++ pypy/extradoc/talk/vancouver/talk.txt	Tue Aug 15 14:25:24 2006
@@ -1,14 +1,5 @@
 .. include:: <s5defs.txt>
 
-.. raw:: html
-
-   <script type="text/javascript" src="http://localhost:8999/static/shell/shell.js"></script>
-   <script type="text/javascript">
-   function term(t) {
-     shell_do_invoke(shell_noout, "term?t="+t);
-   }
-   </script>
-
 =================================================
 PyPy Status
 =================================================
@@ -74,10 +65,6 @@
   filling in the details (C, .NET,
   ...)
 
-.. raw:: html
-
-   <button onclick="term('pypy-c'); event.stopPropagation()">demo</button>
-
 The Basic Architecture
 =======================
 
@@ -115,10 +102,6 @@
 
 Using coroutine cloning to do backtracing (RPython example)
 
-.. raw:: html
-
-   <button onclick="term('search'); event.stopPropagation()">demo</button>
-
 Ext-Compiler
 =========================
 
@@ -129,10 +112,6 @@
   CPython
 - work in progress
 
-.. raw:: html
-
-   <button onclick="term('extc'); event.stopPropagation()">demo</button>
-
 PyPy/Translation overview
 =========================
 
@@ -192,15 +171,6 @@
    :width: 500
    :height: 500
 
-
-.. raw:: html
-
-   <script type="text/javascript">
-   imgs = document.getElementsByTagName('img')
-   imgs[1].setAttribute("onclick", "term('transl'); event.stopPropagation()")
-   imgs[2].setAttribute("onclick", "term('jit-ex'); event.stopPropagation()")
-   </script>
-
 Website
 ===========
 



More information about the Pypy-commit mailing list