-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathplugin.xml
55 lines (44 loc) · 2.55 KB
/
plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<plugin id="org.dita4publishers.html5">
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<require plugin="org.dita.html5"/>
<require plugin="org.dita-community.common.xslt"/>
<require plugin="org.dita4publishers.common.mapdriven"/>
<require plugin="org.dita4publishers.common.xslt"/>
<require plugin="org.dita4publishers.math-d.html"/>
<require plugin="org.dita4publishers.media-d.html"/>
<require plugin="org.dita4publishers.json"/>
<feature extension="package.support.name" value="Eliot Kimber"/>
<feature extension="package.support.email" value="[email protected]"/>
<extension-point id="dita.html5.map" name="HTML5 xslt parameters" />
<extension-point id="d4p.html5.xslt.param" name="HTML5 xslt parameters" />
<extension-point id="xsl.transtype-html5" name="HTML5 XSLT extension" />
<extension-point id="xsl.html5-preprocess-theme" name="HTML5 theme preprocessor XSLT extension" />
<extension-point id="depend.package.concatenate.pre" name="Preprocessing CSS OR Javascript"/>
<extension-point id="dita.conductor.xhtml.param" name="XHTML XSLT parameters"/>
<template file="build_transtype-html5_template.xml"/>
<template file="build-theme_template.xml"/>
<template file="xsl/map2html5_template.xsl"/>
<template file="xsl/theme/theme-preprocess_template.xsl" />
<feature extension="dita.conductor.transtype.check" value="d4p-html5" type="text"/>
<feature extension="dita.conductor.target.relative" value="build.xml" type="file"/>
<feature extension="dita.xsl.xhtml" file="xsl/map2html5flagging.xsl"/>
<feature extension="dita.xsl.html5" file="xsl/map2html5flagging.xsl"/>
<feature extension="dita.xsl.strings" value="strings/strings.xml" type="file"/>
<feature extension="dita.html5.map" value="parameters.xml" type="file" />
</plugin>