Compare commits
1 Commits
main
...
markdown-t
Author | SHA1 | Date | |
---|---|---|---|
|
6ace007069 |
@ -23,7 +23,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<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"
|
||||
|
@ -84,9 +84,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
<ul>
|
||||
<li><a href="../aplikace/pairdrop.html">Pairdrop</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li><a href="../aplikace/wallabag.html">Wallabag</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>
|
||||
|
||||
|
@ -1,160 +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="Wallabag" content="Wallabag" />
|
||||
<title>Mxchat Cz - Wallabag</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;">Wallabag</a>
|
||||
</h1>
|
||||
<a href="/index.html" class="home-icon" title="Domů">
|
||||
<i class="fas fa-home"></i>
|
||||
</a>
|
||||
</header>
|
||||
<div class="main-content">
|
||||
<p>
|
||||
Wallabag je open-source aplikace určená pro ukládání, organizaci a čtení článků. Umožňuje vám ukládat obsah webových stránek, odstranit rušivé prvky, jako jsou reklamy, a číst články v jednoduchém formátu.
|
||||
</p>
|
||||
<img src="../img/wallabag.png" alt="Wallabag" style="max-width: 100%; height: auto;" />
|
||||
|
||||
<p>
|
||||
Na OSCloud je Wallabag dostupný na adrese <a href="https://read.oscloud.cz/">read.oscloud.cz</a>. Pro registraci je nutné kontaktovat podporu na <a href="https://helpdesk.oscloud.cz/help/3295612635">helpdesk.oscloud.cz</a> nebo emailem na <a href="mailto:podpora@oscloud.cz">podpora@oscloud.cz</a>.
|
||||
</p>
|
||||
|
||||
<h2>Srovnání se službami Pocket, Instapaper a Wallabag</h2>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Funkce</th>
|
||||
<th>Wallabag</th>
|
||||
<th>Pocket</th>
|
||||
<th>Instapaper</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Open-source</td>
|
||||
<td>Ano</td>
|
||||
<td>Ne</td>
|
||||
<td>Ne</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Šifrování dat</td>
|
||||
<td>Částečně*</td>
|
||||
<td>Ne</td>
|
||||
<td>Ne</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Offline přístup</td>
|
||||
<td>Ano</td>
|
||||
<td>Ano</td>
|
||||
<td>Ano</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Přizpůsobitelné rozhraní</td>
|
||||
<td>Ano</td>
|
||||
<td>Ne</td>
|
||||
<td>Částečně</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Ukládání bez reklam</td>
|
||||
<td>Ano</td>
|
||||
<td>Ano</td>
|
||||
<td>Ano</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Import/export dat</td>
|
||||
<td>Ano</td>
|
||||
<td>Ano</td>
|
||||
<td>Ano</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Podpora více uživatelů</td>
|
||||
<td>Ano</td>
|
||||
<td>Ne</td>
|
||||
<td>Ne</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><small>*Wallabag podporuje šifrování dat během přenosu pomocí HTTPS. Data uložená na serveru však nejsou automaticky šifrována end-to-end.</small></p>
|
||||
|
||||
<h2>Bezpečnost</h2>
|
||||
<ul>
|
||||
<li><strong>Kontrola nad daty:</strong> Protože je Wallabag open-source, můžete si být jisti, že vaše data nejsou sledována třetími stranami.</li>
|
||||
<li><strong>Soukromí:</strong> Vaše data nejsou sdílena s žádnou reklamní sítí.</li>
|
||||
<li><strong>HTTPS:</strong> Wallabag na OSCloud využívá HTTPS pro zabezpečení přenosu dat.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Výhody Wallabag</h2>
|
||||
<ol>
|
||||
<li><strong>Jednoduchost:</strong> Články můžete číst bez rušivých prvků, jako jsou reklamy.</li>
|
||||
<li><strong>Organizace:</strong> Umožňuje štítkovat články a organizovat je podle kategorií.</li>
|
||||
<li><strong>Export dat:</strong> Možnost exportovat uložené články ve formátu HTML, JSON nebo EPUB.</li>
|
||||
<li><strong>Podpora aplikací:</strong> K dispozici jsou mobilní aplikace pro Android a iOS.</li>
|
||||
</ol>
|
||||
|
||||
<h2>Mobilní aplikace Wallabag</h2>
|
||||
<p>Pro pohodlný přístup na cestách si stáhněte mobilní aplikaci Wallabag:</p>
|
||||
<p>
|
||||
<a href="https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche">
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg" alt="Google Play" style="height: 50px;" />
|
||||
</a>
|
||||
<a href="https://apps.apple.com/us/app/wallabag/id1170800946">
|
||||
<img src="https://developer.apple.com/assets/elements/badges/download-on-the-app-store.svg" alt="App Store" style="height: 50px;" />
|
||||
</a>
|
||||
</p>
|
||||
<p>Po instalaci aplikace propojte svůj účet Wallabag na OSCloud podle přiložených pokynů v aplikaci.</p>
|
||||
|
||||
<h2>Jak začít</h2>
|
||||
<ol>
|
||||
<li>Požádejte o registraci na <a href="https://helpdesk.oscloud.cz/help/3295612635">helpdesk.oscloud.cz</a> nebo napište na <a href="mailto:podpora@oscloud.cz">podpora@oscloud.cz</a>.</li>
|
||||
<li>Po schválení registrace obdržíte přihlašovací údaje.</li>
|
||||
<li>Přihlaste se na <a href="https://read.oscloud.cz/">read.oscloud.cz</a> pomocí poskytnutých údajů.</li>
|
||||
<li>Nainstalujte si mobilní aplikaci Wallabag.</li>
|
||||
<li>Propojte aplikaci s vaším OSCloud účtem.</li>
|
||||
</ol>
|
||||
|
||||
<h2>Další informace</h2>
|
||||
<p>Pro více informací o funkcích Wallabag navštivte <a href="https://wallabag.org/">oficiální web Wallabag</a>.</p>
|
||||
</div>
|
||||
<footer class="site-footer">
|
||||
<p>© Oscloud 2024</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Binary file not shown.
Before Width: | Height: | Size: 732 KiB |
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
This file is part of web mxchat.
|
||||
This file is part of <project name>.
|
||||
|
||||
Copyright (C) 2024 Oscloud
|
||||
|
||||
@ -29,6 +29,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
rel="stylesheet"
|
||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"
|
||||
/>
|
||||
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
@ -38,297 +39,24 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
</a>
|
||||
</header>
|
||||
<div class="main-content">
|
||||
<!-- První novinka -->
|
||||
<div class="news-block">
|
||||
<div class="news-item">
|
||||
<a href="../novinky/2025-17-01.html" class="news-date">17. leden 2025</a>
|
||||
<h2>Aktualizace Mxchat</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<strong><a href="https://github.com/element-hq/synapse">Synapse:</a></strong>
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.121.1">v1.121.1</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.122.0">v1.122.0</a>
|
||||
</li>
|
||||
<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.89">v1.11.89</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.90">v1.11.90</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.4">v0.7.4</a>
|
||||
->
|
||||
<a href="https://github.com/mautrix/signal/releases/tag/v0.7.5">v0.7.5</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Poslední aktualizace</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- První novinka -->
|
||||
<div class="news-block">
|
||||
<div class="news-item">
|
||||
<a href="../novinky/2024-04-12.html" class="news-date">4. prosince 2024</a>
|
||||
<h2>Aktualizace Mxchat</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<strong><a href="https://github.com/element-hq/synapse">Synapse:</a></strong>
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.120.0">v1.120.0</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.120.2">v1.120.2</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Poslední aktualizace</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- První novinka -->
|
||||
<div class="news-block">
|
||||
<div class="news-item">
|
||||
<a href="../aplikace/wallabag.html" class="news-date">1. prosince 2024</a>
|
||||
<h2>Nová funkce - Wallabag</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<h3>Wallabag</h3>
|
||||
<p>📚 <a href="../aplikace/wallabag.html">Wallabag</a> je nyní dostupný na našem serveru! Tato open-source aplikace vám umožňuje ukládat články, organizovat je a číst bez rušivých prvků, jako jsou reklamy. Ukládání probíhá bezpečně na serveru OSCloud.</p>
|
||||
<!-- Markdown novinka -->
|
||||
<div id="markdown-news"></div>
|
||||
|
||||
<script>
|
||||
const markdownContent = `
|
||||
### 27. září 2024 - Aktualizace Mxchat 🚀
|
||||
|
||||
- **Element**:
|
||||
- [v1.11.77](https://github.com/element-hq/element-web/releases/tag/v1.11.77)
|
||||
->
|
||||
- [v1.11.78](https://github.com/element-hq/element-web/releases/tag/v1.11.78)
|
||||
|
||||
*Poslední aktualizace*.
|
||||
`;
|
||||
|
||||
document.getElementById('markdown-news').innerHTML = marked(markdownContent);
|
||||
</script>
|
||||
|
||||
<p><strong>Hlavní výhody:</strong></p>
|
||||
<ul>
|
||||
<li>Čisté čtení: Články jsou prezentovány ve zjednodušeném formátu bez rušivých prvků.</li>
|
||||
<li>Organizace: Možnost štítkování a třídění článků.</li>
|
||||
<li>Bezpečnost: Ukládání na server OSCloud s šifrováním přenosu dat pomocí HTTPS.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Poslední aktualizace</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- První novinka -->
|
||||
<div class="news-block">
|
||||
<div class="news-item">
|
||||
<a href="../novinky/2024-01-12.html" class="news-date">1. prosince 2024</a>
|
||||
<h2>Aktualizace Mxchat</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<strong><a href="https://github.com/element-hq/synapse">Synapse:</a></strong>
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.119.0">v1.119.0</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.120.0">v1.120.0</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Poslední aktualizace</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- První novinka -->
|
||||
<div class="news-block">
|
||||
<div class="news-item">
|
||||
<a href="../novinky/2024-24-11.html" class="news-date">24. 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.85">v1.11.85</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.86">v1.11.86</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.1">v0.5.1</a>
|
||||
->
|
||||
<a href="https://github.com/mautrix/gmessages/releases/tag/v0.5.2">v0.5.2</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.2">v0.7.2</a>
|
||||
->
|
||||
<a href="https://github.com/mautrix/signal/releases/tag/v0.7.3">v0.7.3</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="https://github.com/mautrix/whatsapp">Whatsapp:</a></strong>
|
||||
<a href="https://github.com/mautrix/whatsapp/releases/tag/v0.11.0">v0.11.0</a>
|
||||
->
|
||||
<a href="https://github.com/mautrix/whatsapp/releases/tag/v0.11.1">v0.11.1</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.4.1">v0.4.2</a>
|
||||
->
|
||||
<a href="https://github.com/mautrix/meta/releases/tag/v0.4.2">v0.4.2</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="https://github.com/mautrix/discord">Discord:</a></strong>
|
||||
<a href="https://github.com/mautrix/discord/releases/tag/v0.7.0">v0.7.0</a>
|
||||
->
|
||||
<a href="https://github.com/mautrix/discord/releases/tag/v0.7.1">v0.7.1</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Poslední aktualizace</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- První novinka -->
|
||||
<div class="news-block">
|
||||
<div class="news-item">
|
||||
<a href="../novinky/2024-16-11.html" class="news-date">16. 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.84">v1.11.84</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.85">v1.11.85</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.118.0">v1.118.0</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.119.0">v1.119.0</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="https://miniflux.app/">Miniflux:</a></strong>
|
||||
<a href="https://github.com/miniflux/v2/releases/tag/2.2.2">v2.2.2</a>
|
||||
->
|
||||
<a href="https://github.com/miniflux/v2/releases/tag/2.2.3">v2.2.3</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Poslední aktualizace</p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 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">
|
||||
|
@ -1,54 +0,0 @@
|
||||
<!--
|
||||
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 1. prosince 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 1. prosince 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/synapse">Synapse:</a></strong>
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.119.0">v1.119.0</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.120.0">v1.120.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>
|
@ -1,68 +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 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>
|
@ -1,54 +0,0 @@
|
||||
<!--
|
||||
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 4. prosince 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 4. prosince 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/synapse">Synapse:</a></strong>
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.120.0">v1.120.0</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.120.2">v1.120.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>
|
@ -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 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>
|
@ -1,56 +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. ří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>
|
@ -1,66 +0,0 @@
|
||||
<!--
|
||||
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 16. 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 16. 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.84">v1.11.84</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.85">v1.11.85</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.118.0">v1.118.0</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.119.0">v1.119.0</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="https://miniflux.app/">Miniflux:</a></strong>
|
||||
<a href="https://github.com/miniflux/v2/releases/tag/2.2.2">v2.2.2</a>
|
||||
->
|
||||
<a href="https://github.com/miniflux/v2/releases/tag/2.2.3">v2.2.3</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Poslední aktualizace</p>
|
||||
</div>
|
||||
<footer class="site-footer">
|
||||
<p style="text-align:center;">Copyright © Oscloud 2024</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -1,79 +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 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>
|
@ -1,84 +0,0 @@
|
||||
<!--
|
||||
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 24. 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 24. 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.85">v1.11.85</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.86">v1.11.86</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.1">v0.5.1</a>
|
||||
->
|
||||
<a href="https://github.com/mautrix/gmessages/releases/tag/v0.5.2">v0.5.2</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.2">v0.7.2</a>
|
||||
->
|
||||
<a href="https://github.com/mautrix/signal/releases/tag/v0.7.3">v0.7.3</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="https://github.com/mautrix/whatsapp">Whatsapp:</a></strong>
|
||||
<a href="https://github.com/mautrix/whatsapp/releases/tag/v0.11.0">v0.11.0</a>
|
||||
->
|
||||
<a href="https://github.com/mautrix/whatsapp/releases/tag/v0.11.1">v0.11.1</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.4.1">v0.4.2</a>
|
||||
->
|
||||
<a href="https://github.com/mautrix/meta/releases/tag/v0.4.2">v0.4.2</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong><a href="https://github.com/mautrix/discord">Discord:</a></strong>
|
||||
<a href="https://github.com/mautrix/discord/releases/tag/v0.7.0">v0.7.0</a>
|
||||
->
|
||||
<a href="https://github.com/mautrix/discord/releases/tag/v0.7.1">v0.7.1</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Poslední aktualizace</p>
|
||||
</div>
|
||||
<footer class="site-footer">
|
||||
<p style="text-align:center;">Copyright © Oscloud 2024</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
@ -1,56 +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 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>
|
@ -1,66 +0,0 @@
|
||||
<!--
|
||||
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 17. ledna 2025</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 17. ledna 2025</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/synapse">Synapse:</a></strong>
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.121.1">v1.121.1</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/synapse/releases/tag/v1.122.0">v1.122.0</a>
|
||||
</li>
|
||||
<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.89">v1.11.89</a>
|
||||
->
|
||||
<a href="https://github.com/element-hq/element-web/releases/tag/v1.11.90">v1.11.90</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.4">v0.7.4</a>
|
||||
->
|
||||
<a href="https://github.com/mautrix/signal/releases/tag/v0.7.5">v0.7.5</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p>Poslední aktualizace</p>
|
||||
</div>
|
||||
<footer class="site-footer">
|
||||
<p style="text-align:center;">Copyright © Oscloud 2024</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user