Updated index.html and added feeds
This commit is contained in:
parent
654c7fd4cc
commit
5435e23d11
@ -24,7 +24,13 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Mxchat Cz</title>
|
||||
<link rel="stylesheet" type="text/css" href="./style/alt.style.css" />
|
||||
<link
|
||||
<a href="/index/feeds/rss.xml" class="rss-link" target="_blank">
|
||||
<i class="fa fa-rss"></i> RSS
|
||||
</a>
|
||||
<a href="URL_TVÉHO_RSS_FEEDU" class="rss-link" target="_blank">
|
||||
<i class="fa fa-rss"></i> RSS
|
||||
</a>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
||||
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
|
||||
|
24
index/feeds/rss.xml
Normal file
24
index/feeds/rss.xml
Normal file
@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<rss version="2.0">
|
||||
<channel>
|
||||
<title>Novinky na Mxchatu</title>
|
||||
<link>https://web.mxchat.cz</link>
|
||||
<description>Poslední novinky a aktualizace na Mxchatu</description>
|
||||
<language>cs</language>
|
||||
|
||||
<item>
|
||||
<title>Poslední aktualizace Matrix mostu</title>
|
||||
<link>https://web.mxchat.cz/novinky/matrix-most.html</link>
|
||||
<description>Matrix most byl právě aktualizován na verzi 2.3.0</description>
|
||||
<pubDate>Mon, 05 Sep 2024 09:00:00 GMT</pubDate>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Nová funkce: Miniflux integrace</title>
|
||||
<link>https://web.mxchat.cz/novinky/miniflux-integrace.html</link>
|
||||
<description>Integrovali jsme Miniflux do Mxchatu, což umožňuje pohodlnou správu RSS kanálů.</description>
|
||||
<pubDate>Wed, 07 Sep 2024 12:00:00 GMT</pubDate>
|
||||
</item>
|
||||
|
||||
</channel>
|
||||
</rss>
|
Loading…
Reference in New Issue
Block a user