WebHelp Responsive with Feedback Output
To publish a DITA map as a WebHelp Responsive with Feedback system, follow these steps:
- Select the
Configure Transformation Scenario(s) action from the DITA Maps
Manager toolbar. - Select the DITA Map WebHelp Responsive with Feedback scenario from the DITA Map section.
- If you want to configure the transformation, click the Edit
button.Step Result: This opens an Edit scenario configuration dialog box that allows you to configure various options in the following tabs:
- Templates Tab - This tab contains a set of predefined skins that you can use for the layout of your WebHelp system output.
- Parameters Tab - This tab includes numerous parameters that can be set to customize your WebHelp system output. See the Parameters section below for details about the most commonly used parameters for WebHelp Responsive transformations.
- Filters Tab - This tab allows you to filter certain content elements from the generated output.
- Advanced Tab - This tab allows you to specify some advanced options for the transformation scenario.
- Output Tab - This tab allows you to configure options that are related to the location where the output is generated.
- Click Apply associated to begin the transformation.
- Enter the documentation product ID (value for the
webhelp.product.idparameter) and the documentation version (value for thewebhelp.product.versionparameter).When the DITA Map WebHelp Responsive with Feedback transformation is complete, your default browser opens the installation.html file. This file contains information about the output location, system requirements, installation instructions, and deployment of the output. Follow the instructions to complete the system deployment.
Parameters for Customizing WebHelp Responsive with Feedback Output
To customize a transformation scenario, you can edit various parameters, including the
following most commonly used ones:
args.default.language- This parameter is used if the language is not
detected in the DITA map. The default value is
en-us. clean.output- Deletes all files from the output folder before the
transformation is performed (only
noandyesvalues are valid and the default value isno). fix.external.refs.com.oxygenxml(Only supported when the DITA OT transformation process is started from Oxygen XML Editor)- The DITA Open Toolkit usually has
problems processing references that point to locations outside of the directory of the
processed DITA map. This parameter is used to specify whether or not the application
should try to fix such references in a temporary files folder before the DITA Open
Toolkit is invoked on the fixed references. The fix has no impact on your edited DITA
content. Allowed values:
trueorfalse(default). use.stemming- Controls whether or not you want to include stemming search
algorithms into the published output (default setting is
false). webhelp.custom.resources- The file path to a directory that contains resources files. All files from this directory will be copied to the root of the WebHelp output.
webhelp.favicon- The file path that points to an image to be used as a favicon in the WebHelp output.
webhelp.reload.stylesheet- Set this parameter to
trueif you have out of memory problems when generating WebHelp. It will increase processing time but decrease the memory footprint. The default value isfalse. webhelp.search.japanese.dictionary- The file path of the dictionary that will be used by the Kuromoji morphological engine that Oxygen XML Editor uses for indexing Japanese content in the WebHelp pages. This indexer does not come bundled with Oxygen XML Editor or the Oxygen XML WebHelp plugin. To use it, you need to download it from http://mvnrepository.com/artifact/org.apache.lucene/lucene-analyzers-kuromoji/4.0.0 and add it in the DITA_OT_DIR/plugins/com.oxygenxml.webhelp/lib directory.
webhelp.search.ranking- If this parameter is set to
falsethen the 5-star rating mechanism is no longer included in the search results that are displayed on the Search tab (default setting istrue). webhelp.show.changes.and.comments- When set to
yes, user comments, replies to comments, and tracked changes are published in the WebHelp output. The default value isno. webhelp.sitemap.base.url- Base URL for all the
locelements in the generated sitemap.xml file. The value of alocelement is computed as the relative file path from thehrefattribute of atopicrefelement from the DITA map, appended to this base URL value. Thelocelement is mandatory in sitemap.xml. If you leave this parameter set to its default empty value, then the sitemap.xml file is not generated. webhelp.sitemap.change.frequency- The value of the
changefreqelement in the generated sitemap.xml file. Thechangefreqelement is optional in sitemap.xml. If you leave this parameter set to its default empty value, then thechangefreqelement is not added in sitemap.xml. Allowed values: <empty string> (default),always,hourly,daily,weekly,monthly,yearly,never. webhelp.sitemap.priority- The value of the
priorityelement in the generated sitemap.xml file. It can be set to any fractional number between 0.0 (least important priority) and 1.0 (most important priority). For example, 0.3, 0.5, or 0.8. Thepriorityelement is optional in sitemap.xml. If you leave this parameter set to its default empty value, then thepriorityelement is not added in sitemap.xml.
Parameters Specific to WebHelp Responsive with Feedback
Output
webhelp.fragment.after.body- Specifies an XML fragment (or a path to a file that contains well formed XML content) that will be displayed after the body in the output.
webhelp.fragment.after.logo_and_title- Specifies an XML fragment (or a path to a file that contains well formed XML content) that will be displayed after the logo and title in the output.
webhelp.fragment.after.main.page.search- Specifies an XML fragment (or a path to a file that contains well formed XML content) that will be displayed after the search field in the output.
webhelp.fragment.after.toc_or_tiles- Specifies an XML fragment (or a path to a file that contains well formed XML content) that will be displayed after the table of contents or tiles in the main page of the output.
webhelp.fragment.after.top_menu- Specify an XML fragment (or a path to a file that contains well formed XML content) that will be displayed after the top menu in the output.
webhelp.fragment.before.body- Specify an XML fragment (or a path to a file that contains well formed XML content) that will be displayed before the body in the output.
webhelp.fragment.before.logo_and_title- Specify an XML fragment (or a path to a file that contains well formed XML content) that will be displayed before the logo and title in the output.
webhelp.fragment.before.main.page.search- Specify an XML fragment (or a path to a file that contains well formed XML content) that will be displayed before the search field in the output.
webhelp.fragment.before.toc_or_tiles- Specify an XML fragment (or a path to a file that contains well formed XML content) that will be displayed before the table of contents or tiles in the main page of the output.
webhelp.fragment.before.top_menu- Specify an XML fragment (or a path to a file that contains well formed XML content) that will be displayed before the top menu in the output.
webhelp.fragment.footer- Specify an XML fragment (or a path to a file that contains well formed XML content) that will be displayed as the footer in the output
webhelp.fragment.head- Specify an XML fragment (or a path to a file that contains well formed XML content) that will be displayed as the header in the output.
webhelp.fragment.welcome- Specify an XML fragment (or a path to a file that contains well formed XML content) that will be displayed as a welcome message (or title) in the output.
webhelp.show.breadcrumb- Specifies if the breadcrumb component will be
presented in the output. The default value is
yes. webhelp.show.indexterms.link- Specifies if an icon that links to the index
will be presented in the output. The default value is
yes. webhelp.show.main.page.tiles- Specifies if the tiles component will be
presented in the main page of the output. For a tree style layout, this
parameter should be set to
no. webhelp.show.main.page.toc- Specifies if the table of contents will be
presented in the main page of the output. The default value is
yes. webhelp.show.navigation.links- Specifies if navigation links will be
presented in the output. The default value is
yes. webhelp.show.print.link- Specifies if a print link or icon will be presented
within each topic in the output. The default value is
yes. webhelp.show.side.toc- Specifies if a side table of contents will be
presented on the right side of each topic in the output. The default value is
yes. webhelp.show.top.menu- Specifies if a menu will be presented at the topic of
the main page in the output. The default value is
yes. webhelp.top.menu.depth- Specifies the maximum depth level of the topics that
will be included in the top menu. The default value is
2.