summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-26Translation Quiz: fix for race condition on page loadhallgren
2011-01-25Translation quiz: improvements from Elnazhallgren
2011-01-22New item. GF is part of the CLT Toolkithallgren
2011-01-22Fix broken links in GF Quick Referencehallgren
2011-01-18News: Phrasedroid on the Android Markethallgren
2011-01-18style.css: remove border from linked GF logotypeshallgren
2011-01-12Release notes: added a link to documentation of the bracketed string data ↵hallgren
structure
2011-01-11Fixed a couple of release note typoshallgren
2011-01-11gf-book web page index and tocaarne
2011-01-11download: added an note that the .deb packages work on both Ubuntu 10.10 and ↵hallgren
10.04.
2011-01-11Link back to the start page from the demo and download pages.hallgren
2011-01-11Reinstated the link to the multilingual wiki demohallgren
2011-01-11minibar: update my home page link (cs->cse)hallgren
2011-01-11Demos: added a link to the Online syllogism solverhallgren
2011-01-10added testsuite for the parserkrasimir
2011-01-09The name of the fastcgi executable has changed back to pgf-servicehallgren
2011-01-08fix the computation of abstract expressions in the presence of implicit ↵krasimir
arguments
2011-01-08fix the definition of functor composition in category theorykrasimir
2011-01-08bugfix in the handling of implicit arguments in the typecheckerkrasimir
2011-01-03Download page: some more details on how to install the from darcs repositoryhallgren
2011-01-03Download page: add .deb package for easy installation in Ubuntuhallgren
2010-12-28The GF editor now lets the user to upload his/her own grammarskrasimir
2010-12-28Fix to compile GF with GHC>=7.0hallgren
2010-12-23Switch over start page and download page to version 3.2!hallgren
2010-12-23Somewhat better release notes, but more things could be added and some thing ↵hallgren
could be explained better.
2010-12-23download: add 64-bit Linux version + more details in the instructions for ↵hallgren
building from source
2010-12-23gf-server.cabal: changes to stop cabal from demanding hsql even when ↵hallgren
content-server is not going to be built
2010-12-23Got release not from Olga's notes. They need to be fleshed out, though.hallgren
2010-12-23updated quick startaarne
2010-12-23build-binary-dsit.sh: make paths relative to /usr/local in the final tar file.hallgren
2010-12-23Use i386 rather than i486 in binary package nameshallgren
2010-12-23Include Urd in the default set of languages to compilehallgren
2010-12-23Update version number to 3.2.hallgren
Code freeze for generation of binary distribution packages is imminent.
2010-12-23Add release notes file download/release-3.2.t2t. Someone should fill it in.hallgren
2010-12-23Apply stylesheet to GF quickstarthallgren
2010-12-23word alignment ex in tutorialaarne
2010-12-23fixed corrupted character in tutorial FoodItaaarne
2010-12-23updated tutorial and quickstart for 3.2aarne
2010-12-22Setup.hs: build both alltenses and present by defaulthallgren
Now you can specify more than one mode when building and installing the RGL. For example to build all modes, run runhaskell Setup.hs build alltenses present minimal The default is to build alltenses and present, which means that a single command, cabal install is enough to obtain a normal installation of GF. Without this change, additional build and install commands would be required before you can compile example grammars, like Foods and Phrasebook. The build-binary-dist.sh script has been simplified accordingly.
2010-12-22FoodsPes and Sofy in statusaarne
2010-12-22Documentation fixeshallgren
+ Rename some txt2tags file from .txt to .t2t and remove abandoned .txt files. + Add program update_html that finds all .t2t documents and updates the corresponding .html file. It can be invoked with 'make html'. + Add style to some .html documents
2010-12-22PGF web service: make the generated index.html for pgf-http a bit more ↵hallgren
informative
2010-12-22gf-server.cabal: update description of fastcgi flaghallgren
2010-12-22gf-server.cabal: make hsql-mysql optional like fastcgihallgren
content-service depends on hsql-mysql, which depends on a C library, so like fastcgi, only compile it if you ask for it explicitly with -ffastcgi.
2010-12-22gf-server.cabal: Change the default for the flag fastcgi to Falsehallgren
If you want the fastcgi server, use cabal install -ffastcgi. This is to avoid problems when you only want to compile pgf-http and the fastcgi library fails to install, which it usually does, since it depends on a C library which is not installed automatically with cabal.
2010-12-22PGF web service: Use Content-Type text/javascript from JSON outputhallgren
The Content-Type used to be text/json, but this caused warning messages in some web browers.
2010-12-22removed GF/deprecatedaarne
2010-12-22moved parts of doc to deprecated/docaarne
2010-12-22added GrammarsPanel in the GF editorkrasimir
2010-12-22updated GF/index.htmlaarne