61 Commits

Author SHA1 Message Date
Thomas Hallgren
6b1e21508e Comment out links to some old demos that no longer work 2018-10-10 14:22:24 +02:00
John J. Camilleri
5aa2a212bb Remove HTML files from VC which should be generated from txt2tags
If these pages disappear from the web via www.grammaticalframework.org
then this commit may need to be reversed
2018-06-12 15:53:58 +02:00
Thomas Hallgren
725b518d5c demos/index.html: add link to multilingual_headlines.html
It was lost in the move from darcs to GIT, since it was added
with a local change and not recorded in the darcs repository.
2018-01-23 15:58:28 +01:00
hallgren
114dc54bf9 demos/index.html: a couple of fixes 2016-02-08 16:41:50 +00:00
aarne
4b044566a4 note on official vs development version of the Android app 2015-06-09 09:28:39 +00:00
aarne
ceba45af5e updated demos/app.html 2015-06-09 09:22:59 +00:00
aarne
810acc9258 modified some explanations in app.html 2014-07-15 09:55:45 +00:00
aarne
fd5525149b link to play store from app.html 2014-06-30 09:14:17 +00:00
aarne
2601dac641 added a note that the green translation comes from the phrasebook 2014-06-20 07:12:31 +00:00
aarne
0e940b7fd1 style0 in app.html to preserve colours in table cells 2014-06-19 17:44:06 +00:00
aarne
23cc4981ab language status information in demo app and translation documents 2014-06-19 17:41:34 +00:00
hallgren
e7f9ad2a98 Demo page: fix the link to the android app 2014-06-19 17:05:21 +00:00
hallgren
e10ab227ef Demo page: add links to the wide coverage translation page and the android app 2014-06-19 17:00:23 +00:00
aarne
11d8df739e updated demos/translation.t2t with link to app and explanation of colours 2014-06-15 14:12:55 +00:00
aarne
1e67d2531b updated app.html with new links 2014-04-24 07:15:48 +00:00
aarne
e60ec8d1da updated app.html with images and a link where a real app can now be found 2014-04-22 17:18:50 +00:00
aarne
d3020a2f19 a copy of app help file as demos/app.html 2014-04-21 08:45:32 +00:00
hallgren
c8a8883df8 demos/translation.t2t: more space for the demo app 2014-04-07 13:01:00 +00:00
hallgren
29ac39c5cc demos/translation.t2t: the translation app needs more space 2014-02-13 12:02:10 +00:00
hallgren
0386334f49 Wide coverage translation web demo improvements
+ Add lexing/unlexing
+ Add a button to swap input and output
+ Minor layout adjustments
2014-01-28 16:51:21 +00:00
hallgren
0a185814fd demos/translation: add preliminary online demo,
but it is not ready to be widely advertised yet, e.g. lexing and unlexing is
missing.
2014-01-23 14:56:52 +00:00
aarne
b9a91b3c34 removed the generated html files 2014-01-10 14:55:21 +00:00
aarne
8b85e07561 started demo pages for translation and resource grammars 2014-01-10 14:54:21 +00:00
hallgren
018b43837b Demo page: added a link to Phrasomatic 2013-08-22 19:27:33 +00:00
hallgren
29f1487aa4 Demo page: add a version of the minibar that shows just the MOLTO Application grammars 2013-05-24 14:20:36 +00:00
hallgren
78216222f1 some documentation updates and fixes
doc/Makefile: add a rule to regenerate gf-help-full.txt
gf-help-full.txt: updated (new parse tree visualization options)
demo & cloud index: clarifications
minibar documentation: better layout on mobile devices
GF 3.4 release notes: reorganized & updated
2012-11-27 14:11:47 +00:00
hallgren
a3aa54a746 demo page: adding a link to the question answering demo from the ICFP 2012 GF tutorial 2012-10-12 15:33:38 +00:00
hallgren
0790af56a8 demo page: update the links to Mathbar and GFSE to point to the latest version 2012-10-01 11:22:29 +00:00
hallgren
ac6c8971fc Make the GF web site more mobile friendly
Most of the pages on the GF web site have an exemplary simple design,
with just one column of text. This make them adapt exceptionally
well to screens of different sizes. In particular, they should be
easy to read even on smartphones.

