packages feed

free-theorems-seq-webui-1.0: README

The module free-theorems-seq-webui-0.1 provides the binary free-theorems-seq-webui.cgi.

Installation can either be done with cabal (configure/build/install) or
runhaskell Setup.hs configure --user
runhaskell Setup.hs build
runhaskell Setup.hs install

It is recommended to produce only a local build
and start the webinterface (using the local build) with

$ ./test.sh

then it runs under  http://localhost:8002/

An online version of the webinterface is also found under

http://www-ps.iai.uni-bonn.de/cgi-bin/polyseq.cgi

Enjoy.



Acknowledgements.
=================

Most of the webinterface' code (./src/polyseq-cgi.hs) and the script testcgi.py
are written by 

Joachim Breitner <mail@joachim-breitner.de>.

Thanks!