aktualizace novinek, přidána sekce aplikace a o aplikace Miniflux, přidána složka pro obrázky a screenshot z app miniflux
This commit is contained in:
49
index/aplikace/miniflux.html
Normal file
49
index/aplikace/miniflux.html
Normal file
@ -0,0 +1,49 @@
|
||||
<!--
|
||||
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="Miniflux" content="Miniflux RSS Reader" />
|
||||
<title>Mxchat Cz - Miniflux</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" />
|
||||
</head>
|
||||
<body>
|
||||
<header class="page-header" role="banner">
|
||||
<h1 class="project-name">
|
||||
<a href="/index.html" style="text-decoration: none; color: inherit;">Miniflux</a>
|
||||
</h1>
|
||||
</header>
|
||||
<div class="main-content">
|
||||
<p>Miniflux je rychlá a efektivní RSS čtečka, kterou můžete využívat pro sledování oblíbených blogů, zpravodajských serverů nebo jiných zdrojů, které poskytují RSS kanály. Díky Minifluxu budete mít vždy přehled o nových článcích a příspěvcích na jednom místě.</p>
|
||||
<p>Tato aplikace je navržena s důrazem na jednoduchost a výkon, takže je ideální volbou pro uživatele, kteří chtějí mít čistý a přehledný nástroj pro sledování svého informačního toku. Miniflux je open-source projekt, který můžete snadno nasadit na svůj server a mít tak plnou kontrolu nad svými daty.</p>
|
||||
<p>Miniflux lze také snadno integrovat do Mxchatu, což vám umožní sledovat všechny vaše RSS kanály přímo z vašeho oblíbeného komunikačního prostředí. Tato integrace vám poskytuje možnost být stále v obraze, aniž byste museli opustit Mxchat.</p>
|
||||
<p>Pro více informací navštivte <a href="https://miniflux.app/" target="_blank">oficiální stránku Miniflux</a> nebo prozkoumejte <a href="https://github.com/miniflux/v2" target="_blank">zdrojový kód na GitHubu</a>.</p>
|
||||
<img src="../img/miniflux.png">
|
||||
</div>
|
||||
<footer class="site-footer">
|
||||
<p>Copyright © Oscloud 2024</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user