The goal of this project is to make it simple to integrate Web Author with a CMS or file server.
It project contains the following parts:
- A tutorial to help you get started with your CMS integration.
- A REST API specification that needs to be implemented by the CMS.
- A plugin that connects Web Author to CMS-es that implement this REST API.
Download the latest release of the plugin and install it in the Web Author Admin Page.
The plugin can be configured in the Web Author Admin Page.
It has the following configuration options:
Option | Description |
---|---|
REST Server URL | The base URL for the REST endpoints. E.g. http://example.com/oxygen-cms/v1/ |
Root RegExp | Sometimes you want to use file URLs like: rest://cms/project1/file.dita , but in the File Browser you do not want to let the user navigate between projects. In this case Root RegExp would be rest://cms/[^/]+/ . |
Use invisible login form | Whether the $BASE_URL/rest-login page should be in an invisible iframe rather than a dialog. |
Copyright 2018 Syncro Soft SRL.
This project is licensed under Apache License 2.0