html-customization-plugins.dita 1.4 KB

12345678910111213141516171819202122232425262728293031323334
  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-html-plugins">
  5. <title>Custom HTML plug-ins</title>
  6. <shortdesc>In addition to the basic modifications that can be made with parameter settings and property files, you can
  7. create custom HTML plug-ins that bundle custom fonts, JavaScript, and stylesheets; modify the HTML markup, or
  8. override other aspects of HTML processing.</shortdesc>
  9. <prolog>
  10. <metadata>
  11. <keywords>
  12. <indexterm>HTML
  13. <indexterm>custom plug-in</indexterm></indexterm>
  14. <indexterm>HTML
  15. <indexterm>fonts</indexterm></indexterm>
  16. <indexterm>HTML
  17. <indexterm>JavaScript</indexterm></indexterm>
  18. <indexterm>HTML
  19. <indexterm>CSS</indexterm></indexterm>
  20. <indexterm>HTML
  21. <indexterm>markup, adding</indexterm></indexterm>
  22. <indexterm>CSS
  23. <indexterm>HTML</indexterm></indexterm>
  24. <indexterm>fonts
  25. <indexterm>HTML</indexterm></indexterm>
  26. </keywords>
  27. </metadata>
  28. </prolog>
  29. <conbody>
  30. <note>These examples are not intended to be used as-is, but illustrate basic techniques you can use in your own
  31. plug-ins. In practise, custom plug-ins often combine several of these approaches.</note>
  32. </conbody>
  33. </concept>