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/7] 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/7] 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/7] 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 41ba6cd748ede589e4cd111cfbbd0b609c80c4ae Mon Sep 17 00:00:00 2001 From: Joss Brown Date: Thu, 11 May 2017 20:20:45 +0200 Subject: [PATCH 4/7] README.md: error fixes & new item (1) update Eris URL (2) removed dead URL with .pics gTLD; left link to GitHub repo (3) IPRedirect: 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; not sure what happened there, because I thought I had gotten it to work. So I'm offering a new redirect script from my own repo 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ccdf48..a9fefc9 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,7 @@ 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) +* [ipfs.pics](https://github.com/ipfspics/ipfspics-server) - Upload and share pics. * [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) * [Orbit](https://github.com/haadcode/orbit) - Distributed, peer-to-peer chat application on IPFS. @@ -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 @@ -105,7 +105,7 @@ These are narrowly-scoped, little JS "apps" deployed through IPFS. * 2015-09-10: [First Steps Toward Implementing Distributed Permanent Web With IPFS](https://hacked.com/first-steps-toward-implementing-distributed-permanent-web-ipfs/) (Hacked.com) * 2015-09-13: [Introduction to IPFS](http://whatdoesthequantsay.com/2015/09/13/ipfs-introduction-by-example) (whatdoesthequantsay.com) * 2015-09-18: [The InterPlanetary File System Wants to Create a Permanent Web](http://motherboard.vice.com/read/the-interplanetary-file-system-wants-to-create-a-permanent-web) (Vice // Motherboard) -* 2015-11-01: [Eris + IPFS](http://db.erisindustries.com/distributed%20business/2015/11/01/eris-and-ipfs/) (erisindustries.com) +* 2015-11-01: [Eris + IPFS](https://monax.io/2015/11/01/eris-and-ipfs/) (archived at monax.io) ### Articles independently hosted on IPFS * 2015-09-08: [HTTP is obsolete. It's time for the distributed, permanent web](https://ipfs.io/ipfs/QmNhFJjGcMPqpuYfxL62VVB9528NXqDNMFXiqN5bgFYiZ1/its-time-for-the-permanent-web.html) From 23d64ca54a8d9dedd3d67216174dfd879df68bc1 Mon Sep 17 00:00:00 2001 From: Robin van Boven Date: Sun, 14 May 2017 20:11:24 +0200 Subject: [PATCH 5/7] Add alexandria.io app --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ccdf48..fa62542 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ place to ask about it might be in [ipfs/apps](https://github.com/ipfs/apps) or ## Apps * [akasha](http://akasha.world/) - A Next-Generation Social Media Network, powered by Ethereum and embedded into IPFS. +* [Alexandria](http://www.alexandria.io/learn/#integrated-technologies) - Decentralized content publishing / monetization platform. * [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 * [Boards](https://ipfs.io/ipns/boards.ydns.eu) - Distributed social platform that runs in the browser. [GitHub](https://github.com/fazo96/ipfs-boards) From 9aad28e5e618faac4f8a772cbde16658ad84c296 Mon Sep 17 00:00:00 2001 From: Matus Lestan Date: Sat, 20 May 2017 15:00:05 +0700 Subject: [PATCH 6/7] 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 7/7] 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.