summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/gf-index.html4
-rw-r--r--download/gf-download.html26
2 files changed, 24 insertions, 6 deletions
diff --git a/doc/gf-index.html b/doc/gf-index.html
index 19e3b98d6..0fd630729 100644
--- a/doc/gf-index.html
+++ b/doc/gf-index.html
@@ -269,6 +269,6 @@ Or just get the sources and start hacking.
Last modified by
<a href="http://www.cs.chalmers.se/%7Eaarne">
Aarne Ranta</a>,
-August 10, 2004.
+November 8, 2004.
-</body></html> \ No newline at end of file
+</body></html>
diff --git a/download/gf-download.html b/download/gf-download.html
index 869416480..e62f986cc 100644
--- a/download/gf-download.html
+++ b/download/gf-download.html
@@ -13,6 +13,18 @@ GF 2.1
November 8, 2004
</center>
+To run GF, you need either of
+<ul>
+<li> a precompiled GF binary for your platform
+<li> a source package that you compile yourself
+</ul>
+In addition, you need some grammars. You will certainly want
+to write grammars yourself, but you can first take a look at
+<ul>
+<li> GF grammar libraries
+</ul>
+This web page gives links to all of these things.
+
<h3>Linux</h3>
@@ -68,7 +80,7 @@ To install, execute <tt>gf.exe</tt>.
</p><h3>Solaris</h3>
-<a href="GF-2.1-solaris.tgz"><tt>GF-2.1-i686-pc-linux-gnu.tgz</tt></a>:
+<a href="GF-2.1-solaris.tgz"><tt>GF-2.1-solaris.tgz</tt></a>:
Solaris binaries
<br>
To install, untar with <tt>gtar xvfz</tt>, then read <tt>src/INSTALL</tt>.
@@ -81,7 +93,7 @@ To install, untar with <tt>gtar xvfz</tt>, then read <tt>src/INSTALL</tt>.
<h3><a name=src>Source package</a></h3>
<a href="GF-2.1.tgz"><tt>GF-2.1.tgz</tt></a>:
-source and grammar package
+source and documentation package
<br>
Unpack with <tt>tar xvfz GF-2.1.tgz</tt>, and
follow instructions in <tt>GF-2.1/src/INSTALL</tt>
@@ -126,9 +138,15 @@ href="http://www.cygwin.com/">Cygwin</a> environment.
Alternatively, if you use the binary installation (recommended) you can run
GF (both with and without GUI) from the Start menu.
+<p>
+
+To do something with GF, you also need some grammars.
+You can start by looking at the examples included in the
+<a href="gf-lib.tgz"><tt>Grammar Library</tt></a>.
+
-<h3>Grammar package</h3>
+<h3>Grammar Library</h3>
<a href="gf-lib.tgz"><tt>gf-lib.tgz</tt></a>
@@ -149,6 +167,6 @@ to get the Speak Aloud command (<tt>sa</tt>).
<p>
-Last updated August 11, 2004.
+Last updated November 8, 2004.
</p></body></html>