From c79ac0f06d18b51f3f1371548dba2e4142e538ca Mon Sep 17 00:00:00 2001 From: Safihre Date: Mon, 22 Jan 2024 15:59:59 +0100 Subject: [PATCH] Update outdated `redirect_from` --- donate/index.html | 3 - live-chat.html | 3 +- wiki/advanced/api.html | 1 - wiki/advanced/certificate-errors.md | 3 +- .../sabnzbd-as-a-windows-service.html | 2 - wiki/configuration/4.1/api.html | 1 - wiki/configuration/4.1/general.html | 2 +- .../4.1/scripts/notification-scripts.html | 1 - .../4.1/scripts/post-processing-scripts.html | 1 - .../4.1/scripts/pre-queue-scripts.html | 1 - wiki/configuration/4.2/api.html | 1 - wiki/configuration/4.2/general.html | 2 +- .../4.2/scripts/notification-scripts.html | 1 - .../4.2/scripts/post-processing-scripts.html | 1 - .../4.2/scripts/pre-queue-scripts.html | 1 - wiki/configuration/4.3/api.html | 1 - wiki/configuration/4.3/general.html | 2 +- .../4.3/scripts/notification-scripts.html | 1 - .../4.3/scripts/post-processing-scripts.html | 1 - .../4.3/scripts/pre-queue-scripts.html | 1 - wiki/extra/howto-reverse-proxy.html | 2 - wiki/extra/nzb-spec.html | 2 - wiki/index.html | 1 - wiki/installation/par2cmdline-turbo.md | 3 +- wiki/installation/sabyenc.md | 156 ------------------ .../downloads-cannot-be-completed.html | 3 - wiki/scripts/notification-scripts.html | 1 - wiki/scripts/post-processing-scripts.html | 1 - wiki/scripts/pre-queue-scripts.html | 1 - 29 files changed, 9 insertions(+), 191 deletions(-) delete mode 100644 wiki/installation/sabyenc.md diff --git a/donate/index.html b/donate/index.html index 417e8fa1..86ae2de9 100644 --- a/donate/index.html +++ b/donate/index.html @@ -1,8 +1,5 @@ --- title: Donate -redirect_from: - - /donate/donors-list - - /donate/donors-list/ --- {% include logo_container.html %} diff --git a/live-chat.html b/live-chat.html index aebda03e..e90909ae 100644 --- a/live-chat.html +++ b/live-chat.html @@ -1,6 +1,7 @@ --- title: Live Chat -redirect_from: "/live-chat/" +redirect_from: + - /live-chat/ --- {% include logo_container.html %} diff --git a/wiki/advanced/api.html b/wiki/advanced/api.html index 78cf89e6..e05e2c96 100644 --- a/wiki/advanced/api.html +++ b/wiki/advanced/api.html @@ -1,6 +1,5 @@ --- title: API reference -redirect_from: "/wiki/advanced/automation-support" ---

This page was moved here.

diff --git a/wiki/advanced/certificate-errors.md b/wiki/advanced/certificate-errors.md index 7d2528e7..61627a68 100644 --- a/wiki/advanced/certificate-errors.md +++ b/wiki/advanced/certificate-errors.md @@ -1,6 +1,7 @@ --- title: SABnzbd and SSL/TLS security -redirect_from: "/certificate-errors" +redirect_from: + - /certificate-errors --- Usenet (aka News servers) offers SSL/TLS security. It's called NNTPS, or NNTP with SSL. Just like HTTPS, it has two functions: diff --git a/wiki/advanced/sabnzbd-as-a-windows-service.html b/wiki/advanced/sabnzbd-as-a-windows-service.html index 9f28b34e..eb174c91 100644 --- a/wiki/advanced/sabnzbd-as-a-windows-service.html +++ b/wiki/advanced/sabnzbd-as-a-windows-service.html @@ -1,7 +1,5 @@ --- title: SABnzbd as a Windows Service -redirect_from: - - /wiki/windows-service ---

