mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Beta release.
This commit is contained in:
@@ -24,19 +24,19 @@ Beta version of GF2 now available:
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<a href="gf2-beta-src.tgz">Sources</a>
|
<a href="../gf2-beta-src.tgz">Sources</a>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<a href="gf2-beta-grammars.tgz">Example grammars</a>
|
<a href="../gf2-beta-grammars.tgz">Example grammars</a>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<a href="gf2-beta-linux.gz">Linux binary</a> (with fudgets)
|
<a href="../bin/gf2-beta-linux.gz">Linux binary</a> (with fudgets)
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
||||||
<a href="gf2-beta-sun.gz">Sun binary</a> (without fudgets;
|
<a href="../bin/gf2-beta-sun.gz">Sun binary</a> (without fudgets;
|
||||||
use Java GUI from src/java)
|
use Java GUI from src/java)
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -49,6 +49,11 @@ use Java GUI from src/java)
|
|||||||
See <a href="http://www.cs.chalmers.se/~aarne/GF/">GF Homepage</a> for
|
See <a href="http://www.cs.chalmers.se/~aarne/GF/">GF Homepage</a> for
|
||||||
more information on GF.
|
more information on GF.
|
||||||
|
|
||||||
|
<p>
|
||||||
|
|
||||||
|
<font color=red>This is a beta version! Please report on problems,
|
||||||
|
and don't expect stability. Thank you for testing GF2!</font>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -68,7 +68,8 @@ welcomeMsg =
|
|||||||
"Welcome to " ++ authorMsg ++++ welcomeArch ++ "\n\nType 'h' for help."
|
"Welcome to " ++ authorMsg ++++ welcomeArch ++ "\n\nType 'h' for help."
|
||||||
|
|
||||||
authorMsg = unlines [
|
authorMsg = unlines [
|
||||||
"Grammatical Framework, Version 2.0-- (incomplete functionality)",
|
"Grammatical Framework, Version 2-beta (incomplete functionality)",
|
||||||
|
"November 25, 2003",
|
||||||
--- "Compiled March 26, 2003",
|
--- "Compiled March 26, 2003",
|
||||||
"Compiled " ++ today,
|
"Compiled " ++ today,
|
||||||
"Copyright (c) Markus Forsberg, Thomas Hallgren, Harald Hammarström,",
|
"Copyright (c) Markus Forsberg, Thomas Hallgren, Harald Hammarström,",
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
module Today where today = "Tue Nov 25 16:53:53 CET 2003"
|
module Today where today = "Tue Nov 25 17:48:12 CET 2003"
|
||||||
|
|||||||
Reference in New Issue
Block a user