Make it possible to use the cgi script without installing a web

server.

* wrap/python/cgi-bin/ltl2tgba.in: Starts a web server if the
script is not called as a CGI.  Arrange to load libraries from
the build directory.  Create the spotimg/ if needed when run as
a web server.
* wrap/python/cgi-bin/Makefile.am: Adjust build rule and clean
the spotimg directory.
* wrap/python/cgi-bin/README, NEWS: Update.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-30 14:15:03 +01:00
parent 24cde3c21f
commit 4efde0d3d3
5 changed files with 85 additions and 12 deletions

View file

@ -1,3 +1,16 @@
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Make it possible to use the cgi script without installing a web
server.
* wrap/python/cgi-bin/ltl2tgba.in: Starts a web server if the
script is not called as a CGI. Arrange to load libraries from
the build directory. Create the spotimg/ if needed when run as
a web server.
* wrap/python/cgi-bin/Makefile.am: Adjust build rule and clean
the spotimg directory.
* wrap/python/cgi-bin/README, NEWS: Update.
2010-01-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
More * -> & replacements.