drmacro / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

License:Apache License 2.0


Languages

Language:XSLT 100.0%