diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a3a28c..1f3a59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,6 @@ Now based on Angular! ### Changed -* Migrated to Angular - ### Deprecated ### Removed diff --git a/README.md b/README.md index cf031a9..ee493fe 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ Cache a specific hash on a bunch of public gateways. **Note :** All of these (except gateway.ipfs.io and ipfs.io) are hosted by third-parties and should be treated as such. -~~You can view this website on [IPFS](https://bafybeifqneiiwgcejnisxd6vjic2xrmfieffldiqembuagflb2xaup772a.cf-ipfs.com).~~ +You can view this website on [IPFS](https://bafybeifqneiiwgcejnisxd6vjic2xrmfieffldiqembuagflb2xaup772a.cf-ipfs.com). Here's a screenshot : -~~![screenshot](https://ipfs.io/ipfs/QmUeCSd4gHio7MxZuRXCcLFXED9GpfntKcL87gmXvZV3ed)~~ +![screenshot](https://ipfs.io/ipfs/QmUeCSd4gHio7MxZuRXCcLFXED9GpfntKcL87gmXvZV3ed) If you'd like to add a new public gateway, please go to [github.com/ipfs/public-gateway-checker](https://github.com/ipfs/public-gateway-checker), submit a pull request then open an issue here. diff --git a/src/app/pages/pages.component.html b/src/app/pages/pages.component.html index c7bf01c..59bc4e5 100644 --- a/src/app/pages/pages.component.html +++ b/src/app/pages/pages.component.html @@ -45,4 +45,18 @@ + +

About

+

+ This allows you to cache a specific IPFS hash to a bunch of public gateways. + It's inspired from github.com/ipfs/public-gateway-checker. + The source code is available at gitlab.com/NatoBoram/public-gateway-checker. +

+

+ If you'd like to add a new public gateway, + please go to github.com/ipfs/public-gateway-checker, + submit a pull request then open an issue here. +

+