1
0
forked from GitHub/gf-core

documentation almost up to date

This commit is contained in:
aarne
2008-06-27 14:43:05 +00:00
parent 21c457b711
commit 7d7d951c05
8 changed files with 40 additions and 1119 deletions

View File

@@ -34,7 +34,10 @@ Gothenburg public transport system, in six languages (film).
</P>
<P>
<A HREF="resource-api/editor.html">Library API browser-editor</A>: construct phrases in
the <A HREF="lib/resource/doc/synopsis.html">GF resource library</A>
the <A HREF="../lib/resource/doc/synopsis.html">GF resource library</A>
</P>
<P>
<A HREF="../lib/resource/doc/resdemo.html">Random library examples</A>
</P>
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->

View File

@@ -24,3 +24,4 @@ Gothenburg public transport system, in six languages (film).
[Library API browser-editor resource-api/editor.html]: construct phrases in
the [GF resource library ../lib/resource/doc/synopsis.html]
[Random library examples ../lib/resource/doc/resdemo.html]

File diff suppressed because it is too large Load Diff

View File

@@ -14,20 +14,22 @@
</center>
Most of the code is by
<a href="http://www.cs.chalmers.se/~aarne">Aarne Ranta</a>,
and bug reports should be mailed
<a href="mailto:aarne@cs.chalmers.se">to him</a>.
<a "http://www.chalmers.se/cse/EN/organization/divisions/computing-science/people/angelov-krasimir">Krasimir Angelov</a>,
<a href="http://www.cs.chalmers.se/~bringert">Björn Bringert</a>,
and
<a href="http://www.cs.chalmers.se/~aarne">Aarne Ranta</a>. Bug reports should be
posted via the <a href="http://trac.haskell.org/gf/">GF bug tracker</a>.
<p>
The following people have contributed code to the current version:
Also the following people have contributed code to some of the versions:
<p>
<a href="http://www.cs.chalmers.se/~bringert">Björn Bringert</a> (Chalmers)
Håkan Burden (Chalmers)
<br>
Håkan Burden (Göteborg University)
Hans-Joachim Daniels (Karlsruhe)
<br>
<a href="http://www.cs.chalmers.se/~markus">Markus Forsberg</a> (Chalmers)
<br>
@@ -44,7 +46,8 @@ Petri M
<p>
At least the following colleagues are thanked for suggestions,
bug reports, and other indirect contributions to the code:
bug reports, and other indirect contributions to the code. (Notice:
these are early contributors - the list has not been updated since 2004 or so).
<p>

View File

@@ -30,7 +30,7 @@
</P>
<H2>Old releases</H2>
<P>
<A HREF="../GF2/download/index.html">GF 2.9 download page</A>
<A HREF="../../GF2/download/index.html">GF 2.9 download page</A>
</P>
<H2>Installation instructions</H2>
<P>

View File

@@ -20,7 +20,7 @@ Grammatical Framework Download and Installation
==Old releases==
[GF 2.9 download page ../GF2/download/index.html]
[GF 2.9 download page ../../GF2/download/index.html]
==Installation instructions==

View File

