-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (47 loc) · 2.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AusRegistry on GitHub</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="AusRegistry projects on GitHub">
<meta name="author" content="ausregistry.com.au">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="span12">
<div class="hero-unit">
<img src="assets/images/logo.png">
<p>
<em style="color: red;">Notice: This site is no longer supported, please go to <a href="https://neustarregistry.github.io/">https://neustarregistry.github.io/</a></em>
</p>
<h3 style="font-size:20px;">Open Source Software Contributions</h3>
</div>
<div class="row-fluid">
<div class="span4">
<h2>ARI Toolkit</h2>
<p>A high-performance EPP library for Registrar integration with an ARI Registry.</p>
<p><a class="btn" href="https://github.com/ausregistry/ari-toolkit">More details »</a></p>
</div>
<div class="span4">
<h2>EPP RTK Extensions</h2>
<p>Extensions to the <a href="http://epp-rtk.cvs.sourceforge.net/">Universal Registry/Registrar Toolkit</a> for Registrar integration with an ARI Registry.</p>
<p><a class="btn" href="https://github.com/ausregistry/ari-rtk-ext">More details »</a></p>
</div>
<div class="span4">
<h2>EPP Extension Mapping Documentation</h2>
<p>Documents for EPP Extension Mapping.</p>
<p><a class="btn" href="https://github.com/AusRegistry/ausregistry.github.com/wiki/AusRegistry's-EPP-Extensions">More details »</a></p>
</div>
</div>
</div>
</div>
<hr style="border: 3px solid #0053a0;">
<footer>
<p style="text-align:center;">© AusRegistry Pty. Ltd. 2013, all rights reserved.</p>
</footer>
</div>
</body>
</html>