diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-07-08 16:53:52 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-07-08 16:53:52 +0000 |
| commit | 139fe7b6a5841ae1feaef79e15b19786de259356 (patch) | |
| tree | 236ed991d34dccff2774d6859799e7922119f1ae | |
| parent | 23d8ebeb26892c8d831a8b5324fece62f6c6687c (diff) | |
updated doc
| -rw-r--r-- | doc/index.html | 9 | ||||
| -rw-r--r-- | doc/old-news.html | 37 | ||||
| -rw-r--r-- | index.html | 38 |
3 files changed, 56 insertions, 28 deletions
diff --git a/doc/index.html b/doc/index.html index d0be7f6e0..eb96ef7e1 100644 --- a/doc/index.html +++ b/doc/index.html @@ -90,6 +90,13 @@ parser. <h2>Grammar library documentation</h2> +<p> + +<a href="lib/resource-1.0/doc/synopsis.html">Resource Gramamr Synopsis</a>. +With APIs and use examples, for Resource v. 1.2. + +<p> + <a href="resource.pdf"> GF Resource Grammar Library</a> user's manual, for API v 1.0. @@ -98,7 +105,7 @@ user's manual, for API v 1.0. <a href="../lib/resource-1.0/doc/index.html"> On-line resource grammar library documentation</a> -in progress for the forthcoming API v 1.0. +in progress for API v 1.0. <p> diff --git a/doc/old-news.html b/doc/old-news.html index 2e6505142..f51019548 100644 --- a/doc/old-news.html +++ b/doc/old-news.html @@ -2,7 +2,42 @@ <html> <body> -<h1>GF News 2004-2006</h1> +<h1>GF News 2004-2007</h1> + + +<p> + +<i>June 27, 2007</i>. GF 2.8 forthcoming next week. Some highlights: +<ul> +<li> Resource Grammar Library v 1.2: <a href="lib/resource-1.0/doc/synopsis.html">synopsis</a>. +<li> new speech formats +<li> better semantics of <tt>variants</tt> +<li> lots of bug fixes +</ul> + +<p> + + +<i>December 22, 2006</i>. GF 2.7 released. Some highlights: +<ul> +<li> <a href="doc/gf-history.html#javascript">JavaScript</a> and + <a href="doc/gf-history.html#voicexml">VoiceXML</a> + generation. These together support the generation of + a complete dialogue system from grammar. +<li> <a href="doc/gf-history.html#overloading">Overloading</a> + and new library APIs. +<li> New low-level format, called + <a href="src/GF/Canon/GFCC/doc/gfcc.html">GFCC</a>. +<li> <a href="doc/gf-history.html#gfcc2c">C code generation</a>: + for ultimate efficiency with the GFCC format. +<li> <a href="lib/resource-1.0/doc">Resource library version 1.1</a>: + extensions and bug fixes to 1.0. +</ul> +See <a href="doc/gf-history.html">GF history</a> for more details. +Download from +<a href= +"http://sourceforge.net/project/showfiles.php?group_id=132285">SourceForge</a>. + <p> diff --git a/index.html b/index.html index 91c6e340d..448ce5685 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> -<html><head><title>GF Version 2.7</title></head> +<html><head><title>GF Version 2.8</title></head> <body bgcolor="#ffffff" text="#000000"> @@ -9,9 +9,9 @@ <h1>Grammatical Framework</h1> -<h2>Version 2.7</h2> +<h2>Version 2.8</h2> -December 22, 2006. +July 8, 2007. <p> @@ -58,36 +58,17 @@ December 22, 2006. <p> -<i>June 27, 2007</i>. GF 2.8 forthcoming next week. Some highlights: +<i>July 8, 2007</i>. GF 2.8 released. Some highlights: <ul> <li> Resource Grammar Library v 1.2: <a href="lib/resource-1.0/doc/synopsis.html">synopsis</a>. +<li> New version of <a>href=doc/tutorial/"gf-tutorial2.html">tutorial</a>, + now with exercises and also as a + <a>href=doc/tutorial/"gf-tutorial2.pdf">pdf file</a>, <li> new speech formats <li> better semantics of <tt>variants</tt> <li> lots of bug fixes </ul> -<p> - - -<i>December 22, 2006</i>. GF 2.7 released. Some highlights: -<ul> -<li> <a href="doc/gf-history.html#javascript">JavaScript</a> and - <a href="doc/gf-history.html#voicexml">VoiceXML</a> - generation. These together support the generation of - a complete dialogue system from grammar. -<li> <a href="doc/gf-history.html#overloading">Overloading</a> - and new library APIs. -<li> New low-level format, called - <a href="src/GF/Canon/GFCC/doc/gfcc.html">GFCC</a>. -<li> <a href="doc/gf-history.html#gfcc2c">C code generation</a>: - for ultimate efficiency with the GFCC format. -<li> <a href="lib/resource-1.0/doc">Resource library version 1.1</a>: - extensions and bug fixes to 1.0. -</ul> -See <a href="doc/gf-history.html">GF history</a> for more details. -Download from -<a href= -"http://sourceforge.net/project/showfiles.php?group_id=132285">SourceForge</a>. <p> @@ -146,6 +127,11 @@ is to write an EBNF grammar in a file <tt>foo.ebnf</tt> and type GF is open-source software licensed under <a href="LICENSE">GNU General Public License (GPL)</a>. +<p> + +The <a href="lib>"GF Grammar Libraries</a> are licensed under +<a href="lib/resource-1.0/LICENSE">GNU Lesser General Public License (LGPL)</a>. + <h2>Examples and demos</h2> |
