Features

  • Conversion from AsciiDoc to DITA
  • Conversion from DocBook to DITA
  • Plugins’ orchestration to perform conversions not achievable by a single plugin
  • Easily extensible by adding new plugins

Available Format Conversions

digraph  {
asciidoc;
docbook;
dita;
asciidoc -> docbook  [key=0, label=asciidoc, priority=60];
asciidoc -> docbook  [key=1, label=asciidoctor, priority=50];
docbook -> dita  [key=0, label=docbooktodita, priority=0];
}

Each node of the graph represents a document format. Each arrow represents the conversion between two formats (being provided by the plugin labeling the arrow). Note that some arrows are unidirectional indicating that the conversion only works in one way.