summaryrefslogtreecommitdiff
path: root/src/server/MainFastCGI.hs
AgeCommit message (Expand)Author
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 bes...bjorn
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 arrays...bjorn
2008-09-12translation server: added limit argument to /complete.bjorn
2008-09-10Fix type error in fastcgi server.bjorn
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
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