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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<book id="blst" xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>Blst Module - Blacklist Management</title>
<authorgroup>
<author>
<firstname>Andrei</firstname>
<surname>Pelinescu-Onciul</surname>
<affiliation><orgname>iptelorg GmbH</orgname></affiliation>
<address>
<email>andrei@iptel.org</email>
</address>
</author>
</authorgroup>
<copyright>
<year>2007</year>
<holder>iptelorg GmbH</holder>
</copyright>
</bookinfo>
<chapter>
<title>Admin Guide</title>
<section id="blst.overview">
<title>Overview</title>
<para>
This module exports blacklist related functions to the script.
</para>
</section>
<xi:include href="blst_functions.xml"/>
</chapter>
</book>
|