Plugins

Introduction

Some of the plugins provide overlapping functionality, like asciidoc and asciidoctor plugins. In that cases it suffices to install the dependencies for one of the overlapping plugins.

Usually a plugin has some pre-requisites to be used. If doconv detects in the system the dependencies needed for the plugin to work, the plugin will be enabled.

asciidoc

The asciidoc plugin converts from AsciiDoc to DocBook.

Pre-requisites for activation

asciidoc should be installed:

Arch Linux:

$ pacman -S asciidoc

Debian/Ubuntu:

$ apt-get install asciidoc

CentOS/Fedora:

$ yum install asciidoc

See asciidoc website for more information.

Note

asciidoc requires Python 2.x to be available in the system.

asciidoctor

The asciidoctor plugin converts from AsciiDoc to DocBook.

Pre-requisites for activation

asciidoctor should be installed:

See asciidoctor website for installation instructions.

docbooktodita

The docbooktodita plugin converts from DocBook to DITA.

Pre-requisites for activation

There are no pre-requisites.