diff options
| author | John J. Camilleri <john@johnjcamilleri.com> | 2018-11-27 23:12:21 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@johnjcamilleri.com> | 2018-11-27 23:12:21 +0100 |
| commit | c8eb1010c5402b73ee6d1a90b2cbf05888deeedd (patch) | |
| tree | 569ecd9edd75b5c2e34aee8d2ee3e81a6897b0db /index.html | |
| parent | 14d35c8a31d96348d951375fbc9b73fddd8495b9 (diff) | |
Remove faq. Update people page. Add SS to news.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/index.html b/index.html index 129e12d79..2621782a1 100644 --- a/index.html +++ b/index.html @@ -39,6 +39,7 @@ <ul> <li><a href="http://groups.google.com/group/gf-dev">Mailing List</a></li> <li><a href="https://github.com/GrammaticalFramework/gf-core/issues">Issue Tracker</a></li> + <li><a href="doc/gf-people.html">Authors</a></li> <li><a href="http://school.grammaticalframework.org/2018/">Summer School</a></li> </ul> </div> @@ -75,9 +76,6 @@ <ul> <li><a href="doc/gf-developers.html">Developers Guide</a></li> <!-- <li><a href="/~hallgren/gf-experiment/browse/">Browse Source Code</a></li> --> - <li><a href="doc/gf-people.html">Authors</a></li> - </ul> - <ul> <li><a href="http://hackage.haskell.org/package/gf/docs/PGF.html">PGF library API (Haskell runtime)</a></li> <li><a href="doc/runtime-api.html">PGF library API (C runtime)</a></li> <li><a href="http://hackage.haskell.org/package/gf/docs/GF.html">GF compiler API</a></li> @@ -227,6 +225,10 @@ least one, it may help you to get a first idea of what GF is. <h2>News</h2> <dl class="row"> + <dt class="col-sm-3 text-center">2018-12-03</dt> + <dd class="col-sm-9"> + <a href="http://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">2018-11-28</dt> <dd class="col-sm-9"> <strong>GF 4.0.0 released.</strong> |
