summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-09-10Note about deleting /tmp/fcgi_ipcbjorn
2008-09-10missing sudo in erver READMEbjorn
2008-09-10bump version number to beta2krasimir
2008-09-10print the search path when we can't find a modulekrasimir
2008-09-10mod_fastcgi installation instructions in src/server/READMEbjorn
2008-09-10Note that Apache must be restarted after config changes.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-09-09better error msg for missing record labelsaarne
2008-09-09completed IdiomCat to compile api and mathaarne
2008-09-09missing case in param lookup table in GrammartoGFCCaarne
2008-09-09debug information in GrammarToGFCCaarne
2008-09-09More info in src/server/README.bjorn
2008-09-09Disable translation on every keystroke, and completion, in the gf FastCGI ↵bjorn
AJAX client, since it can be too slow.
2008-09-09show "error" in run interruptibly mode in GFIaarne
2008-09-09enable matching of ++ strings with regular patternsaarne
2008-09-05capitals in lextext and unlextext; notice that a sentence starting with a ↵aarne
proper name now gets lexed with a small letter if lextext is used
2008-09-04convert all values in shell pipes to stringsaarne
2008-09-03Added --haskell-prefix option for changing the constructor prefix in ↵bjorn
generated Haskell modules.
2008-09-03new PGF output format: prolog syntaxpeb
* output a PGF grammar in prolog readable syntax * variables in abstract syntax (hypotheses and lambda-abstractions) are translated to unique logical variables * PGF terms in concrete syntax are translated to more prolog-like terms
2008-09-03treatment of Int: not always PredefAbs but can be PredefCncaarne
2008-08-24gf-server: the readData function given to getData should be m a, not IO a.bjorn
2008-08-24First (hacky) working version of FastCGI JSON morphology 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-24Completed SISR 1.0 support (untested).bjorn
2008-08-24Export modifyFlags and modifyModuleFlags from GF.Infra.Options.bjorn
2008-08-24Re-enable Catalan in the server demo grammar.bjorn
2008-08-23removed repeated CPU time printing in GFIaarne
2008-08-23infForm added to Catalan ; debugging alternative in PGF generationaarne
2008-08-23Added target for building translation server grammar for LangX.bjorn
2008-08-22Added README with build instructions for the fastcgi server.bjorn
2008-08-22Don't include DemoCat in server example grammar, since some parts are missing.bjorn
2008-08-22UTF8 encode all generated XML.bjorn
2008-08-22In GF.Compile.Export, output file name extensions should not have double dots.bjorn
2008-08-22Added srgs_xml_nonrec output format.bjorn
2008-08-20alternative prtType to help debugging overload resolution errorsaarne
2008-08-19tweak ajax client htmlbjorn
2008-08-19First version of ajax / fastcgi interface with completion.bjorn
2008-08-19Remove src/server/grammar.pgf from the repo, use 'make food' if you want it.bjorn
2008-08-19Added parse and linearize functions to the fastcgi server. Some refactoring.bjorn
2008-08-19Fix order in the cncnames list in unionPGF. It was made in reverse.bjorn
2008-08-18Ajax: use onsubmit instead of onclick, to catch Firefox auto-submit-on-enter.bjorn
2008-08-18Ajax translator: copied iPhone viewport stuff from Aarne's JS translator, ↵bjorn
untested.
2008-08-18AJAX translator: update translation when the from or to language is changed.bjorn
2008-08-18Include all languages in the demo pgf for the fastcgi server.bjorn
2008-08-18Sort languages in fastcgi /languages output.bjorn
2008-08-18When producing PGF, do UTF-8 encoding of the whole file after pretty ↵bjorn
printing instead of walking through the PGF structure before pretty-printing. The old code was brittle, and only converted strings in the lins and opers, not in printnames and parsers. The old code also double encoded some grammars when using gfc to combine PGF files.
2008-08-18Updated AJAX translator to make use of canParse and the fixed parseAllLangs.bjorn
2008-08-18Added canParse function to the PGF API. Make parseAllLang and parseAll skip ↵bjorn
languages which don't have parsers, instead of always throwing exceptions when some language is missing a parser.
2008-08-18Added languageCode function to the PGF API.bjorn