from code-server
This commit is contained in:
parent
eda5c02fe9
commit
5ef8bdba47
2652 changed files with 528235 additions and 0 deletions
7
dita-ot-3.6/docsrc/samples/project-files/all.xml
Normal file
7
dita-ot-3.6/docsrc/samples/project-files/all.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-model href="https://www.dita-ot.org/rng/project.rnc" type="application/relax-ng-compact-syntax"?>
|
||||
<project xmlns="https://www.dita-ot.org/project">
|
||||
<include href="html.xml"/>
|
||||
<include href="htmlhelp.xml"/>
|
||||
<include href="pdf.xml"/>
|
||||
</project>
|
||||
11
dita-ot-3.6/docsrc/samples/project-files/common.json
Normal file
11
dita-ot-3.6/docsrc/samples/project-files/common.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"contexts": [
|
||||
{
|
||||
"id": "html",
|
||||
"input": "../../userguide.ditamap",
|
||||
"profiles": {
|
||||
"ditavals": ["../../resources/html.ditaval"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
10
dita-ot-3.6/docsrc/samples/project-files/common.xml
Normal file
10
dita-ot-3.6/docsrc/samples/project-files/common.xml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-model href="https://www.dita-ot.org/rng/project.rnc" type="application/relax-ng-compact-syntax"?>
|
||||
<project xmlns="https://www.dita-ot.org/project">
|
||||
<context id="html" name="HTML">
|
||||
<input href="../../userguide.ditamap"/>
|
||||
<profile>
|
||||
<ditaval href="../../resources/html.ditaval"/>
|
||||
</profile>
|
||||
</context>
|
||||
</project>
|
||||
7
dita-ot-3.6/docsrc/samples/project-files/common.yaml
Normal file
7
dita-ot-3.6/docsrc/samples/project-files/common.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
contexts:
|
||||
- id: 'html'
|
||||
input: '../../userguide.ditamap'
|
||||
profiles:
|
||||
ditavals:
|
||||
- '../../resources/html.ditaval'
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-model href="https://www.dita-ot.org/rng/project.rnc" type="application/relax-ng-compact-syntax"?>
|
||||
<project xmlns="https://www.dita-ot.org/project">
|
||||
<include href="html.xml"/>
|
||||
<include href="pdf.xml"/>
|
||||
</project>
|
||||
51
dita-ot-3.6/docsrc/samples/project-files/html.json
Normal file
51
dita-ot-3.6/docsrc/samples/project-files/html.json
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"includes": ["common.json"],
|
||||
"deliverables": [
|
||||
{
|
||||
"name": "HTML5",
|
||||
"context": {"idref": "html"},
|
||||
"output": ".",
|
||||
"publication": {
|
||||
"transtype": "html5",
|
||||
"params": [
|
||||
{
|
||||
"name": "args.copycss",
|
||||
"value": "yes"
|
||||
},
|
||||
{
|
||||
"name": "args.css",
|
||||
"value": "dita-ot-doc.css"
|
||||
},
|
||||
{
|
||||
"name": "args.csspath",
|
||||
"value": "css"
|
||||
},
|
||||
{
|
||||
"name": "args.cssroot",
|
||||
"path": "../../resources"
|
||||
},
|
||||
{
|
||||
"name": "args.gen.task.lbl",
|
||||
"value": "YES"
|
||||
},
|
||||
{
|
||||
"name": "args.hdr",
|
||||
"href": "../../resources/header.xml"
|
||||
},
|
||||
{
|
||||
"name": "html5.toc.generate",
|
||||
"value": "no"
|
||||
},
|
||||
{
|
||||
"name": "nav-toc",
|
||||
"value": "partial"
|
||||
},
|
||||
{
|
||||
"name": "processing-mode",
|
||||
"value": "strict"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
20
dita-ot-3.6/docsrc/samples/project-files/html.xml
Normal file
20
dita-ot-3.6/docsrc/samples/project-files/html.xml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-model href="https://www.dita-ot.org/rng/project.rnc" type="application/relax-ng-compact-syntax"?>
|
||||
<project xmlns="https://www.dita-ot.org/project">
|
||||
<include href="common.xml"/>
|
||||
<deliverable name="HTML5" id="html">
|
||||
<context idref="html"/>
|
||||
<output href="."/>
|
||||
<publication transtype="html5">
|
||||
<param name="args.copycss" value="yes"/>
|
||||
<param name="args.css" value="dita-ot-doc.css"/>
|
||||
<param name="args.csspath" value="css"/>
|
||||
<param name="args.cssroot" path="../../resources"/>
|
||||
<param name="args.gen.task.lbl" value="YES"/>
|
||||
<param name="args.hdr" href="../../resources/header.xml"/>
|
||||
<param name="html5.toc.generate" value="no"/>
|
||||
<param name="nav-toc" value="partial"/>
|
||||
<param name="processing-mode" value="strict"/>
|
||||
</publication>
|
||||
</deliverable>
|
||||
</project>
|
||||
29
dita-ot-3.6/docsrc/samples/project-files/html.yaml
Normal file
29
dita-ot-3.6/docsrc/samples/project-files/html.yaml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
includes:
|
||||
- 'common.yaml'
|
||||
deliverables:
|
||||
- name: 'HTML5'
|
||||
context:
|
||||
idref: 'html'
|
||||
output: '.'
|
||||
publication:
|
||||
transtype: 'html5'
|
||||
params:
|
||||
- name: 'args.copycss'
|
||||
value: 'yes'
|
||||
- name: 'args.css'
|
||||
value: 'dita-ot-doc.css'
|
||||
- name: 'args.csspath'
|
||||
value: 'css'
|
||||
- name: 'args.cssroot'
|
||||
path: '../../resources'
|
||||
- name: 'args.gen.task.lbl'
|
||||
value: 'YES'
|
||||
- name: 'args.hdr'
|
||||
href: '../../resources/header.xml'
|
||||
- name: 'html5.toc.generate'
|
||||
value: 'no'
|
||||
- name: 'nav-toc'
|
||||
value: 'partial'
|
||||
- name: 'processing-mode'
|
||||
value: 'strict'
|
||||
16
dita-ot-3.6/docsrc/samples/project-files/htmlhelp.xml
Normal file
16
dita-ot-3.6/docsrc/samples/project-files/htmlhelp.xml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-model href="https://www.dita-ot.org/rng/project.rnc" type="application/relax-ng-compact-syntax"?>
|
||||
<project xmlns="https://www.dita-ot.org/project">
|
||||
<deliverable name="HTMLHelp" id="htmlhelp">
|
||||
<context idref="html"/>
|
||||
<output href="htmlhelp"/>
|
||||
<publication transtype="htmlhelp">
|
||||
<param name="args.copycss" value="yes"/>
|
||||
<param name="args.css" value="dita-ot-doc.css"/>
|
||||
<param name="args.csspath" value="css"/>
|
||||
<param name="args.cssroot" path="../../resources"/>
|
||||
<param name="args.gen.task.lbl" value="YES"/>
|
||||
<param name="processing-mode" value="strict"/>
|
||||
</publication>
|
||||
</deliverable>
|
||||
</project>
|
||||
17
dita-ot-3.6/docsrc/samples/project-files/pdf.xml
Normal file
17
dita-ot-3.6/docsrc/samples/project-files/pdf.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml-model href="https://www.dita-ot.org/rng/project.rnc" type="application/relax-ng-compact-syntax"?>
|
||||
<project xmlns="https://www.dita-ot.org/project">
|
||||
<deliverable id="pdf">
|
||||
<context name="User Guide">
|
||||
<input href="../../userguide-book.ditamap"/>
|
||||
</context>
|
||||
<output href="."/>
|
||||
<publication transtype="pdf2">
|
||||
<param name="args.chapter.layout" value="BASIC"/>
|
||||
<param name="args.gen.task.lbl" value="YES"/>
|
||||
<param name="include.rellinks" value="friend"/>
|
||||
<param name="outputFile.base" value="userguide"/>
|
||||
<param name="processing-mode" value="strict"/>
|
||||
</publication>
|
||||
</deliverable>
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue