23ac5aba0a
- new navody/index.html as tutorial hub - new navody/zacatek.html: complete onboarding (registration + encryption) - 9 screenshots from chat.mxchat.cz
91 lines
4.6 KiB
HTML
91 lines
4.6 KiB
HTML
<!--
|
|
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>Návody — Mxchat CZ</title>
|
|
<meta name="description" content="Návody pro mxchat.cz: registrace, nastavení šifrování, propojení s WhatsApp, Telegram, Signal a další." />
|
|
<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">Návody</h1>
|
|
<a href="/index.html" class="home-icon" title="Domů">
|
|
<i class="fas fa-home"></i>
|
|
</a>
|
|
</header>
|
|
<div class="main-content">
|
|
|
|
<p><em>Krok za krokem návody pro uživatele mxchat.cz. Pokud něco nenajdete nebo potřebujete poradit, napište nám na <a href="mailto:podpora@oscloud.cz">podpora@oscloud.cz</a> nebo do místnosti <a href="https://matrix.to/#/#podpora:mxchat.cz">#podpora:mxchat.cz</a>.</em></p>
|
|
|
|
<h2>🚀 Začínáte?</h2>
|
|
|
|
<h3><a href="/index/navody/zacatek.html">Registrace a nastavení účtu</a></h3>
|
|
<p>Krok za krokem návod pro nové uživatele — od založení účtu přes přihlášení do Element webu až po nastavení šifrování a obnovovacího klíče. Trvá zhruba 5-10 minut.</p>
|
|
|
|
<h2>🌉 Mosty (Bridges)</h2>
|
|
<p>Propojte si externí chaty s mxchat.cz a komunikujte s lidmi z jiných platforem přímo z Elementu.</p>
|
|
|
|
<h3><a href="/index/navody/whatsapp.html">WhatsApp</a></h3>
|
|
<p>Propojení WhatsApp účtu s mxchat.cz pomocí mostu mautrix-whatsapp.</p>
|
|
|
|
<h3><a href="/index/navody/telegram.html">Telegram</a></h3>
|
|
<p>Propojení Telegram účtu s mxchat.cz pomocí mostu mautrix-telegram.</p>
|
|
|
|
<h3><a href="/index/navody/signal.html">Signal</a></h3>
|
|
<p>Propojení Signal účtu s mxchat.cz pomocí mostu mautrix-signal.</p>
|
|
|
|
<p><em>Kompletní seznam všech provozovaných mostů (i bez návodu) najdete na stránce <a href="/index/Bridges/index.html">Mosty</a>.</em></p>
|
|
|
|
<h2>📚 Připravované návody</h2>
|
|
<p>Tyto návody postupně doplňujeme. Pokud vám něco chybí a chcete pomoci, napište nám:</p>
|
|
<ul>
|
|
<li><strong>Element web</strong> — orientace v rozhraní, hlavní funkce</li>
|
|
<li><strong>Verifikace zařízení</strong> — jak ověřit více zařízení mezi sebou</li>
|
|
<li><strong>Připojení mobilu</strong> — Element X / Element pro Android a iOS</li>
|
|
<li><strong>Místnosti a prostory</strong> — jak najít místnosti, vytvořit vlastní</li>
|
|
<li><strong>Notifikace</strong> — nastavení pro web i mobil</li>
|
|
<li><strong>Troubleshooting</strong> — co dělat když něco nefunguje (Unable to decrypt, ztracené klíče atd.)</li>
|
|
<li><strong>Mosty Discord, Meta Messenger, Google Messages</strong> — postupy podobné jako u WhatsApp</li>
|
|
</ul>
|
|
|
|
<h2>💡 Užitečné odkazy</h2>
|
|
<ul>
|
|
<li><a href="https://chat.mxchat.cz" target="_blank" rel="noopener">chat.mxchat.cz</a> — náš webový Element klient</li>
|
|
<li><a href="/index/registrace/registrace.html">Registrace</a> — info o registračním procesu</li>
|
|
<li><a href="/index/FAQ/FAQ.html">FAQ</a> — odpovědi na časté otázky</li>
|
|
<li><a href="https://element.io/download" target="_blank" rel="noopener">Element pro desktop a mobil</a> — oficiální klienti</li>
|
|
<li><a href="https://matrix.org" target="_blank" rel="noopener">matrix.org</a> — co je Matrix</li>
|
|
</ul>
|
|
|
|
</div>
|
|
<footer class="site-footer">
|
|
<p>Copyright © 2024-2026 Oscloud</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|