Announce online version

This commit is contained in:
Sei Lisa 2017-05-07 16:35:49 +02:00
parent aad4978fb7
commit 259959b43e

View file

@ -21,6 +21,10 @@ h1 { background: #2080C0; color: white; padding:25px 5% 8px; margin: 4% 7% 0px;
<div id="textcontainer">
<h2>NEW! Online version</h2>
<p>There is now an online version that you can try, here: <a href="online.php?">LSL-PyOptimizer online</a></p>
<h2><a id="introduction"></a>Introduction</h2>
<p><b>LSL PyOptimizer</b> is a LSL2 script optimizer written in Python 2. Currently it only supports code memory optimization (no speed optimization), only for Mono (no LSO), and only for the Second Life flavour of LSL (no OpenSim etc.).</p>