Introduction

Running SABnzbd as a Windows Service can be helpful to those needing the program to operate in an "always on" state. When installed this way, SABnzbd will start automatically as soon as Windows starts, even when no user account is logged in, and will remain running even when all users have logged out.

diff --git a/wiki/configuration/4.1/api.html b/wiki/configuration/4.1/api.html index bd831f15..f91f49bf 100644 --- a/wiki/configuration/4.1/api.html +++ b/wiki/configuration/4.1/api.html @@ -1,6 +1,5 @@ --- title: API reference -redirect_from: "/wiki/advanced/automation-support" ---

Jump quickly to: Queue functions, History functions, Status functions and Other functions.


diff --git a/wiki/configuration/4.1/general.html b/wiki/configuration/4.1/general.html index 7cdd35f1..a0298929 100644 --- a/wiki/configuration/4.1/general.html +++ b/wiki/configuration/4.1/general.html @@ -95,7 +95,7 @@

Security

API Key - This is the secret key that is needed in API calls.
NOTE When you click the Change button, you'll need to tell your utilities the new key. + This is the secret key that is needed in API calls.
NOTE When you click the Change button, you'll need to tell your utilities the new key. NZB Key diff --git a/wiki/configuration/4.1/scripts/notification-scripts.html b/wiki/configuration/4.1/scripts/notification-scripts.html index 3e756c7f..6ffe9e44 100644 --- a/wiki/configuration/4.1/scripts/notification-scripts.html +++ b/wiki/configuration/4.1/scripts/notification-scripts.html @@ -1,6 +1,5 @@ --- title: Notification Scripts -redirect_from: "/wiki/advanced/user-notification-scripts" ---

SABnzbd can run a user-provided script to be executed when a notification needs to be sent. diff --git a/wiki/configuration/4.1/scripts/post-processing-scripts.html b/wiki/configuration/4.1/scripts/post-processing-scripts.html index cbc58415..cfe67914 100644 --- a/wiki/configuration/4.1/scripts/post-processing-scripts.html +++ b/wiki/configuration/4.1/scripts/post-processing-scripts.html @@ -1,6 +1,5 @@ --- title: Post-processing scripts -redirect_from: "/wiki/advanced/user-scripts" ---

diff --git a/wiki/configuration/4.1/scripts/pre-queue-scripts.html b/wiki/configuration/4.1/scripts/pre-queue-scripts.html index 85b9827d..c8abcfb7 100644 --- a/wiki/configuration/4.1/scripts/pre-queue-scripts.html +++ b/wiki/configuration/4.1/scripts/pre-queue-scripts.html @@ -1,6 +1,5 @@ --- title: Pre-queue scripts -redirect_from: "/wiki/advanced/user-pre-queue-script" ---

You can choose to let SABnzbd run a script just before an NZB enters the queue. diff --git a/wiki/configuration/4.2/api.html b/wiki/configuration/4.2/api.html index 1a2e51c6..d76909ab 100644 --- a/wiki/configuration/4.2/api.html +++ b/wiki/configuration/4.2/api.html @@ -1,6 +1,5 @@ --- title: API reference -redirect_from: "/wiki/advanced/automation-support" ---

Jump quickly to: Queue functions, History functions, Status functions and Other functions.


diff --git a/wiki/configuration/4.2/general.html b/wiki/configuration/4.2/general.html index 596bbd75..bc9a4fdd 100644 --- a/wiki/configuration/4.2/general.html +++ b/wiki/configuration/4.2/general.html @@ -95,7 +95,7 @@

Security

API Key - This is the secret key that is needed in API calls.
NOTE When you click the Change button, you'll need to tell your utilities the new key. + This is the secret key that is needed in API calls.
NOTE When you click the Change button, you'll need to tell your utilities the new key. NZB Key diff --git a/wiki/configuration/4.2/scripts/notification-scripts.html b/wiki/configuration/4.2/scripts/notification-scripts.html index 3e756c7f..6ffe9e44 100644 --- a/wiki/configuration/4.2/scripts/notification-scripts.html +++ b/wiki/configuration/4.2/scripts/notification-scripts.html @@ -1,6 +1,5 @@ --- title: Notification Scripts -redirect_from: "/wiki/advanced/user-notification-scripts" ---

