-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add section stubs for Customizing HTML output #118
Signed-off-by: Roger Sheen <roger@infotexture.net>
- Loading branch information
1 parent
3d91116
commit af1ee2e
Showing
5 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |