diff --git a/demos/index.html b/demos/index.html index 384f3f90b..2a10c15aa 100644 --- a/demos/index.html +++ b/demos/index.html @@ -25,10 +25,14 @@ to your web browser.
WebALT Math Editor: -create mathematical exercises in six languages simultaneously. +create mathematical exercises in six languages simultaneously (film).
-Tramdemo: find your way in +NEW WebALT Math translator: +translate mathematical exercises in a web service using incremental parsing. +
++Tramdemo: find your way in Gothenburg public transport system, in six languages (film).
diff --git a/demos/index.txt b/demos/index.txt index 9f3c17516..cbf1ed807 100644 --- a/demos/index.txt +++ b/demos/index.txt @@ -18,9 +18,12 @@ to your web browser. %restaurant reviews in a multilingual Wiki. [WebALT Math Editor http://webalt.math.helsinki.fi/PublicFiles/CD/Screencast/TextMathEditor%20Demo.swf]: -create mathematical exercises in six languages simultaneously. +create mathematical exercises in six languages simultaneously (film). -[Tramdemo http://www.cs.chalmers.se/~bringert/demos/tramdemo/]: find your way in +**NEW** [WebALT Math translator http://www.jem-thematic.net/en/node/846#comment-209]: +translate mathematical exercises in a web service using incremental parsing. + +[Tramdemo http://www.cs.chalmers.se/~bringert/demos/gotgodis/]: find your way in Gothenburg public transport system, in six languages (film). [GF Language Trainer http://csmisc14.cs.chalmers.se/~bjorn/langtrain.cgi]: diff --git a/download/index.html b/download/index.html index e2ba11b4c..23d1e76a6 100644 --- a/download/index.html +++ b/download/index.html @@ -14,47 +14,39 @@
-To install a binary, just uncompress it and copy to a place that is on your path,
-for instance, in /usr/local/bin. You may want to rename it to gf.
+The Windows package is installed by just unpacking it anywhere. It finds the libraries
+relative to the .exe file.
-If you want to use GF as a batch compiler, put the following script in the
-same place as the GF binary. If it is not /usr/local/bin, change
-the prefix variable in the script.
+To install a binary package for Linux and Mac OS X:
tar -xfz
+cd to the created directory
+./configure
+make install
+The Mac OS X binary (Intel) requires Readline from Mac Ports. To install, see above item.
-The Windows binary is easiest if you have -Cygwin. To install, see above item. -
-To compile and install from source:
@@ -66,7 +58,7 @@ To compile and install from source:
make install
-To install the libraries, unpack them in the place to which your
+To install the libraries (if done separately), unpack them in the place to which your
GF_LIB_PATH points.
@@ -80,7 +72,12 @@ If this variable hasn't been defined, it is useful define it, e.g.
export GF_LIB_PATH=/usr/local/lib/gf/
+