SABnzbd can run a user-provided script to be executed when a notification needs to be sent. diff --git a/wiki/configuration/4.2/scripts/post-processing-scripts.html b/wiki/configuration/4.2/scripts/post-processing-scripts.html index 994af9b2..a4b92cd0 100644 --- a/wiki/configuration/4.2/scripts/post-processing-scripts.html +++ b/wiki/configuration/4.2/scripts/post-processing-scripts.html @@ -1,6 +1,5 @@ --- title: Post-processing scripts -redirect_from: "/wiki/advanced/user-scripts" ---

diff --git a/wiki/configuration/4.2/scripts/pre-queue-scripts.html b/wiki/configuration/4.2/scripts/pre-queue-scripts.html index ddbeefa8..00f6fd6b 100644 --- a/wiki/configuration/4.2/scripts/pre-queue-scripts.html +++ b/wiki/configuration/4.2/scripts/pre-queue-scripts.html @@ -1,6 +1,5 @@ --- title: Pre-queue scripts -redirect_from: "/wiki/advanced/user-pre-queue-script" ---

diff --git a/wiki/configuration/4.3/api.html b/wiki/configuration/4.3/api.html index 1a2e51c6..d76909ab 100644 --- a/wiki/configuration/4.3/api.html +++ b/wiki/configuration/4.3/api.html @@ -1,6 +1,5 @@ --- title: API reference -redirect_from: "/wiki/advanced/automation-support" ---

Jump quickly to: Queue functions, History functions, Status functions and Other functions.


diff --git a/wiki/configuration/4.3/general.html b/wiki/configuration/4.3/general.html index 596bbd75..bc9a4fdd 100644 --- a/wiki/configuration/4.3/general.html +++ b/wiki/configuration/4.3/general.html @@ -95,7 +95,7 @@

Security

API Key - This is the secret key that is needed in API calls.
NOTE When you click the Change button, you'll need to tell your utilities the new key. + This is the secret key that is needed in API calls.
NOTE When you click the Change button, you'll need to tell your utilities the new key. NZB Key diff --git a/wiki/configuration/4.3/scripts/notification-scripts.html b/wiki/configuration/4.3/scripts/notification-scripts.html index 3e756c7f..6ffe9e44 100644 --- a/wiki/configuration/4.3/scripts/notification-scripts.html +++ b/wiki/configuration/4.3/scripts/notification-scripts.html @@ -1,6 +1,5 @@ --- title: Notification Scripts -redirect_from: "/wiki/advanced/user-notification-scripts" ---

SABnzbd can run a user-provided script to be executed when a notification needs to be sent. diff --git a/wiki/configuration/4.3/scripts/post-processing-scripts.html b/wiki/configuration/4.3/scripts/post-processing-scripts.html index 994af9b2..a4b92cd0 100644 --- a/wiki/configuration/4.3/scripts/post-processing-scripts.html +++ b/wiki/configuration/4.3/scripts/post-processing-scripts.html @@ -1,6 +1,5 @@ --- title: Post-processing scripts -redirect_from: "/wiki/advanced/user-scripts" ---

diff --git a/wiki/configuration/4.3/scripts/pre-queue-scripts.html b/wiki/configuration/4.3/scripts/pre-queue-scripts.html index ddbeefa8..00f6fd6b 100644 --- a/wiki/configuration/4.3/scripts/pre-queue-scripts.html +++ b/wiki/configuration/4.3/scripts/pre-queue-scripts.html @@ -1,6 +1,5 @@ --- title: Pre-queue scripts -redirect_from: "/wiki/advanced/user-pre-queue-script" ---

