summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-18Some peacekeeping clean-up, still far from compiling.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
2008-08-18Updated resource grammar fle list in GF.cabalbjorn
2008-08-15gfc can now combine PGF files.bjorn
2008-08-15Added peacekeeping example back in. Doesn't compile yet.bjorn
2008-08-16bronzeage grammar restored except for three ones with issues ; arabic ↵aarne
transliteration added
2008-08-16improved error message in pgf compilation to help debuggingaarne
2008-08-15Added Makefile for fastcgi server.bjorn
2008-08-15Qualify PGF import in fastcgi server, to avoid hiding Language, which breaks ↵bjorn
with older cgi versions.
2008-08-15numerals demo on the webaarne
2008-08-15examples of morphological synthesis/analysis as top-level grammarsaarne
2008-08-15Added a basic stylesheet for the js and ajax translators.bjorn
2008-08-15JS translator: fixed typo, before a ul was produced instead of an libjorn
2008-08-15First working version of the AJAX translation client.bjorn
2008-08-14forgiving names in concrete that are not in abstract, with a warning (no ↵aarne
warning guaranteed if this is because restricted inheritance)
2008-08-14Started working on an AJAX client for the fastcgi server.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
2008-08-14Remove the grammars directory. It was full of old grammars that don't ↵bjorn
compile these days. See the old source distributions if you want them.
2008-08-14Remove src/module-structure.txt, it's about the restructuring in GF 2.2.bjorn
2008-08-13Include concrete syntax flags in generated JS.bjorn
2008-08-12gfc command now looks for gf executable in the same directorybringert
2008-08-04ported numerals to GF3 and encoded in UTF8; some problematic ones in todoaarne
2008-08-04corrected links in indexaarne
2008-06-28change the path from resource-1.4 to resource in cabalkrasimir
2008-06-27new tramdemo linkaarne
2008-06-27Don't build lib twice in make binary-dist.bjorn
2008-06-27Build gfdoc in binary-dist, since the tarball includes it.bjorn
2008-06-27Set charset to utf-8 when printing html code. This is needed to get Safari ↵bjorn
to display resdemo.html correctly.
2008-06-27Drop java-related stuff from Makefile.binary.bjorn
2008-06-27Changed version number in configure.ac.bjorn
2008-06-27final adjustments in docaarne
2008-06-27finishing docaarne
2008-06-27updated readme and installaarne
2008-06-27rm obsolete download fileaarne
2008-06-27tiger binaryaarne
2008-06-27file names in download indexaarne
2008-06-27added api/Combinators for Engaarne
2008-06-27documentation almost up to dateaarne
2008-06-27documentation written; some weird constructors excluded from demoaarne