Changeset 14850 for misc/runpugs
- Timestamp:
- 11/28/06 11:16:36 (2 years ago)
- Location:
- misc/runpugs
- Files:
-
- 5 added
- 2 modified
-
cgi-bin/runpugs (modified) (1 diff)
-
cgi-bin/runpugs3 (added)
-
data/runpugs2s.html (modified) (1 diff)
-
data/runpugs3.html (added)
-
htdocs/runpugs (added)
-
htdocs/runpugs/docs.html (added)
-
htdocs/runpugs/index.html (added)
Legend:
- Unmodified
- Added
- Removed
-
misc/runpugs/cgi-bin/runpugs
r14733 r14850 48 48 $motd=' 49 49 <p class="warning">Please test the <em>development version</em> of <tt>runpugs</tt>: try the <a 50 href="http://feather.perl6.nl:8080/ cgi-bin/runpugs2">interactive session</a>50 href="http://feather.perl6.nl:8080/runpugs/">interactive session</a> 51 51 with <em>command history</em> or <a 52 52 href="http://feather.perl6.nl:8080/cgi-bin/runpugs2?ia=0">run a full Perl 6 script</a>.</p> -
misc/runpugs/data/runpugs2s.html
r14733 r14850 99 99 document.terminal.output.scrollTop =document.terminal.output.scrollHeight; 100 100 </script> 101 <p>This live web interface runs the <a href="http://www.pugscode.org"> pugs</a>101 <p>This live web interface runs the <a href="http://www.pugscode.org">Pugs</a> 102 102 interpreter for <a 103 103 href="http://dev.perl.org/perl 6/">Perl 6</a>. Please <a
