diff --git a/src/runtime/javascript/minibar/about.html b/src/runtime/javascript/minibar/about.html
index ceb18daf1..a7f275869 100644
--- a/src/runtime/javascript/minibar/about.html
+++ b/src/runtime/javascript/minibar/about.html
@@ -26,10 +26,10 @@ Some implementation details:
and Android Opera Mini 4.2.
It does not seem work in Internet Explorer 7
- (there are both styling and scripting issues).
+ (there are both styling and scripting issues). There seems to be some rendering bugs
+ in Chrome 5.0.342.9 β.
The implementation consist of two JavaScript files:
- minibar.js (186 lines)
- and support.js (147 lines).
+ minibar.js and support.js
The latter is also used in a small web app based on the
SALDO web services.
To access the GF web service, it uses the
@@ -60,11 +60,29 @@ Some implementation details:
you can click on to see a drawing of an abstract syntax tree or a parse tree. If you click
on a drawing it collapses back into a tree icon.
+Work in progress:
+
+ - [Added 2010-04-09] Preparations to support different ways to access the grammar:
+ currently we access a PGF server via JSONP, but I would also like to support AJAX,
+ and local/downloaded JavaScript grammars.
+
- [Added 2010-04-19] A text entry field appears when you click in
+ the sentence area (with a dashed border). This allows you to enter words by typing on
+ the keyboard. As you start typing word magnets that don't match what you are typing
+ are removed. When only one magnet remains, you can press enter to complete the word.
+
- [Added 2010-04-19] There is a menu for choosing the output language:
+ you can pick "All" to translate to all available languages, or pick one particular
+ language.
+
- [Added 2010-04-19] You can pass options to the function
start_minibar
+ to customize the user interface. The default is
+ {show_abstract:true,show_trees:true} to show the abstract syntax of parsed
+ sentences, and to show icons that expand to syntax/parse trees next each translation.
+ These features can be turned off by setting the fields to false.
+
TH
- Last modified: Thu Mar 25 15:06:22 CET 2010
+ Last modified: Mon Apr 19 18:43:48 CEST 2010