diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-12-21 17:37:19 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-12-21 17:37:19 +0000 |
| commit | 504e7162fc9457c60dd39095c4563446b97fa953 (patch) | |
| tree | cd65b22a9074da16d7e57e0cb6129b9c38e42835 /doc/gf-quickstart.html | |
| parent | 5ee1714fd23e974d1cf2511fa398b6ce310a9807 (diff) | |
preparing for release
Diffstat (limited to 'doc/gf-quickstart.html')
| -rw-r--r-- | doc/gf-quickstart.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/gf-quickstart.html b/doc/gf-quickstart.html index 2da3ff192..91aaea659 100644 --- a/doc/gf-quickstart.html +++ b/doc/gf-quickstart.html @@ -20,14 +20,13 @@ Aarne Ranta This Quick Start shows two examples of how GF can be used. We assume that you have downloaded and installed GF, so that the command <tt>gf</tt> works for you. See download and install -instructions <a href="../tmp-download.html">here</a>. +instructions <a href="http://digitalgrammars.com/gf/download/">here</a>. <h2>Translation and generation</h2> When you have downloaded and installed GF: - <ol> <li> Copy the files <a href="../examples/tutorial/food/Food.gf"><tt>Food.gf</tt></a>, @@ -75,7 +74,7 @@ This demo also requires the GUI package, which makes the command <li> Download the file <a href="../examples/letter/Letter.gfcm"><tt>Letter.gfcm</tt></a>. <li> Start the GF editor by the command <pre> - jgf Letter.gfcm + gfeditor Letter.gfcm </pre> <li> When the editor window is open, select "Letter" from the "New" menu. <li> Push the button "Random" in the lower end of the window. @@ -86,7 +85,7 @@ This demo also requires the GUI package, which makes the command <li> Double-click at some of the alternatives marked "ch ..." and observe how the text changes in each of the languages. </ol> -See the <a href="../../GF2.0/doc/javaGUImanual/javaGUImanual.htm">Editor User Manual</a> +See the <a href="http://www.cs.chalmers.se/~aarne/GF2.0/doc/javaGUImanual/javaGUImanual.htm">Editor User Manual</a> for more information on how to use the editor. To change the grammars, you should not edit <tt>Letter.gfcm</tt>, which is low-level code generated by the GF grammar compiler. Instead, you |
