-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
60 lines (54 loc) · 2.2 KB
/
index.html
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
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to cdn.docbook.org</title>
<link rel="stylesheet" type="text/css" href="css/home.css" />
</head>
<body>
<h1>Welcome to cdn.docbook.org</h1>
<p>This site hosts the DocBook stylesheets and schema files.</p>
<section>
<h2>DocBook schema</h2>
<ul>
<li>Online content is in <a href="schema/">schema/</a>.</li>
</ul>
</section>
<section>
<h2>DocBook XSL (XSLT 1.0 stylesheets)</h2>
<p>The <em>DocBook XSL</em> stylesheets come in two flavors, one
to process DocBook 5.x and later (DocBook in a namespace) and one to
process DocBook 4.x and earlier (DocBook not in a namespace).</p>
<div>
<h3>For DocBook 5.x</h3>
<ul>
<li>Packages are <a href="https://github.com/docbook/xslt10-stylesheets/releases">on GitHub</a>.</li>
<li>Online content is in <a href="release/xsl/">release/xsl/</a>.</li>
</ul>
</div>
<div>
<h3>For DocBook 4.x and earlier</h3>
<ul>
<li>Packages are <a href="https://github.com/docbook/xslt10-stylesheets/releases">on GitHub</a>.</li>
<li>Online content is in <a href="release/xsl-nons/">release/xsl-nons/</a>.</li>
</ul>
</div>
</section>
<section>
<h2>DocBook XSLT 2.0 (XSLT 2.0 stylesheets)</h2>
<ul>
<li>Packages are <a href="https://github.com/docbook/xslt20-stylesheets/releases">on GitHub</a> or <a href="https://search.maven.org/search?q=a:docbook-xslt2">in Maven</a>.</li>
<li>Online content is in <a href="release/xsl20/">release/xsl20/</a> (sic).</li>
<li>Online resources (CSS, JavaScript, etc.) are in
<a href="resources/">resources/</a>.</li>
</ul>
</section>
<section>
<h2>DocBook xslTNG (XSLT 3.0 stylesheets)</h2>
<ul>
<li>Packages are <a href="https://github.com/docbook/xslTNG/releases">on GitHub</a> or <a href="https://search.maven.org/search?q=a:docbook-xslTNG">in Maven</a>.</li>
<li>Online content is in <a href="release/xsltng/">release/xsltng/</a>.</li>
</ul>
</section>
</body>
</html>