Files: d93a11d7ff75fa0ad133d2b731fc00d96dff0803 / index.html
1996 bytesRaw
1 | |
2 | <html> |
3 | <head> |
4 | <meta charset=utf-8> |
5 | <title>dillo-dat: Dat in Dillo</title> |
6 | <link rel="icon" type="image/x-icon" href="favicon.ico"> |
7 | </head> |
8 | <body> |
9 | |
10 | <h1>dillo-dat</h1> |
11 | <p>View <a href="https://datproject.org/">dat</a> websites in <a href="https://www.dillo.org/">Dillo</a>.</p> |
12 | <p><img src="dillo-dat-logo-128.png" alt="dillo-dat logo"></p> |
13 | |
14 | <h2>Screenshot</h2> |
15 | <img src=screenshot.png alt="Screenshot of dillo-dat rendering dat://inkdroid.org/" border=1> |
16 | |
17 | <h2>Download</h2> |
18 | |
19 | <p><em>via global dat gateway</em>:<br> |
20 | <code>git clone https://dillo-dat.hashbase.io/.git dillo-dat</code></p> |
21 | |
22 | <p><em>via global git-ssb gateway</em>:<br> |
23 | <code>git clone https://git.scuttlebot.io/%25C35b%2BMlZ%2Fy5TT1e7SG66eNKEIdX5DRl9PRUxbhvO89k%3D.sha256 dillo-dat</code> |
24 | |
25 | <p><em>via <a href="https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256">git-ssb</a></em>:<br> |
26 | <code>git clone ssb://%44lamL1D9pK0SIxqDUgaL7+4FzqnyWs30SVmbcg5DhI=.sha256 dillo-dat</code> |
27 | |
28 | <h2>Install</h2> |
29 | <pre> |
30 | cd dillo-dat |
31 | npm install |
32 | mkdir -p ~/.dillo/dpi/dat |
33 | ln -rs dat.dpi ~/.dillo/dpi/dat |
34 | test -f ~/.dillo/dpidrc || cp /etc/dillo/dpidrc ~/.dillo/dpidrc |
35 | echo 'proto.dat=dat/dat.dpi' >> ~/.dillo/dpidrc |
36 | dpidc stop |
37 | </pre> |
38 | |
39 | <h2>Development</h2> |
40 | <p>Collaborate on the <a href="https://www.scuttlebutt.nz/">Secure Scuttlebutt</a> (SSB) network.<br> |
41 | git repo: <a href="https://git.scuttlebot.io/%2544lamL1D9pK0SIxqDUgaL7%2B4FzqnyWs30SVmbcg5DhI%3D.sha256"><code>ssb://%44lamL1D9pK0SIxqDUgaL7+4FzqnyWs30SVmbcg5DhI=.sha256</code></a><br> |
42 | Discussion thread: <a href="https://viewer.scuttlebot.io/%25cAmfLllc4Breeh7diLMuYEhFRE8pNZNDe49NILkcIzM%3D.sha256"><code>%cAmfLllc4Breeh7diLMuYEhFRE8pNZNDe49NILkcIzM=.sha256</code></a><br> |
43 | Author/maintainer: <code>@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519</code><br> |
44 | Need an invite to SSB? Ask in <code>#scuttlebutt</code> channel on Freenode IRC.</p> |
45 | |
46 | <h2>License</h2> |
47 | <p><a href="LICENSE">AGPL-3.0</a> © 2017-2018 cel</p> |
48 | |
49 | </body> |
50 | </html> |
51 |
Built with git-ssb-web