123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
- "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
- <!ENTITY mdash "—" >
- <!ENTITY % version SYSTEM "version.ent">
- %version;
- ]>
- <!--
- - Copyright (C) 2010-2017 Internet Systems Consortium, Inc. ("ISC")
- -
- - This Source Code Form is subject to the terms of the Mozilla Public
- - License, v. 2.0. If a copy of the MPL was not distributed with this
- - file, You can obtain one at http://mozilla.org/MPL/2.0/.
- -->
- <book>
- <?xml-stylesheet href="kea-guide.css" type="text/css"?>
- <bookinfo>
- <title>
- <inlinemediaobject>
- <imageobject>
- <imagedata fileref="kea-logo-100x70.png" align="left"/>
- </imageobject>
- </inlinemediaobject>
- Kea Administrator Reference Manual
- </title>
- <releaseinfo>This is the reference guide for Kea version
- &__VERSION__;.</releaseinfo>
- <copyright>
- <year>2010-2017</year>
- <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
- </copyright>
- <abstract>
- <para>
- Kea is an open source implementation of the Dynamic Host Configuration
- Protocol (DHCP) servers, developed and maintained by Internet Systems
- Consortium (ISC).
- </para>
- <para>
- This is the reference guide for Kea version &__VERSION__;.
- The most up-to-date version of this document (in PDF, HTML,
- and plain text formats), along with other documents for
- Kea, can be found at <ulink url="http://kea.isc.org/docs"/>.
- </para> </abstract>
- </bookinfo>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="intro.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="quickstart.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="install.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="admin.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="config.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="keactrl.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="agent.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp4-srv.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp6-srv.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lease-expiration.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ddns.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lfc.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="classify.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="hooks.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="stats.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ctrl-channel.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdhcp.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="logging.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shell.xml" />
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="faq.xml" />
- <chapter id="acknowledgments">
- <title>Acknowledgments</title>
- <para>Kea is an open source project designed, developed, and maintained by Internet Systems
- Consortium, Inc, a 501(c)3 non-profit organization. ISC is primarily funded by revenues from
- support subscriptions for our open source and we encourage all professional users to consider
- this option. To learn more, see <ulink
- url="https://www.isc.org/support/">https://www.isc.org/support/</ulink>.</para>
- <para>If you would like to contribute to ISC to assist us in continuing to make quality open
- source software, please visit our donations page at <ulink
- url="http://www.isc.org/donate/">http://www.isc.org/donate/</ulink>.</para>
-
- <para>We thank all the organizations and individuals who have helped to make Kea
- possible. Comcast and the Comcast Innovation Fund provided major support for the development
- of Kea's DHCPv4, DHCPv6 and DDNS modules. Mozilla funded initial work on the REST API via a
- MOSS award.</para>
- <para>Kea was initially implemented as a collection of applications
- within the BIND 10 framework. We thank the founding sponsors of the BIND10 project:
- <ulink url="https://www.afilias.info/">Afilias</ulink>,
- <ulink url="https://www.iis.se/">IIS.SE</ulink>,
- <ulink url="http://www.nominet.org.uk/">Nominet</ulink>, and
- <ulink url="https://www.sidn.nl/">SIDN</ulink>; BIND10 patrons
- <ulink url="http://jprs.co.jp/">JPRS</ulink> and
- <ulink url="http://cira.ca/">CIRA</ulink>; and additional sponsors
- <ulink url="https://www.afnic.fr/">AFNIC</ulink>,
- <ulink url="https://www.cnnic.net.cn/">CNNIC</ulink>,
- <ulink url="https://www.nic.cz/">CZ.NIC</ulink>,
- <ulink url="http://www.denic.de/">DENIC eG</ulink>,
- <ulink url="https://www.google.com/">Google</ulink>,
- <ulink url="https://www.ripe.net/">RIPE NCC</ulink>,
- <ulink url="https://registro.br/">Registro.br</ulink>,
- <ulink url="https://nzrs.net.nz/">.nz Registry Services</ulink>, and
- <ulink url="https://www.tcinet.ru/">Technical Center of Internet</ulink>.</para>
- </chapter>
- <!-- TODO: Add bibliography section (mostly RFCs, probably) -->
- <!-- TODO: how to help: run unit tests, join lists, review trac tickets -->
- <!-- <index> <title>Index</title> </index> -->
- </book>
|