| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-27 | Various fixes & cleanup in doc/ folder | John J. Camilleri | |
| 2018-11-27 | Work on new download page. Change 18-12 to 4.0.0 | John J. Camilleri | |
| 2018-11-27 | Check all historic download and release pages | John J. Camilleri | |
| 2018-11-27 | Minors to homepage | John J. Camilleri | |
| 2018-11-13 | Link to new synopsis page | John J. Camilleri | |
| 2018-11-09 | Remove unnecessary CSS from template | John J. Camilleri | |
| 2018-11-09 | Add 3 top buttons, responsive columns | John J. Camilleri | |
| 2018-11-08 | GF logo links to home; remove "other demos" | John J. Camilleri | |
| 2018-11-08 | Add download/index.md as demo of working Markdown rendering to HTML | John J. Camilleri | |
| Archive 3.9 pages and mark current ones for 18-12 | |||
| 2018-11-04 | New update_html runx txt2tags followed by pandoc | John J. Camilleri | |
| TODO: handle txt2tags macros in date, e.g. `%%mtime(%F)` in download/encoding-change.t2t | |||
| 2018-11-04 | Fix encoding on tutorial | John J. Camilleri | |
| 2018-11-04 | Cleanup links in homepage and footer | John J. Camilleri | |
| 2018-11-04 | Links in footer | John J. Camilleri | |
| 2018-11-04 | Comments in update_html script | John J. Camilleri | |
| 2018-11-04 | update_html also takes individual arguments | John J. Camilleri | |
| 2018-11-04 | Use Pandoc instead of txt2tags binary, much more configurable | John J. Camilleri | |
| 2018-11-02 | Merge branch 'master' into new-website | 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-10-31 | pre and post HTML templates for all txt2tags conversions | John J. Camilleri | |
| Remaining: cleaning of t2t files (remove unnecessary options) | |||
| 2018-10-31 | Refresh home page using basic Bootstrap | John J. Camilleri | |
| 2018-10-31 | Add more phony's to Makefile | John J. Camilleri | |
| 2018-10-19 | Merge pull request #10 from inariksit/master | Inari Listenmaa | |
| Add {-# LANGUAGE GADTs -#} to the generated Haskell file | |||
| 2018-10-19 | Add {-# LANGUAGE GADTs -#} to the generated Haskell file | Inari Listenmaa | |
| 2018-10-16 | gf -cshell bug fix | Thomas Hallgren | |
| The functions cExpr and hsExpr in GF.Command.Commands2 need to handle string literals. | |||
| 2018-10-15 | `cabal sdist` doesn't throw an error anymore | John J. Camilleri | |
| This was making it impossible to install gf as external source in cabal sandbox | |||
| 2018-10-15 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | Krasimir Angelov | |
| 2018-10-15 | hide the compatibility API | Krasimir Angelov | |
| 2018-10-10 | Comment out links to some old demos that no longer work | Thomas Hallgren | |
| 2018-09-21 | option rf -paragraphs | Aarne Ranta | |
| 2018-08-13 | Merge pull request #7 from odanoburu/travis-ci | John J. Camilleri | |
| add travis ci | |||
| 2018-08-12 | Small fixes to gf-developers document | John J. Camilleri | |
| 2018-08-11 | (#5) rm files from nix build | odanoburu | |
| 2018-08-11 | (#5) reintroduce make install | odanoburu | |
| 2018-08-11 | (#5) specify image version | odanoburu | |
| 2018-08-11 | (#5) no need for make install | odanoburu | |
| 2018-08-11 | (#5) add travis CI with docker | odanoburu | |
| dependencies are preinstalled in docker image for faster build, but this means we need to update it whenever dependencies change | |||
| 2018-08-08 | Remove Travis build status from homepage | John J. Camilleri | |
| 2018-08-08 | Add news item to homepage about repo split | John J. Camilleri | |
| 2018-08-06 | Merge pull request #3 from MUSTE-Project/master | Thomas H | |
| A version of `readPGF` where the user can handle reading files | |||
| 2018-08-06 | A version of `readPGF` where the user handles the IO. | Frederik Hanghøj Iversen | |
| 2018-07-31 | gf.cabal: expose GF.Text.Lexing, needed by gf-server.cabal | Thomas Hallgren | |
| 2018-07-31 | gf-server.cabal: relax network version bounds and make building the library ↵ | Thomas Hallgren | |
| and pgf-service executable optional This allows you to build the content-service without installing the problematic fastcgi library. | |||
| 2018-07-26 | Update README | John J. Camilleri | |
| 2018-07-26 | Minimal update with new repo URLs & build instructions | John J. Camilleri | |
| 2018-07-26 | Fixes for buildWeb | John J. Camilleri | |
| 2018-07-25 | [GF Split] Post-split updates | John J. Camilleri | |
| 2018-07-22 | Merge pull request #8 from legalese/GF_LIB_PATH | John J. Camilleri | |
| GF_LIB_PATH can now be path1:path2:path3, not just 1path | |||
| 2018-07-22 | explain that GF_LIB_PATH can now be a colon-separated list | Meng Weng Wong | |
| 2018-07-22 | GF_LIB_PATH can now be path1:path2:path3, not just path1 | meng wong | |
| Traditionally, GF_LIB_PATH points to something like `.../share/ghc-8.0.2-x86_64/gf-3.9/lib` and if you want prelude and alltenses and present, you add a `--# -path=.:present` compiler pragma to the top of your .gf file But if you are developing some kind of application grammar library or contrib of your own, you might find yourself repeating your library path at the top of all your .gf files. After painstakingly maintaining the same library path at the top of all your .gf files, you might say, let's factor this out into GF_LIB_PATH. Then you might then find to your surprise that GF_LIB_PATH doesn't accept the usual colon:separated:path notation familiar from, say, unix PATH and MANPATH. This patch allows you to define `GF_LIB_PATH=gf-3.9.lib:$HOME/gf-contrib/whatever/lib` in a more natural way. If you are an RGL hacker and have your own version of the RGL tree sitting somewhere, you should be able to have both paths in the GF_LIB_PATH, for added convenience. This minor convenience will probably lead to obscure bugs and great frustration when you find that your changes are mysteriously not being picked up by GF; so keep this in mind and use it cautiously. This caution should probably sit in the documentation somewhere. A subsequent commit will do that. If you use zsh, you can do this to quickly build up a big GF_LIB_PATH: % gf_lib_path=( $HOME/src/GF/lib/src/{api,abstract,common,english,api/libraryBrowser,prelude,..} ) % typeset -xT GF_LIB_PATH gf_lib_path | |||
| 2018-07-19 | WebSetup: fail silently when example grammars don't build | John J. Camilleri | |
| Also used installed RGL not built | |||
