[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 -
+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.
+ + + +You can also run this program as an application. Download +translate-stoneage.jar and run it with +> java -jar translate-stoneage.jar +
+ + + }