git ssb

0+

cel / dillo-dat



Tree: d93a11d7ff75fa0ad133d2b731fc00d96dff0803

Files: d93a11d7ff75fa0ad133d2b731fc00d96dff0803 / index.html

1996 bytesRaw
1<!doctype html>
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>
30cd dillo-dat
31npm install
32mkdir -p ~/.dillo/dpi/dat
33ln -rs dat.dpi ~/.dillo/dpi/dat
34test -f ~/.dillo/dpidrc || cp /etc/dillo/dpidrc ~/.dillo/dpidrc
35echo 'proto.dat=dat/dat.dpi' >> ~/.dillo/dpidrc
36dpidc 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>
41git repo: <a href="https://git.scuttlebot.io/%2544lamL1D9pK0SIxqDUgaL7%2B4FzqnyWs30SVmbcg5DhI%3D.sha256"><code>ssb://%44lamL1D9pK0SIxqDUgaL7+4FzqnyWs30SVmbcg5DhI=.sha256</code></a><br>
42Discussion thread: <a href="https://viewer.scuttlebot.io/%25cAmfLllc4Breeh7diLMuYEhFRE8pNZNDe49NILkcIzM%3D.sha256"><code>%cAmfLllc4Breeh7diLMuYEhFRE8pNZNDe49NILkcIzM=.sha256</code></a><br>
43Author/maintainer: <code>@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519</code><br>
44Need 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> &copy; 2017-2018 cel</p>
48
49</body>
50</html>
51

Built with git-ssb-web