1<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
2<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN"> %man;
3<!ENTITY % date "$Id: book.sgml,v 1.6 2005/12/07 11:15:44 murat Exp $">
4<!ENTITY % chapters SYSTEM "chapters.ent"> %chapters;
5]>
6
7<book lang="en">
8  <bookinfo>
9    <title>VoIPong User's Manual</title>
10
11    <author>
12      <firstname>Murat</firstname>
13      <surname>Balaban</surname>
14      <affiliation>
15        <address>
16	<email>murat ~ enderunix.org</email>
17	</address>
18      </affiliation>
19    </author>
20
21    <pubdate>$Id: book.sgml,v 1.6 2005/12/07 11:15:44 murat Exp $</pubdate>
22
23    <copyright>
24      <year> 2004 </year>
25      <year> 2005 </year>
26      <holder>
27	 Murat Balaban.
28	 Permission is granted to copy, distribute and/or modify this document
29	 under the terms of the GNU Free Documentation License,
30	 Version 1.2 or any later version published by
31	 the Free Software Foundation; with no Invariant Sections,
32	 no Front-Cover Texts, and no Back-Cover Texts.
33      </holder>
34    </copyright>
35  </bookinfo>
36
37  &chap.intro;
38  &chap.features;
39  &chap.install;
40  &chap.dsom;
41  &chap.config;
42  &chap.usage;
43  &chap.examples;
44  &chap.faq;
45  &chap.thanks;
46
47</book>
48