summaryrefslogtreecommitdiff
path: root/src/www/minibar/minibar-api.html
AgeCommit message (Collapse)Author
2012-09-30PGF service & minibar: put a limit on the number of parse treeshallgren
+ In the PGF web service API, the commands parse, translate and translategroup now accept a limit parameter. It limits the number of parse trees returned. If no limit is given, the behaviour is backwards compatible, i.e. no limit is applied. + In minibar, the limit is now set to 25 by default. This change is based on a suggestion by Kaarel Kaljurand.
2012-09-17minibar-api.html: documentation fixeshallgren
2012-08-27minibar documentation URL typo fixhallgren
2012-08-27minibar documentation updateshallgren
2012-06-11minibar-api.html: small documentation improvementshallgren
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.