summaryrefslogtreecommitdiff
path: root/src/www/minibar/gf-web-api-examples.html
AgeCommit message (Collapse)Author
2012-11-20GF cloud: move gf-web-api-examples.html out of minibar directoryhallgren
2012-11-20GF cloud: move support.js and pgf_online.jshallgren
Created the folder js and moved minibar/support.js and minibar/pgf_online.js there, to emphasize their status as app independent support libraries. There are probably more files that should be moved here. The cloud apps have been updated, externally hosted apps that link directly to our server need to be updated too.
2012-11-17GF web service API examples: update examples of the browse commandhallgren
Also some style tweaks.
2012-11-17GF web service API examples: added the "abstrjson" commandhallgren
It converts an abstract syntax tree (represented as a string) to a JSON structure. Also some HTML code cleanup.
2012-04-10minibar/pgf_online.js: pass arguments to the browse function in the same way ↵hallgren
as the other functions Also document it in gf-web-api-examples.html.
2011-10-18minibar: adding a start category menuhallgren
+ The start category menu can be turned off by passing the option {startcat_menu:false} when starting the minibar. + Documentation updates.
2011-10-12Improvements of "gf -server" mode and related setuphallgren
"gf -server" mode now contains everything needed to run the minibar and the grammar editor (including example-based grammar writing). The Setup.hs script installs the required files where gf -server can find them. These files have been moved to a new directory: src/www. The separate server program pgf-http is now obsolete.