diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-06 02:44:08 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-06 02:44:08 +0000 |
| commit | 2142e8f09745c828b2cfb377c84e5ab2126a1a86 (patch) | |
| tree | a7ee6e23e5824925365928a7f9115ef073c92c0f | |
| parent | 96635e1ff46da225f11b5078da9a0b1e246a371d (diff) | |
Content tweaks and 'Installation Notes' --> 'Installation Guide'.
| -rw-r--r-- | FAQ.md | 4 | ||||
| -rw-r--r-- | Home.md | 4 | ||||
| -rw-r--r-- | Installation-Guide.md (renamed from Installation-Notes.md) | 0 | ||||
| -rw-r--r-- | SSL-Certificate-Authentication.md | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -1,9 +1,9 @@ > [!NOTE] -> [Docker-related stuff has a separate FAQ page](Installation-Notes#faq) +> [Docker-related stuff is on a separate page](Installation-Guide#faq) ### I want to check how tt-rss renders my feed / the feed I'm trying to use is parsed incorrectly -- tt-rss expects valid XML feed data which is parsed using libxml. Any XML parse errors, should you feel that libxml is misbehaving (which is unlikely), should be reported to libxml developers. We don't add hacks for invalid XML on tt-rss side. +tt-rss expects valid XML feed data which is parsed using libxml. Any XML parse errors, should you feel that libxml is misbehaving (which is unlikely), should be reported to libxml developers. We don't add hacks for invalid XML on tt-rss side. Plugins may affect parsing, consider disabling any plugins before investigating XML-related issues. @@ -32,12 +32,12 @@ You will need the following: * A modern web browser. This generally means a recent version of Chrome/Chromium or Firefox. * A system running Docker. -See the [Docker installation guide](Installation-Notes) for detailed instructions. +See [[Installation-Guide]] for detailed instructions. > [!WARNING] > If you choose to run tt-rss without using Docker support might be limited. -> [!INFO] +> [!NOTE] > Tiny Tiny RSS uses a continuous development model based on the `main` branch, which is considered stable. > It's strongly recommended that you remain current-- meaning using either the most recent Docker image(s) or commit on `main`. diff --git a/Installation-Notes.md b/Installation-Guide.md index 2f79155..2f79155 100644 --- a/Installation-Notes.md +++ b/Installation-Guide.md diff --git a/SSL-Certificate-Authentication.md b/SSL-Certificate-Authentication.md index 720b56b..46de926 100644 --- a/SSL-Certificate-Authentication.md +++ b/SSL-Certificate-Authentication.md @@ -1,6 +1,6 @@ > [!WARNING] > This guide is considered legacy and is no longer supported as it is not compatible with the -> [stock Docker Compose](Installation-Notes) setup. Please don't report any issues when +> [stock Docker Compose](Installation-Guide) setup. Please don't report any issues when > trying to DIY this. This article details the steps to enable user authentication with TT-RSS using a client certificate. |