custom-plugins.dita 1.2 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE concept PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <concept id="custom-plugins">
  5. <title>Creating custom plug-ins</title>
  6. <titlealts>
  7. <navtitle>Creating plug-ins</navtitle>
  8. </titlealts>
  9. <shortdesc id="plugins-creating">In addition to adding plug-ins from the plug-in registry at
  10. <xref keyref="site-plugin-registry"/>, you can create custom DITA-OT plug-ins of your own to modify the default
  11. output, add new output formats, support new languages, or implement DITA topic specializations.</shortdesc>
  12. <prolog>
  13. <metadata>
  14. <keywords>
  15. <indexterm>DITA
  16. <indexterm>specializations</indexterm></indexterm>
  17. <indexterm>plug-ins</indexterm>
  18. </keywords>
  19. </metadata>
  20. </prolog>
  21. <conbody>
  22. <p>A plug-in consists of a directory, typically stored within the <filepath>plugins/</filepath> subdirectory of the
  23. DITA-OT installation. Every plug-in is controlled by a file named <filepath>plugin.xml</filepath>, which is
  24. located in the root directory of the plug-in.</p>
  25. </conbody>
  26. </concept>