Changeset 2252

Show
Ignore:
Timestamp:
08/04/11 16:37:34 (23 months ago)
Author:
ahu
Message:

update documentation to svn

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/docs/pdns.xml

    r2248 r2252  
    9696        Beyond PowerDNS 2.9.20, the Authoritative Server and Recursor are released separately. 
    9797      </para> 
    98       <sect2 id="changelog-auth-3-0"><title>PowerDNS Authoritative Server 3.0-RC3</title> 
     98      <sect2 id="changelog-auth-3-0"><title>PowerDNS Authoritative Server 3.0</title> 
    9999      <para> 
    100100        <warning><para>Version 3.0 of the PowerDNS Authoritative Server is a major upgrade. 
     
    1663716637      </para> 
    1663816638    </sect1> 
    16639  
     16639 <sect1 id="luabackend"><title>Lua Backend</title> 
     16640      <para> 
     16641        <warning> 
     16642          <para> 
     16643            This section is a subset of the full documentation which can be found in <filename>modules/luabackend/README</filename> of 
     16644            the PowerDNS distribution. 
     16645          </para> 
     16646        </warning> 
     16647      </para> 
     16648      <para> 
     16649        The main author for this module is fredrik danerklint. 
     16650      </para> 
     16651      <para> 
     16652        <table> 
     16653          <title>Lua backend capabilities</title> 
     16654          <tgroup cols="2"> 
     16655            <tbody> 
     16656              <row><entry>Native</entry><entry>Yes</entry></row> 
     16657              <row><entry>Master</entry><entry>Yes</entry></row> 
     16658              <row><entry>Slave</entry><entry>No</entry></row> 
     16659              <row><entry>Superslave</entry><entry>No</entry></row> 
     16660              <row><entry>Autoserial</entry><entry>No</entry></row> 
     16661              <row><entry>DNSSEC</entry><entry>Yes</entry></row> 
     16662            </tbody> 
     16663          </tgroup> 
     16664        </table> 
     16665      </para> 
     16666      <para> 
     16667      <warning><para>The Lua Backend is available since PowerDNS Authoritative Server 3.0. In 3.0, this backend is marked as 
     16668      Experimental!</para></warning> 
     16669      </para> 
     16670      <para> 
     16671        The MongoDB backend is a full service that can allows a Lua script to provide answers to DNS queries. 
     16672        </para> 
     16673      <para> 
     16674        More details can be found <ulink url="http://wiki.powerdns.com/cgi-bin/trac.fcgi/browser/trunk/pdns/modules/luabackend/README">here</ulink>, or in 
     16675        <filename>modules/luabackend/README</filename>, part of the PowerDNS Authoritative Server distribution. 
     16676      </para> 
     16677    </sect1> 
    1664016678  </appendix> 
    1664116679<appendix id="pdns-internals"><title>PDNS internals</title>