Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
f621732836 | ||
|
d2b2f728a0 | ||
|
78daaca68e | ||
|
288a24a8d4 | ||
|
4be93b8729 | ||
|
357b52dce6 | ||
|
e666e71d79 | ||
|
8cc6d4bb59 | ||
|
d58edfb893 | ||
|
4c709c051b | ||
|
7ad48ca1fa |
@ -23,14 +23,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Mxchat Cz</title>
|
<title>Mxchat Cz</title>
|
||||||
|
<script defer src="https://analytics.oscloud.cz/script.js" data-website-id="d11917fd-7d35-485d-b288-d71eaf85a56d"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="./style/alt.style.css" />
|
<link rel="stylesheet" type="text/css" href="./style/alt.style.css" />
|
||||||
<a href="/index/feeds/rss.xml" class="rss-link" target="_blank">
|
<link
|
||||||
<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"
|
rel="stylesheet"
|
||||||
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css"
|
||||||
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
|
integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY="
|
||||||
|
@ -81,6 +81,9 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="../aplikace/miniflux.html">RSS čtečka Miniflux</a></li>
|
<li><a href="../aplikace/miniflux.html">RSS čtečka Miniflux</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<ul>
|
||||||
|
<li><a href="../aplikace/pairdrop.html">Pairdrop</a></li>
|
||||||
|
</ul>
|
||||||
<h2 id="registrace">Registrace</h2>
|
<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>
|
<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>
|
||||||
|
|
||||||
|
81
index/aplikace/pairdrop.html
Normal file
81
index/aplikace/pairdrop.html
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
<!--
|
||||||
|
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>
|
@ -1,24 +0,0 @@
|
|||||||
<?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>
|
|
@ -38,6 +38,215 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|||||||
</a>
|
</a>
|
||||||
</header>
|
</header>
|
||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
|
<!-- První novinka -->
|
||||||
|
<div class="news-block">
|
||||||
|
<div class="news-item">
|
||||||
|
<a href="../novinky/2024-03-11.html" class="news-date">3. listopadu 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.82">v1.11.82</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.83">v1.11.83</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/element-hq/synapse">Synapse:</a></strong>
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.117.0">v1.118.0</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.118.0">v1.118.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://miniflux.app/">Miniflux:</a></strong>
|
||||||
|
<a href="https://github.com/miniflux/v2/releases/tag/2.2.1">v2.2.1</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/miniflux/v2/releases/tag/2.2.2">v2.2.2</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- První novinka -->
|
||||||
|
<div class="news-block">
|
||||||
|
<div class="news-item">
|
||||||
|
<a href="../novinky/2024-26-10.html" class="news-date">26. října 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.81">v1.11.81</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.82">v1.11.82</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- První novinka -->
|
||||||
|
<div class="news-block">
|
||||||
|
<div class="news-item">
|
||||||
|
<a href="../novinky/2024-18-10.html" class="news-date">18. října 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.80">v1.11.80</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.81">v1.11.81</a>
|
||||||
|
</li>
|
||||||
|
<li><strong><a href="https://github.com/element-hq/synapse">Synapse:</a></strong>
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.116.0">v1.116.0</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.117.0">v1.117.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/mautrix/gmessages">Google Messages:</a></strong>
|
||||||
|
<a href="https://github.com/mautrix/gmessages/releases/tag/v0.5.0">v0.5.0</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/mautrix/gmessages/releases/tag/v0.5.1">v0.5.1</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/mautrix/signal">Signal:</a></strong>
|
||||||
|
<a href="https://github.com/mautrix/signal/releases/tag/v0.7.1">v0.7.1</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/mautrix/signal/releases/tag/v0.7.2">v0.7.2</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/mautrix/whatsapp">Whatsapp:</a></strong>
|
||||||
|
<a href="https://github.com/mautrix/whatsapp/releases/tag/v0.10.9">v0.10.9</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/mautrix/whatsapp/releases/tag/v0.11.0">v0.11.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- První novinka -->
|
||||||
|
<div class="news-block">
|
||||||
|
<div class="news-item">
|
||||||
|
<a href="../novinky/2024-13-10.html" class="news-date">13. října 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.79">v1.11.79</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.80">v1.11.80</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- První novinka -->
|
||||||
|
<div class="news-block">
|
||||||
|
<div class="news-item">
|
||||||
|
<a href="../novinky/2024-05-10.html" class="news-date">5. října 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.78">v1.11.78</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.79">v1.11.79</a>
|
||||||
|
</li>
|
||||||
|
<li><strong><a href="https://github.com/element-hq/synapse">Synapse:</a></strong>
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.115.0">v1.115.0</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.116.0">v1.116.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- První novinka -->
|
||||||
|
<div class="news-block">
|
||||||
|
<div class="news-item">
|
||||||
|
<a href="../novinky/2024-27-09.html" class="news-date">27. 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.77">v1.11.77</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.78">v1.11.78</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- První novinka -->
|
||||||
|
<div class="news-block">
|
||||||
|
<div class="news-item">
|
||||||
|
<a href="../novinky/2024-21-09.html" class="news-date">21. září 2024</a>
|
||||||
|
<h2>Aktualizace Mxchat</h2>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/mautrix/gmessages">Google Messages:</a></strong>
|
||||||
|
<a href="https://github.com/mautrix/gmessages/releases/tag/v0.4.3">v0.4.3</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/mautrix/gmessages/releases/tag/v0.5.0">v0.5.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/mautrix/meta">Facebook Messenger:</a></strong>
|
||||||
|
<a href="https://github.com/mautrix/meta/releases/tag/v0.3.2">v0.3.2</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/mautrix/meta/releases/tag/v0.4.0">v0.4.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/mautrix/signal">Signal:</a></strong>
|
||||||
|
<a href="https://github.com/mautrix/signal/releases/tag/v0.7.0">v0.7.0</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/mautrix/signal/releases/tag/v0.7.1">v0.7.1</a>
|
||||||
|
</li>
|
||||||
|
<li><strong><a href="https://github.com/element-hq/synapse">Synapse:</a></strong>
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.114.0">v1.114.0</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.115.0">v1.115.0</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- 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 -->
|
<!-- První novinka -->
|
||||||
<div class="news-block">
|
<div class="news-block">
|
||||||
<div class="news-item">
|
<div class="news-item">
|
||||||
|
68
index/novinky/2024-03-11.html
Normal file
68
index/novinky/2024-03-11.html
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
<!--
|
||||||
|
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 3. listopadu 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 3. listopadu 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.82">v1.11.82</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.83">v1.11.83</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/element-hq/synapse">Synapse:</a></strong>
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.117.0">v1.118.0</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.118.0">v1.118.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://miniflux.app/">Miniflux:</a></strong>
|
||||||
|
<a href="https://github.com/miniflux/v2/releases/tag/2.2.1">v2.2.1</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/miniflux/v2/releases/tag/2.2.2">v2.2.2</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
<footer class="site-footer">
|
||||||
|
<p style="text-align:center;">Copyright © Oscloud 2024</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
61
index/novinky/2024-05-10.html
Normal file
61
index/novinky/2024-05-10.html
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
<!--
|
||||||
|
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 5. října 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 5. října 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.78">v1.11.78</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.79">v1.11.79</a>
|
||||||
|
</li>
|
||||||
|
<li><strong><a href="https://github.com/element-hq/synapse">Synapse:</a></strong>
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.115.0">v1.115.0</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.116.0">v1.116.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
<footer class="site-footer">
|
||||||
|
<p style="text-align:center;">Copyright © Oscloud 2024</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
57
index/novinky/2024-13-09.html
Normal file
57
index/novinky/2024-13-09.html
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
<!--
|
||||||
|
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 © Oscloud 2024</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
56
index/novinky/2024-13-10.html
Normal file
56
index/novinky/2024-13-10.html
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
<!--
|
||||||
|
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. října 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. října 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.79">v1.11.79</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.80">v1.11.80</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
<footer class="site-footer">
|
||||||
|
<p style="text-align:center;">Copyright © Oscloud 2024</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
79
index/novinky/2024-18-10.html
Normal file
79
index/novinky/2024-18-10.html
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
<!--
|
||||||
|
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 18. října 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 18. října 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.80">v1.11.80</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.81">v1.11.81</a>
|
||||||
|
</li>
|
||||||
|
<li><strong><a href="https://github.com/element-hq/synapse">Synapse:</a></strong>
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.116.0">v1.116.0</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.117.0">v1.117.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/mautrix/gmessages">Google Messages:</a></strong>
|
||||||
|
<a href="https://github.com/mautrix/gmessages/releases/tag/v0.5.0">v0.5.0</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/mautrix/gmessages/releases/tag/v0.5.1">v0.5.1</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/mautrix/signal">Signal:</a></strong>
|
||||||
|
<a href="https://github.com/mautrix/signal/releases/tag/v0.7.1">v0.7.1</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/mautrix/signal/releases/tag/v0.7.2">v0.7.2</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/mautrix/whatsapp">Whatsapp:</a></strong>
|
||||||
|
<a href="https://github.com/mautrix/whatsapp/releases/tag/v0.10.9">v0.10.9</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/mautrix/whatsapp/releases/tag/v0.11.0">v0.11.0</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
<footer class="site-footer">
|
||||||
|
<p style="text-align:center;">Copyright © Oscloud 2024</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
74
index/novinky/2024-21-09.html
Normal file
74
index/novinky/2024-21-09.html
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
<!--
|
||||||
|
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 21. 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/mautrix/gmessages">Google Messages:</a></strong>
|
||||||
|
<a href="https://github.com/mautrix/gmessages/releases/tag/v0.4.3">v0.4.3</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/mautrix/gmessages/releases/tag/v0.5.0">v0.5.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/mautrix/meta">Facebook Messenger:</a></strong>
|
||||||
|
<a href="https://github.com/mautrix/meta/releases/tag/v0.3.2">v0.3.2</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/mautrix/meta/releases/tag/v0.4.0">v0.4.0</a>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<strong><a href="https://github.com/mautrix/signal">Signal:</a></strong>
|
||||||
|
<a href="https://github.com/mautrix/signal/releases/tag/v0.7.0">v0.7.0</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/mautrix/signal/releases/tag/v0.7.1">v0.7.1</a>
|
||||||
|
</li>
|
||||||
|
<li><strong><a href="https://github.com/element-hq/synapse">Synapse:</a></strong>
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.114.0">v1.114.0</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/synapse/releases/tag/v1.115.0">v1.115.0</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
<footer class="site-footer">
|
||||||
|
<p style="text-align:center;">Copyright © Oscloud 2024</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
56
index/novinky/2024-26-10.html
Normal file
56
index/novinky/2024-26-10.html
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
<!--
|
||||||
|
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 26. října 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 26. října 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.80">v1.11.80</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.81">v1.11.81</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
<footer class="site-footer">
|
||||||
|
<p style="text-align:center;">Copyright © Oscloud 2024</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
56
index/novinky/2024-27-09.html
Normal file
56
index/novinky/2024-27-09.html
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
<!--
|
||||||
|
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 27. 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 27. 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.77">v1.11.77</a>
|
||||||
|
->
|
||||||
|
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.78">v1.11.78</a>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
<p>Poslední aktualizace</p>
|
||||||
|
</div>
|
||||||
|
<footer class="site-footer">
|
||||||
|
<p style="text-align:center;">Copyright © Oscloud 2024</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
61
index/novinky/pairdrop.html
Normal file
61
index/novinky/pairdrop.html
Normal file
@ -0,0 +1,61 @@
|
|||||||
|
<!--
|
||||||
|
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 © Oscloud 2024</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -390,13 +390,3 @@ body {
|
|||||||
.spacer {
|
.spacer {
|
||||||
height: 90px; /* Zde určíte výšku mezery */
|
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ší */
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user