diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-12-22 14:08:01 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-12-22 14:08:01 +0000 |
| commit | a1cccd70762f7158037ab50d2a7d105208b560d0 (patch) | |
| tree | 6e60b02cb37954ea542a680f7e597c283363360b /index.html | |
| parent | 3a84f614a983135bfac75b2704d496b99e4421d3 (diff) | |
fixing examples and their doc
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/index.html b/index.html index e9068377a..2f054a1fe 100644 --- a/index.html +++ b/index.html @@ -61,10 +61,18 @@ December 22, 2006. <i>December 22, 2006</i>. GF 2.7 released. Some highlights: <ul> -<li> JavaScript and VoiceXML generation. -<li> C generation. -<li> Overloading and new library APIs. -<li> New low-level format, called <tt>gfcc</tt>. +<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 |
