mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
documentation before on-line course
This commit is contained in:
3
README
3
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.
|
||||
|
||||
34
index.html
34
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>
|
||||
|
||||
17
index.txt
17
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]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user