summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-12-22tweak gf-server.cabalkrasimir
2010-12-22refined synopsisaarne
2010-12-21making synopsis work for structural words, etcaarne
2010-12-21Add build-binary-dist.shhallgren
2010-12-21more clear LICENSE file for GFkrasimir
2010-12-21remove -src from Setup; simplified str2numeral; bug fix in Finnish ordinal ↵aarne
inflection
2010-12-20download/index-3.2.t2t: first version of download page for GF release 3.2hallgren
2010-12-20css/style.css: a style sheet for GF web pageshallgren
2010-12-20index.html: changes for release 3.1.6hallgren
It's a bit late. I don't know why these changes haven't been recorded before...
2010-12-20New demo: translation quiz. Remove outdated demos/index.txthallgren
2010-12-17gf.cabal: version 3.1.91, remove pgf-httphallgren
The version of cabal distributed with Ubuntu 10.10 is too old to handle executables that refer to the library in the same package, so to not make it too complicated for Ubuntu users to compile GF from source, pgf-http is no longer part of the main gf.cabal. :-(
2010-12-17Add -optimize-pgf to Makefile for Foods.pgfhallgren
2010-12-17minibar.html: omit explicit grammars_url optionhallgren
The grammars will then by default be fetched from the same server as minibar.html. This means that everything will be served locally when accessing minibar through a locally running pgf-http.
2010-12-17minibar/support.js: fix comment typos and add linkshallgren
2010-12-17pgf-http now uses $datadir/www instead of ./www as the document roothallgren
Along with the changes to Setup.hs it should now be enough to do cabal install pgf-http open http://localhost:41296/ to run the PGF service locally and play with some example grammars in minibar.
2010-12-17RunHTTP.hs: remove hardcoded document roothallgren
The document root is now part of the arguments passed to runHTTP.
2010-12-17Install minibar and some example grammars along with pgf-httphallgren
Together with the changes to pgf-http, this should make it much easier to run the PGF service and minibar locally.
2010-12-17bugfix: GeneratePMCFG should initialize the lexicon to emptykrasimir
2010-12-17bugfix: setProbabilities should be more robust when there are missing ↵krasimir
probabilities for some functions or categories
2010-12-16fixes in QueryFreaarne
2010-12-16some fixes in QuerySwe; a first version of QueryFreaarne
2010-12-14updated documentation of pg -printer formatsaarne
2010-12-14documented the pgf -printer values for helpaarne
2010-12-14option cc -list addedaarne
2010-12-14PGFToCFG should use the full production set because the lexicon is now split outkrasimir
2010-12-14now every parse state keeps reference only to the concrete and the abstract ↵krasimir
syntaxes but not to the whole PGF
2010-12-14numerals: add language flagshallgren
to help minibar pick the right default language