From 6bd44eb8a2b974c8ffedaba1b181aa661498edc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Lathuili=C3=A8re?= Date: Sun, 29 Jan 2017 18:37:55 +0100 Subject: [PATCH 1/5] Add ipfs-add-from-url --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92abc79..50bd0c8 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ These are narrowly-scoped, little JS "apps" deployed through IPFS. * [ipscend](https://github.com/diasdavid/ipscend) - Tool for hosting web apps and static websites in IPFS * [pinbot](https://github.com/whyrusleeping/pinbot) - Pin content via IRC * [ipfs-mount](https://github.com/richardschneider/net-ipfs-mount) - Mount IPFS as a mapped drive on Windows +* [ipfs-add-from-url](https://github.com/maxlath/ipfs-add-from-url) - Add a file to IPFS from a URL instead of a file path ## Videos From c17ea846785664afd87388bb933931e680cbc47d Mon Sep 17 00:00:00 2001 From: Charlie Zhang Date: Fri, 17 Mar 2017 23:33:48 +0800 Subject: [PATCH 2/5] Added Blokaly platform --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e638c17..7c453d0 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ place to ask about it might be in [ipfs/apps](https://github.com/ipfs/apps) or * [akasha](http://akasha.world/) - A Next-Generation Social Media Network, powered by Ethereum and embedded into IPFS. * [Beaker Browser](https://beakerbrowser.com/) - An experimental P2P browser that can view files over HTTP, IPFS, and [Dat](https://datproject.org/). * [beets](https://github.com/beetbox/beets) - Beets has a plugin which allows for easy sharing of music libraries using IPFS +* [Blokaly](https://www.blokaly.com) - A badge issuing, sharing and display platform based on IPFS. * [Boards](https://ipfs.io/ipns/boards.ydns.eu) - Distributed social platform that runs in the browser. [GitHub](https://github.com/fazo96/ipfs-boards) * [Cohort](https://github.com/zignig/cohort) - A golang app to preset a threejs interface and get all of its assets out of IPFS. * [dapple](https://github.com/nexusdev/dapple) - Dapple is a Solidity developer multitool designed to manage the growing complexity of interconnected smart contract systems. From 1fbf350d05e279da777f0c25bdb13e2acb1f64fc Mon Sep 17 00:00:00 2001 From: Joss Brown Date: Thu, 11 May 2017 19:42:29 +0200 Subject: [PATCH 3/5] Update README.md The originally linked ipfs-userscript had problems: the first version was redirecting to https-localhost instead of http-localhost, i.e. not working, and the current version is kinda working, but it doesn't support complex ipfs/ipns paths; so I'm offering a new redirect script that should (hopefully!) work; it also checks for a local ipfs node and only redirects, if it's actually running. The script should also move to "Tools", where the browser addons/extensions are. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ccdf48..0ba8e6c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,6 @@ place to ask about it might be in [ipfs/apps](https://github.com/ipfs/apps) or * [ipfs.ink](https://ipfs.ink) - Publish and render markdown essays to and from ipfs. [GitHub](https://github.com/kpcyrd/ipfs.ink) * [ipfs-search](http://ipfs-search.com) - Search engine for files and directories on IPFS. * [ipfs-share](https://github.com/rameshvarun/ipfs-share) - Pastebin/Image host/File sharing application -* [ipfs-userscript](https://github.com/loadletter/ipfs-redirect-userscript) - Browser userscript for redirecting gateway.ipfs.io links 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. * [ipfs.pics](https://ipfs.pics) - Upload and share pics. [GitHub](https://github.com/ipfspics/ipfspics-server) * [IPFSBin](https://github.com/victorbjelkholm/ipfsbin) - Pastebin clone build. * [markup.rocks](https://github.com/davidar/markup.rocks) - Pandoc-based markup editor/previewer/converter, ported to IPFS. [Example](https://ipfs.io/ipfs/QmWPgJnUGLB1LPh9KMG9LEN4LVu5e17TwkEtcmTWdNn9V6/#/ipfs/QmfQ75DjAxYzxMP2hdm6o4wFwZS5t7uorEZ2pX9AKXEg2u) @@ -85,6 +84,7 @@ These are narrowly-scoped, little JS "apps" deployed through IPFS. * [ipfs-screencap](https://github.com/jbenet/ipfs-screencap) - Capture screenshots, publish them to IPFS, and copy the link to the clipboard. * [ipfscrape](https://github.com/victorbjelkholm/ipfscrape) - Scrape a webpage with all assets and put it in IPFS * [ipget](https://github.com/ipfs/ipget) - :satellite: wget for IPFS: retrieve files over IPFS and save them locally. +* [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. * [ipscend](https://github.com/diasdavid/ipscend) - Tool for hosting web apps and static websites in IPFS * [pinbot](https://github.com/whyrusleeping/pinbot) - Pin content via IRC * [ipfs-mount](https://github.com/richardschneider/net-ipfs-mount) - Mount IPFS as a mapped drive on Windows From 9aad28e5e618faac4f8a772cbde16658ad84c296 Mon Sep 17 00:00:00 2001 From: Matus Lestan Date: Sat, 20 May 2017 15:00:05 +0700 Subject: [PATCH 4/5] Added Ethlance into Apps --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ccdf48..6762b3b 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ place to ask about it might be in [ipfs/apps](https://github.com/ipfs/apps) or * [Cohort](https://github.com/zignig/cohort) - A golang app to preset a threejs interface and get all of its assets out of IPFS. * [dapple](https://github.com/nexusdev/dapple) - Dapple is a Solidity developer multitool designed to manage the growing complexity of interconnected smart contract systems. * [digx](https://www.dgx.io/) - Digix is an asset-tokenisation platform built on Ethereum and IPFS. +* [Ethlance](http://ethlance.com) - First completely decentralised job market platform built on Ethereum and IPFS. * [git-ipfs-rehost](https://github.com/whyrusleeping/git-ipfs-rehost) - A script to rehost your git repos in ipfs. * [Global Upload](https://globalupload.io/) - File transportation service for IPFS, upload files to the future of distributed web. * [HydrusNetwork](https://github.com/hydrusnetwork/hydrus) - A booru-style media tagging application with a multitude of features, recently added basic ipfs support. From 9205ff761ee59925104ce396252fd95489000e78 Mon Sep 17 00:00:00 2001 From: Matus Lestan Date: Mon, 22 May 2017 19:51:41 +0700 Subject: [PATCH 5/5] Added Ethlance Github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6762b3b..5bf69ab 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ place to ask about it might be in [ipfs/apps](https://github.com/ipfs/apps) or * [Cohort](https://github.com/zignig/cohort) - A golang app to preset a threejs interface and get all of its assets out of IPFS. * [dapple](https://github.com/nexusdev/dapple) - Dapple is a Solidity developer multitool designed to manage the growing complexity of interconnected smart contract systems. * [digx](https://www.dgx.io/) - Digix is an asset-tokenisation platform built on Ethereum and IPFS. -* [Ethlance](http://ethlance.com) - First completely decentralised job market platform built on Ethereum and IPFS. +* [Ethlance](http://ethlance.com) - First completely decentralised job market platform built on Ethereum and IPFS. [Github](https://github.com/madvas/ethlance) * [git-ipfs-rehost](https://github.com/whyrusleeping/git-ipfs-rehost) - A script to rehost your git repos in ipfs. * [Global Upload](https://globalupload.io/) - File transportation service for IPFS, upload files to the future of distributed web. * [HydrusNetwork](https://github.com/hydrusnetwork/hydrus) - A booru-style media tagging application with a multitude of features, recently added basic ipfs support.