plugins-installing.dita 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 install</cmdname> subcommand to install plug-ins.</shortdesc>
  7. <prolog>
  8. <metadata>
  9. <keywords>
  10. <indexterm><cmdname>dita</cmdname> command
  11. <indexterm>plug-ins</indexterm></indexterm>
  12. <indexterm>plug-ins
  13. <indexterm>installing</indexterm></indexterm>
  14. <indexterm>integrator
  15. <index-see-also>plug-ins
  16. <indexterm>installing</indexterm></index-see-also></indexterm>
  17. </keywords>
  18. </metadata>
  19. </prolog>
  20. <taskbody>
  21. <steps>
  22. <step>
  23. <cmd>At the command-line prompt, enter the following command:</cmd>
  24. <info>
  25. <codeblock><cmdname>dita install</cmdname> <varname>&lt;plug-in&gt;</varname></codeblock>
  26. <p>where:</p>
  27. <ul>
  28. <li conkeyref="conref-task/plug-in"/>
  29. </ul>
  30. <note><ph conkeyref="conref-task/pre-subcommands-2-4-ph"/>
  31. <parmname>--install</parmname>. <ph conkeyref="conref-task/pre-subcommands-2-0-ph"/>
  32. <parmname>-install</parmname>.</note>
  33. <note type="tip">
  34. <ph conkeyref="conref-task/plugin-integrate-all"/>
  35. </note>
  36. </info>
  37. </step>
  38. </steps>
  39. </taskbody>
  40. </task>