~ubuntu-branches/ubuntu/karmic/pypy/karmic

« back to all changes in this revision

Viewing changes to pypy/translator/js/examples/data/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Alexandre Fayolle
  • Date: 2007-04-13 09:33:09 UTC
  • Revision ID: james.westby@ubuntu.com-20070413093309-yoojh4jcoocu2krz
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
  <title>pypy.js various demos</title>
 
4
  <script src="source.js"></script>
 
5
  <link href="style.css" media="screen" rel="stylesheet" type="text/css"/>
 
6
</head>
 
7
<body>
 
8
  <a id="mainlink" href="http://codespeak.net/pypy/"><img alt="PyPy" height="110" id="pyimg" src="py_web1.png" width="149"/></a>
 
9
 
 
10
  <div id="metaspace">
 
11
    <h1 class="title">PyPy[js]</h1>
 
12
    <div class="menubar">
 
13
      <a href="/console">Python consoles</a> - <a href="http://play1.codespeak.net:8058/">ANSI terminal</a> - <a href="/bnb">Bub'n'Bros JavaScript version</a>
 
14
    </div>
 
15
  </div>
 
16
 
 
17
  <div id="main">
 
18
  <p>This site presents various demos created with
 
19
  <a href="http://codespeak.net/pypy/">PyPy's</a> compiler toolchain
 
20
  to generate JavaScript code out of
 
21
  <a href="http://codespeak.net/pypy/dist/pypy/doc/coding-guide.html#restricted-python">RPython</a>.</p>
 
22
 
 
23
  <p>It also allows you to play with PyPy's unique features on consoles
 
24
  presenting a PyPy standard interpreter translated to C or
 
25
  CLI (.NET, running Mono), forwarded from the server.
 
26
  On each console there is
 
27
  a little help box which explains the features.
 
28
  </p>
 
29
 
 
30
  <p>The demos should work under Firefox, Mozilla and Opera.  Support for
 
31
  other browsers is uncertain.  The Bub'n'Bros demo is only known to work
 
32
  with Firefox so far.</p>
 
33
 
 
34
  <p><b>Note: these demos are set up on a replicable Xen instance, but
 
35
  please do not vandalise the machine, otherwise we will be forced to
 
36
  take it down.</b></p>
 
37
  </div>
 
38
</body>
 
39
</html>