summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2018-06-16 07:09:17 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2018-06-16 07:09:17 +0200
commit96f3484622866c156045bd1a03bb6145d2c06ba6 (patch)
tree740d0c673d38a789ba4ea3936432f81f6ec98d6a /demos
parent10e10298d9716c35080c16887a3d50ac4668916a (diff)
parent9d2b92dbc1d9e221ce180497cd7d04e0757650a9 (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
Diffstat (limited to 'demos')
-rw-r--r--demos/index-numbers.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/demos/index-numbers.html b/demos/index-numbers.html
deleted file mode 100644
index 930d6895b..000000000
--- a/demos/index-numbers.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!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>