First version of a web server for morphological paradigms.

This commit is contained in:
aarne
2012-09-12 12:52:03 +00:00
parent a92fbfa8c1
commit fa683d7ce2
5 changed files with 240 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
echo "Content-type: text/html";
echo ""
export LANG=en_US.UTF-8
runghc GFMorpho "$QUERY_STRING"