summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-24added linearizeAll in the Java APIkrasimir
2017-01-24resolve a conflict that was for some reason commited in ↵krasimir
src/runtime/java/Makefile
2017-01-19added Ice and Nno to synopsis and ResourceDemo, and updated documentationaarne
2017-01-05GF Summer school now links to the 2017 school (update from Normunds).john.j.camilleri
2016-09-21news on tech talk, nynorsk, and github mirror problems; contrib github to ↵aarne
main meny
2016-09-19python examples compatible with both Python 2 and 3prasanth.kolachina
2016-09-05BNF grammars (.bnf or .cf) can have rules without semicolons, as in the GF ↵aarne
book examples. However, if the grammar has any multiline rules, all of them must have semicolons.
2016-08-01update the Python tutorial to be compatible with Python3krasimir
2016-08-01python2 is now supported. the patch is based on a contribution from Vinit ↵krasimir
Ravishankar
2016-08-01two memory leaks in the Python bindingskrasimir
2016-07-20fix in topics.txtkrasimir
2016-07-20extended topics.txtkrasimir
2016-07-05gf.cabal: bump version to 3.8-darcshallgren
2016-06-26rbmt summer school announcementaarne
2016-06-22Final changes for the GF 3.8 releasehallgren
News item on the home page Put the download page and release notes in place. Add an entry in debian/changelog. Update the version number in gf.cabal.
2016-06-22A couple of more adjustments of the GF 3.8 release notes.hallgren
2016-06-22Some adjustments to the GF 3.8 release notes and download pagehallgren
2016-06-22some more bullets in the release noteskrasimir
2016-06-20bin/build-binary-dist.sh: fixes for the Java and Python bindings.hallgren
* Just skip the Java binding if there were errors compiling it. * Install the Python binding in the expected place on Mac OS X when creating an OS X installer package. (i.e. under /Library/Python/2.7/site-packages) Also updated the 3.8 download page and release notes to reflect the above.
2016-06-17PGFService: fix a type ambiguity when compiling without C run-time supporthallgren
The function listCaches returns an empty list instead of the contents of the cached C run-time system PGFs when compiled without C-run-time support This gave rise to an ambiguity in GF.Server.
2016-06-17Documentation updateshallgren
Remove ghc-7.4 from the list of tested/recommended versions of GHC (because of Hackage dependency problems). Recommend version 7.10.3 of the Haskell Platform. (GHC 8.0.1 works too, but I haven't tested the corresponding Haskell Platform packages.)
2016-06-17Wide Coverage Translation Demo: switch to App16.pgf (adds Russian)john.j.camilleri
2016-06-16A few documentation updateshallgren
gf.cabal: include more GHC versions in the Tested-Width field.
2016-06-16debian: add txt2tags to Build-Depends and run 'make html' as part of the buildhallgren
This is to make sure that gf-web-api.html gets included in the .deb package and is available locally in the GF cloud when running gf -server.
2016-06-16gf-web-api.t2t: document command=deptree (for word dependency diagrams)hallgren
Also add a few paragraphs listing undocumented commands and briefly describing the commands that use the C run-time system.
2016-06-16fix in the Android UIkrasimir
2016-06-16src/www/gf-web-api.t2t: Web API docs rescued from the Google Code graveyardhallgren
This is the GFWebServiceAPI.wiki rescued from the Google Code Archive, converted to txt2tags format, with an updated introduction.
2016-06-16GF home page: add new RGL languages to the listhallgren
Also a couple of fixes in release-next.t2t
2016-06-16gf.cabal: don't build pgf-shell any more, it's been superceded by gf -cshellhallgren
2016-06-16release note on new languagesaarne
2016-06-16pgf_generate_all now emits __mock_string__ instead of FOO for String literals.krasimir
2016-06-16bugfix in the load method in the Python binding. The file was never closed.krasimir
2016-06-15added a default value in dependency visualization for cases using maximum, ↵aarne
to cover the case where the list of arcs is empty
2016-06-15GF cloud: more readable formatting of the GF version pagehallgren
Factor out common CSS from gfse/editor.css into clouds.css.
2016-06-15release-next.t2t: notes about the vd and cc commandshallgren
2016-06-10release notes on RGLaarne
2016-06-10release-next.t2t: a few more noteshallgren
2016-06-09minibar: define grammar_list in config.js to restrict the grammar menuhallgren
minibar.html now reads config.js and if it defines grammar_list, only the grammars listed there will show up in the grammar menu.
2016-06-09PGF service & minibar: only show dependency diagrams if the labels are knownhallgren
+ The PGF service now reads and caches dependency label configuration files. + The grammar info returned by command=grammar has a new boolean field 'hasDependencyLabels' to indicate if dependency labels were found for the grammar. Also, command=deptree will now fail if no labels are present. + The minibar only shows word dependency trees if labels are present. + Also changed the type of getDepLabels from [String] -> Labels to String -> Labels, since all uses were in the form "getDepLabels . lines".
2016-06-09PGFService: eleminate warning "Defined but not used: ‘serverError’"hallgren
2016-06-09now a working API for complex queries in libsgkrasimir
2016-06-09bugfix in libsgkrasimir
2016-06-08Minibar: show word dependecy diagramshallgren
They are now included in the cycle of images shown when clicking on the parse tree icon.
2016-06-08PGF web service: switch to the new SVG rendering of word dependency treeshallgren
Also added the function outputText in CGIUtils.
2016-06-08PGF.VisualizeTree: add white background in the SVG rendering of dependency treeshallgren
This makes them look the same as SVG produced by graphviz
2016-06-08PGF.VisualizeTree: add SVG renderering of word dependency treeshallgren
This was done by introducing an intermediate representation for the LaTeX pictures produced by the LaTeX renderer and providing a new backend that outputs SVG instead of LaTeX.
2016-06-06Minibar: remove spaces for better Thai speech synthesishallgren
2016-06-05added PassAgentV2 to App, and the specialized syntax functions to app.probsaarne
2016-06-05Minibar: detect the language for show speech synthesis buttons in more caseshallgren
This was done to obtain speech synthesis for more languages in the Numerals grammar, which uses neither language flags nor the standard naming for concrete syntax.
2016-06-04made App into a functor to make its body easier to modify; unfortunately, ↵aarne
the import list must be copied however