Minor doc updates

master
Hauke D 7 years ago
parent 3040ee0f3c
commit 8d4ac5a988

@ -362,6 +362,8 @@ if ($needs_reconfig || !-e $destdir || $opts{remakeout}) {
safelink( $C{PERLSRCDIR}->file('ext','WebPerl','WebPerl.pm'),
$destdir->file('lib','5.28.0','wasm','WebPerl.pm') ); #TODO: should figure this directory out dynamically
#TODO Later: Provide an easy way for users to add files to the virtual file system
say STDERR "# Done rebuilding $destdir";
}

@ -197,7 +197,10 @@ function final_init () { // Called when Perl goes to Ready state
</head>
<body>
<div class="border text" style="text-align:center"><small>Really Simple Mini IDE as a Demo for <a href="http://webperl.zero-g.net" target="_blank">WebPerl</a></small></div>
<div class="border text" style="text-align:center"><small>
Really Simple Mini IDE as a Demo for <a href="http://webperl.zero-g.net" target="_blank">WebPerl</a>
- <a href="http://webperl.zero-g.net/using.html#the-mini-ide" target="_blank"><b>Documentation</b></a>
</small></div>
<div class="border">
<textarea id="ide" rows="24" cols="80"></textarea>

Loading…
Cancel
Save