html-customization-plugins.dita 1.3 KB

1234567891011121314151617181920212223242526
  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>For more complex customizations, you can create custom DITA-OT plug-ins that bundle custom fonts,
  7. JavaScript, and stylesheets; modify the HTML markup, or override other aspects of HTML processing.</shortdesc>
  8. <prolog>
  9. <metadata>
  10. <keywords>
  11. <indexterm>HTML<indexterm>custom plug-in</indexterm></indexterm>
  12. <indexterm>HTML<indexterm>fonts</indexterm></indexterm>
  13. <indexterm>HTML<indexterm>JavaScript</indexterm></indexterm>
  14. <indexterm>HTML<indexterm>CSS</indexterm></indexterm>
  15. <indexterm>HTML<indexterm>markup, adding</indexterm></indexterm>
  16. <indexterm>CSS<indexterm>HTML</indexterm></indexterm>
  17. <indexterm>fonts<indexterm>HTML</indexterm></indexterm>
  18. </keywords>
  19. </metadata>
  20. </prolog>
  21. <conbody>
  22. <note>These examples are not intended to be used as-is, but illustrate basic techniques you can use in your own
  23. plug-ins. In practise, custom plug-ins often combine several of these approaches.</note>
  24. </conbody>
  25. </concept>