summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsupahgreg <supahgreg@users.noreply.github.com>2025-10-06 02:44:08 +0000
committersupahgreg <supahgreg@users.noreply.github.com>2025-10-06 02:44:08 +0000
commit2142e8f09745c828b2cfb377c84e5ab2126a1a86 (patch)
treea7ee6e23e5824925365928a7f9115ef073c92c0f
parent96635e1ff46da225f11b5078da9a0b1e246a371d (diff)
Content tweaks and 'Installation Notes' --> 'Installation Guide'.
-rw-r--r--FAQ.md4
-rw-r--r--Home.md4
-rw-r--r--Installation-Guide.md (renamed from Installation-Notes.md)0
-rw-r--r--SSL-Certificate-Authentication.md2
4 files changed, 5 insertions, 5 deletions
diff --git a/FAQ.md b/FAQ.md
index 60740f0..68a1699 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -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.
diff --git a/Home.md b/Home.md
index 3454cd9..6e5550f 100644
--- a/Home.md
+++ b/Home.md
@@ -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.