-
Notifications
You must be signed in to change notification settings - Fork 8
Administrator's Manual
Julian Pömp edited this page Sep 25, 2017
·
3 revisions
To make OCTRA configurable it uses different JSON files:
- ./config/appconfig.json: General options for OCTRA (e.g. setting languages, enabling online mode).
- ./i18n/: Folder that contains translation files (JSON files)
The other JSON files can be changed by a project leader or an administrator. In version 1.2 OCTRA uses just one projectconfig.json file for each online and local mode. That means that if you want to use different configurations for different projects you need to install OCTRA on different domains. Later OCTRA will have one for each project used in OCTRA.
- ./config/localmode/projectconfig.json: Settings for the local mode. In the future for each project a projectconfig.json is needed.
- ./config/localmode/guidelines/: Definition of guidelines used for transcription.
- ./config/localmode/functions.js: Methods for validation and clean up the transcription text