Compare commits

..

2 Commits
main ... dev

Author SHA1 Message Date
archos
5435e23d11 Updated index.html and added feeds 2024-09-09 21:13:08 +02:00
archos
654c7fd4cc Přidán RSS feed 2024-09-09 21:08:47 +02:00
8 changed files with 41 additions and 241 deletions

View File

@ -24,6 +24,12 @@ 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" />
<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"

View File

@ -81,9 +81,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<ul>
<li><a href="../aplikace/miniflux.html">RSS čtečka Miniflux</a></li>
</ul>
<ul>
<li><a href="../aplikace/pairdrop.html">Pairdrop</a></li>
</ul>
<h2 id="registrace">Registrace</h2>
<p>Registrace jsou momentálně uzavřené. Pro registraci mě prosím kontaktujte na e-mailu <a href="mailto:podpora@mxchat.cz">podpora@mxchat.cz</a> a já vám zašlu registrační token.</p>

View File

@ -1,81 +0,0 @@
<!--
This file is part of <project name>.
Copyright (C) 2024 Oscloud
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="Pairdrop" content="Pairdrop File Sharing" />
<title>Mxchat Cz - Pairdrop</title>
<link rel="stylesheet" href="../../style/style.css" />
<link rel="icon" type="image/x-icon" href="../../res/site/icons/favicon.ico" />
<link href="//cdn.jsdelivr.net/npm/font-logos@1/assets/font-logos.css" rel="stylesheet" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
crossorigin="anonymous"
/>
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name">
<a href="/index.html" style="text-decoration: none; color: inherit;">Pairdrop</a>
</h1>
<a href="/index.html" class="home-icon" title="Domů">
<i class="fas fa-home"></i>
</a>
</header>
<div class="main-content">
<p>🔗 Pairdrop na serveru <a href="https://pair.oscloud.cz/">pair.oscloud.cz</a> ti umožňuje snadno a rychle sdílet soubory mezi zařízeními. Stačí, když jsou připojena k internetu není potřeba žádný speciální software, vše probíhá přes webový prohlížeč. 🌐</p>
<p><strong>Hlavní výhody:</strong></p>
<ul>
<li>📂 Snadné sdílení: Otevři prohlížeč, přejdi na <a href="https://pair.oscloud.cz/">pair.oscloud.cz</a> a začni sdílet soubory s jinými zařízeními.</li>
<li>🖥️ Platformově nezávislé: Funguje na všech operačních systémech Linux, Windows, macOS, Android a iOS.</li>
<li>🌍 Lokální i vzdálené použití: Můžeš posílat soubory přes místní síť nebo i na dálku přes internet.</li>
</ul>
<p><strong>Jak Pairdrop používat?</strong></p>
<ol>
<li>🔗 Otevři <a href="https://pair.oscloud.cz/">pair.oscloud.cz</a> v prohlížeči na obou zařízeních.</li>
<li>📡 Vyber zařízení: Aplikace automaticky rozpozná další zařízení připojená k síti nebo na stejném serveru.</li>
<li>📤 Odešli soubor: Vyber soubor, který chceš odeslat, a přetáhni ho do rozhraní nebo jej nahraj pomocí tlačítka.</li>
</ol>
<p>✨ **Pairdrop** je ideální pro rychlé sdílení souborů mezi zařízeními, ať už doma, v kanceláři, nebo na cestách! ✨</p>
<p><strong>Rozdíly oproti Snapdropu:</strong></p>
<ul>
<li>📱 <strong>Spárovaná zařízení a veřejné místnosti:</strong> Pairdrop umožňuje přenosy přes internet mezi spárovanými zařízeními nebo v dočasných veřejných místnostech, což usnadňuje sdílení v komplexních sítích.</li>
<li>🔑 <strong>Trvalé párování zařízení:</strong> Zařízení lze spárovat pomocí 6místného kódu nebo QR kódu, což usnadňuje opětovné připojení.</li>
<li>🌐 <strong>Dočasné veřejné prostory:</strong> Pairdrop nabízí připojení do dočasných veřejných místností pomocí kódu nebo QR kódu.</li>
<li>📦 <strong>Vylepšené uživatelské rozhraní:</strong> Pairdrop umožňuje přenos více souborů najednou a podporuje ZIP archivy.</li>
</ul>
</div>
<footer class="site-footer">
<p>© Oscloud 2024</p>
</footer>
</body>
</html>

24
index/feeds/rss.xml Normal file
View 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>

View File

