Code Monkey home page Code Monkey logo

miceweb's Introduction

MiceWeb

The legacy Web gives us the familiar addressing system. Let's use it. However, data should be available as long as possible.

Features:

  • Save web page by URL to local MiceWeb library, stored in IPFS MFS.
  • Support following URL schemes: http, https, gopher, gemini, ftp, ftps, ipfs, ipns, git.
  • Share saved versions.

Installation (macOS, Linux, BSD):

  1. Install Git, IPFS CLI.

  2. Open a terminal and run git clone https://github.com/Robotizing/MiceWeb && MiceWeb/install.sh (also, there is update.sh available).

  3. Optionally, install wget, curl, gemget, jq, yq, htmlq, torsocks, Wayback Machine Downloader, yt-dlp, ffmpeg and ffprobe, and also ZeroNet.


Installation (Windows):

  1. Install WSL, Cygwin, Git Bash, or some other tool that enables Bash functionality in Windows.

  2. Follow the above section.


Usage:

Open a terminal and run miceweb help to get acquainted.

List snapshots (clickable), and save:

miceweb http://example.com

List URLs, stored in the MiceWeb library:

miceweb urls


Advanced:

Run miceweb commands to see the possibilities.

Save pages:

miceweb save http://www.example.com/page.htm

miceweb save urls collection.txt

miceweb save urls "$HOME/Library/Application Support/com.operasoftware.Opera/Bookmarks" --format=json

Present saved versions:

miceweb present http://www.example.com/page.htm

miceweb present urls collection.txt --grep=stackoverflow.com


Development:

The target is to create portable tool, not spending many resources to support different platforms, so using Bash seems a good solution. See also testssl.sh Coding Style to get into the spirit.


Configuration:

IPFS Reprovider.Strategy determines privacy level: run ipfs config Reprovider.Strategy pinned to make the MiceWeb library private, or run ipfs config Reprovider.Strategy all to open the MiceWeb library to the world.

It's possible to have several libraries on a single machine by running several ipfs nodes.

MiceWeb uses ZERONET_PATH environment variable to work with ZeroNet.


Community:

Run miceweb talks, and welcome to MiceWeb Talks.


Notes:

MiceWeb tries to do best to save web pages. However, you still have to check saved snapshots of important pages.

Construct RatBrowser to save browser-generated pages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.