Improvements of "gf -server" mode and related setup

"gf -server" mode now contains everything needed to run the minibar and
the grammar editor (including example-based grammar writing).

The Setup.hs script installs the required files where gf -server can find them.
These files have been moved to a new directory: src/www.

The separate server program pgf-http is now obsolete.
This commit is contained in:
hallgren
2011-10-12 17:03:54 +00:00
parent 78298c7c3b
commit fa4af3d043
51 changed files with 118 additions and 20 deletions

18
src/www/index.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<!-- This is the start page served by "gf -server" -->
<title>GF web service</title>
<h1>GF web service</h1>
<h2>Available web services</h2>
<ul>
<li><a href="minibar/minibar.html">Minibar</a>
<li><a href="gfse/">GF online editor for simple multilingual grammars</a>
</ul>
<hr>
<a href="http://www.grammaticalframework.org/">Grammatical Framework</a>