From 56173aea3f18c027578ff9720707b3a531e52ba0 Mon Sep 17 00:00:00 2001 From: clach04 Date: Fri, 13 May 2022 23:49:21 -0700 Subject: [PATCH] Issue #187 clarify archive.org feature (#229) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Issue #187 clarify archive.org feature Use the name in the readme that archive.org use. * Simplify Co-authored-by: Sascha Ißbrücker --- README.md | 2 +- docs/Options.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ed8d25..d93cc14 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The name comes from: - Bulk editing - Bookmark archive - Dark mode -- Automatically creates snapshots of bookmarked websites on [web archive](https://archive.org/web/) +- Automatically creates snapshots of bookmarked websites on [the Internet Archive Wayback Machine](https://archive.org/web/) - Automatically provides titles and descriptions of bookmarked websites - Import and export bookmarks in Netscape HTML format - Extensions for [Firefox](https://addons.mozilla.org/de/firefox/addon/linkding-extension/) and [Chrome](https://chrome.google.com/webstore/detail/linkding-extension/beakmhbijpdhipnjhnclmhgjlddhidpe), and a bookmarklet that should work in most browsers diff --git a/docs/Options.md b/docs/Options.md index 2e3d924..d0173db 100644 --- a/docs/Options.md +++ b/docs/Options.md @@ -29,7 +29,7 @@ All options need to be defined as environment variables in the environment that Values: `True`, `False` | Default = `False` -Disables background tasks, such as creating snapshots for bookmarks on the web archive. +Disables background tasks, such as creating snapshots for bookmarks on the [the Internet Archive Wayback Machine](https://archive.org/web/). Enabling this flag will prevent the background task processor from starting up, and prevents scheduling tasks. This might be useful if you are experiencing performance issues or other problematic behaviour due to background task processing.