blob: 7d855318e3e20006166ea45ee5c011e4308862f5 (
plain) (
blame)
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
|
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"/usr/share/xml/docbook/schema/dtd/4.5/docbookx.dtd">
<book>
<bookinfo>
<author>
<firstname>Bdale</firstname>
<surname>Garbee</surname>
</author>
<author>
<firstname>Keith</firstname>
<surname>Packard</surname>
</author>
<copyright>
<year>2010</year>
<holder>Bdale Garbee</holder>
</copyright>
<title>TeleMetrum</title>
<subtitle>Owner's Manual for the TeleMetrum System</subtitle>
<legalnotice>
<para>
This document is released under the terms of the
<ulink url="http://creativecommons.org/licenses/by-sa/3.0/">
Creative Commons ShareAlike 3.0
</ulink>
license.
</para>
</legalnotice>
<revhistory>
<revision>
<revnumber>0.1</revnumber>
<date>30 March 2010</date>
<revremark>Initial content</revremark>
</revision>
</revhistory>
</bookinfo>
<chapter>
<title>Introduction</title>
<para>
Placeholder.
</para>
</chapter>
</book>
|