summaryrefslogtreecommitdiff
path: root/src/runtime/javascript/minibar/saldotest.html
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-10-12 17:03:54 +0000
committerhallgren <hallgren@chalmers.se>2011-10-12 17:03:54 +0000
commit44d1a5a9f71b03d9aceeccd760a63fcdc45f8bad (patch)
treed51076a708997d6f1af6ac0deefd535bbc25f804 /src/runtime/javascript/minibar/saldotest.html
parent0aba45560d2033c37c3d2e876e6f3ef89e1554d6 (diff)
Improvements of "gf -server" mode and related setup
"gf -server" mode now contains everything needed to run the minibar and the grammar editor (including example-based grammar writing). The Setup.hs script installs the required files where gf -server can find them. These files have been moved to a new directory: src/www. The separate server program pgf-http is now obsolete.
Diffstat (limited to 'src/runtime/javascript/minibar/saldotest.html')
-rw-r--r--src/runtime/javascript/minibar/saldotest.html30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/runtime/javascript/minibar/saldotest.html b/src/runtime/javascript/minibar/saldotest.html
deleted file mode 100644
index 179c42e4d..000000000
--- a/src/runtime/javascript/minibar/saldotest.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html> <head>
-<title>Saldotest</title>
-<link rel=stylesheet type="text/css" href="minibar.css">
-<script type="text/JavaScript" src="support.js"></script>
-<script type="text/JavaScript" src="saldotest.js"></script>
-<meta name = "viewport" content = "width = device-width">
-</head>
-
-<body onload="start_saldotest();start_saldospel()">
-
-<h2>Vilket ord ska bort?</h2>
-<div id=saldospel>
-</div>
-
-<h2>Hel- och halvspöke</h2>
-<div id=saldotest>
-</div>
-
-<hr>
-<small>
-[Baserad på <a href="http://spraakbanken.gu.se/sal/ws/">SALDOs nättjänster</a>]
-</small>
-<small class=modtime>
-HTML <!-- hhmts start --> Last modified: Thu May 27 14:02:42 CEST 2010 <!-- hhmts end -->
-</small>
-<address>TH <img src="http://www.altocumulus.org/~hallgren/online.cgi?icon" alt=""></address>
-</body>
-
-</html>