diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-11-13 15:14:49 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-11-13 15:14:49 +0000 |
| commit | 5c8c1f768fae242ba659d4b6a3696336042e0b1c (patch) | |
| tree | 463f4007559a5b43cc3f789dd0e21b6a72b981fd /src/www/index.html | |
| parent | 27e675910a88fec3d7f0cc0ac6020d86f1089fe7 (diff) | |
Add first demo of new syntax editor
As part of the GF cloud stuff, it can be accessed from
http://cloud.grammaticalframework.org/syntax-editor/editor.html
Diffstat (limited to 'src/www/index.html')
| -rw-r--r-- | src/www/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/www/index.html b/src/www/index.html index df50c4dbe..c1e62bf45 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -13,6 +13,7 @@ <ul> <li><a href="minibar/minibar.html">Minibar</a> + <li><a href="syntax-editor/editor.html">Syntax Editor (beta)</a> <li><a href="TransQuiz/translation_quiz.html">Translation Quiz</a> <li><a href="gfse/">GF online editor for simple multilingual grammars</a> <li><a href="translator/">Simple Translation Tool</a> @@ -33,4 +34,4 @@ <hr> <a href="http://www.grammaticalframework.org/">www.grammaticalframework.org</a> -<div class=modtime><small><a href="/version">GF version</a></small></div>
\ No newline at end of file +<div class=modtime><small><a href="/version">GF version</a></small></div> |
