-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
45 lines (38 loc) · 2.33 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
<!doctype html>
<html>
<head>
<title>Dat Protocol</title>
<link rel="stylesheet" href="site/style.css">
</head>
<body>
<div class="content">
<h1>Dat Protocol</h1>
<p>Dat is a new p2p hypermedia protocol. It provides public-key-addressed file archives which can be synced securely and browsed on-demand.</p>
<table>
<tr><th>Fast</th><td>Archives sync from multiple sources at once.</td></tr>
<tr><th>Secure</th><td>All updates are signed and integrity-checked.</td></tr>
<tr><th>Resilient</th><td>Archives can change hosts without changing their URLs.</td></tr>
<tr><th>Versioned</th><td>Changes are written to an append-only version log.</td></tr>
<tr><th>Decentralized</th><td>Any device can host any archive.</td></tr>
</table>
<p>Dat Protocol development transitioned to Hypercore Protocol Development. <a href="https://hypercore-protocol.org/">Learn more at the Hypercore Protocol Website</a>.</p>
<h4>Contribute:</h4>
<ul>
<li>Join the general <a href="https://discord.gg/egsvGc9TkQ">Dat Ecosystem chat</a> via Cabal or Discord </li>
<!-- <li>Join #datprotocol for protocol discussion and working group meetings.</li> -->
<!-- <li><a href="https://github.com/dat-ecosystem/datprotocol.com/issues">File issues for this website</a>.</li> -->
</ul>
<h1> The information below is kept for historic reasons </h1>
<h3><a href="https://github.com/dat-ecosystem/book/blob/master/src/SUMMARY.md">User Documentation</a></h3>
<p>Documentation for end-user tools and developer libraries.</p>
<h3><a href="page/deps">DEPs</a></h3>
<p>Specifications for the Dat protocol. View pre-draft DEPs and the DEP process on <a href="https://github.com/dat-ecosystem/DEPs">GitHub</a>.</p>
<h3><a href="page/extensions">Extensions</a></h3>
<p>Extensions to the Dat protocol.</p>
<h3><a href="https://dat-ecosystem-archive.github.io/how-dat-works">How Dat Works</a></h3>
<p>Visual explanation of the Dat protocol.</p>
<h3><a href="https://github.com/dat-ecosystem/whitepaper/">Dat Whitepaper</a></h3>
<p>April 2017 whitepaper on the Dat Protocol (View source on <a href="https://github.com/dat-ecosystem/whitepaper">GitHub</a>). For updated specifications, please see DEPs.</p>
</div>
</body>
</html>