Current section

Files

Jump to
dns_erlang priv index.html
Raw

priv/index.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="keywords" content="dns,erlang" />
<title>dns_erlang</title>
<style>
body {
background: #ddd;
margin:3em 6em;
font-size:75%;
font-family:georgia, "times new roman", serif;
}
html>body {
font-size:18px;
}
div#main {
border: 1px solid #888;
background: #fff;
font-size:1em;
line-height:1.5em;
width:33em;
margin: auto;
padding: 1em;
position: relative;
}
div#main h1 {
line-height:1em;
font-size:1.5em;
font-weight:normal;
margin:0 0 1em 0;
display: inline;
}
</style>
</head>
<body>
<div id="main">
<a href="http://github.com/andrewtj/dns_erlang/"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://assets1.github.com/img/30f550e0d38ceb6ef5b81500c64d970b7fb0f028?repo=&url=http%3A%2F%2Fs3.amazonaws.com%2Fgithub%2Fribbons%2Fforkme_right_orange_ff7600.png&path=" alt="Fork me on GitHub" /></a>
<h1>dns_erlang &#183; {{VERSION}}</h1>
<p><strong>License:</strong> <a href="http://www.apache.org/licenses/LICENSE-2.0" rel="license">Apache 2.0</a></p>
<p><strong>Author:</strong> <a href="http://andrew.tj.id.au/" rel="author">Andrew Tunnell-Jones</a></p>
<p>dns_erlang is a DNS message library for Erlang. It supports most common record types, TSIG authenticated messages, EDNS0 and DNSSEC.</p>
<p>Functionality for constructing or querying a nameserver beyond interpreting wire messages is not provided.</p>
<p><strong>Project Links:</strong> <a href="http://github.com/andrewtj/dns_erlang/">Source Code</a> &#183; <a href="doc/">Documentation</a> &#183; <a href="coverage/">Test Coverage</a></p>
</div>
</body>
</html>