plugins-removing.dita 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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-removing" xml:lang="en">
  5. <title>Removing plug-ins</title>
  6. <shortdesc>Use the <cmdname>dita</cmdname> command to uninstall 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>uninstalling</indexterm></indexterm>
  12. </keywords>
  13. </metadata>
  14. </prolog>
  15. <taskbody>
  16. <steps>
  17. <step>
  18. <cmd>At the command-line prompt, enter the following command:</cmd>
  19. <info>
  20. <codeblock><filepath conref="../resources/conref-task.dita#ID/dita-cmd"/> <parmname>--uninstall</parmname>=<varname>plug-in-id</varname></codeblock>
  21. <p>where:</p>
  22. <ul>
  23. <li conref="../resources/conref-task.dita#ID/novice-variables-1"/>
  24. <li conref="../resources/conref-task.dita#ID/plug-in-id"/>
  25. </ul>
  26. <note conref="../resources/conref-task.dita#ID/plugin-remove-subdir"/>
  27. <note conref="../resources/conref-task.dita#ID/dita-in-path"/>
  28. </info>
  29. </step>
  30. </steps>
  31. </taskbody>
  32. </task>