forked from yiyuanlu/zbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manual.xml
50 lines (40 loc) · 1.19 KB
/
manual.xml
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
<?xml version='1.0'?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"file:///usr/share/sgml/docbook/xml-dtd-4.4/docbookx.dtd" [
<!ENTITY version SYSTEM "version.xml">
<!ENTITY date SYSTEM "reldate.xml">
<!ENTITY refcommonoptions SYSTEM "ref/commonoptions.xml">
<!ENTITY refzbarimg SYSTEM "ref/zbarimg.xml">
<!ENTITY refzbarcam SYSTEM "ref/zbarcam.xml">
]>
<book>
<title>ZBar Barcode Reader</title>
<bookinfo>
<productname>zbar-&version;</productname>
<date>&date;</date>
<author>
<firstname>Jeff</firstname><surname>Brown</surname>
<affiliation>
<address><email>[email protected]</email></address>
</affiliation>
<contrib>Lead developer</contrib>
</author>
<copyright>
<year>2007</year>
<year>2008</year>
<year>2009</year>
<year>2010</year>
<holder>Jeff Brown</holder>
</copyright>
<legalnotice><para>All Rights Reserved</para></legalnotice>
</bookinfo>
<chapter id="intro">
<title>Introduction</title>
<para></para>
</chapter>
<reference id="ref">
<title>ZBar Barcode Reader - Command Reference</title>
&refzbarcam;
&refzbarimg;
</reference>
</book>