db_berkeley.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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>Berkeley DB Module</title>
  11. <productname class="trade">&kamailioname;</productname>
  12. <authorgroup>
  13. <author>
  14. <firstname>Will</firstname>
  15. <surname>Quan</surname>
  16. <affiliation><orgname>Cisco Systems</orgname></affiliation>
  17. <address>
  18. <email>[email protected]</email>
  19. <otheraddr>
  20. <ulink url="http://www.cisco.com">http://www.cisco.com</ulink>
  21. </otheraddr>
  22. </address>
  23. </author>
  24. <editor>
  25. <firstname>Will</firstname>
  26. <surname>Quan</surname>
  27. <address>
  28. <email>[email protected]</email>
  29. </address>
  30. </editor>
  31. </authorgroup>
  32. <copyright>
  33. <year>2007</year>
  34. <holder>Cisco Systems</holder>
  35. </copyright>
  36. </bookinfo>
  37. <toc></toc>
  38. <xi:include href="db_berkeley_admin.xml"/>
  39. </book>