Changeset 14299 for misc/runpugs/data

Show
Ignore:
Timestamp:
10/12/06 23:26:49 (2 years ago)
Author:
andara
svk:copy_cache_prev:
21165
Message:

[runpugs]
-added info page, small change to front page

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • misc/runpugs/data/runpugs.html

    r14266 r14299  
    2222return true; 
    2323} 
    24  
    2524</script> 
    26  
    2725</head> 
    2826<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 --> 
    3327<div id="mainwindow"> 
    3428<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 
     30the <a href="http://www.pugscode.org">pugs</a> interpreter for <a 
     31href="http://dev.perl.org/perl6/">Perl6</a>. For more information, read <a 
     32href="http://feather.perl6.nl/~andara/runpugs/">this</a>. 
    3933</p> 
    4034<form style="text-align: center" id="term" name="terminal" action="/cgi-bin/runpugs" method="POST">