Skip to content

Commit

Permalink
Add section stubs for Customizing HTML output #118
Browse files Browse the repository at this point in the history
Signed-off-by: Roger Sheen <roger@infotexture.net>
  • Loading branch information
infotexture committed Dec 3, 2016
1 parent 3d91116 commit af1ee2e
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev_ref/dev_ref.ditamap
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
</topicref>
<mapref href="plug-ins.ditamap"/>
<mapref href="../extension-points/extension-points.ditamap"/>
<mapref href="html-customization.ditamap"/>
<mapref href="pdf-customization.ditamap"/>
<mapref href="migration.ditamap"/>

Expand Down
13 changes: 13 additions & 0 deletions dev_ref/html-customization-parameters.dita
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
<!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->

<task id="custom-html-parameters">
<title>Setting parameters for custom HTML</title>
<titlealts>
<navtitle>Setting HTML parameters</navtitle>
</titlealts>
<shortdesc>For simple branded HTML pages, you can adjust the look and feel of the default output to match your company
style by setting parameters to include a custom CSS file, or generate a table of contents for navigation in
topics.</shortdesc>
</task>
10 changes: 10 additions & 0 deletions dev_ref/html-customization-plugins.dita
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
<!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->

<task id="custom-html-plugins">
<title>Custom HTML plug-ins</title>
<shortdesc>For more complex customizations, you can create custom DITA-OT plug-ins that build on the default XHTML and
HTML5 transformations, bundle custom stylesheets, modify the HTML markup, or override other aspects of HTML
processing.</shortdesc>
</task>
9 changes: 9 additions & 0 deletions dev_ref/html-customization.dita
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
<!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->

<task id="customizing-html-output">
<title>Customizing HTML output</title>
<shortdesc>There are several ways to customize the default HTML output. You can easily adjust the look and feel just
by setting parameters and adding custom CSS, or create plug-ins for more complex customizations.</shortdesc>
</task>
11 changes: 11 additions & 0 deletions dev_ref/html-customization.ditamap
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN" "map.dtd">
<!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->

<map>
<title>Customizing HTML output</title>
<topicref href="html-customization.dita" keys="html-customization">
<topicref href="html-customization-parameters.dita" keys="html-customization-parameters"/>
<topicref href="html-customization-plugins.dita" keys="html-customization-plugins"/>
</topicref>
</map>

0 comments on commit af1ee2e

Please sign in to comment.