From 40b84d25e320347e0402d9a86afe3bf384b5d490 Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 22 Dec 2010 16:57:53 +0000 Subject: Documentation fixes + Rename some txt2tags file from .txt to .t2t and remove abandoned .txt files. + Add program update_html that finds all .t2t documents and updates the corresponding .html file. It can be invoked with 'make html'. + Add style to some .html documents --- demos/index-numbers.t2t | 27 +++++++++++++++++++++++++++ demos/index-numbers.txt | 27 --------------------------- demos/index.html | 11 +++++------ 3 files changed, 32 insertions(+), 33 deletions(-) create mode 100644 demos/index-numbers.t2t delete mode 100644 demos/index-numbers.txt (limited to 'demos') diff --git a/demos/index-numbers.t2t b/demos/index-numbers.t2t new file mode 100644 index 000000000..1909e6af6 --- /dev/null +++ b/demos/index-numbers.t2t @@ -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-numbers.txt b/demos/index-numbers.txt deleted file mode 100644 index 1909e6af6..000000000 --- a/demos/index-numbers.txt +++ /dev/null @@ -1,27 +0,0 @@ -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 31df02d7a..63647693a 100644 --- a/demos/index.html +++ b/demos/index.html @@ -2,9 +2,11 @@ Grammatical Framework Demos - -

Grammatical Framework Demos

-
+ + + + +

Grammatical Framework Demos

Tourist @@ -67,6 +69,3 @@ the GF resource library Random library examples --> - - - -- cgit v1.2.3