mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
+ 'make install' to copy all required files to the server + configuration options and error checks in upload.cgi
43 lines
1.2 KiB
HTML
43 lines
1.2 KiB
HTML
<!DOCTYPE HTML>
|
||
<html manifest="gfse.manifest">
|
||
<head>
|
||
<title>GF online editor for simple multilingual grammars</title>
|
||
<link rel=stylesheet href="editor.css">
|
||
|
||
<link rel=author href="http://www.cse.chalmers.se/~hallgren/" title="Thomas Hallgren">
|
||
|
||
<meta name = "viewport" content = "width = device-width">
|
||
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
|
||
<meta charset="UTF-8">
|
||
|
||
</head>
|
||
|
||
<body class=hover>
|
||
|
||
<h2>GF online editor for simple multilingual grammars</h2>
|
||
<div id=editor>
|
||
</div>
|
||
<small class="hidden">
|
||
<span class=more>+</span>=Add an item,
|
||
<span class=delete>×</span>=Delete item,
|
||
<span class=edit>%</span>=Edit item.
|
||
</small>
|
||
<small class="ifhover">Hover over items for hints and editing options.</small>
|
||
|
||
<noscript>
|
||
This page does not work without JavaScript.
|
||
</noscript>
|
||
|
||
<hr>
|
||
<div class=modtime><small>
|
||
HTML
|
||
<!-- hhmts start --> Last modified: Thu Feb 17 17:45:54 CET 2011 <!-- hhmts end -->
|
||
</small></div>
|
||
<a href="about.html">About</a>
|
||
<script type="text/javascript" src="support.js"></script>
|
||
<script type="text/javascript" src="localstorage.js"></script>
|
||
<script type="text/javascript" src="gf_abs.js"></script>
|
||
<script type="text/javascript" src="editor.js"></script>
|
||
</body>
|
||
</html>
|