summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-22 18:01:35 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-22 18:01:35 +0000
commitaa59c14b5a7e8f3c28200b3c0c321d65369e6075 (patch)
tree2df5371360f633fdf427d03c8954b5ce19715583 /index.html
parent58d1fa84c5e4c1db3b40337886a42a4039ed5220 (diff)
Hebrew Letter; news on index
Diffstat (limited to 'index.html')
-rw-r--r--index.html126
1 files changed, 8 insertions, 118 deletions
diff --git a/index.html b/index.html
index 6a25e31cf..a5d1ba145 100644
--- a/index.html
+++ b/index.html
@@ -35,124 +35,7 @@ now up to date for version 2.4.
<p>
-<font size="1">
-
-
-<i>December 9, 2005</i>.
-<a href="http://www.cs.chalmers.se/~peb/software.html">
-MCFG/GF library for Prolog</a>, by
-<a href="http://www.cs.chalmers.se/~peb/">Peter Ljunglöf</a>.
-This means that you can use GF grammars as parts of
-Prolog programs (in the same way as in Java and Haskell
-before).
-
-<br>
-
-<i>December 8, 2005</i>.
-A structured <a href="doc/index.html">Documentation page</a> on GF.
-
-<br>
-
-<i>December 1, 2005</i>.
-Publicly accessible
-<a href="http://www.cs.chalmers.se/Cs/Research/Language-technology/darcs/GF/doc/darcs.html">
-Darcs repository</a>
-for latest sources and documents. The snapshots are no longer updated.
-
-<br>
-
-<i>September 22, 2005</i>.
-<a href="http://www.cs.chalmers.se/~bringert/gf/downloads/snapshots/">
-Snapshots</a>: latest source and linux binary packages, for testers
-and developers. See
-<a href="http://www.cs.chalmers.se/Cs/Research/Language-technology/darcs/GF/doc/gf-history.html">GF history</a> for the latest changes.
-<br>
-<b>Notice</b> (1/12):
-Use the
-<a href="http://www.cs.chalmers.se/Cs/Research/Language-technology/darcs/GF/doc/darcs.html">
-Darcs repository</a> instead!
-
-<br>
-
-<i>July 1, 2005</i>. GF 2.3 released.
-Download from
-<a href="http://sourceforge.net/project/showfiles.php?group_id=132285">SourceForge</a>.
-The <a href="doc/gf-history.html">GF history</a> lists changes.
-The source package on SourceForge also contains a new GUI and some new grammars.
-
-<br>
-
-<i>June 3, 2005</i>. Started a page on
-<a href="doc/gf-history.html">history of changes</a>.
-These changes will appear soon in releases.
-
-<br>
-
-<i>May 17, 2005</i>. Version 2.2 released. See
-<a href="doc/gf2.2-highlights.html">highlights</a>.
-Download from
-<a href="http://sourceforge.net/project/showfiles.php?group_id=132285">SourceForge</a>.
-
-<br>
-
-<i>May 12, 2005</i>. GF now has a mailing list, to which you can register
-<a href="https://lists.sourceforge.net/lists/listinfo/gf-tools-users">here</a>.
-GF also has a project page on SourceForge,
-<a
-href="https://sourceforge.net/projects/gf-tools">
-https://sourceforge.net/projects/gf-tools</a>,
-but this page does not yet have much content.
-
-<br>
-
-<i>May 9, 2005</i>.
-PhD Thesis by
-<a href="http://www.cs.chalmers.se/~krijo">Kristofer Johannisson</a>:
-<a href="http://www.cs.chalmers.se/~krijo/thesis/thesisA4.pdf">
-Formal and Informal Software Specifications</a>.
-
-<br>
-
-
-<i>March 15, 2005</i>.
-Master's thesis by
-<a href="http://www.cs.chalmers.se/~bringert/">Björn Bringert</a> on
-<a
-href="http://www.dtek.chalmers.se/~d00bring/publ/exjobb/embedded-grammars.pdf">
-Embedded grammars</a>:
-GF grammars that can be used as parts of Java programs. And a
-<a
-href="http://www.cs.chalmers.se/~bringert/misc/tramdemo.avi">demo film</a>
-of a multimodal dialogue system built with embedded grammars.
-
-<br>
-
-
-<i>November 9, 2004</i>.
-PhD Thesis by
-<a href="http://www.cs.chalmers.se/~peb">Peter Ljunglöf</a>:
-<a href="http://www.cs.chalmers.se/~peb/pubs/p04-PhD-thesis.pdf">
-Expressivity and Complexity of the Grammatical Framework</a>.
-
-<br>
-
-<i>November 8, 2004</i>. GF 2.1 released.
-Here are the <a
-href="doc/gf2-highlights.html">highlights</a>.
-Software available on the <a href="../GF2.0/download/gf-download.html">GF 2.1 Download
-Page</a>.
-Main novelties in 2.1:
-multiple inheritance of grammar modules,
-speech recognition grammar generation,
-lots of bug fixes.
-Version 2.0 still available
-on the <a href="../GF2.0/download-2.0/gf-download.html">GF 2.0 Download Page</a>.
-If you need something from the previous version of the web page, it is
-still available:
-<a href="http://www.cs.chalmers.se/~aarne/GF1">
-GF 1.2</a>.
-</font>
-
+<a href="doc/old-news.html">News 2004-2005</a>.
</p><h2>What is GF?</h2>
@@ -279,6 +162,13 @@ information on compiler requirements.
<p>
+The publicly accessible
+<a href="http://www.cs.chalmers.se/Cs/Research/Language-technology/darcs/GF/doc/darcs.html">
+Darcs repository</a>
+has the latest sources and documents.
+
+<p>
+
For Java programmers: GF grammars can be embedded in Java programs by using the
<a href="http://www.cs.chalmers.se/~bringert/gf/gf-java.html">
Embedded GF Interpreter</a>.