@@ -37,11 +37,9 @@ June 2008
<CODE>[</CODE> <A HREF="demos/index.html">Demos</A>
<CODE>|</CODE> <A HREF="download/index.html">Download</A>
<CODE>|</CODE> <A HREF="doc/darcs.html">Developers</A>
<CODE>|</CODE> <A HREF="doc/events.html">Events</A>
<CODE>|</CODE> <A HREF="lib/resource/doc/synopsis.html">Libraries</A>
<CODE>|</CODE> <A HREF="doc/gf-people.html">People</A>
<CODE>|</CODE> <A HREF="doc/projects.html">Projects</A>
<CODE>|</CODE> <A HREF="doc/gf-tutorial.html">Publications</A>
<CODE>|</CODE> <A HREF="doc/gf-bibliography.html">Publications</A>
<CODE>|</CODE> <A HREF="doc/gf-reference.html">QuickRefCard</A>
<CODE>|</CODE> <A HREF="doc/gf-refman.html">Reference</A>
<CODE>|</CODE> <A HREF="doc/gf-tutorial.html">Tutorial</A>
@@ -57,7 +55,7 @@ June 2008
<P>
27 June 2008:
<A HREF="doc/gf3-relesase.html">release of GF 3.0</A> and this new web page; the old web page is
<A HREF="index-2.html">here</A>.
<A HREF="../GF2/index.html">here</A>.
</P>
<P>
</font>
@@ -101,24 +99,25 @@ GF can be used for building
<H2>Availability</H2>
<P>
GF is <B>open-source</B>, licensed under [GPL ] (the program) and [LGPL ] (the libraries). It
GF is <B>open-source</B>, licensed under <A HREF="LICENSE">GPL</A> (the program) and
<A HREF="lib/LICENSE">LGPL</A> (the libraries). It
is available for
</P>
<UL>
<LI>[Linux ]
<LI>[Mac OS X ]
<LI>[Windows ]
<LI>via compilation to [JavaScript ], almost any platform that has a web browser
<LI>Linux
<LI>Mac OS X
<LI>Windows
<LI>via compilation to JavaScript, almost any platform that has a web browser
</UL>
<H2>Projects</H2>
<P>
GF was born in 1998 at Xerox Research Centre Europe, Grenoble in the project
GF was first created in 1998 at Xerox Research Centre Europe, Grenoble in the project
Multilingual Document Authoring. At Xerox, it was used for prototypes including
a restaurant phrase book in 6 languages,
a database query system in 7 languages,
a restaurant phrase book,
a database query system,
a formalization of an alarm system instructions with translations to 5 languages, and
an authoring system for medical drug descriptions in 2 languages.
an authoring system for medical drug descriptions.
</P>
<P>
Later projects using GF and involving third parties include, in chronological order,
@@ -138,14 +137,14 @@ fifty [scientific publications ].
</P>
<H2>Programming in GF</H2>
<P>
GF is easy to learn by following the <A HREF="doc/gf-tutorial.html">tutorial</A>. You can write your
first translator in 15 minutes.
GF is easy to learn by following the <A HREF="doc/gf-tutorial.html">tutorial</A>.
You can write your first translator in 15 minutes.
</P>
<P>
GF has an interactive command interpreter, as well as a batch compiler. Grammars can be
compiled to parser and translator code in many different formats. These components can
then be embedded in applications written in other programming languages. The formats
currently supported are:
GF has an interactive command interpreter, as well as a batch compiler.
Grammars can be compiled to parser and translator code in many different
formats. These components can then be embedded in applications written
in other programming languages. The formats currently supported are:
</P>
<UL>
<LI>Haskell
@@ -194,7 +193,7 @@ support for an increasing number of languages, currently including
<P>
Adding a language to the resource library takes 3 to 9
months - <A HREF="doc/projects.html">contributions</A>
months - <A HREF="doc/gf-projects.html">contributions</A>
are welcome!
</P>

View File

@@ -33,11 +33,11 @@ June 2008
``[`` [Demos demos/index.html]
``|`` [Download download/index.html]
``|`` [Developers doc/darcs.html]
``|`` [Events doc/events.html]
% ``|`` [Events doc/events.html]
``|`` [Libraries lib/resource/doc/synopsis.html]
``|`` [People doc/gf-people.html]
``|`` [Projects doc/projects.html]
``|`` [Publications doc/gf-tutorial.html]
% ``|`` [Projects doc/projects.html]
``|`` [Publications doc/gf-bibliography.html]
``|`` [QuickRefCard doc/gf-reference.html]
``|`` [Reference doc/gf-refman.html]
``|`` [Tutorial doc/gf-tutorial.html]
@@ -52,7 +52,7 @@ June 2008
27 June 2008:
[release of GF 3.0 doc/gf3-relesase.html] and this new web page; the old web page is
[here index-2.html].
[here ../GF2/index.html].
#ENSMALL