Changeset 14299 for misc/runpugs/data
- Timestamp:
- 10/12/06 23:26:49 (2 years ago)
- svk:copy_cache_prev:
- 21165
- Files:
-
- 1 modified
-
misc/runpugs/data/runpugs.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
misc/runpugs/data/runpugs.html
r14266 r14299 22 22 return true; 23 23 } 24 25 24 </script> 26 27 25 </head> 28 26 <body> 29 <!--30 <body onLoad="closing=true" onUnload="if (closing){alert(42);31 window.open('feather.perl6.nl:8080/cgi-bin/runpugs?action=runpugs&sessionid='+document.terminal.sessionid.value+'&testing=1&cmd=pugs%3E%20%3Aq','newwin');}">32 -->33 27 <div id="mainwindow"> 34 28 <h1>Run Perl6 now -- in your browser!</h1> 35 <p class="warning">Thank you for trying runpugs, a web terminal for pugs.<br>36 * This is a test run, it might die unexpectedly!<br> 37 * pugs runs in safe mode<br> 38 * Unicode is not supported 29 <p>This live web terminal runs the latest developement snapshot of 30 the <a href="http://www.pugscode.org">pugs</a> interpreter for <a 31 href="http://dev.perl.org/perl6/">Perl6</a>. For more information, read <a 32 href="http://feather.perl6.nl/~andara/runpugs/">this</a>. 39 33 </p> 40 34 <form style="text-align: center" id="term" name="terminal" action="/cgi-bin/runpugs" method="POST">
