From 9fdcc977161073d4f7edd18f1b8e2a8c65cd1e29 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 9 Mar 2011 11:11:47 +0000 Subject: [PATCH] gfse: documentation fixes, links to MOLTO meeting slides and compiler API document --- src/editor/simple/about.html | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/editor/simple/about.html b/src/editor/simple/about.html index 910745b13..5e6b17c98 100644 --- a/src/editor/simple/about.html +++ b/src/editor/simple/about.html @@ -54,7 +54,7 @@ in the grammar display: %=Edit an item. These are revealed when hovering over items. On touch devices, hovering is in some cases simulated by tapping, but there is also a button at the bottom -of the display to "Enabile editing on touch devices" that reveals all editing +of the display to "Enable editing on touch devices" that reveals all editing symbols.

@@ -69,7 +69,7 @@ browser, so once you have opened the web page, you can At the moment, the editor supports only a small subset of the GF grammar notation. Proper error checking is done for abstract syntax, but not (yet) for concrete -syntax. The resource grammar library is not available. +syntax.

The grammars created with this editor always consists of one file for the @@ -170,9 +170,16 @@ Grammars are currently stored locally in the browser, but a future version could allow grammars to be stored "in the cloud", allowing the same grammars to be accessed from multiple devices. +

Related documents

+ +
- Last modified: Mon Mar 7 18:46:49 CET 2011 + Last modified: Wed Mar 9 12:09:09 CET 2011
TH