From f21d892d0552eb4ffe9d9de7778f657c2889121c Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Fri, 27 Mar 2020 15:45:37 +0100 Subject: [PATCH] Add iprfc properly into data/tools.yaml --- README.md | 1 + data/tools.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index d62c1d1..b5a152c 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [ipget](https://github.com/ipfs/ipget) - :satellite: wget for IPFS: retrieve files over IPFS and save them locally. - [IPLD Explorer](https://explore.ipld.io) - Explore the Merkle Forest from the comfort of your browser [Source](https://github.com/ipfs-shipyard/ipld-explorer) - [IPRedirect](https://github.com/JayBrown/IPRedirect) - Browser userscript for redirecting IPFS/IPNS addresses to your local gateway. This should work on any browser that hasn't had an extension written for it yet and has support for userscripts. +- [iprfc](https://github.com/RTradeLtd/iprfc) - IETF RFC downloader which stores RFCs on IPFS and indexes them with RTradeLtd/Lens. - [ipscend](https://github.com/diasdavid/ipscend) - Tool for hosting web apps and static websites in IPFS - [mahuta](https://github.com/ConsenSys/Mahuta) - Mahuta is a plug and play service for your micro-service architecture allowing to collect, store and index data on IPFS and offering search functionalities (full text, query). - [orbit-db](https://github.com/orbitdb/orbit-db) - OrbitDB is a serverless, distributed, peer-to-peer database that uses IPFS as its data storage and IPFS Pubsub to automatically sync databases with peers. diff --git a/data/tools.yaml b/data/tools.yaml index a8f8cc5..0eb9a38 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -70,6 +70,10 @@ content: description: Browser userscript for redirecting IPFS/IPNS addresses to your local gateway. This should work on any browser that hasn't had an extension written for it yet and has support for userscripts. +- title: iprfc + source: https://github.com/RTradeLtd/iprfc + description: IETF RFC downloader which stores RFCs on IPFS and indexes + them with RTradeLtd/Lens. - title: ipscend source: https://github.com/diasdavid/ipscend description: Tool for hosting web apps and static websites in IPFS