From 654c7fd4cc5494c280a37cc2a4777672c915defb Mon Sep 17 00:00:00 2001 From: archos Date: Mon, 9 Sep 2024 21:08:47 +0200 Subject: [PATCH 1/2] =?UTF-8?q?P=C5=99id=C3=A1n=20RSS=20feed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/alt.style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style/alt.style.css b/style/alt.style.css index b6c9fc6..782c641 100755 --- a/style/alt.style.css +++ b/style/alt.style.css @@ -390,3 +390,13 @@ body { .spacer { height: 90px; /* Zde určíte výšku mezery */ } +.rss-link { + font-size: 20px; /* Velikost ikony */ + color: #ff6600; /* Barva RSS ikony */ + text-decoration: none; + margin-right: 10px; +} + +.rss-link:hover { + color: #ff9900; /* Barva při najetí myší */ +} -- 2.34.1 From 5435e23d113137b0d454c67e69a3dca2efe49643 Mon Sep 17 00:00:00 2001 From: archos Date: Mon, 9 Sep 2024 21:13:08 +0200 Subject: [PATCH 2/2] Updated index.html and added feeds --- index.html | 8 +++++++- index/feeds/rss.xml | 24 ++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 index/feeds/rss.xml diff --git a/index.html b/index.html index aa9deb8..8586da8 100755 --- a/index.html +++ b/index.html @@ -24,7 +24,13 @@ along with this program. If not, see . Mxchat Cz - + RSS + + + RSS + + + + + Novinky na Mxchatu + https://web.mxchat.cz + Poslední novinky a aktualizace na Mxchatu + cs + + + Poslední aktualizace Matrix mostu + https://web.mxchat.cz/novinky/matrix-most.html + Matrix most byl právě aktualizován na verzi 2.3.0 + Mon, 05 Sep 2024 09:00:00 GMT + + + + Nová funkce: Miniflux integrace + https://web.mxchat.cz/novinky/miniflux-integrace.html + Integrovali jsme Miniflux do Mxchatu, což umožňuje pohodlnou správu RSS kanálů. + Wed, 07 Sep 2024 12:00:00 GMT + + + + -- 2.34.1