Commit Graph

194 Commits

Author SHA1 Message Date
krasimir
161403e7d3 upgrade to GWT 2.0.4 2010-07-08 09:32:17 +00:00
krasimir
0dbe60b7bf FridgeApp and TranslateApp now show the type errors 2010-07-08 07:57:36 +00:00
krasimir
1a7210dc18 fix PGFService after the change in the parser API 2010-07-07 14:46:24 +00:00
aarne
b66d93f44f disambiguation in Phrasebook: show Eng instead of AST if DisambL is missing; show all alternative disambiguations for each alternative translation 2010-05-28 03:40:35 +00:00
krasimir
8742ebee38 for backward compatibility we have the old parse function again. the old functionality is exposed by parse_ 2010-04-30 20:18:26 +00:00
krasimir
a3e1d43318 fix PGFService after the change in the API 2010-04-30 15:09:21 +00:00
hallgren
ee9acfc772 Update version numbers for build-depends in gf-server.cabal 2010-04-22 14:22:55 +00:00
krasimir
f806a7890d now the PGF service communicates with Graphviz using UTF8 for the input and binary for the output 2010-04-22 14:01:08 +00:00
krasimir
a4894be101 the pgf service now compiles with the latest CGI package 2010-04-22 12:37:36 +00:00
hallgren
4c757f4683 Changes to lighttpd.conf to allow grammars.cgi to work 2010-04-20 14:46:36 +00:00
aarne
1040f2a10d in PGFService disambiguation, show tree if there's no disamb grammar 2010-04-04 20:45:50 +00:00
aarne
66cca22f38 simplified the treatment of politeness in Phrasebook 2010-03-30 18:48:59 +00:00
aarne
0e91a4d84d disambiguation in Phrasebook grammars, PGF server, and the GUI 2010-03-30 15:39:11 +00:00
aarne
1c088506b3 catching initial bind symbol in PGFServer 2010-03-28 20:32:03 +00:00
aarne
5c0fb2cb7e text-like unlexer for phrasebook web service 2010-03-26 22:08:48 +00:00
aarne
5e4548e4da fixes for webdemos, including bug in StructuralIta 2010-03-26 17:38:20 +00:00
aarne
cd25764350 www api command translategroup, which uses groupResults 2010-03-22 22:04:36 +00:00
hallgren
e239e3331a Quick fix to adapt to new version of the PGF library. 2010-03-04 18:46:18 +00:00
hallgren
9fc30c11df Update version number 3.0 to 3.1 in a number of places 2009-12-15 15:27:26 +00:00
krasimir
286e60c7dc fix the directories in gf-server.cabal 2009-12-14 15:21:09 +00:00
krasimir
c92f9d1c0c reorganize the directories under src, and rescue the JavaScript interpreter from deprecated 2009-12-13 18:50:29 +00:00
krasimir
836e742ddf TranslateApp now have browser for abstract syntax 2009-11-29 14:51:12 +00:00
krasimir
abe21f6fbb function doListGrammars in PGFService is obsolete 2009-11-26 16:27:04 +00:00
krasimir
12d64654d7 the default function of the PGFService should return list of functions as well as list of categories 2009-11-26 14:47:35 +00:00
krasimir
b596086edf change PGF.categories to return list of identifiers instead of types 2009-11-26 14:43:31 +00:00
aarne
8ed9fe442d Dutch lexicon generated via Google translate; method in lib/src/MkExx.hs 2009-11-16 15:21:56 +00:00
krasimir
f0ab7463e8 fix the compilation of MorphoService.hs 2009-10-27 09:10:50 +00:00
krasimir
73e1f0e81e added tree visualizations in TranslateApp 2009-10-24 10:38:21 +00:00
krasimir
3cf44aaa74 make the GF server to compile after that changes in the PGF runtime 2009-10-15 11:32:25 +00:00
aarne
6a744bfb5f paths in Symbol modules; present in ResRon (not complete) 2009-10-05 12:54:17 +00:00
krasimir
4e119eb63c make the text in the SyntaxEditor float nicely 2009-06-06 08:33:11 +00:00
krasimir
3441ca7697 scratched version of GWT Syntax Editor 2009-06-05 18:19:53 +00:00
krasimir
2c5ff0f4b1 update the Makefile and the README for the server 2009-06-04 16:45:29 +00:00
krasimir
702bc404ec added decoding from UTF8 in MorphoService.hs 2009-06-04 16:39:06 +00:00
krasimir
e3052a25bd GF.Grammar.Parser is added to gf-server.cabal to tell Cabal that he has to run Happy 2009-06-04 16:38:07 +00:00
krasimir
eed3bc5312 the morpho server is now updated and works with the current GF. the sources are moved in directory server 2009-06-04 16:26:52 +00:00
krasimir
0fd18dafa9 Update FastCGIUtils.hs to work with GHC 6.10 2009-06-04 14:56:50 +00:00
aarne
8c2a476a10 idea page 2009-03-11 16:54:16 +00:00
krasimir
fe74414462 the grammars are now recognized by extension i.e. .pgf is grammar just like .php is a PHP script 2009-01-25 22:06:20 +00:00
krasimir
5913e10c44 the pgf-server is single-threaded on Windows 2009-01-25 22:04:59 +00:00
krasimir
6bb1f0f864 add Translate-compile.bat 2009-01-25 21:27:41 +00:00
krasimir
35370de324 add Fridge-compile.bat 2009-01-25 15:12:56 +00:00
krasimir
bca1991d05 hack for pgf-server for Windows 2009-01-25 15:07:29 +00:00
bjorn
48e90ad8bd Rename PGF Server cabal packages to pgf-server (was gf-server). 2008-12-05 19:10:51 +00:00
bjorn
e27065ae74 Added more functions to gf-server-jsapi.js 2008-12-05 19:08:58 +00:00
bjorn
48630f36ea Update src/server/simple-client.html and gf-server-jsapi.js to work with current pgf server. 2008-12-05 19:00:20 +00:00
bjorn
bfa73d40fc pgf server: return 1 result for /random without limit argument. 2008-12-04 13:54:43 +00:00
bjorn
09845dc0b4 Fix URL of delete-last.png in fridge app. 2008-12-01 20:45:07 +00:00
bringert
fee1483bd8 lighttpd conf tweak. 2008-11-20 16:49:12 +00:00
bjorn
de09e64892 pgf.fcgi: don't install any signal handlers. Since we didn't look at the variable they set, we just created zombies. 2008-11-20 15:00:53 +00:00