summaryrefslogtreecommitdiff
path: root/src/server/MainFastCGI.hs
AgeCommit message (Collapse)Author
2008-10-29Rename MainFastCGI.hs to PGFService.hs.bjorn
2008-10-20gf-server: move some general stuff to FastCGIUtilsbjorn
2008-10-20Update gf-server to compile with changed PGF API.bjorn
2008-10-20Added Read and Show instances for Type. This required moving some code around.bjorn
2008-10-20Replace Category with Type in the PGF API. Added readLanguage and showLanguage.bjorn
2008-10-20gf-server: New URL format: /grammar.pgf/commandbjorn
2008-10-17(fastcgi) replace DataRef with a more general Cache type, which can hold ↵bjorn
several PGF grammars.
2008-10-17Added JSON-P support to fastcgi server.bjorn
2008-10-16Multithreaded gf.fcgi.bjorn
2008-09-26Added 'complete' function to the PGF API. This is a higher-level API to the ↵bjorn
completion functionality.
2008-09-17fastcgi: rename /info to /grammarbjorn
2008-09-17fastcgi: replace /categories, /languages and /mylanguage with /info.bjorn
2008-09-17fastcgi server: add /mylanguage resource, which selects the language that ↵bjorn
best matches the Accept-language header.
2008-09-15fastcgi server: decode UTF-8 inputs produced by the gwt clientbjorn
2008-09-15Added partial word completion to fastcgi server and update GWT UI accordingly.bjorn
2008-09-12server: changes lang field to namebjorn
2008-09-12Change JSON structures returned by the translation server to always be ↵bjorn
arrays of objects.
2008-09-12translation server: added limit argument to /complete.bjorn
2008-09-10Fix type error in fastcgi server.bjorn
I forgot to fix this after I copied the modified FastCGIUtils from morpho-server.
2008-08-24Move CGIError stuff to FastCGIUtils.bjorn
2008-08-24URL decode text input in fastcgi server, including %uXXXX sequences.bjorn
2008-08-19First version of ajax / fastcgi interface with completion.bjorn
2008-08-19Added parse and linearize functions to the fastcgi server. Some refactoring.bjorn
2008-08-18Sort languages in fastcgi /languages output.bjorn
2008-08-18Updated AJAX translator to make use of canParse and the fixed parseAllLangs.bjorn
2008-08-15Qualify PGF import in fastcgi server, to avoid hiding Language, which breaks ↵bjorn
with older cgi versions.
2008-08-15First working version of the AJAX translation client.bjorn
2008-08-14Added /cats and /langs to fastcgi server.bjorn
2008-08-14Better error handlig in the GF FastCGi server.bjorn
2008-08-14Added first version of the GF FastCGI server.bjorn