From ba3a497e41cbf4bcb0854f4caef5cbb489af352a Mon Sep 17 00:00:00 2001 From: "john.j.camilleri" Date: Tue, 11 Dec 2012 09:42:57 +0000 Subject: Syntax editor: add about.html (and a Makefile for generating it) --- src/www/syntax-editor/about.html | 112 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 src/www/syntax-editor/about.html (limited to 'src/www/syntax-editor/about.html') diff --git a/src/www/syntax-editor/about.html b/src/www/syntax-editor/about.html new file mode 100644 index 000000000..a05d1dd20 --- /dev/null +++ b/src/www/syntax-editor/about.html @@ -0,0 +1,112 @@ + + + + +About the syntax editor + + + + + +

GF web-based syntax editor

+

John J. Camilleri
December 2012

+

An improved version of the old syntax editor.

+

Example usage

+

See editor.html and editor_online.js.

+

Available startup options

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OptionsDescriptionDefault
target + +"editor"
initial.grammarInitial grammar URL, e.g. "http://localhost:41296/grammars/Foods.pgf" + +
initial.startcatInitial startcat(grammar default)
initial.languagesInitial linearisation languages, e.g. ["Eng","Swe","Mlt"](all)
initial.abstrInitial abstract tree (as string), e.g. "Pred (That Fish) Expensive" + +
show_grammar_menuShow grammar menu?True
show_startcat_menuShow startcat menu?True
show_to_menuShow languages menu?True
show_random_buttonShow random button?True
show_importShow import button/panel?True
show_exportShow export button?True
+

Notes

+ +

To do/feature requests

+ +

Known bugs

+ + + + + -- cgit v1.2.3