diff --git a/README.md b/README.md index 872cf8e..9733623 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,7 @@ Everyone is welcome to submit their new awesome-ipfs item. In order to add an el - [Blockwatch](https://ipfs.io/ipfs/QmdikpwcyeBuGaVzWzSzPuqvBfTGD8jPAVydcCjYHsBUxo/index.html) - Monitor the current block number of the Ethereum blockchain, and set alerts (stored locally using PouchDB in your browser) for when certain block heights are passed. [Source](https://github.com/MidnightLightning/ethereum-blockwatch) - [cachewarmer](https://github.com/BrendanBenshoof/cachewarmer) - Donate ipfs gateways to cache other people's content +- [dillo-ipfs](https://ipfs.io/ipns/12D3KooWBG1fsFRF4ykpidXVNVnbon5KLfv67pkkGeFstrwftVVb/) - IPFS integration for the Dillo web browser. [Source](https://git.scuttlebot.io/%25C35b%2BMlZ%2Fy5TT1e7SG66eNKEIdX5DRl9PRUxbhvO89k%3D.sha256) - [gatsby-plugin-ipfs](https://github.com/moxystudio/gatsby-plugin-ipfs) - Adds support for deploying Gatsby websites to IPFS by ensuring that assets are relative. - [git-remote-ipfs](https://github.com/cryptix/git-remote-ipfs) - push/pull repositories from/to IPFS - [http2ipfs](https://github.com/jbenet/http2ipfs-web) - This is a simple webtool to add URLs to an IPFS node. diff --git a/data/tools.yaml b/data/tools.yaml index 962a8bc..8bd3a58 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -9,6 +9,11 @@ content: - title: gatsby-plugin-ipfs source: https://github.com/moxystudio/gatsby-plugin-ipfs description: Adds support for deploying Gatsby websites to IPFS by ensuring that assets are relative. +- title: dillo-ipfs + source: https://git.scuttlebot.io/%25C35b%2BMlZ%2Fy5TT1e7SG66eNKEIdX5DRl9PRUxbhvO89k%3D.sha256 + website: https://ipfs.io/ipns/12D3KooWBG1fsFRF4ykpidXVNVnbon5KLfv67pkkGeFstrwftVVb/ + description: IPFS integration for the Dillo web browser. + picture: /images/dillo-ipfs.png - title: git-remote-ipfs source: https://github.com/cryptix/git-remote-ipfs description: push/pull repositories from/to IPFS diff --git a/src/static/images/dillo-ipfs.png b/src/static/images/dillo-ipfs.png new file mode 100644 index 0000000..ef07ad9 Binary files /dev/null and b/src/static/images/dillo-ipfs.png differ