Krasimir Angelov
7288425daf
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
2018-12-20 10:55:56 +01:00
Krasimir Angelov
260c0d07e0
revert to printing the unique id in ppBracketedString
2018-12-20 10:54:04 +01:00
Krasimir Angelov
26dabeab9b
save the original concrete category in BracketedString
2018-12-20 10:52:45 +01:00
John J. Camilleri
4bda53acb7
Update PGF API link to point to 3.9, as 3.10 has no docs on Hackage
2018-12-18 22:14:32 +01:00
Aarne Ranta
54204d2d95
added the possibility to annotate features of syncat words, e.g. @"is" PresSg3
2018-12-18 18:44:02 +01:00
Aarne Ranta
9834b89a30
refactored cnc configfile parsing a bit
2018-12-18 18:30:40 +01:00
Aarne Ranta
b3a2b53df2
Merge pull request #22 from pkolachi/master
...
fix conll output in gf2ud and allow comments in dependency configs
2018-12-18 19:06:25 +02:00
Aarne Ranta
77c0a8e100
Merge branch 'master' into master
2018-12-18 19:05:42 +02:00
Prasanth Kolachina
86233e9c28
morph. feat generation by AR
2018-12-18 16:53:35 +01:00
Aarne Ranta
40e7544a2b
added morphological tags to UD tree output. Tags are give in CncConfiguration, e.g. @N Sg Pl. Default tag is Cat-offset, as defined for each Cat in pgf
2018-12-18 15:59:48 +01:00
Prasanth Kolachina
61c1510620
allow comments in dependency configs and fix conll output
2018-12-17 12:02:13 +01:00
krangelov
eb22112178
a pool where the smallest chunks are memory pages
2018-12-16 07:46:14 +01:00
John J. Camilleri
083aa96e57
TOC for Markdown should now work for both Pandoc < 2.0 and >= 2.0
...
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-10 14:25:44 +01:00
John J. Camilleri
d82a53ebc6
Replace gf-refman.html with Markdown version gf-refman.md
...
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.:
a7e43d872f/doc/gf-refman.html
2018-12-09 20:38:02 +01:00
John J. Camilleri
5006b520d1
Area under footer is all gray even on short pages
2018-12-08 14:29:43 +01:00
John J. Camilleri
f78dfe80a2
Update doc/index page
2018-12-08 14:29:02 +01:00
John J. Camilleri
44ac326da0
Regnerate HTML if template changes
2018-12-08 13:57:04 +01:00
John J. Camilleri
a8b23d52a8
Fix some invalid HTML.
2018-12-08 13:47:27 +01:00
John J. Camilleri
d880a61857
Add some documentation to update_html
2018-12-06 13:47:50 +01:00
John J. Camilleri
7bd086ba19
Case-insensitve sed replacements handled the dumb way
...
Because BSD sed != GNU sed
2018-12-06 10:18:31 +01:00
John J. Camilleri
ff0fe0a6c5
Add reference to DG in homepage footer. Spacing in top links.
2018-12-06 09:30:49 +01:00
John J. Camilleri
ef4df27d1b
Add link to open #gf in web chat
2018-12-06 09:13:52 +01:00
John J. Camilleri
e9e2bd6b89
Fix linking to chapters in gf-tutorial; Remove reference to Htmls.
2018-12-06 09:00:44 +01:00
John J. Camilleri
72a9eb0c8a
Another fake change to trigger rebuild of gf-tutorial
2018-12-05 18:14:17 +01:00
John J. Camilleri
b73f033b08
Rewrite <a name=...> to <div id=...> to preserve page anchors in Pandoc
2018-12-05 16:11:33 +01:00
John J. Camilleri
b974c09951
Update runtime-api.html to match the new visual look of the GF website
2018-12-05 15:48:07 +01:00
John J. Camilleri
159b6ee331
Fake change to trigger rebuild of gf-tutorial
2018-12-05 11:41:41 +01:00
John J. Camilleri
3dec78c21c
Clarifications on download page: binary packages include RGL
2018-12-05 08:30:25 +01:00
John J. Camilleri
6ad9bf3dbf
Add Stack files for different GHC versions
2018-12-04 10:32:26 +01:00
John J. Camilleri
ee5ac81dfc
Make GF compile with GHC 8.6.2
...
- Re-implement `Distribution.Simple.BuildPaths.exeExtension`
- Turn off `MonadFailDesugaring`
Tested with GHC:
- 7.10.3
- 8.0.2
- 8.2.2
- 8.4.3
- 8.6.2
Yay Stack!
2018-12-04 10:31:53 +01:00
Thomas Hallgren
1a842efeaf
downloads: add .deb package for Ubuntu (32-bit)
2018-12-03 16:10:01 +01:00
Thomas Hallgren
de005b9df3
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
2018-12-03 15:53:36 +01:00
Thomas Hallgren
52bc0f566e
debian/control: new dependency: pandoc
...
This should have been added before the 3.10 release
2018-12-03 15:52:52 +01:00
John J. Camilleri
b509d08cbf
Add Travis build images to release notes
2018-12-03 15:47:45 +01:00
John J. Camilleri
fd0ee2756a
Indent nested lists in Markdown by 4 spaces instead of 2
2018-12-03 15:44:44 +01:00
John J. Camilleri
34e89ac710
Put GF logo on the right again
2018-12-03 15:27:55 +01:00
John J. Camilleri
331d73b566
Update release notes RGL section (not much)
2018-12-03 15:25:05 +01:00
John J. Camilleri
8d460ac402
Update 3.10 release notes after going through all gf-core commits since 2017-08-11
2018-12-03 15:04:21 +01:00
John J. Camilleri
5546c6d6da
Update clean_html to handle markdown sources too
2018-12-03 10:49:37 +01:00
John J. Camilleri
c380288db8
Put floating logo on left
2018-12-03 10:49:15 +01:00
Thomas Hallgren
bd7bb9b34a
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
2018-12-03 01:34:49 +01:00
Thomas Hallgren
18251e57a3
debian/changelog: updated release date
2018-12-03 01:33:52 +01:00
Thomas Hallgren
d06539c35c
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
GF-3.10
2018-12-02 21:21:18 +01:00
Thomas Hallgren
60738dda6d
gf.cabal: update tested-with
2018-12-02 21:20:54 +01:00
John J. Camilleri
e628e3fe0f
Add news item for 3.10 release
2018-12-02 21:18:38 +01:00
Thomas Hallgren
769743c5c0
Minor fixes on the GF 3.10 download page
2018-12-02 15:29:55 +01:00
Thomas Hallgren
1c75d417ee
Move 3.10 download page into place, update release date
2018-12-02 15:08:40 +01:00
John J. Camilleri
5c518de0f2
Updates to download page for 3.10
2018-12-01 19:52:33 +01:00
Thomas Hallgren
e6c2c844e9
GF.Main: leave the code page unchanged on Windows
...
This should make it easier to use GF with UTF-8 in the Windows Console
See https://groups.google.com/forum/#!topic/gf-dev/DCou6FDhCnU
2018-12-01 15:53:58 +01:00
Thomas Hallgren
883a7a95a1
build-binary-dist.sh: make it easy to choose which version of ghc to use
2018-12-01 15:53:27 +01:00