Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Document is a draft!

translate5 can be used in "editor only mode". That means that all project management stuff is done in a separate application. The tasks in translate5 are getting prepared via API.

Your users are using then only the editor component of translate5.

The following steps are needed to embed translate5 in your application:

  1. Your application must be able to talk with translate5 via API to prepare users, tasks and task associations
    1. Create the users
    2. Import the tasks
    3. Associate users to tasks
    4. Provide a Link to the user (with session authenticate key, see also REST API)
  2. The translate5 instance must be configured accordingly
    1. Change ViewPort by config
    2. remove not needed ACLs
  3. Create your own skin
    1. Link to the skinning document here
  • No labels