diff options
| author | hallgren <hallgren@altocumulus.org> | 2010-06-17 15:14:00 +0000 |
|---|---|---|
| committer | hallgren <hallgren@altocumulus.org> | 2010-06-17 15:14:00 +0000 |
| commit | 106d056f54ca8cdc887680d822ac31614ccf383b (patch) | |
| tree | a79b5bb4526ba731e252116da46e7b9f4c1398f4 | |
| parent | b2a0adf96984aa50669c25b082f509daabbb5d97 (diff) | |
Update demo links
- Added link to the Prasebook demo. The older demos are no longer labelled NEW.
- Point to www.grammaticalframework.org instead of tournesol.cs.chalmers.se
- Update links to www.cs.chalmers.se to new pages on www.cse.chalmers.se, since
there is no working autmatic redirection.
- got rid of some HTML clutter.
- index.txt was out of sync with index.html. It is now even more out of sync.
| -rw-r--r-- | demos/index.html | 56 |
1 files changed, 30 insertions, 26 deletions
diff --git a/demos/index.html b/demos/index.html index 554721cae..52aaf9798 100644 --- a/demos/index.html +++ b/demos/index.html @@ -1,61 +1,65 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <HTML> <HEAD> -<META NAME="generator" CONTENT="http://txt2tags.sf.net"> <TITLE>Grammatical Framework Demos</TITLE> </HEAD><BODY BGCOLOR="white" TEXT="black"> -<P ALIGN="center"><CENTER><H1>Grammatical Framework Demos</H1> -<FONT SIZE="4"> -</FONT></CENTER> +<CENTER><H1>Grammatical Framework Demos</H1> +</CENTER> + +<p> +<b>NEW</b> +<a href="http://www.grammaticalframework.org/demos/phrasebook/">Tourist +Phrasebook</a> <P> -<B>NEW</B> <A HREF="http://tournesol.cs.chalmers.se:41296/fridge">Fridge poetry</A> -</P> +<A HREF="http://www.grammaticalframework.org:41296/fridge">Fridge poetry</A> + <P> -<B>NEW</B> <A HREF="http://tournesol.cs.chalmers.se:41296/translate">Word-completing translator</A> -</P> +<A HREF="http://www.grammaticalframework.org:41296/translate">Word-completing translator</A> + <P> -<B>NEW</B> <A HREF="http://www.youtube.com/watch?v=1bfaYHWS6zU">Tramdemo on YouTube</A>: +<A HREF="http://www.youtube.com/watch?v=1bfaYHWS6zU">Tramdemo on YouTube</A>: find your way in Gothenburg public transport system, in six languages (film). -</P> + <P> <!-- <B>NEW</B> <A HREF="http://csmisc14.cs.chalmers.se/~meza/restWiki/wiki.cgi">Multilingual Wiki</A>. --> -</P> + <P> <A HREF="index-numbers.html">Numeral translator for the iPhone</A>: number words in 15 languages. -</P> + <P> -<A HREF="http://www.cs.chalmers.se/~bringert/gf/translate/">Numeral translator</A>: +<A HREF="http://www.cse.chalmers.se/alumni/bringert/gf/translate/">Numeral translator</A>: number words in 88 languages. -</P> + <P> -<A HREF="http://www.cs.chalmers.se/~markus/gramlets/letter-applet.html">Letter editor</A>: compose +<A HREF="http://www.cse.chalmers.se/alumni/markus/gramlets/letter-applet.html">Letter editor</A>: compose a letter in a language you don't know. -</P> + <P> -<A HREF="http://www.cs.chalmers.se/~bringert/xv/pizza/">Pizza</A>: order a pizza by speaking +<A HREF="http://www.cse.chalmers.se/alumni/bringert/xv/pizza/">Pizza</A>: order a pizza by speaking to your web browser. -</P> + <P> <A HREF="http://webalt.math.helsinki.fi/PublicFiles/CD/Screencast/TextMathEditor%20Demo.swf">WebALT Math Editor</A>: create mathematical exercises in six languages simultaneously (film). -</P> + <P> <A HREF="http://www.jem-thematic.net/en/node/846#comment-209">WebALT Math translator</A>: translate mathematical exercises in a web service using incremental parsing. -</P> + <P> <!-- <A HREF="http://csmisc14.cs.chalmers.se/~bjorn/langtrain.cgi">GF Language Trainer</A>: translation quizzes in Arabic, English, Russian, Swedish. --> -</P> + <P> <A HREF="resource-api/editor.html">Library API browser-editor</A>: construct phrases in the <A HREF="../lib/doc/synopsis.html">GF resource library</A> -</P> + +<!-- <P> <A HREF="../old-lib/resource/doc/resdemo.html">Random library examples</A> -</P> -<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) --> +--> + +<!-- html code *NOT* generated by txt2tags 2.4 (http://txt2tags.sf.net) --> <!-- cmdline: txt2tags -thtml index.txt --> -</BODY></HTML> |
