/dita-reviewer-links

DITA OT plugin which adds links in the generated XHTML and PDF content pointing to an online editing tool which can be used to edit the original DITA content.

Primary LanguageXSLTApache License 2.0Apache-2.0

DITA-OT EditLink plugin

DITA-OT plugin which adds an "edit" link to each topic title. This links opens oXygen XML Web Author to edit the source of the corresponding topic.

To use the plugin, set the following Ant properties:

  • editlink.remote.ditamap.url The URL of the root DITA map in the remote repository (e.g., GitHub). This URL depends on the connector to the file server. For example:

    • For GitHub, the format is github://getFileContent/${user}/${repo}/${branch}/path/to/file.ditamap .
    • For WebDAV, the format is webdav-http://example.com/path/to/file.ditamap.
  • editlink.web.author.url The link to the Oxygen Web Author server that will be used to edit the source in the remote repository, e.g. https://www.oxygenxml.com/webapp-demo-aws/app/oxygen.html