mirror of
https://bitbucket.org/anguist/ntpa
synced 2026-09-26 02:42:26 +00:00
63 lines
2.9 KiB
HTML
63 lines
2.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en"><head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>innolan.net</title>
|
|
<link href="/css/bootstrap.min.css" rel="stylesheet" media="screen">
|
|
<link href="/css/graph.css" rel="stylesheet" media="screen"></head>
|
|
<body>
|
|
<div class="container theme-showcase">
|
|
<div class="jumbotron">
|
|
<h1>ntp3.innolan.net</h1>
|
|
<p>NTP3 is a stratum three NTP time server. It serves as a backup and
|
|
provides time synchronization for peering Innolan servers. The server is
|
|
an open time server and its service is available free of charge.</p>
|
|
<p>Webpages showing information about NTP3 are build with NTP Analyzer
|
|
which is a tool dedicated to analyzing the operation of time servers.
|
|
NTP Analyzer is build around Mono and mostly complies with Microsoft.NET
|
|
4.0. Source code is available under the MIT license.</p>
|
|
<p>Styles are provided by Bootstrap which is available under the
|
|
Apache 2.0 license. Graphs are build using NPlot which is available under
|
|
the Modified BSD License. NPlot uses an X11 GDI+ library which together
|
|
with Mono is licensed under a mixture of LGPL/GPL/X11 MIT licenses.
|
|
Specific license details can be found in source files.</p>
|
|
<p>The server itself runs Debian which is available under a mixture of licenses.</p>
|
|
<p>Source code for <a href="http://innolan.net/ntpa.0.1.tar.gz">NTP Analyzer 0.1</a></p>
|
|
<p class="pool"><a class="btn btn-lg btn-primary" href="http://support.ntp.org/bin/view/Servers/PublicTimeServer000902">View info on support.ntp.org »</a></p>
|
|
</div>
|
|
</div>
|
|
<div class="navbar navbar-inverse navbar-fixed-top">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="http://innolan.net">Innolan.net</a>
|
|
</div>
|
|
<div class="navbar-collapse collapse">
|
|
<ul class="nav navbar-nav">
|
|
<li><a href="/ntp3/index.html">NTP3</a></li>
|
|
<li><a href="/ntp3/peers/graphs.html">Offsets</a></li>
|
|
<li><a href="/ntp3/peers/delaygraphs.html">Delays</a></li>
|
|
<li class="dropdown">
|
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Peers <b class="caret"></b></a>
|
|
<ul class="dropdown-menu">
|
|
<li><a href="/ntp1/">NTP1</a></li>
|
|
<li><a href="/ntp2/">NTP2</a></li>
|
|
<li class="divider"></li>
|
|
<li class="dropdown-header">Site info</li>
|
|
<li><a href="/ntp3/about.html">About</a></li>
|
|
<li><a href="mailto:cs@innolan.net">Contact</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="/js/jquery.js"></script>
|
|
<script src="/js/bootstrap.min.js"></script>
|
|
</body>
|
|
</html>
|