However, smartphone browsers like Mobile Safari and the default
Android Browser assume that pages do *not* adapt well to small
screens, so by default they emulate a big screen, forcing the user
to zoom in to a part of the page to be able to read it. By adding
the meta tag

  <meta name = "viewport" content = "width = device-width">

the big screen emulation can be turned off, allowing pages to be
formatted to fit the actual screen size and text to be displayed
at a readable size.
2012-09-28 20:26:13 +00:00
hallgren
26ffcdbde8 Demos: add a note that the WebAlt Math translator is out of order 2012-05-04 12:52:05 +00:00
hallgren
c10bd79e26 minibar_offline: Update the API exported by pgf_offline.js to be compatible with pgf_online.js
This makes the minibar offline demo work again.
2012-04-30 13:53:55 +00:00
hallgren
6f42f58f71 gfse: Translation Quiz integration
Also moved the translation quiz from demos/TransQuiz to src/www/TransQuiz so
that it will be installed by 'cabal install' along with the other files that
are installed for use by gf -server mode.
2012-02-28 17:24:34 +00:00
hallgren
be76d44b8f demos/index.html: some demos are not new anymore 2012-02-23 16:48:34 +00:00
hallgren
9ebb9c98b8 Translation Quiz: add copyright notices in source files
As suggested by Elnaz.
2011-11-01 13:22:24 +00:00
hallgren
37f8db4432 demos: just recording some recent changes to the index page 2011-08-16 15:41:31 +00:00
hallgren
d30a3b182b gfse: add a link from demo page to the editor 2011-03-09 10:05:53 +00:00
hallgren
e06e587de1 demos/index.html: minibar is now available on the standard port
Minibar was at http://www.grammaticalframework.org:41296/minibar/minibar.html
but now also at http://www.grammaticalframework.org/demos/minibar/minibar.html
which means it is accessible behind firewalls that block requests to
nonstandard ports.
2011-03-01 15:02:13 +00:00
hallgren
6c60b086cf demo/indx.html: record translation quiz entry 2011-03-01 14:58:51 +00:00
hallgren
ac41fe547f translation quiz: always show the grammar menu 2011-02-18 11:52:08 +00:00
hallgren
c2c8f34288 translation quiz: a small change to make easy to select an alternate grammar directory 2011-02-18 11:51:41 +00:00
hallgren
76736a6662 Translation Quiz: fix for race condition on page load 2011-01-26 16:21:23 +00:00
hallgren
62d1ea5a34 Translation quiz: improvements from Elnaz 2011-01-25 11:58:49 +00:00
hallgren
5074b28d4c Link back to the start page from the demo and download pages. 2011-01-11 14:22:28 +00:00
hallgren
65c45e181f Reinstated the link to the multilingual wiki demo 2011-01-11 14:07:11 +00:00
hallgren
7ea1655165 Demos: added a link to the Online syllogism solver 2011-01-11 13:11:08 +00:00
hallgren
40b84d25e3 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
2010-12-22 16:57:53 +00:00
hallgren
74fe9d1352 New demo: translation quiz. Remove outdated demos/index.txt 2010-12-20 17:33:34 +00:00
hallgren
106d056f54 Update demo links
- Added link to the Prasebook demo. The older demos are no longer labelled NEW.
- Point to www.grammaticalframework.org instead of tournesol.cs.chalmers.se
- Update links to www.cs.chalmers.se to new pages on www.cse.chalmers.se, since
  there is no working autmatic redirection.
- got rid of some HTML clutter.
- index.txt was out of sync with index.html. It is now even more out of sync.
2010-06-17 15:14:00 +00:00
aarne
101df06f6c manual web page edits from cs.chalmers 2009-12-09 09:37:47 +00:00
aarne
af1fc9306a google analytics 2009-03-11 16:10:02 +00:00