File: manual.xml

package info (click to toggle)
zbar 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,068 kB
  • sloc: ansic: 28,570; objc: 5,724; cpp: 3,329; python: 970; java: 818; sh: 749; xml: 707; perl: 491; makefile: 151
file content (50 lines) | stat: -rw-r--r-- 1,221 bytes parent folder | download | duplicates (5)
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>spadix@users.sourceforge.net</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>