summaryrefslogtreecommitdiff
path: root/examples/letter/editor/editor.html
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-07-04 10:09:58 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2018-07-04 10:09:58 +0200
commitc6f4edaea5f1074ba682fac5d711016f0136998f (patch)
treebb49b8bac2e3cafd3c1f997115bf5bb841554eab /examples/letter/editor/editor.html
parent00476ae38687fb7d33081130822cbd4e8f34cfd3 (diff)
Remove examples directory; these now live in gf-contrib
All changes have been reflected in the gf-contrib repository: https://github.com/GrammaticalFramework/gf-contrib Now, for WebSetup to build the example grammars, one must have gf-contrib cloned in the same top-level directory as GF. When this isn't the case, WebSetup displays a notice without failing.
Diffstat (limited to 'examples/letter/editor/editor.html')
-rw-r--r--examples/letter/editor/editor.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/letter/editor/editor.html b/examples/letter/editor/editor.html
deleted file mode 100644
index 5c9aa4fc5..000000000
--- a/examples/letter/editor/editor.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
- <link rel="stylesheet" type="text/css" href="style.css" />
- <script type="text/javascript" src="gflib.js"></script>
- <script type="text/javascript" src="editorGrammar.js"></script>
- <script type="text/javascript" src="grammar.js"></script>
- <script type="text/javascript" src="gfjseditor.js"></script>
- <title>Web-based Syntax Editor</title>
- </head>
- <body onload="mkEditor('editor',Letter)" onkeydown="hotKeys(event)">
- <div id="editor">
- </div>
- </body>
-</html>