These are simple web clients that can connect to your MTMonkey Appserver and dispatch translation requests:
simple-- a very simple PHP clientajax-- a more fancy client that uses AJAX requests to process translations
Just place the index.php file somewhere to a path on your web server
that gets processed by PHP. Edit the file and setup your Appserver's URL
and language capabilities in the $server_url, $supported_source_langs,
and $supported_target_langs variables.
Copy the whole ajax/ subdirectory to path on your web server that
gets processed by PHP. Then you need to:
- Set up the server URL in
query.php - Edit
index.phpand add supported language pairs to the$lang_pairsvariable.