40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
<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.0.zip'>click to download windows binary</a><br>
|
|
<hr>
|
|
<b>Linux:</b> <a href='MT-1.0.0.tar.gz'>click to download linux binary</a><br>
|
|
<hr>
|
|
<b>Webstart:</b> <a href='MT.jnlp' onclick="return launchApplication('MT.jnlp');">click to launch this app as
|
|
webstart</a><br>
|
|
<hr>
|
|
<b>Embedded:</b> <a href='MT.html'>click to launch this app as embedded app</a><br>
|
|
<hr>
|
|
<br>
|
|
<b>Source code:</b> <a href='https://github.com/cromerc/fundamentos'>github</a><br>
|
|
<hr>
|
|
<b>Documetation:</b> <a href='doc/index.html'>JavaDoc</a><br>
|
|
<hr>
|
|
</body>
|
|
</html> |