from code-server

This commit is contained in:
Andy Bunce 2021-03-23 22:38:58 +00:00
parent eda5c02fe9
commit 5ef8bdba47
2652 changed files with 528235 additions and 0 deletions

View 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>

View file

@ -0,0 +1,11 @@
{
"contexts": [
{
"id": "html",
"input": "../../userguide.ditamap",
"profiles": {
"ditavals": ["../../resources/html.ditaval"]
}
}
]
}

View 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>

View file

@ -0,0 +1,7 @@
---
contexts:
- id: 'html'
input: '../../userguide.ditamap'
profiles:
ditavals:
- '../../resources/html.ditaval'

View file

@ -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>

View 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"
}
]
}
}
]
}

View 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>

View 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'

View 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>

View 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>