diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-08-15 15:28:09 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-08-15 15:28:09 +0000 |
| commit | 38cdd440016282ddcfebee15861883086a7ad212 (patch) | |
| tree | 6041a5e3ef4df6cdcca886734fabf4801c855f05 /demos/index-numbers.html | |
| parent | ba78322409e2086a83c03b7b32e84940a24030b0 (diff) | |
numerals demo on the web
Diffstat (limited to 'demos/index-numbers.html')
| -rw-r--r-- | demos/index-numbers.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/demos/index-numbers.html b/demos/index-numbers.html new file mode 100644 index 000000000..930d6895b --- /dev/null +++ b/demos/index-numbers.html @@ -0,0 +1,43 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<HTML> +<HEAD> +<META NAME="generator" CONTENT="http://txt2tags.sf.net"> +<TITLE>Portable Numeral Translator</TITLE> +</HEAD><BODY BGCOLOR="white" TEXT="black"> +<P ALIGN="center"><CENTER><H1>Portable Numeral Translator</H1> +<FONT SIZE="4"> +<I>15 August 2008</I><BR> +</FONT></CENTER> + +<P> +Here is the first GF application for the iPhone. It translates +numerals from digits into number words in 15 languages. It works for +numerals in the range 1-999,999. You can use the demo online in your iPhone's +browser, or download and install it by using FileMagnet (from AppStore). +</P> +<P> +The demo should work in any web browser supporting JavaScript, but it has been +specially dimensioned for the iPhone screen. It is an application of a general +technology, namely the compilation of GF grammars to JavaScript. Thus you can +easily build similar applications from your own grammars. +</P> +<P> +The +<A HREF="http://www.cs.chalmers.se/~bringert/gf/translate/">full numeral translator</A>, which +works in 88 language and permits arbitrary cross translations, cannot yet be ported +to the iPhone because of memory problems. +</P> +<P> +The current version has some encoding/font issues in Hebrew and Hindi. +</P> +<P> +<A HREF="numbers/numbers.html">Use the translator online</A> +</P> +<P> +<A HREF="numbers.tgz">Download the translator</A>. To install: unpack the file and move +the directory <CODE>numbers</CODE> to your FileMagnet uploader. +</P> + +<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) --> +<!-- cmdline: txt2tags -thtml index-numbers.txt --> +</BODY></HTML> |
