John J. Camilleri
9533edc3ca
Merge pull request #128 from GrammaticalFramework/windows-binary
...
Fixes to building Windows binary
2021-07-23 15:55:37 +02:00
John J. Camilleri
6077d5dd5b
Merge pull request #124 from GrammaticalFramework/cabal-cleanup
...
More cabal file cleanup
2021-07-08 08:56:31 +02:00
John J. Camilleri
e2e5033075
Merge pull request #122 from 2jacobtan/master
...
specify version bounds in *.cabal files
2021-07-06 14:31:29 +02:00
John J. Camilleri
3df04295d9
Merge pull request #120 from GrammaticalFramework/haskell-export
...
Add --haskell=pgf2 flag
2021-07-02 09:00:45 +02:00
John J. Camilleri
cf9afa8f74
Update README.md
...
Add `stack install` as alternative to `cabal install`
2021-06-23 09:20:44 +02:00
John J. Camilleri
91d2ecf23c
Update RELEASE.md
...
Add link to gf maintainers on Hackage.
2021-06-23 09:16:03 +02:00
John J. Camilleri
8206143328
Merge pull request #106 from GrammaticalFramework/stack-yaml-symlink
...
In the end, just some minor additions to Stack files. See discussion for more.
2021-06-22 13:37:13 +02:00
John J. Camilleri
7042768054
Merge pull request #107 from GrammaticalFramework/pgf2-complete
...
Add complete function to PGF2
2021-05-03 22:49:31 +02:00
John J. Camilleri
491084e38e
Merge pull request #88 from GrammaticalFramework/build-binary-packages
...
Build binary packages
2020-11-30 22:00:00 +01:00
John J. Camilleri
db5ee0b66a
Merge pull request #78 from anka-213/solve-syntax-error-bug
...
Fix syntax error problem for older versions of GHC
2020-10-09 11:56:21 +02:00
John J. Camilleri
6c54e5b63c
Merge pull request #71 from anka-213/fix-newer-cabal
...
Fix support for newer stackage snapshots
2020-09-14 22:42:37 +02:00
John J. Camilleri
e10bb790cb
Merge pull request #69 from GrammaticalFramework/pgf2-hackage
...
Update pgf2 metadata for uploading to Hackage
Even though this isn't able to package the C runtime itself into the Haskell package, I think these changes are still worth merging into master.
2020-08-03 10:53:51 +02:00
John J. Camilleri
47d1da0845
Merge pull request #65 from GrammaticalFramework/build-debian-package
...
Build Debian package via GitHub action
2020-07-07 12:02:35 +02:00
John J. Camilleri
ac1f304722
Merge pull request #42 from gear0/master
...
corrected some minor typos in reference manual
2019-05-06 08:11:02 +02:00
John J. Camilleri
e628e3fe0f
Add news item for 3.10 release
2018-12-02 21:18:38 +01:00
John J. Camilleri
fe7d01f7e3
Minors in footer
2018-11-28 22:34:04 +01:00
John J. Camilleri
a7e43d872f
Merge branch 'new-website'
2018-11-28 22:22:41 +01:00
John J. Camilleri
d6fc50b40b
Hide release announcement from homepage news
2018-11-28 22:21:56 +01:00
John J. Camilleri
9e02319b6d
Better responsiveness, homepage and footer
2018-11-28 22:14:58 +01:00
John J. Camilleri
6278deb7a2
Page uses available width better, no jumping margins
2018-11-28 21:51:16 +01:00
John J. Camilleri
07768ba4c4
Revert "Completely remove uses of example-based"
...
This reverts commit 69cea20dac .
2018-11-28 19:23:05 +01:00
John J. Camilleri
e2401f32ca
Revert "remove the example-based folder. The code is still in the archive"
...
This reverts commit 05c2cfb628 .
2018-11-28 19:22:19 +01:00
John J. Camilleri
69cea20dac
Completely remove uses of example-based
2018-11-28 18:09:56 +01:00
John J. Camilleri
b1611eccd8
Make refman look up-to-date ish
2018-11-27 23:27:16 +01:00
John J. Camilleri
c8eb1010c5
Remove faq. Update people page. Add SS to news.
2018-11-27 23:12:21 +01:00
John J. Camilleri
14d35c8a31
Various fixes & cleanup in doc/ folder
2018-11-27 22:51:44 +01:00
John J. Camilleri
9bf5c98509
Work on new download page. Change 18-12 to 4.0.0
2018-11-27 22:36:57 +01:00
John J. Camilleri
8821f8baa8
Check all historic download and release pages
2018-11-27 22:14:01 +01:00
John J. Camilleri
8a45d23d63
Minors to homepage
2018-11-27 21:58:19 +01:00
John J. Camilleri
50e1e7b17e
Merge pull request #7 from odanoburu/travis-ci
...
add travis ci
2018-08-13 08:46:09 +02:00
John J. Camilleri
895b479564
Merge pull request #8 from legalese/GF_LIB_PATH
...
GF_LIB_PATH can now be path1:path2:path3, not just 1path
2018-07-22 14:48:44 +02:00
John J. Camilleri
6a8d0038ed
Merge pull request #46 from odanoburu/construct
...
(Eng) use Extend instead of Extra in Construction
2018-07-17 16:32:36 +02:00
John J. Camilleri
bb5b21b925
Rename README to README.md
2018-05-03 11:03:56 +02:00
John J. Camilleri
eabaa54a23
Merge pull request #14 from mbrock/master
...
Add a Travis configuration for checking that new commits build correctly
2018-05-03 10:41:59 +02:00
John J. Camilleri
98db9a257f
Update editor modes page for Atom
2017-12-06 10:35:28 +01:00
John J. Camilleri
2da722d930
Add cabal sandbox files to .gitignore
2017-11-27 09:50:51 +01:00
john
9b49608451
PGF web service: Return additional completion info with 'full' flag
...
BETA! The 'complete' command now has a new flag 'full' which when set
returns additional info about completions.
Without 'full' flag (default):
[
{
"from": "PhrasebookEng",
"brackets": {
"cat": "_",
"fid": 0,
"index": 0,
"fun": "_",
"children": [
{
"token": "the"
}
]
},
"text": "su",
"completions": [
"supermarket",
"suspect"
]
}
]
With full=true or full=yes:
[
{
"from": "PhrasebookEng",
"brackets": {
"cat": "_",
"fid": 0,
"index": 0,
"fun": "_",
"children": [
{
"token": "the"
}
]
},
"text": "su",
"completions": [
{
"token": "supermarket",
"funs": [
{
"fid": 421,
"fun": "Supermarket",
"hyps": [],
"cat": "PlaceKind"
}
]
},
{
"token": "suspect",
"funs": [
{
"fid": 445,
"fun": "Suspect",
"hyps": [],
"cat": "Property"
}
]
}
]
}
]
2014-07-11 09:25:26 +00:00
john
7c98267193
Add INSTALL file for python bindings. Add note about libtool to INSTALL of c runtime
2013-08-23 13:06:58 +00:00
john
3bf505d375
Update Maltese Foods grammar
...
In preparation for presentation at Maltese Linguistics conference next week.
2013-06-11 09:05:13 +00:00
john
dafc992b7e
Maltese RG: first proper release
...
Of course some bugs remain and more testing is needed,
but all functions are complete and Maltese now builds as part
of the normal GF install.
2013-06-10 21:37:10 +00:00
john
12424fe1f2
Summer school page: add link to Google Group
2013-05-30 07:01:18 +00:00
john
261594cc5a
Summer school page: udpate with directions from Hans
2013-05-30 06:56:55 +00:00
john
b9f530a805
Update summer school page
2013-04-13 13:21:03 +00:00