diff --git a/wiki/extra/howto-reverse-proxy.html b/wiki/extra/howto-reverse-proxy.html index 328fc0c3..8849c66c 100644 --- a/wiki/extra/howto-reverse-proxy.html +++ b/wiki/extra/howto-reverse-proxy.html @@ -1,7 +1,5 @@ --- title: How to hide SABnzbd behind a Reverse Proxy -redirect_from: - - /wiki/extra/howto-apache ---

Assuming the server is already running correctly and SABnzbd is running on http://localhost:8080.

diff --git a/wiki/extra/nzb-spec.html b/wiki/extra/nzb-spec.html index 55dd4737..08e11383 100644 --- a/wiki/extra/nzb-spec.html +++ b/wiki/extra/nzb-spec.html @@ -1,7 +1,5 @@ --- title: NZB Format Specification -redirect_from: - - /wiki/nzb-specs ---

Mirrored from the now defunct docs.newzbin.com. References to "We" throughout the document should be assumed to be referring to Newzbin, not SABnzbd.

NZB (Message-ID List) File Specification

diff --git a/wiki/index.html b/wiki/index.html index 3ab24b6e..57bb8118 100644 --- a/wiki/index.html +++ b/wiki/index.html @@ -2,7 +2,6 @@ title: User Manual redirect_from: - /wiki/installation/ - - /wiki/user-manual ---

SABnzbd is a program to download binary files from Usenet servers. Many people upload all sorts of interesting material to Usenet and you need a special program to get this material with the least effort.

If you are a beginner with Usenet, you should first find a website explaining the concepts (for example, this English and Dutch website explains everything in great detail). diff --git a/wiki/installation/par2cmdline-turbo.md b/wiki/installation/par2cmdline-turbo.md index d6803fe1..d4ab5ec6 100644 --- a/wiki/installation/par2cmdline-turbo.md +++ b/wiki/installation/par2cmdline-turbo.md @@ -1,6 +1,7 @@ --- title: Installing par2cmdline-turbo -redirect_from: /wiki/installation/multicore-par2 +redirect_from: + - /wiki/installation/multicore-par2 --- `par2cmdline-turbo` is a drop-in replacement for the original `par2cmdline` and it's forks (`mt` and `tbb`). diff --git a/wiki/installation/sabyenc.md b/wiki/installation/sabyenc.md deleted file mode 100644 index e16cb124..00000000 --- a/wiki/installation/sabyenc.md +++ /dev/null @@ -1,156 +0,0 @@ ---- -title: SABYenc 3 -redirect_from: - - /sabyenc - - /wiki/extra/sabyenc.html ---- - -# Introduction to SAByenc - -In SABnzbd 3.0.0 we introduced a new module called `sabyenc3` to increase the download speed on CPU-limited devices. `sabyenc3` takes care of decoding yencoded articles on usenet. - -With SABnzbd 3.6.0, we introduced version 5.0.0 of sabyenc3 which uses SIMD ("Single instruction, multiple data", a type of parallel processing by the CPU) on x86 and ARM processors, which speeds up yenc decoding with a factor 5 to 10. - -The Windows- and macOS-packages of SABnzbd automatically contain that module. On other platforms (like Linux and FreeBSD) you have to make sure the module is installed. The information below is for packagers and source code users on those platforms. - -### Version dependency - -SABnzbd 3.5.x and lower only works with `sabyenc3` version 4.0.x - -SABnzbd 3.6.x and higher only works with `sabyenc3` version 5.0.x - -If SABnzbd detects the wrong version of `sabyenc3`, it will print out an error message. - -# Installation with Python's packaging manager `pip` - -

