mt/index.html

41 lines
1.3 KiB
HTML
Raw Permalink Normal View History

2017-07-03 20:46:11 -04:00
<html>
<title>Turing Machine</title>
<head>
<script src="https://java.com/js/dtjava.js"></script>
<script>window.dtjava || document.write('<script src="dtjava.js"><\/script>')</script>
<script>
function launchApplication(jnlpfile) {
dtjava.launch({
url: jnlpfile
},
{
javafx: '8.0+'
},
{}
);
return false;
}
</script>
</head>
<body>
<b>Turing Machine</b><br>
<b>The webstart and embedded verions require java 8 to run! It is also necessary to add cromer.cl to your
trusted sites in java settings because the java applet is unsigned.</b><br>
<hr>
<b>Windows:</b> <a href='MT-1.0.1.zip'>click to download windows binary</a><br>
2017-07-03 20:46:11 -04:00
<hr>
<b>Linux:</b> <a href='MT-1.0.1.tar.gz'>click to download linux binary</a><br>
2017-07-03 20:46:11 -04:00
<hr>
2017-07-03 21:08:09 -04:00
<b>Webstart:</b> <a href='MT.jnlp' onclick="return launchApplication('MT.jnlp');">click to launch this app as
2017-07-03 20:46:11 -04:00
webstart</a><br>
<hr>
<b>Embedded:</b> <a href='MT.html'>click to launch this app as embedded app</a><br>
<hr>
<br>
2018-08-19 16:26:55 -03:00
<b>Source code:</b> <a href='https://git.cromer.cl/UBB/mt'>git repo</a><br>
2017-07-03 20:46:11 -04:00
<hr>
<b>Documetation:</b> <a href='doc/index.html'>JavaDoc</a><br>
<hr>
</body>
2018-08-19 16:26:55 -03:00
</html>