diff options
| author | bjorn <bjorn@bringert.net> | 2008-09-18 20:12:01 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-09-18 20:12:01 +0000 |
| commit | e9f915ba9c7a47e51083f0d3eb3a25ebbbc86324 (patch) | |
| tree | 07fbf371f73e926349e2f6e032c8eac8fbb290ad | |
| parent | 0fdf2ceea2c66133480980a602009c2ba13baf18 (diff) | |
Fixed gf-morpho-server.cabal name typo. Added basic README for morpho server.
| -rw-r--r-- | src/morpho-server/README | 21 | ||||
| -rw-r--r-- | src/morpho-server/gf-morpho-server.cabal (renamed from src/morpho-server/gf-morpo-server.cabal) | 0 |
2 files changed, 21 insertions, 0 deletions
diff --git a/src/morpho-server/README b/src/morpho-server/README new file mode 100644 index 000000000..ad402749f --- /dev/null +++ b/src/morpho-server/README @@ -0,0 +1,21 @@ +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]] diff --git a/src/morpho-server/gf-morpo-server.cabal b/src/morpho-server/gf-morpho-server.cabal index 590365109..590365109 100644 --- a/src/morpho-server/gf-morpo-server.cabal +++ b/src/morpho-server/gf-morpho-server.cabal |
