Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 845 Bytes

File metadata and controls

28 lines (19 loc) · 845 Bytes

MTMonkey web clients

These are simple web clients that can connect to your MTMonkey Appserver and dispatch translation requests:

  • simple -- a very simple PHP client
  • ajax -- a more fancy client that uses AJAX requests to process translations

Installation

Simple client

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.

AJAX client

Copy the whole ajax/ subdirectory to path on your web server that gets processed by PHP. Then you need to:

  1. Set up the server URL in query.php
  2. Edit index.php and add supported language pairs to the $lang_pairs variable.