ndb_redis.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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>NDB_REDIS Module</title>
  11. <productname class="trade">sip-router.org</productname>
  12. <authorgroup>
  13. <author>
  14. <firstname>Daniel-Constantin</firstname>
  15. <surname>Mierla</surname>
  16. <email>[email protected]</email>
  17. </author>
  18. <editor>
  19. <firstname>Daniel-Constantin</firstname>
  20. <surname>Mierla</surname>
  21. <email>[email protected]</email>
  22. </editor>
  23. <author>
  24. <firstname>Vicente</firstname>
  25. <surname>Hernando</surname>
  26. <email>[email protected]</email>
  27. </author>
  28. </authorgroup>
  29. <copyright>
  30. <year>2011</year>
  31. <holder>asipto.com</holder>
  32. </copyright>
  33. <copyright>
  34. <year>2012</year>
  35. <holder>www.systemonenoc.com</holder>
  36. </copyright>
  37. </bookinfo>
  38. <toc></toc>
  39. <xi:include href="ndb_redis_admin.xml"/>
  40. </book>