From 92de3ce7d77abc7643a431858a738bb9b6e4f0d1 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Fri, 4 Sep 2015 09:17:33 -0700 Subject: [PATCH] touchups to ipfs archiver, fix for -w flag to add for directory objects --- models/site.rb | 2 +- views/permanent_web.erb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/models/site.rb b/models/site.rb index 69234695..7d493927 100644 --- a/models/site.rb +++ b/models/site.rb @@ -619,7 +619,7 @@ class Site < Sequel::Model end end - Rye::Cmd.add_command :ipfs, nil, 'add', :r + Rye::Cmd.add_command :ipfs, nil, 'add', :r, :w def add_to_ipfs # Not ideal. An SoA version is in progress. diff --git a/views/permanent_web.erb b/views/permanent_web.erb index 0d29be32..45d518c5 100644 --- a/views/permanent_web.erb +++ b/views/permanent_web.erb @@ -9,11 +9,11 @@

- Neocities has launched an experimental implementation of IPFS. IPFS is short for the "Inter-Planetary File System", and is the foundation for a new way to distribute web content that is being called The Permanent Web. The idea behind the Permanent Web is simple: Instead of serving web sites from central servers, we believe that web serving should be decentralized, and that IPFS is an eventual replacement to the aging HTTP protocol. + Neocities has launched an experimental implementation of IPFS. IPFS is short for the "Inter-Planetary File System", and is the foundation for a new way to distribute web content that is being called The Permanent Web. The idea behind the Permanent Web is simple: Instead of serving web sites from central servers, we believe that web serving should be decentralized, and that IPFS is an eventual replacement to the aging HTTP protocol for serving static web sites.

- This is still very early stage technology, so if you don't understand what this stuff is, don't worry about it for now. But if you'd like to read more about why we're interested in this new technology, please see our blog post on the topic. + This is still very early stage technology, so if you don't understand what this stuff is, don't worry about it for now. But if you'd like to read more about why we're interested in this new technology, please see our blog post on the topic.

@@ -21,7 +21,7 @@

- If you want to play around with this new technology, you can get IPFS for your computer and use it to retreive content from our IPFS node servers. All you need to do is download the IPFS daemon (OSX/Linux only for now), and run the following command in your terminal: + If you want to play around with this new technology, you can get IPFS for your computer and use it to retrieve content from our IPFS node servers. All you need to do is download the IPFS daemon (OSX/Linux only for now), and run the following command in your terminal: