opensips/modules/enum/doc/enum.xml

Mon, 18 Jan 2010 19:59:51 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 18 Jan 2010 19:59:51 +0100
changeset 13
b63f281afe6b
parent 12
a3ac912f2857
permissions
-rw-r--r--

Introduce ISN formatting and lookup logic into the ENUM module.
A detailed description of these changes is provided in enum-isn.txt.

michael@12 1 <?xml version="1.0" encoding='ISO-8859-1'?>
michael@12 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
michael@12 3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
michael@12 4
michael@12 5 <!ENTITY admin SYSTEM "enum_admin.xml">
michael@12 6 <!ENTITY faq SYSTEM "../../../doc/module_faq.xml">
michael@12 7
michael@12 8 <!-- Include general documentation entities -->
michael@12 9 <!ENTITY % docentities SYSTEM "../../../doc/entities.xml">
michael@12 10 %docentities;
michael@12 11
michael@12 12 ]>
michael@12 13
michael@12 14 <book>
michael@12 15 <bookinfo>
michael@12 16 <title>Enum Module</title>
michael@12 17 <authorgroup>
michael@12 18 <author>
michael@12 19 <firstname>Juha</firstname>
michael@12 20 <surname>Heinanen</surname>
michael@12 21 <email>jh@song.fi</email>
michael@12 22 </author>
michael@12 23 <author>
michael@12 24 <firstname>Otmar</firstname>
michael@12 25 <surname>Lendl</surname>
michael@12 26 <email>lendl@nic.at</email>
michael@12 27 </author>
michael@12 28 </authorgroup>
michael@12 29 <copyright>
michael@12 30 <year>2002</year>
michael@12 31 <year>2003</year>
michael@12 32 <holder>Juha Heinanen</holder>
michael@12 33 </copyright>
michael@12 34 <revhistory>
michael@12 35 <revision>
michael@13 36 <revnumber>$Revision: 5907 $</revnumber>
michael@13 37 <date>$Date: 2010-01-18 10:45:05 +0100 (Mon, 18 Jan 2010) $</date>
michael@12 38 </revision>
michael@12 39 </revhistory>
michael@12 40 </bookinfo>
michael@12 41 <toc></toc>
michael@12 42
michael@12 43 &admin;
michael@12 44 &faq;
michael@12 45
michael@12 46 </book>

mercurial