5
0
mirror of https://github.com/cwinfo/yggdrasil-map synced 2024-09-20 00:12:30 +00:00
yggdrasil-map/web/templates/about.html
2015-07-30 18:59:30 +02:00

23 lines
1.3 KiB
HTML

{% extends "base.html" %}
{% block content %}
<div id="content-wrapper">
<div id="content">
<h2>About fc00</h2>
<p>fc00 is a project that aims to demystify what <a href="http://hyperboria.net/">Hyperboria</a> network is like. Currently the only thing we have here is a map of the network. The full source code is at <a href="https://github.com/zielmicha/fc00.org">GitHub</a>.</p>
<br>
<h3>Network map</h3>
<p>The network page has a map of Hyperboria as it is now. The map is not complete since it is hard/impossible to get a full picture of the network. A rough estimate is that at least half of the nodes are pictured here, probably more. The nodes and links that are shown on the page are very likely to exist but this should not be taken as a guarantee.</p>
<h3>Node names</h3>
<p>For now, node names are assigned manually. You can submit Pull Request to <a href="https://github.com/zielmicha/nodedb">nodedb</a> if you want to have your node named.
In future this will be replaced by some reverse DNS system.
<h3>Contact</h3>
<p>fc00 was orginally created by <em>Randati</em>. fc00 is currently run by <em>zielmicha</em>.
If you have something to say or you would like to help, contact him via michal@zielinscy.org.pl.</p>
</div>
</div>
{% endblock %}