diff options
| -rw-r--r-- | index.html | 41 |
1 files changed, 11 insertions, 30 deletions
diff --git a/index.html b/index.html index 6bf896c28..91848da60 100644 --- a/index.html +++ b/index.html @@ -219,7 +219,16 @@ least one, it may help you to get a first idea of what GF is. or <a href="https://www.grammaticalframework.org/irc/?C=M;O=D">browse the channel logs</a>. </p> <p> - If you have a larger question which the community may benefit from, we recommend you ask it on the <a href="http://groups.google.com/group/gf-dev">mailing list</a>. + The is also a <a href="https://discord.gg/EvfUsjzmaz">GF server on Discord</a>. + </p> + + <p> + For bug reports and feature requests, please create an issue on the + <a href="https://github.com/GrammaticalFramework/gf-core/issues">GF Core</a> or + <a href="https://github.com/GrammaticalFramework/gf-rgl/issues">RGL</a> repositories. + + For programming questions, consider asking them on <a href="https://stackoverflow.com/questions/tagged/gf">Stack Overflow with the <code>gf</code> tag</a>. + If you have a more general question to the community, we recommend you ask it on the <a href="http://groups.google.com/group/gf-dev">mailing list</a>. </p> </div> @@ -244,34 +253,6 @@ least one, it may help you to get a first idea of what GF is. <dd class="col-sm-9"> <a href="https://www.mitpressjournals.org/doi/pdf/10.1162/COLI_a_00378">Abstract Syntax as Interlingua</a>: Scaling Up the Grammatical Framework from Controlled Languages to Robust Pipelines. A paper in Computational Linguistics (2020) summarizing much of the development in GF in the past ten years. </dd> - <dt class="col-sm-3 text-center text-nowrap">2018-12-03</dt> - <dd class="col-sm-9"> - <a href="//school.grammaticalframework.org/2018/">Sixth GF Summer School</a> in Stellenbosch (South Africa), 3–14 December 2018 - </dd> - <dt class="col-sm-3 text-center text-nowrap">2018-12-02</dt> - <dd class="col-sm-9"> - <strong>GF 3.10 released.</strong> - <a href="download/release-3.10.html">Release notes</a> - </dd> - <dt class="col-sm-3 text-center text-nowrap">2018-07-25</dt> - <dd class="col-sm-9"> - The GF repository has been split in two: - <a href="https://github.com/GrammaticalFramework/gf-core">gf-core</a> and - <a href="https://github.com/GrammaticalFramework/gf-rgl">gf-rgl</a>. - The original <a href="https://github.com/GrammaticalFramework/GF">GF</a> repository is now archived. - </dd> - <dt class="col-sm-3 text-center text-nowrap">2017-08-11</dt> - <dd class="col-sm-9"> - <strong>GF 3.9 released.</strong> - <a href="download/release-3.9.html">Release notes</a> - </dd> - <dt class="col-sm-3 text-center text-nowrap">2017-06-29</dt> - <dd class="col-sm-9"> - GF is moving to <a href="https://github.com/GrammaticalFramework/GF/">GitHub</a>.</dd> - <dt class="col-sm-3 text-center text-nowrap">2017-03-13</dt> - <dd class="col-sm-9"> - <a href="//school.grammaticalframework.org/2017/">GF Summer School</a> in Riga (Latvia), 14-25 August 2017 - </dd> </dl> <h2>Projects</h2> @@ -341,7 +322,7 @@ least one, it may help you to get a first idea of what GF is. Libraries are at the heart of modern software engineering. In natural language applications, libraries are a way to cope with thousands of details involved in syntax, lexicon, and inflection. The - <a href="lib/doc/synopsis/index.html">GF resource grammar library</a> has + <a href="lib/doc/synopsis/index.html">GF resource grammar library</a> (RGL) has support for an increasing number of languages, currently including Afrikaans, Amharic (partial), |
