web-mxchat/index/about/index.html
2024-08-24 21:20:36 +02:00

107 lines
6.2 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" />
<meta name="Co je Mxchat" content="Co je Mxchat." />
<title>Mxchat Cz</title>
<link rel="stylesheet" href="../../style/style.css" />
<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">Co je Mxchat</h1>
<a href="/index.html" class="home-icon" title="Domů">
<i class="fas fa-home"></i>
</a>
</header>
<div class="main-content">
<p>Mxcahat Cz je platforma postavená na protokolu Matrix, která poskytuje bezpečnou a decentralizovanou komunikaci.</p>
<h2>Obsah</h2>
<ul>
<li><a href="#uvod">Úvod do Matrix a Synapse</a></li>
<li><a href="#element">Element</a></li>
<li><a href="#mosty">Mosty (Bridges)</a></li>
<li><a href="#aplikace">Naše aplikace</a></li>
<li><a href="#registrace">Registrace</a></li>
<li><a href="#konfigurace">Základní Konfigurace</a></li>
<li><a href="#federace">Ověření Federace</a></li>
</ul>
<h2 id="uvod">Úvod do Matrix a Synapse</h2>
<p>Matrix je otevřená síť pro bezpečnou a decentralizovanou komunikaci. Synapse je referenční implementace domácího serveru Matrix, navržená tak, aby byla lehká a snadno instalovatelná. S Matrixem mohou uživatelé komunikovat napříč různými platformami pomocí mostů.</p>
<h2 id="element">Element</h2>
<p>Element je klient pro komunikaci v síti Matrix, který nabízí uživatelsky přívětivé rozhraní a pokročilé funkce jako end-to-end šifrování, videohovory a mnoho dalšího. Element můžete používat přímo na našem serveru:</p>
<p><a href="https://element.mxchat.cz">Element mxchat.cz</a></p>
<h2 id="mosty">Mosty (Bridges)</h2>
<p>mxchat.cz podporuje integraci s mnoha dalšími komunikačními platformami pomocí mostů (bridges). Tyto mosty umožňují komunikaci napříč různými platformami přímo z Matrixu. Zde je seznam podporovaných mostů:</p>
<ul>
<li><a href="https://github.com/beeper/linkedin">LinkedIn Bridge</a></li>
<li><a href="https://github.com/tulir/mautrix-discord">Discord Bridge</a></li>
<li><a href="https://github.com/tulir/mautrix-googlechat">Google Chat Bridge</a></li>
<li><a href="https://github.com/tulir/mautrix-signal">Signal Bridge</a></li>
<li><a href="https://github.com/tulir/mautrix-facebook">Meta Messenger Bridge</a></li>
<li><a href="https://github.com/tulir/mautrix-instagram">Instagram Bridge</a></li>
<li><a href="https://github.com/tulir/mautrix-telegram">Telegram Bridge</a></li>
<li><a href="https://github.com/tulir/mautrix-gmessages">Google Messages Bridge</a></li>
<li><a href="https://github.com/tulir/mautrix-whatsapp">WhatsApp Bridge</a></li>
<li><a href="https://github.com/matrix-hacks/mx-puppet-steam">Steam Bridge</a></li>
</ul>
<h2 id="aplikace">Naše aplikace</h2>
<p>mxchat.cz nejenže podporuje integraci s mnoha dalšími komunikačními platformami pomocí mostů (bridges), které umožňují komunikaci napříč různými platformami přímo z Matrixu, ale také nabízí řadu skvělých aplikací pro zlepšení vašeho zážitku z komunikace. Tyto aplikace vám umožní využít plný potenciál platformy a přizpůsobit si ji podle vašich potřeb. Návody a nové aplikace budou postupně přidávány, abyste mohli snadno využít všechny možnosti, které mxchat.cz nabízí.</p>
<ul>
<li><a href="../aplikace/miniflux.html">RSS čtečka Miniflux</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>
<h2 id="konfigurace">Základní Konfigurace</h2>
<p>mxchat.cz je <li><a href="https://git.arch-linux.cz/Oscloud/mxchat">Open Source</a></li> projekt a tento repozitář obsahuje přehled kódu a základní příklady konfigurace pro Matrix Synapse.</p>
<h2 id="federace">Ověření Federace</h2>
<p>Pro ověření federace a klientských verzí můžete použít následující odkazy:</p>
<ul>
<li><a href="https://matrix.mxchat.cz/_matrix/client/versions">Kontrola verzí klienta</a></li>
<li><a href="https://matrix.mxchat.cz:8448/_matrix/federation/v1/version">Kontrola verzí federace</a></li>
<li><a href="https://mxchat.cz/.well-known/matrix/server">Konfigurace serveru</a></li>
<li><a href="https://federationtester.matrix.org/#mxchat.cz">Ověření federace</a></li>
</ul>
</div>
<footer class="site-footer">
<p>Copyright &copy; Oscloud 2024 <a href="https://git.arch-linux.cz/Oscloud/web-mxchat" class="#" target="_blank"
><i class="fa fa-gitea"></i> Gitea</</p>
</footer>
</body>
</html>