From 72b728cccdba5d4d6ce898dba529346c43273816 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 19 Jan 2024 01:38:59 -0800 Subject: [PATCH] replace i.imgur.com links with imgur.zervice.io mirror --- Chromium-Install.md | 2 +- Configuration.md | 10 +++++----- Docker.md | 2 +- Install.md | 6 +++--- Quickstart.md | 4 ++-- Roadmap.md | 2 +- Security-Overview.md | 10 +++++----- Usage.md | 10 +++++----- Web-Archiving-Community.md | 4 ++-- _Footer.md | 2 +- 10 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index daa355c..f3af98f 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -10,7 +10,7 @@ If you don't already have Chrome installed, I recommend installing Chromium inst **Check for existing Chrome/Chromium install:** - + ```bash google-chrome --version | chromium-browser --version diff --git a/Configuration.md b/Configuration.md index ba24909..8000c59 100644 --- a/Configuration.md +++ b/Configuration.md @@ -17,7 +17,7 @@ Environment variables take precedence over the config file, which is useful if y
- + **Available Configuration Options:** - [General Settings:](#general-settings) Archiving process, output format, and timing. @@ -32,7 +32,7 @@ In case this document is ever out of date, it's recommended to read the code tha --- - + ## General Settings @@ -436,8 +436,8 @@ If you see an error message like this, it means you are trying to run ArchiveBox **Possible Values:** [`True`]/`False` Colorize console output. Defaults to `True` if stdin is a TTY (interactive session), otherwise `False` (e.g. if run in a script or piped into a file). - - + + --- #### `SHOW_PROGRESS` @@ -446,7 +446,7 @@ Show real-time progress bar in console output. Defaults to `True` if stdin is a *Note: We use [asymptotic progress bars](https://gist.github.com/pirate/c89b7d42be148e9180d8c7cf81e734c8) because most tasks complete quickly! ✨* - + --- diff --git a/Docker.md b/Docker.md index 57a098a..c1f6d59 100644 --- a/Docker.md +++ b/Docker.md @@ -6,7 +6,7 @@ Running ArchiveBox with Docker allows you to manage it in a container without ex Make sure you have Docker installed and set up on your machine before following these instructions. If you don't already have Docker installed, follow the official install instructions for Linux, macOS, or Windows here: https://docs.docker.com/install/#supported-platforms. - + - [Overview](#Overview) - [Docker Compose](#docker-compose) (recommended way) diff --git a/Install.md b/Install.md index 5b560f2..28bca9a 100644 --- a/Install.md +++ b/Install.md @@ -18,7 +18,7 @@ ArchiveBox officially supports the following operating systems: - + * [**macOS:**](#macos) >=10.12 (with homebrew) * [**Linux:**](#ubuntudebian) Ubuntu, Debian, etc (with apt) @@ -26,7 +26,7 @@ ArchiveBox officially supports the following operating systems: Other systems that are not officially supported but probably work to varying degrees: - + @@ -70,7 +70,7 @@ curl https://raw.githubusercontent.com/pirate/ArchiveBox/master/bin/setup.sh | s ``` The script explains what it installs beforehand, and will prompt for user confirmation before making any changes to your system. - + After running the setup script, continue with the [[Quickstart]] guide... diff --git a/Quickstart.md b/Quickstart.md index 5442558..bf1ec33 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -1,7 +1,7 @@ # Quickstart
- +
▶️ *It only takes about 5 minutes to get up and running with ArchiveBox.* @@ -29,7 +29,7 @@ Follow the links here to find instructions for exporting a list of URLs from eac - [Wallabag](https://doc.wallabag.org/en/user/import/wallabagv2.html) - [Chrome Bookmarks](https://support.google.com/chrome/answer/96816?hl=en) - [Firefox Bookmarks](https://support.mozilla.org/en-US/kb/export-firefox-bookmarks-to-backup-or-transfer) - - [Safari Bookmarks](http://i.imgur.com/AtcvUZA.png) + - [Safari Bookmarks](http://imgur.zervice.io/AtcvUZA.png) - [Opera Bookmarks](http://help.opera.com/Windows/12.10/en/importexport.html) - [Internet Explorer Bookmarks](https://support.microsoft.com/en-us/help/211089/how-to-import-and-export-the-internet-explorer-favorites-folder-to-a-32-bit-version-of-windows) - Chrome History: `./bin/export_browser_history.sh --chrome` diff --git a/Roadmap.md b/Roadmap.md index 67f1640..2abee4c 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -1,6 +1,6 @@ # Roadmap - + ▶️ *Comment here to discuss the contribution roadmap: [Official Roadmap Discussion](https://github.com/ArchiveBox/ArchiveBox/issues/120).* diff --git a/Security-Overview.md b/Security-Overview.md index ecdf56b..5e42cdf 100644 --- a/Security-Overview.md +++ b/Security-Overview.md @@ -2,7 +2,7 @@ ## Usage Modes - + #### Archiving Public Content [Default] @@ -30,17 +30,17 @@ If you're importing private links or authenticated content, you probably don't w - [viewing malicious archived JS could allow an attacker to access your other archive items + the admin interface (JS executes on the same origin as the admin panel right now, fix is pending, set `SAVE_WGET=False SAVE_DOM=False` to disable the risky extractors entirely or avoid viewing their output directly in a browser)](https://github.com/ArchiveBox/ArchiveBox/issues/239)
- + *An example of a session cookie reflected in `headers.json` visible in the archive.* - + --- ## Do not run as root - + > [!WARNING] > **Did you run a command in Docker with `exec` instead of `run` by accident and end up here?** @@ -75,7 +75,7 @@ sudo -u archivebox archivebox add ... ~~If you absolutely must run it as root for some reason, a footgun is provided: you can set [`ALLOW_ROOT=True`](https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#ALLOW_ROOT) via environment variable or in your ArchiveBox.conf file.~~ This footgun option was removed (I'm sorry, the support burden of helping people who messed up their systems by running everything as root was too high). - + ## Output Folder diff --git a/Usage.md b/Usage.md index f8f6b4d..d48ab9c 100644 --- a/Usage.md +++ b/Usage.md @@ -4,7 +4,7 @@ **ArchiveBox API Reference:** - + - [CLI Usage](#CLI-Usage): Docs and examples for the ArchiveBox command line interface. - [Admin UI Usage](#UI-Usage): Docs and screenshots for the outputted HTML archive interface. @@ -21,7 +21,7 @@ ## CLI Usage - + All three of these ways of running ArchiveBox are equivalent and interchangeable: @@ -142,13 +142,13 @@ You can sort by column, search using the box in the upper right, and see the tot Click the Favicon under the "Files" column to go to the details page for each link.
- - + +
### Explanation of buttons in the web UI - admin snapshots list -Screenshot of buttons at top of Snapshot admin page +Screenshot of buttons at top of Snapshot admin page A logged-in admin user may perform these operations on one or more snapshots: diff --git a/Web-Archiving-Community.md b/Web-Archiving-Community.md index 8a2bb44..706824a 100644 --- a/Web-Archiving-Community.md +++ b/Web-Archiving-Community.md @@ -17,7 +17,7 @@ The internet archiving community is surprisingly far-reaching and almost univers Whether you want to learn which organizations are the big players in the web archiving space, want to find a specific open source tool for your web archiving need, or just want to see where archivists hang out online, this is my attempt at an index of the entire web archiving community. - + - [The Master Lists](#The-Master-Lists) *Community-maintained indexes of web archiving tools and groups by IIPC, COPTR, ArchiveTeam, Wikipedia, & the ASA.* @@ -143,7 +143,7 @@ Indexes of archiving institutions and software maintained by other people. If t --- - + ### From the IIPC team diff --git a/_Footer.md b/_Footer.md index b487e93..b827d14 100644 --- a/_Footer.md +++ b/_Footer.md @@ -4,4 +4,4 @@ -![](https://i.imgur.com/8y6hvZa.png) +![](https://imgur.zervice.io/8y6hvZa.png)