- These instructions assume that python and pip refer to the Python 3 installation on your system.
On some older systems Python 2 is the default python and you should instead use the python3 and pip3 commands. -
- -
- -Inside the source directory of SABnzbd, run this command - -``` -pip install -r requirements.txt -``` - -It will take care of installing the right version of `sabyenc3`. This will work for x86 and ARM. - -You might need to first install the python-development module (`python3-dev` or `python3-devel`), and then run the above `pip` command. - -If you need to install a specific version to match your version of SABnzbd, you can specify this in the command: - -``` -pip install sabyenc3==4.0.2 -``` - -
- - -# Installation on Linux - -**Jump to: [Ubuntu (via PPA)](#installation-on-ubuntu-via-ppa), [Ubuntu](#installation-on-ubuntu-without-ppa), [Fedora / RedHat](#installation-on-fedora--redhat), [OpenSuSE](#installation-on-opensuse) or [FreeBSD](#installation-on-freebsd).** - -### Installation on Ubuntu via PPA - -For Ubuntu there is a PPA with `python-sabyenc`, by the same creator (JCFP) as the SABnzbd PPA. This will work on X86, X86-64, ARM (32bit) and ARM64 architectures. -Install it like this: -``` -sudo add-apt-repository ppa:jcfp/sab-addons -sudo apt-get update -sudo apt-get install python-sabyenc -``` - -### Installation on Ubuntu (without PPA) - -Short method, only works on X86 and X86-64 -``` -sudo apt-get install python3-pip -sudo -H pip install sabyenc3 --upgrade -``` - -Long, with your own compiling: -``` -sudo apt-get install python3-dev python3-pip -sudo -H pip install sabyenc3 --upgrade -``` - -### Installation on Fedora / RedHat - -Short method, only works on X86 and X86-64 - -All as root: -``` -pip install --upgrade pip -pip install sabyenc3 --upgrade -``` - -Long, with your own compiling: - -``` -yum install -y python-devel gcc redhat-rpm-config -pip install --upgrade pip -pip install sabyenc3 --upgrade -``` - -### Installation on OpenSuSE -All as root - -Short, works on X86 and X86-64 -``` -zypper install -y python-pip -pip install --upgrade pip -pip install sabyenc3 --upgrade -``` - -Long, with your own compiling: - -``` -zypper install -y python-pip python-devel gcc -pip install --upgrade pip -pip install sabyenc3 --upgrade -``` - -
- -## Multiple installations of python - -If you have multiple installations of Python on your machine (python/python2/python3 or different versions of Python 3), you have to make sure SAByenc is installed into the correct Python environment. And 'correct' means the Python installation used by SABnzbd. The command is then: - -``` -/path/to/correct/python -m pip install sabyenc3 -``` - -## Check if SABYenc is correctly installed - -To check if SABYenc is correctly installed, run this Python oneliner: -``` -python -c "import sabyenc3; print(sabyenc3.__version__, sabyenc3.__file__);" -``` -It should print the version of the installed `sabyenc3` module, without any errors. - - -## SABnzbd's Checking & Logging - -SABnzbd will check if SAByenc is installed. -If SAByenc is installed, and the version is correct, SABnzbd will print in the log: - -``` -SABYenc module (v4.0.2)... found! -``` - -If your version of `sabyenc3` does not match the version required by SABnzbd, you get: -``` -SABYenc disabled: no correct version found! (Found v4.0.2, expecting v5.0.1) -``` - -If you have no `sabyenc3` module installed, or an incorrect version (too low or too high (!)), you will get a warning: - -``` -SABYenc module... NOT found! Expecting v4.0.2 -``` - -## Issues - -If you experience any issues, please let us know on our [Forums](https://forums.sabnzbd.org/) or [Github](https://github.com/sabnzbd/sabnzbd/issues)! diff --git a/wiki/introduction/downloads-cannot-be-completed.html b/wiki/introduction/downloads-cannot-be-completed.html index 1f5dd2bf..b0317ce2 100644 --- a/wiki/introduction/downloads-cannot-be-completed.html +++ b/wiki/introduction/downloads-cannot-be-completed.html @@ -2,9 +2,6 @@ title: Downloads cannot be completed redirect_from: - /not-complete - - /not-completed - - /notcomplete - - /incomplete ---

If you get one of these messages, it means there are not enough "blocks" that can be downloaded to recreate the complete post.