Skip to content

Commit 75ab777

Browse files
committed
Added archive warning to IPv8 page
1 parent c813827 commit 75ab777

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

IPv8/index.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,17 @@
1515
<![endif]-->
1616

1717

18+
<style>
19+
.blink {
20+
animation: blinker 1s step-start infinite;
21+
}
1822

23+
@keyframes blinker {
24+
50% {
25+
opacity: 0;
26+
}
27+
}
28+
</style>
1929
<script src="/js/wow.min.js"></script>
2030
<script>
2131
new WOW().init();
@@ -87,7 +97,18 @@
8797
</nav>
8898
</header>
8999

90-
<section id="trac"><table><tr><td><h1 id="IPv8:Peer-to-Peeroverlaynetwork">IPv8: Peer-to-Peer overlay network</h1>
100+
<section id="trac"><table><tr><td>
101+
<div style="background-color: black">
102+
<center>
103+
<p style="color: red">
104+
<h2 class="blink" style="color: red">WARNING:</h2>
105+
You are looking at a <b>very old</b> (2010) archive.<br>
106+
This document describes the original design of IPv8 and should be treated as a historic curiosity.<br>
107+
If you are looking for an up-to-date description of IPv8, please visit <a href="https://github.com/Tribler/py-ipv8">https://github.com/Tribler/py-ipv8</a>.<br>
108+
</p>
109+
</center>
110+
</div><br>
111+
<h1 id="IPv8:Peer-to-Peeroverlaynetwork">IPv8: Peer-to-Peer overlay network</h1>
91112
<p>
92113
<em>In short: a library for networking in
93114
distributed applications based on a P2P-overlay which handles IP changes,

0 commit comments

Comments
 (0)