How to run Componize standard plugins of the DITA-OT Server server

You run Componize standard plugins of the DITA-OT Server using parameterized pipeline configuration files.

You can use a set of different Componize pipeline configuration made. There is no specific parameterization.

Note: During the standard Componize installation process, HTML5, XHTML and PDF are provided.
  1. At the root of your Document Library, create a DITA Open Toolkit pipeline configuration file.
  2. In the pipeline field, select the required Componize pipeline (ex. ditaot-html5).
    Note: The list of available DITA OT pipelines that you can chose as your pipeline element is the following:
    ditaot-dita
    ditaot-eclipsehelp
    ditaot-html5
    ditaot-htmlhelp
    ditaot-markdown
    ditaot-markdown_gitbook
    ditaot-markdown_github
    ditaot-pdf
    ditaot-xhtml
    If needed, add a reference to a DITA-OT property file.
    <?xml version="1.0" encoding="UTF-8"?>
    <pipelineConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="cpnz:pipeline:xsd:pipeline-configuration.xsd">
        <pipeline>ditaot-html5</pipeline>
        <options>
          <!-- if needed add property file -->
          <option>
            <name>propertyfile</name>
            <value>alfresco:/Sites/my-sample-site/documentLibrary/dita-ot.properties</value>
          </option>
    ...
  3. Save the pipeline configuration file.
  4. Add the XML Pipeline Configuration aspect to the pipeline configuration file.
  5. Save your changes.
  6. Test your pipeline configuration on a sample ditamap file.