diff --git a/doc/tutorial/gf-tutorial2.html b/doc/tutorial/gf-tutorial2.html
index 50bf2edef..b1bd541ae 100644
--- a/doc/tutorial/gf-tutorial2.html
+++ b/doc/tutorial/gf-tutorial2.html
@@ -1087,11 +1087,11 @@ the category is set to be something else than S. For instance,
Score 0/1
Finally, a list of morphological exercises and save it in a
-file for later use, by the command translation_list = tl
+file for later use, by the command morpho_list = ml
- > translation_list -number=25 PaleolithicEng PaleolithicIta
+ > morpho_list -number=25 -cat=V
-The number flag gives the number of sentences generated.
+The number flag gives the number of exercises generated.
diff --git a/index.html b/index.html
index 696f2d570..bae36ff5a 100644
--- a/index.html
+++ b/index.html
@@ -20,7 +20,6 @@ May 17, 2005.
News
-
May 17, 2005. Version 2.2 released. See
highlights.
Download from
@@ -147,22 +146,56 @@ French, Swedish, and Russian with a few mouse clicks.
Resource grammar library:
basic structures of ten languages
-(Danish, English, Finnish, French, German, Italian, Norwegian, Russian, Spanish, Swedish).
+(Danish, English, Finnish, French, German,
+Italian, Norwegian, Russian, Spanish, Swedish).
Resource grammars can be used as libraries for writing GF
applications,
but they can also be useful for language training.
+
Executable programs
-GF is available precompiled for
+GF is available for
several platforms: Linux, Mac OS X, Microsoft Windows, and Sun OS.
-For more information, see the Download Page (at SourceForge).
+To get GF, go to the
+Download Page
+(at SourceForge).
+
+
+Quick start
+
+When you have downloaded and installed GF:
+
+
+- Copy the files
+Paleolithic.gf,
+PaleolithicEng.gf, and
+PaleolithicIta.gf.
+
+
- Start GF with the command
+
+ gf PaleolithicIta.gf PaleolithicEng.gf
+
+
+ - Translation. Try your first translation by giving the GF command
+
+ t PaleolithicEng PaleolithicIta "the boy eats the snake"
+
+
+ - Generation. Random-generate sentences in two languages:
+
+ gr | l -multi
+
+
+ - Grammar development. Add words to the Paleolithic
+grammars and try the above commands again.
+
+
+To lear more on grammar development (and other aspects), go to the
+New Grammarian's Tutorial.
-
-GF grammars can be embedded in Java programs by using the
-Embedded GF Interpreter.
Source code
@@ -177,9 +210,18 @@ The platform-independent graphical user interface is written in
-The Download Page (at SourceForge) gives links to source and binary packages, as well as
+The
+Download Page (at SourceForge) gives links to source and binary packages, as well as
information on compiler requirements.
+
+
+For Java programmers: GF grammars can be embedded in Java programs by using the
+
+Embedded GF Interpreter.
+
+
+
Documents