blob: 97d8fb23469518d8a09c40a84b34e15cece1fc69 (
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<?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 and Keith Packard</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 and Overview</title>
<para>
Placeholder.
</para>
</chapter>
<chapter>
<title>Specifications</title>
<para>
Placeholder.
</para>
</chapter>
<chapter>
<title>Handling Precautions</title>
<para>
Placeholder.
</para>
</chapter>
<chapter>
<title>Hardware Overview</title>
<para>
Placeholder.
</para>
</chapter>
<chapter>
<title>Operation</title>
<para>
Placeholder.
</para>
</chapter>
<chapter>
<title>System Overview</title>
<para>
Placeholder.
</para>
</chapter>
<chapter>
<title>System Overview</title>
<para>
Placeholder.
</para>
</chapter>
</book>
|