summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-08-15 15:28:09 +0000
committeraarne <aarne@cs.chalmers.se>2008-08-15 15:28:09 +0000
commit38cdd440016282ddcfebee15861883086a7ad212 (patch)
tree6041a5e3ef4df6cdcca886734fabf4801c855f05
parentba78322409e2086a83c03b7b32e84940a24030b0 (diff)
numerals demo on the web
-rw-r--r--demos/index-numbers.html43
-rw-r--r--demos/index-numbers.txt27
-rw-r--r--demos/index.html5
-rw-r--r--demos/index.txt2
-rw-r--r--index.html4
-rw-r--r--index.txt3
6 files changed, 83 insertions, 1 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>
diff --git a/demos/index-numbers.txt b/demos/index-numbers.txt
new file mode 100644
index 000000000..1909e6af6
--- /dev/null
+++ b/demos/index-numbers.txt
@@ -0,0 +1,27 @@
+Portable Numeral Translator
+15 August 2008
+
+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).
+
+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.
+
+The
+[full numeral translator http://www.cs.chalmers.se/~bringert/gf/translate/], which
+works in 88 language and permits arbitrary cross translations, cannot yet be ported
+to the iPhone because of memory problems.
+
+The current version has some encoding/font issues in Hebrew and Hindi.
+
+[Use the translator online numbers/numbers.html]
+
+[Download the translator numbers.tgz]. To install: unpack the file and move
+the directory ``numbers`` to your FileMagnet uploader.
+
+
+
diff --git a/demos/index.html b/demos/index.html
index e10537dba..5eba36c54 100644
--- a/demos/index.html
+++ b/demos/index.html
@@ -17,6 +17,9 @@ a letter in a language you don't know.
number words in 88 languages.
</P>
<P>
+<B>NEW</B> <A HREF="index-numbers.html">Numeral translator for the iPhone</A>.
+</P>
+<P>
<A HREF="http://www.cs.chalmers.se/~bringert/xv/pizza/">Pizza</A>: order a pizza by speaking
to your web browser.
</P>
@@ -45,5 +48,5 @@ the <A HREF="../lib/resource/doc/synopsis.html">GF resource library</A>
</P>
<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
-<!-- cmdline: txt2tags -thtml demos/index.txt -->
+<!-- cmdline: txt2tags -thtml index.txt -->
</BODY></HTML>
diff --git a/demos/index.txt b/demos/index.txt
index 20d1a4252..ad868ae31 100644
--- a/demos/index.txt
+++ b/demos/index.txt
@@ -9,6 +9,8 @@ a letter in a language you don't know.
[Numeral translator http://www.cs.chalmers.se/~bringert/gf/translate/]: see
number words in 88 languages.
+**NEW** [Numeral translator for the iPhone index-numbers.html].
+
[Pizza http://www.cs.chalmers.se/~bringert/xv/pizza/]: order a pizza by speaking
to your web browser.
diff --git a/index.html b/index.html
index 8555a136a..0e8cb0cfe 100644
--- a/index.html
+++ b/index.html
@@ -53,6 +53,10 @@ June 2008
</P>
<H2>News</H2>
<P>
+15 August 2008:
+<A HREF="demos/index-numbers.html">Numeral translator for the iPhone</A>
+</P>
+<P>
27 June 2008:
<A HREF="doc/gf3-release.html">release of GF 3.0</A> and this new web page; the old web page is
<A HREF="../GF2/index.html">here</A>.
diff --git a/index.txt b/index.txt
index 364b036fb..10d564b59 100644
--- a/index.txt
+++ b/index.txt
@@ -50,6 +50,9 @@ June 2008
==News==
+15 August 2008:
+[Numeral translator for the iPhone demos/index-numbers.html]
+
27 June 2008:
[release of GF 3.0 doc/gf3-release.html] and this new web page; the old web page is
[here ../GF2/index.html].