plugins-installing.dita 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <task id="plugins-installing" xml:lang="en">
  5. <title>Installing plug-ins</title>
  6. <shortdesc>Use the <cmdname>dita</cmdname> command to install a plug-in.</shortdesc>
  7. <prolog>
  8. <metadata>
  9. <keywords>
  10. <indexterm><cmdname>dita</cmdname> command<indexterm>plug-ins</indexterm></indexterm>
  11. <indexterm>plug-ins<indexterm>installing</indexterm></indexterm>
  12. <indexterm>integrator<index-see-also>plug-ins<indexterm>installing</indexterm></index-see-also></indexterm>
  13. </keywords>
  14. </metadata>
  15. </prolog>
  16. <taskbody>
  17. <steps>
  18. <step>
  19. <cmd>At the command-line prompt, enter the following command:</cmd>
  20. <info>
  21. <codeblock><filepath conref="../resources/conref-task.dita#ID/dita-cmd"/> <parmname>--install</parmname>=<varname>plug-in-zip</varname></codeblock>
  22. <p>where:</p>
  23. <ul>
  24. <li conref="../resources/conref-task.dita#ID/novice-variables-1"/>
  25. <li conref="../resources/conref-task.dita#ID/plug-in-zip"/>
  26. </ul>
  27. <note>
  28. <ph conref="../resources/conref-task.dita#ID/plugin-integrate-all"/>
  29. </note>
  30. <note conref="../resources/conref-task.dita#ID/dita-in-path"/>
  31. </info>
  32. </step>
  33. </steps>
  34. </taskbody>
  35. </task>