@ -39,44 +39,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
</header>
<div class="main-content">
<!-- První novinka -->
<div class="news-block">
<div class="news-item">
<a href="../novinky/pairdrop.html" class="news-date">19. září 2024</a>
<h2>Nová funkce - Pairdrop</h2>
<ul>
<li>
<h3>Pairdrop</h3>
<p>🚀 <a href="../aplikace/pairdrop.html">Pairdrop</a> je nyní dostupný na našem serveru! Tato jednoduchá a efektivní služba umožňuje rychlé sdílení souborů mezi zařízeními přímo přes webový prohlížeč, bez potřeby instalace dalšího softwaru. Je kompatibilní s různými platformami, včetně Linuxu, Windows, macOS, Android a iOS. Odesílat soubory můžete lokálně i přes internet.</p>
<p><strong>Hlavní výhody:</strong></p>
<ul>
<li>Snadné sdílení: Otevřete prohlížeč, přejděte na <a href="https://pair.oscloud.cz/">pair.oscloud.cz</a> a sdílejte soubory.</li>
<li>Platformově nezávislé: Funguje na všech hlavních operačních systémech.</li>
<li>Lokální i vzdálené použití: Sdílejte soubory přes místní síť nebo na dálku.</li>
</ul>
</li>
</ul>
<p>Poslední aktualizace</p>
</div>
</div>
<!-- První novinka -->
<div class="news-block">
<div class="news-item">
<a href="../novinky/2024-13-09.html" class="news-date">13. září 2024</a>
<h2>Aktualizace Mxchat</h2>
<ul>
<li>
<strong><a href="https://github.com/element-hq/element-web">Element:</a></strong>
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.76">v1.11.76</a>
->
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.77">v1.11.77</a>
</li>
</ul>
<p>Poslední aktualizace</p>
</div>
</div>
<!-- První novinka -->
<div class="news-block">
<div class="news-item">
<a href="../novinky/2024-06-09.html" class="news-date">6. září 2024</a>

View File

@ -1,57 +0,0 @@
<!--
This file is part of <project name>.
Copyright (C) 2024 Oscloud
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aktualizace 13. září 2024</title>
<link rel="stylesheet" href="../../style/style.css" />
<link rel="icon" type="image/x-icon" href="../../res/site/icons/favicon.ico" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name">Aktualizace 13. září 2024</h1>
<a href="/index.html" class="home-icon" title="Domů">
<i class="fas fa-home"></i>
</a>
</header>
<div class="main-content">
<h2>Aktualizace Mxchat</h2>
<ul>
<li>
<strong><a href="https://github.com/element-hq/element-web">Element:</a></strong>
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.76">v1.11.76</a>
->
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.77">v1.11.77</a>
</li>
</li>
</ul>
<p>Poslední aktualizace</p>
</div>
<footer class="site-footer">
<p style="text-align:center;">Copyright &copy; Oscloud 2024</p>
</footer>
</body>
</html>

View File

@ -1,61 +0,0 @@
<!--
This file is part of <project name>.
Copyright (C) 2024 Oscloud
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
-->
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aktualizace 30. srpna 2024</title>
<link rel="stylesheet" href="../../style/style.css" />
<link rel="icon" type="image/x-icon" href="../../res/site/icons/favicon.ico" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
/>
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name">Aktualizace 19. září 2024</h1>
<a href="/index.html" class="home-icon" title="Domů">
<i class="fas fa-home"></i>
</a>
</header>
<div class="main-content">
<h2>Nová funkce - Pairdrop</h2>
<ul>
<li>
<h3>Pairdrop</h3>
<p>🚀 <a href="../aplikace/pairdrop.html">Pairdrop</a> je nyní dostupný na našem serveru! Tato jednoduchá a efektivní služba umožňuje rychlé sdílení souborů mezi zařízeními přímo přes webový prohlížeč, bez potřeby instalace dalšího softwaru. Je kompatibilní s různými platformami, včetně Linuxu, Windows, macOS, Android a iOS. Odesílat soubory můžete lokálně i přes internet.</p>
<p><strong>Hlavní výhody:</strong></p>
<ul>
<li>Snadné sdílení: Otevřete prohlížeč, přejděte na <a href="https://pair.oscloud.cz/">pair.oscloud.cz</a> a sdílejte soubory.</li>
<li>Platformově nezávislé: Funguje na všech hlavních operačních systémech.</li>
<li>Lokální i vzdálené použití: Sdílejte soubory přes místní síť nebo na dálku.</li>
</ul>
</li>
</ul>
<p>Poslední aktualizace</p>
</div>
<footer class="site-footer">
<p style="text-align:center;">Copyright &copy; Oscloud 2024</p>
</footer>
</body>
</html>

View File

@ -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ší */
}