<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/server/pgf-http.hs, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=master</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2013-12-17T15:55:14+00:00</updated>
<entry>
<title>src/server/gf-server.cabal: compile it as a common library + executables</title>
<updated>2013-12-17T15:55:14+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-12-17T15:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=e9e919e6e3bd92ef6c30181817dd9c6e571011de'/>
<id>urn:sha1:e9e919e6e3bd92ef6c30181817dd9c6e571011de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pgf-http now uses $datadir/www instead of ./www as the document root</title>
<updated>2010-12-17T16:35:59+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2010-12-17T16:35:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=2e6269ddb4c8189ebef50a9d82f642733b291f5a'/>
<id>urn:sha1:2e6269ddb4c8189ebef50a9d82f642733b291f5a</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Split pgf-server into pgf-fcgi and pgf-http.</title>
<updated>2010-11-26T14:30:51+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2010-11-26T14:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=72d2d9b204568b3683c29dea0ae794d3a524f2ee'/>
<id>urn:sha1:72d2d9b204568b3683c29dea0ae794d3a524f2ee</id>
<content type='text'>
The dependency on the fastcgi package made pgf-server difficult to compile, so
it is now split into

  - pgf-fgci (main module in pgf-fcgi.hs), which is built only if fastcgi is
    already installed or if you turn on the fastcgi flag (e.g. by doing
    'cabal install -f fastcgi').

  - pgf-http (main module in pgf-http.hs) which is always built (and hopefully
    has no problematic dependencies.) 

The modules FastCGIUtils and PGFService no longer depend on fastcgi.
</content>
</entry>
</feed>
