summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README3
-rw-r--r--index.html34
-rw-r--r--index.txt17
-rw-r--r--src/INSTALL4
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 @@
<HTML>
<HEAD>
<META NAME="generator" CONTENT="http://txt2tags.sf.net">
-</HEAD>
-<BODY BGCOLOR="white" TEXT="black">
+</HEAD><BODY BGCOLOR="white" TEXT="black">
<FONT SIZE="4">
</FONT></CENTER>
@@ -54,6 +53,27 @@ June 2008
</P>
<H2>News</H2>
<P>
+20 April 2009:
+On-line course "GF for Resource Grammar Writers" starting today at 15.30. See the
+<A HREF="http://groups.google.com/group/gf-resource-school-2009">Summer School Google Group</A>
+for instructions how to start.
+</P>
+<P>
+3 April 2009:
+Two demos and one talk on GF at <A HREF="http://www.eacl2009.gr/conference/">EACL</A> in Athens.
+</P>
+<P>
+20 February 2009:
+<A HREF="doc/gf-summerschool.html">GF Resource Grammar Summer School</A>
+in Gothenburg, 17-28 August 2009.
+</P>
+<P>
+4 November 2008:
+GHC 6.10 released, but it doesn't work with GF sources yet.
+If compiling GF from source, use e.g.
+<A HREF="http://haskell.org/ghc/download_ghc_683.html">GHC 6.8.3</A>.
+</P>
+<P>
15 August 2008:
<A HREF="demos/index-numbers.html">Numeral translator for the iPhone</A>
</P>
@@ -214,14 +234,4 @@ are welcome!
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
<!-- cmdline: txt2tags -thtml index.txt -->
-<script type="text/javascript">
-var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
-document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
-</script>
-<script type="text/javascript">
-try {
-var pageTracker = _gat._getTracker("UA-7811807-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
-
</BODY></HTML>
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