kea-guide.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
  4. <!ENTITY mdash "&#x2014;" >
  5. <!ENTITY % version SYSTEM "version.ent">
  6. %version;
  7. ]>
  8. <!--
  9. - Copyright (C) 2010-2014 Internet Systems Consortium, Inc. ("ISC")
  10. -
  11. - Permission to use, copy, modify, and/or distribute this software for any
  12. - purpose with or without fee is hereby granted, provided that the above
  13. - copyright notice and this permission notice appear in all copies.
  14. -
  15. - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
  16. - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
  17. - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
  18. - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  19. - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  20. - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  21. - PERFORMANCE OF THIS SOFTWARE.
  22. -->
  23. <book>
  24. <?xml-stylesheet href="kea-guide.css" type="text/css"?>
  25. <bookinfo>
  26. <title>Kea Administrator Reference Manual</title>
  27. <copyright>
  28. <year>2010-2014</year><holder>Internet Systems Consortium, Inc.</holder>
  29. </copyright>
  30. <abstract>
  31. <para>
  32. Kea is an open source implementation of the Dynamic Host Configuration
  33. Protocol (DHCP) servers, developed and maintained by Internet Systems
  34. Consortium (ISC).
  35. </para>
  36. <para>
  37. This is the reference guide for Kea version &__VERSION__;.
  38. The most up-to-date version of this document (in PDF, HTML,
  39. and plain text formats), along with other documents for
  40. Kea, can be found at <ulink url="http://kea.isc.org/docs"/>.
  41. </para> </abstract>
  42. <releaseinfo>This is the reference guide for Kea version
  43. &__VERSION__;.</releaseinfo>
  44. </bookinfo>
  45. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intro.xml" />
  46. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="quickstart.xml" />
  47. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="install.xml" />
  48. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="admin.xml" />
  49. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="config.xml" />
  50. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keactrl.xml" />
  51. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp4-srv.xml" />
  52. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp6-srv.xml" />
  53. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ddns.xml" />
  54. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hooks.xml" />
  55. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdhcp.xml" />
  56. <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="logging.xml" />
  57. <chapter id="acknowledgements">
  58. <title>Acknowledgements</title>
  59. <para>Kea is primarily designed, developed, and maintained by
  60. Internet Systems Consortium, Inc. It is an open source project
  61. and contributions are welcomed.</para>
  62. <para>Support for the development of the DHCPv4, DHCPv6 and
  63. DHCP-DDNS components was provided by
  64. <ulink url="http://www.comcast.com/">Comcast</ulink>.</para>
  65. <para>Kea was initially implemented as a collection of applications
  66. within the BIND 10 framework. Hence, Kea development would not be
  67. possible without the generous support of past BIND 10 project sponsors.</para>
  68. <para><ulink url="http://jprs.co.jp/">JPRS</ulink> and
  69. <ulink url="http://cira.ca/">CIRA</ulink> were Patron Level
  70. BIND 10 sponsors.</para>
  71. <para><ulink url="https://www.afnic.fr/">AFNIC</ulink>,
  72. <ulink url="https://www.cnnic.net.cn/">CNNIC</ulink>,
  73. <ulink url="https://www.nic.cz/">CZ.NIC</ulink>,
  74. <ulink url="http://www.denic.de/">DENIC eG</ulink>,
  75. <ulink url="https://www.google.com/">Google</ulink>,
  76. <ulink url="https://www.ripe.net/">RIPE NCC</ulink>,
  77. <ulink url="https://registro.br/">Registro.br</ulink>,
  78. <ulink url="https://nzrs.net.nz/">.nz Registry Services</ulink>, and
  79. <ulink url="https://www.tcinet.ru/">Technical Center of Internet</ulink>
  80. were past BIND 10 sponsors.</para>
  81. <para><ulink url="https://www.afilias.info/">Afilias</ulink>,
  82. <ulink url="https://www.iis.se/">IIS.SE</ulink>,
  83. <ulink url="http://www.nominet.org.uk/">Nominet</ulink>, and
  84. <ulink url="https://www.sidn.nl/">SIDN</ulink> were founding
  85. sponsors of the BIND 10 project.</para>
  86. </chapter>
  87. <!-- TODO: Add bibliography section (mostly RFCs, probably) -->
  88. <!-- TODO: how to help: run unit tests, join lists, review trac tickets -->
  89. <!-- <index> <title>Index</title> </index> -->
  90. </book>