diff --git a/doc/gf-quickstart.html b/doc/gf-quickstart.html
index cd508d474..6587986ac 100644
--- a/doc/gf-quickstart.html
+++ b/doc/gf-quickstart.html
@@ -9,7 +9,7 @@
Aarne Ranta
-22 December 2010 (3 September, 2007)
+December 2010 for GF 3.2
@@ -42,12 +42,12 @@ GF sources.
Translation. Try your first translation by giving the GF command
- parse "this cheese is very very Italian" | tree_bank
+ parse "this cheese is very very Italian" | linearize -treebank
Generation. Random-generate sentences in two languages:
- generate_random | l -multi
+ generate_random | linearize
Grammar development. Add words to the Food
@@ -66,6 +66,35 @@ grammar development, go to the one of the tutorials:
GF Tutorial: older, more programmer-oriented
GF Resource Tutorial: newer, more linguist-oriented
+To learn about how GF is used for easily writing grammars for 16 languages, consult the
+
+
+
+
+Run-time grammars and web applications
+
+GF has its own "machine language", PGF (Portable Grammar Format),
+which is recommended for use in applications at run time. To produce a PGF file from
+the two grammars above, do
+
+ gf -make FoodIta.gf FoodEng.gf
+ wrote Food.pgf
+
+You can use this in Haskell and Java programs, and also on web services, as shown in
+here.
+To build your own web application, consult the
+developer wiki.
+
+
+User Group
+
+You are welcome to join the User Group
+to get help and discuss GF-related issues!
+
+
+