Skip to content

Commit b06a96a

Browse files
committed
work on teh jetty xml pages, also fixed xsl issue for shirley-a
1 parent 495856d commit b06a96a

File tree

4 files changed

+691
-0
lines changed

4 files changed

+691
-0
lines changed

src/docbkx/reference/bibliography.xml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<bibliography version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink"
3+
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg"
4+
xmlns:mth="http://www.w3.org/1998/Math/MathML" xmlns:xhtml="http://www.w3.org/1999/xhtml"
5+
xmlns:db="http://docbook.org/ns/docbook">
6+
<title>Normative References</title>
7+
<biblioentry id="Ref_Full_Backups">
8+
<abbrev>Backup4All2009</abbrev>
9+
<publisher>
10+
<publishername>backup4All.com</publishername>
11+
</publisher>
12+
<title>
13+
<ulink url="http://www.backup4all.com/kb/full-backup-116.html">Full backup</ulink>
14+
</title>
15+
<pubdate>2009</pubdate>
16+
</biblioentry>
17+
<biblioentry id="Ref_Interim_Backups">
18+
<abbrev>Backup4All2009</abbrev>
19+
<publisher>
20+
<publishername>backup4All.com</publishername>
21+
</publisher>
22+
<title>
23+
<ulink url="http://www.backup4all.com/kb/incremental-backup-118.html">Incremental backup</ulink>
24+
</title>
25+
<pubdate>2009</pubdate>
26+
</biblioentry>
27+
</bibliography>

src/docbkx/reference/glossery.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<glossary id="Glossary" version="5.0" xmlns="http://docbook.org/ns/docbook" xmlns:xl="http://www.w3.org/1999/xlink"
3+
xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:svg="http://www.w3.org/2000/svg"
4+
xmlns:mth="http://www.w3.org/1998/Math/MathML" xmlns:xhtml="http://www.w3.org/1999/xhtml"
5+
xmlns:db="http://docbook.org/ns/docbook">
6+
<title>Glossary</title>
7+
<glossdiv>
8+
<title>*</title>
9+
<glossentry id="gBaseT1000">
10+
<glossterm>1000BaseT</glossterm>
11+
<glossdef>
12+
<para>IEEE 802.3 physical layer specification for 1000Mbps Ethernet over two pairs of category 5 UTP
13+
wire.</para>
14+
</glossdef>
15+
</glossentry>
16+
<glossentry id="gBaseT100">
17+
<glossterm>100BaseT</glossterm>
18+
<glossdef>
19+
<para>IEEE 802.3 physical layer specification for 100Mbps Ethernet over two pairs of category 5 UTP
20+
wire.</para>
21+
</glossdef>
22+
</glossentry>
23+
<glossentry id="gTenBase2">
24+
<glossterm>10Base2</glossterm>
25+
<glossdef>
26+
<para>IEEE 802.3 physical-layer specification for 10Mbps ethernet over thin coaxial cable. Commonly referred to
27+
as thinnet.</para>
28+
</glossdef>
29+
</glossentry>
30+
</glossdiv>
31+
</glossary>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<chapter xml:id="reference" version="5.0" xmlns="http://docbook.org/ns/docbook"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xl="http://www.w3.org/1999/xlink"
4+
xmlns:xi="http://www.w3.org/2001/XInclude"
5+
xsi:schemaLocation="http://docbook.org/ns/docbook http://www.docbook.org/xml/5.0/xsd/docbook.xsd">
6+
<title>Reference Section</title>
7+
8+
<xi:include href="jetty-xml-syntax.xml" />
9+
10+
</chapter>

0 commit comments

Comments
 (0)