documentation before on-line course

This commit is contained in:
aarne
2009-04-20 08:28:22 +00:00
parent 9c47cf4168
commit d0e728d1a8
4 changed files with 42 additions and 16 deletions

3
README
View File

@@ -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.

View File

@@ -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>

View File

@@ -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]

View File

@@ -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