oops, doc

This commit is contained in:
aarne
2005-05-20 15:59:51 +00:00
parent f6a921cf6c
commit 0441f07242

View File

@@ -10,10 +10,13 @@
Aarne Ranta Aarne Ranta
<p> <p>
20 May, 2005 20 May, 2005
</center>
<p>
<h1>Grammatical Framework Quick Start</h1> <h1>Grammatical Framework Quick Start</h1>
</center>
This Quick Start shows two examples of how GF can be used. This Quick Start shows two examples of how GF can be used.
We assume that you have downloaded and installed GF, so that We assume that you have downloaded and installed GF, so that
the command <tt>gf</tt> works for you. the command <tt>gf</tt> works for you.
@@ -26,9 +29,9 @@ When you have downloaded and installed GF:
<ol> <ol>
<li> Copy the files <li> Copy the files
<a href="doc/tutorial/Paleolithic.gf"><tt>Paleolithic.gf</tt></a>, <a href="tutorial/Paleolithic.gf"><tt>Paleolithic.gf</tt></a>,
<a href="doc/tutorial/PaleolithicEng.gf"><tt>PaleolithicEng.gf</tt></a>, and <a href="tutorial/PaleolithicEng.gf"><tt>PaleolithicEng.gf</tt></a>, and
<a href="doc/tutorial/PaleolithicIta.gf"><tt>PaleolithicIta.gf</tt></a>. <a href="tutorial/PaleolithicIta.gf"><tt>PaleolithicIta.gf</tt></a>.
<li> Start GF with the command <li> Start GF with the command
<pre> <pre>
@@ -57,7 +60,7 @@ and start GF again with the same command. Now you can even translate
</ol> </ol>
To lear more on GF commands and To lear more on GF commands and
grammar development, go to the grammar development, go to the
<a href="doc/tutorial/01-gf-tutorial2.html">New Grammarian's Tutorial</a>. <a href="tutorial/01-gf-tutorial2.html">New Grammarian's Tutorial</a>.