[Added stoneage translator demo applet, move applet pages to demo/ dir. bringert@cs.chalmers.se**20050407173943] { adddir ./demo move ./test.html ./demo/numerals.html hunk ./Makefile 87 +stoneage: + ./build-translet stoneage.gfcm + hunk ./Makefile 96 -upload: numerals +upload: numerals #stoneage hunk ./Makefile 99 - scp test.html cs:.public_html/gf/translate/index.html; true + scp demo/numerals.html cs:.public_html/gf/translate/index.html; true + scp translate-stoneage.jar cs:.public_html/gf/translate-stoneage/; true + scp demo/stoneage.html cs:.public_html/gf/translate-stoneage/index.html; true hunk ./demo/numerals.html 3 -GF Translation Applet +GF Numerals Translation Applet hunk ./demo/numerals.html 8 -The Numerals translator -is a demo applet which uses the -Java GF -interpreter and the +The Numerals translator is a demo applet which uses the +Embedded + GF Interpreter and the hunk ./demo/numerals.html 18 -href="http://www.cs.chalmers.se/~bringert/gf/downloads/gfc2java/">Java -GF interpreter source code. +href="http://www.cs.chalmers.se/~bringert/gf/downloads/gfc2java/">Embedded +GF Interpreter source code. addfile ./demo/stoneage.html hunk ./demo/stoneage.html 1 - + + +GF Stoneage Translation Applet + + + +

+The Stoneage translator is a demo applet which uses the +Embedded + GF Interpreter and the +GF stoneage +grammar to very simple sentences between a number of languages. +

+ +

+The source code for the applet is included with the +Embedded +GF Interpreter source code. +

+ +

You need a +Java 1.5 plugin +to run this applet.

+ +

If you do not have access to a Java 1.5 plugin, you can at least +look at the pretty stoneage +translator screenshot.

+ +

NOTE: the applet can take a long time to start and may consume large +amounts of memory.

+ + + +Your browser is completely ignoring the <APPLET> tag! + + +

You can also run this program as an application. Download +translate-stoneage.jar and run it with +> java -jar translate-stoneage.jar +

+ + + }