summaryrefslogtreecommitdiff
path: root/WebSetup.hs
AgeCommit message (Collapse)Author
2012-04-19minibar & cloud service: minor style changeshallgren
Also include the GF logo on the cloud service start page.
2012-03-01WebSetup.hs: avoid ? wildcards because of odd behaviour under Win32hallgren
There is some discussion here: http://www.xxcopy.com/xxcopy18.htm
2012-03-01WebSetup.hs: use </> instead of '/' for Win32 compatibilityhallgren
2011-10-25Preparations for release of GF 3.3hallgren
+ Changing version numbers and dates here and there. + Simplify build-binary-dist.sh since pgf-http need not be built anymore. + Use--gf-lib-path to make the sample grammars for minibar compile even if GF is not installed.
2011-10-14Bug fix in setup for gf -server modehallgren
Use the command "dist/build/gf/gf" instead of "gf" to compile the sample grammars for the minibar, to avoid failing if gf is installed in a directory which is not in the $PATH.
2011-10-12Improvements of "gf -server" mode and related setuphallgren
"gf -server" mode now contains everything needed to run the minibar and the grammar editor (including example-based grammar writing). The Setup.hs script installs the required files where gf -server can find them. These files have been moved to a new directory: src/www. The separate server program pgf-http is now obsolete.