summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-10-31Remove doc/tutorial/gf-tutorial.html from version controlJohn J. Camilleri
Checked that the t2t is still valid and html should be automatically generated. Although there is some encoding issue with this file?
2018-08-12Small fixes to gf-developers documentJohn J. Camilleri
2018-07-26Minimal update with new repo URLs & build instructionsJohn J. Camilleri
2018-07-22explain that GF_LIB_PATH can now be a colon-separated listMeng Weng Wong
2018-06-12Remove HTML files from VC which should be generated from txt2tagsJohn J. Camilleri
If these pages disappear from the web via www.grammaticalframework.org then this commit may need to be reversed
2018-06-12Minor cleanup in webpagesJohn J. Camilleri
2018-06-04* update GF modeodanoburu
- moved to new repo at https://github.com/GrammaticalFramework/gf-emacs-mode - main changes: - use utf-8 encoding for inferior gf process - add display of operation types - update links
2018-05-24(refman) update pre syntax [ci skip]odanoburu
2018-04-21rm references of lexer and unlexer flags from reference manualodanoburu
2018-04-18Make documentation about -split-pgf clearerInari Listenmaa
2017-12-06Update editor modes page for AtomJohn J. Camilleri
2017-09-06the parser in the C runtime can now detect incomplete sentences just like ↵Krasimir Angelov
the parser in the Haskell runtime. This is also reflected in all bindings.
2017-09-01complete details for the "ai" command in the C shellKrasimir Angelov
2017-09-01update documentation for HaskellKrasimir Angelov
2017-08-30change tabularLinearize in the Haskell binding to return a list instead of ↵Krasimir Angelov
map this preserves the order
2017-08-30document embedding in C#Krasimir Angelov
2017-08-30document FunctionType in C#Krasimir Angelov
2017-08-30for consistency PGF.FunctionByCategory is renamed to PGF.FunctionsByCatKrasimir Angelov
2017-08-30Updated C# documentationKrasimir Angelov
2017-08-30added graphvizAbstractTree and graphvizParseTree in JavaKrasimir Angelov
2017-08-30added checkExpr in JavaKrasimir Angelov
2017-08-30added fullFormLexicon in JavaKrasimir Angelov
2017-08-29keep the language menu in the documentation always on top.Krasimir Angelov
2017-08-29document the embedded API for JavaKrasimir Angelov
2017-08-29document the embedded grammars in Haskell & JavaKrasimir Angelov
2017-08-29document the visitor pattern in JavaKrasimir Angelov
2017-08-29a preliminary version of the C# documentationKrasimir Angelov
2017-08-29corrected and tested documentation for JavaKrasimir Angelov
2017-08-29some missing pieces of documentation for JavaKrasimir Angelov
2017-08-29final fixes for the Haskell documentationKrasimir Angelov
2017-08-29remove the TODOs from the runtime documentationKrasimir Angelov
2017-08-28more in the runtime documentationKrasimir Angelov
2017-08-24small typo in the documentationKrasimir Angelov
2017-08-24more work on the runtime documentationKrasimir Angelov
2017-08-24The documentation for the Python API is now partly ported for Haskell and JavaKrasimir Angelov
2017-06-30Updates to reflect the darcs->git move in the developer guide and the ↵Thomas Hallgren
download page & release notes for the next release
2017-02-01typo in gf-tutorial: enougo->enoughkrasimir
2017-02-01replace .gfcc with .pgf in gf-refman.htmlkrasimir
2016-08-01update the Python tutorial to be compatible with Python3krasimir
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-16A few documentation updateshallgren
gf.cabal: include more GHC versions in the Tested-Width field.
2015-09-14doc/gf-developers.t2t: script name for installing the C run-time was wrong, ↵hallgren
should be setup.sh
2015-09-14doc/gf-developers.t2t: some updateshallgren
2015-08-04Update doc/gf-help-full.txt (GF shell reference manual)hallgren
2015-07-15add the Python API tutorial to the GF home pagekrasimir
2015-06-25Documentation updates for the release of GF 3.7hallgren
2015-06-23doc/gf-developers.t2t: add a note about parallel buildshallgren
Also added a note that partial builds (cabal build rgl-none, etc) doesn't work with newer versions of cabal.
2015-06-22Remove the automatically generated doc/gf-developers.htmlhallgren
2015-01-19Change minibar URL to cloud.gf.org in QuickStart pagejohn.j.camilleri
2014-12-10make the GF logo fit precisely in a squarekr.angelov