| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
structure
|
|
|
|
|
|
10.04.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
arguments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
could be explained better.
|
|
building from source
|
|
content-server is not going to be built
|
|
|
|
|
|
|
|
|
|
|
|
Code freeze for generation of binary distribution packages is imminent.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
+ 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
|
|
informative
|
|
|
|
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.
|
|
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.
|
|
The Content-Type used to be text/json, but this caused warning messages in
some web browers.
|
|
|
|
|
|
|
|
|