db_sqlite.xml 942 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding='ISO-8859-1'?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  4. <!-- Include general documentation entities -->
  5. <!ENTITY % docentities SYSTEM "../../../docbook/entities.xml">
  6. %docentities;
  7. ]>
  8. <book xmlns:xi="http://www.w3.org/2001/XInclude">
  9. <bookinfo>
  10. <title>SQlite Module</title>
  11. <productname class="trade">&kamailioname;</productname>
  12. <authorgroup>
  13. <author>
  14. <firstname>Timo</firstname>
  15. <surname>Teräs</surname>
  16. <address>
  17. <email>[email protected]</email>
  18. </address>
  19. </author>
  20. <editor>
  21. <firstname>Timo</firstname>
  22. <surname>Teräs</surname>
  23. <address>
  24. <email>[email protected]</email>
  25. </address>
  26. </editor>
  27. </authorgroup>
  28. <copyright>
  29. <year>2011</year>
  30. <holder>Timo Teräs</holder>
  31. </copyright>
  32. </bookinfo>
  33. <toc></toc>
  34. <xi:include href="db_sqlite_admin.xml"/>
  35. </book>