diff options
| author | krasimir <krasimir@chalmers.se> | 2009-06-04 16:26:52 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-06-04 16:26:52 +0000 |
| commit | f2a968b6d53ac07df67f393bd06c38f368d08c02 (patch) | |
| tree | 6cf785bcb1807de93f10452b11b0dd306157ec70 /src/morpho-server/README | |
| parent | 6a263f05aa8d963f7141aca8b7ee0cae0c063515 (diff) | |
the morpho server is now updated and works with the current GF. the sources are moved in directory server
Diffstat (limited to 'src/morpho-server/README')
| -rw-r--r-- | src/morpho-server/README | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/morpho-server/README b/src/morpho-server/README deleted file mode 100644 index ad402749f..000000000 --- a/src/morpho-server/README +++ /dev/null @@ -1,21 +0,0 @@ -Note, some paths are still hardcoded in MorphoServer.hs, you have to -change them before compiling. - -See ../server/README for requirements and installation instructions -(replace gf.fcgi with gf-morpho.fcgi). - -To build (doesn't yet use Cabal, since it needs some modules not yet in -the gf Cabal package): - -$ make - -When installed, try for example (change URL as appropriate): - -http://localhost/~bringert/morpho-server/gf-morpho.fcgi/eval?term=mkN+%22talo%22 - -This will output a JSON representation of the resulting inflection table. -The JSON representation should be changed, I've noticed that it's much nicer -to have fixed object field names in JSON when using GWT. Perhaps the format -should be: - -[[key, value]] |
