From d0e728d1a85a6bac76664d61779dd52d02bcfaa2 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 20 Apr 2009 08:28:22 +0000 Subject: [PATCH] documentation before on-line course --- README | 3 +-- index.html | 34 ++++++++++++++++++++++------------ index.txt | 17 +++++++++++++++++ src/INSTALL | 4 ++-- 4 files changed, 42 insertions(+), 16 deletions(-) diff --git a/README b/README index 6de32b197..a42ba9bfd 100644 --- a/README +++ b/README @@ -28,7 +28,6 @@ GF particularly addresses four aspects of grammars: * embeddability in programs written in other languages (C,C++, Haskell, Java, JavaScript) -INSTALLATION of binary distribution: see INSTALL -INSTALLATION of source distribution: +COMPILATION and INSTALLATION of source distribution: See src/INSTALL for installation instructions. diff --git a/index.html b/index.html index c236caf66..60544772d 100644 --- a/index.html +++ b/index.html @@ -2,8 +2,7 @@ - - + @@ -54,6 +53,27 @@ June 2008

News

+20 April 2009: +On-line course "GF for Resource Grammar Writers" starting today at 15.30. See the +Summer School Google Group +for instructions how to start. +

+

+3 April 2009: +Two demos and one talk on GF at EACL in Athens. +

+

+20 February 2009: +GF Resource Grammar Summer School +in Gothenburg, 17-28 August 2009. +

+

+4 November 2008: +GHC 6.10 released, but it doesn't work with GF sources yet. +If compiling GF from source, use e.g. +GHC 6.8.3. +

+

15 August 2008: Numeral translator for the iPhone

@@ -214,14 +234,4 @@ are welcome! - - - diff --git a/index.txt b/index.txt index 10d564b59..d549a5f96 100644 --- a/index.txt +++ b/index.txt @@ -50,6 +50,23 @@ June 2008 ==News== +20 April 2009: +On-line course "GF for Resource Grammar Writers" starting today at 15.30. See the +[Summer School Google Group http://groups.google.com/group/gf-resource-school-2009] +for instructions how to start. + +3 April 2009: +Two demos and one talk on GF at [EACL http://www.eacl2009.gr/conference/] in Athens. + +20 February 2009: +[GF Resource Grammar Summer School doc/gf-summerschool.html] +in Gothenburg, 17-28 August 2009. + +4 November 2008: +GHC 6.10 released, but it doesn't work with GF sources yet. +If compiling GF from source, use e.g. +[GHC 6.8.3 http://haskell.org/ghc/download_ghc_683.html]. + 15 August 2008: [Numeral translator for the iPhone demos/index-numbers.html] diff --git a/src/INSTALL b/src/INSTALL index 2a37e815a..320ea3efc 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -6,8 +6,8 @@ To make and install GF (Updated for version 2.4 and 3.0beta). tar xvfz GF-2.4.tgz cd GF-2.4/src -3. Make sure you have GHC (Glasgow Haskell Compiler), version 6.4 or later. - In Windows, you also need Cygwin. +3. Make sure you have GHC (Glasgow Haskell Compiler), preferably version 6.8. + NOTICE: GHC 6.10 does not work with GF source yet. ghc --version