mirror of https://github.com/getdnsapi/getdns.git
[API 0.6] Update spec date and editor
This commit is contained in:
parent
35ffc780e4
commit
91f76d1784
Binary file not shown.
Binary file not shown.
|
@ -91,8 +91,10 @@ tr.code { font-family: monospace }
|
|||
</head><body>
|
||||
|
||||
<p class=title>Description of the <code>getdns</code> API</p>
|
||||
<p class=title2>Willem Toorop, Editor</p>
|
||||
<p class=title2>Document version: "getdns October 2014"</p>
|
||||
<p class=title2>Originally edited by Paul Hoffman</p>
|
||||
<p class=title2>Currently maintained by the <a
|
||||
href="mailto:team@getdnsapi.net">getdns team</a></p>
|
||||
<p class=title2>Document version: "getdns January 2015"</p>
|
||||
|
||||
<p>This document describes a modern asynchronous DNS API. This new API is intended to be useful to
|
||||
application developers and operating system distributors as a way of making
|
||||
|
@ -112,8 +114,8 @@ of this new API are:</p>
|
|||
<p>This document was discussed on the <a href="http://www.vpnc.org/mailman/listinfo/getdns-api">
|
||||
getdns-api mailing list</a>; future versions of the API might be discussed there as well.
|
||||
(If you
|
||||
want to contact the editor off-list, please send mail to <a
|
||||
href="mailto:paul.hoffman@vpnc.org">paul.hoffman@vpnc.org</a>.)</p>
|
||||
want to contact the editors off-list, please send mail to <a
|
||||
href="mailto:team@getdnsapi.net">team@getdnsapi.net</a>.)</p>
|
||||
|
||||
<h1>1. The <code>getdns</code> Async Functions</h1>
|
||||
|
||||
|
@ -2457,7 +2459,7 @@ getdns_pretty_print_dict() for debugging.</li>
|
|||
|
||||
<h1>9. The Generated Files</h1>
|
||||
|
||||
<p>There is <a href="getdns-0.513.tgz">a tarball</a> that includes the .h files,
|
||||
<p>There is <a href="getdns-0.6.tgz">a tarball</a> that includes the .h files,
|
||||
the examples, and so on. The examples all make, even though there is no API implementation, based
|
||||
on a pseudo-implementation in the tarball; see make-examples-PLATFORM.sh. Note that this currently builds fine
|
||||
on the Macintosh and Ubuntu; help is definitely appreciated on making the build process
|
||||
|
|
Loading…
Reference in New Issue