| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-12 | Remove outdated advice on producing Haskell file | Inari Listenmaa | |
| 2019-05-20 | Update link to RGL tutorial (now HTML version) | John J. Camilleri | |
| 2019-05-06 | Merge pull request #42 from gear0/master | John J. Camilleri | |
| corrected some minor typos in reference manual | |||
| 2019-05-05 | corrected some minor typos in reference manual | gear0 | |
| 2019-05-03 | (doc) Update path to gflib.js | Inari Listenmaa | |
| 2019-05-03 | gf-tutorial: fix link to JavaScript translator demo | Thomas Hallgren | |
| After fixing trivial problem in translator.html, the demo works, but the example grammar contains only one langauge, so it is not so interesting. translator.html is located in src/runtime/javascript. The editor.html in the same location also works. | |||
| 2019-04-29 | started collecting error messages in order to explain them | Aarne Ranta | |
| 2018-12-22 | Change refs from RGL's Make.* to Setup.* in dev guide | John J. Camilleri | |
| 2018-12-10 | TOC for Markdown should now work for both Pandoc < 2.0 and >= 2.0 | John J. Camilleri | |
| The use of $toc$ and $table-of-contents$ flags changed, see: https://pandoc.org/releases.html#pandoc-2.0-29-oct-2017 under "Behaviour changes" | |||
| 2018-12-09 | Replace gf-refman.html with Markdown version gf-refman.md | John J. Camilleri | |
| The raw HTML was invalid, and this way we use the common website template for a uniform look without any duplication. It seems gf-refman.html was once generated from txt2tags, although I have been unable to find this original .t2t file. I also tried to re-generate txt2tags from HTML but was not able to. However I was able to convert HTML to Markdown using Pandoc and I think the result is pretty good, so I think we should use this. The original gf-refman.html can be obtained from git history, e.g.: https://github.com/GrammaticalFramework/gf-core/blob/a7e43d872f5e612f93131f2d8caf811fbee9aa83/doc/gf-refman.html | |||
| 2018-12-08 | Update doc/index page | John J. Camilleri | |
| 2018-12-06 | Fix linking to chapters in gf-tutorial; Remove reference to Htmls. | John J. Camilleri | |
| 2018-12-05 | Another fake change to trigger rebuild of gf-tutorial | John J. Camilleri | |
| 2018-12-05 | Update runtime-api.html to match the new visual look of the GF website | John J. Camilleri | |
| 2018-12-05 | Fake change to trigger rebuild of gf-tutorial | John J. Camilleri | |
| 2018-11-29 | Remove some t2t frontmatter from shell-reference, to trigger update | John J. Camilleri | |
| 2018-11-29 | Remove t2t frontmatter from gf-editor-modes | John J. Camilleri | |
| Trying to force a rebuild | |||
| 2018-11-28 | Merge branch 'new-website' | John J. Camilleri | |
| 2018-11-28 | Page uses available width better, no jumping margins | John J. Camilleri | |
| 2018-11-28 | Update top links and footer during hackathon | John J. Camilleri | |
| 2018-11-28 | add a few missing special tokens to the reference | Krasimir Angelov | |
| 2018-11-27 | Make refman look up-to-date ish | John J. Camilleri | |
| 2018-11-27 | Remove faq. Update people page. Add SS to news. | John J. Camilleri | |
| 2018-11-27 | Various fixes & cleanup in doc/ folder | John J. Camilleri | |
| 2018-11-04 | Fix encoding on tutorial | John J. Camilleri | |
| 2018-11-04 | Use Pandoc instead of txt2tags binary, much more configurable | John J. Camilleri | |
| 2018-10-31 | Remove doc/tutorial/gf-tutorial.html from version control | John 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-12 | Small fixes to gf-developers document | John J. Camilleri | |
| 2018-07-26 | Minimal update with new repo URLs & build instructions | John J. Camilleri | |
| 2018-07-22 | explain that GF_LIB_PATH can now be a colon-separated list | Meng Weng Wong | |
| 2018-06-12 | Remove HTML files from VC which should be generated from txt2tags | John J. Camilleri | |
| If these pages disappear from the web via www.grammaticalframework.org then this commit may need to be reversed | |||
| 2018-06-12 | Minor cleanup in webpages | John J. Camilleri | |
| 2018-06-04 | * update GF mode | odanoburu | |
| - 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-21 | rm references of lexer and unlexer flags from reference manual | odanoburu | |
| 2018-04-18 | Make documentation about -split-pgf clearer | Inari Listenmaa | |
| 2017-12-06 | Update editor modes page for Atom | John J. Camilleri | |
| 2017-09-06 | the 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-01 | complete details for the "ai" command in the C shell | Krasimir Angelov | |
| 2017-09-01 | update documentation for Haskell | Krasimir Angelov | |
| 2017-08-30 | change tabularLinearize in the Haskell binding to return a list instead of ↵ | Krasimir Angelov | |
| map this preserves the order | |||
| 2017-08-30 | document embedding in C# | Krasimir Angelov | |
| 2017-08-30 | document FunctionType in C# | Krasimir Angelov | |
| 2017-08-30 | for consistency PGF.FunctionByCategory is renamed to PGF.FunctionsByCat | Krasimir Angelov | |
| 2017-08-30 | Updated C# documentation | Krasimir Angelov | |
| 2017-08-30 | added graphvizAbstractTree and graphvizParseTree in Java | Krasimir Angelov | |
| 2017-08-30 | added checkExpr in Java | Krasimir Angelov | |
| 2017-08-30 | added fullFormLexicon in Java | Krasimir Angelov | |
| 2017-08-29 | keep the language menu in the documentation always on top. | Krasimir Angelov | |
| 2017-08-29 | document the embedded API for Java | Krasimir Angelov | |
