From fb1246f88093afbecbedb5e1b49ff74e562cb5d6 Mon Sep 17 00:00:00 2001 From: cel Date: Tue, 7 Aug 2018 16:35:15 -0700 Subject: Init --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..f54abc3 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# dillo-ipfs + +Connect to [IPFS][] sites in [Dillo][]. + +# Install + +```sh +git clone ssb://%C35b+MlZ/y5TT1e7SG66eNKEIdX5DRl9PRUxbhvO89k=.sha256 dillo-ipfs +cd dillo-ipfs +go build ./ipfs.dpi.go +mkdir -p ~/.dillo/dpi/ipfs +ln -rs ipfs.dpi ~/.dillo/dpi/ipfs +test -f ~/.dillo/dpidrc || cp /etc/dillo/dpidrc ~/.dillo/dpidrc +echo 'proto.ipfs=ipfs/ipfs.dpi' >> ~/.dillo/dpidrc +echo 'proto.ipns=ipfs/ipfs.dpi' >> ~/.dillo/dpidrc +dpidc stop +``` + +# Usage + +Navigate to `ipfs://` and `ipns://` URLs in dillo like any other URLs. + +Examples: +- +- + +[IPFS]: https://ipfs.io/ +[Dillo]: https://dillo.org/ + +## License + +AGPLv3+ -- cgit v1.2.3