Skip to content

Commit

Permalink
Добавлено - Foliate
Browse files Browse the repository at this point in the history
Добавлена статья про электронную читалку Foliate
  • Loading branch information
AlexanderShad committed Mar 18, 2024
1 parent 2440ab9 commit 96d2b6d
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export const docs = [
{ text: 'Figma', link: '/figma' },
{ text: 'Firefox', link: '/firefox' },
{ text: 'Flatseal', link: '/flatseal' },
{ text: 'Foliate', link: '/foliate' },
{ text: 'Fragments', link: '/fragments' },
{ text: 'Fretboard', link: '/fretboard' },
{ text: 'G4Music', link: '/g4music' },
Expand Down
69 changes: 69 additions & 0 deletions docs/apps/foliate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
title: Foliate
appstreamFlatpak: com.github.johnfactotum.Foliate

metainfo:
active: true
thumb:
src: https://dl.flathub.org/repo/screenshots/com.github.johnfactotum.Foliate-stable/1248x702/com.github.johnfactotum.Foliate-7ff807e57358053b92037e50c60f32a3.png
title: Foliate
summary: Стильная читалка электронных книг
developer:
name: John Factotum
site:
url: https://github.com/johnfactotum/foliate
anchor: github.com
licence:
url:
anchor: GPL version 3 of the License, or (at your option) any later version.
translate:
url:
anchor:
issue:
url: https://github.com/johnfactotum/foliate/issues
anchor: github.com
flathub:
url: https://flathub.org/apps/com.github.johnfactotum.Foliate
---

# Foliate

Foliate — Стильная читалка электронных книг.

![wfL](https://dl.flathub.org/repo/screenshots/com.github.johnfactotum.Foliate-stable/1248x702/com.github.johnfactotum.Foliate-7ff807e57358053b92037e50c60f32a3.png)

Откройте для себя новую главу в чтении электронных книг с Foliate, современной программной для чтения электронных книг, разработанной специально для окружения GNOME. Погрузитесь в удобный интерфейс с гибкими функциями настройки, созданными специально по предпочтениям пользователей и позволяющими настроить все под себя.

Foliate имеет следующие функции:

- Чтение файлов EPUB, Mobipocket, Kindle, FB2, CBZ и PDF
- Режим разбивки на страницы и режим прокрутки
- Настройка шрифта и межстрочного интервала
- Светлый, сепия, темный и инвертированный режимы
- Ползунок прогресса чтения с пометками глав
- Закладки и аннотации
- Поиск по книге
- Быстрый поиск по словарю

## Установка через терминал

::: code-group

```shell[apt-get]
su -
apt-get update
apt-get install foliate
```
```shell[epm]
epm -i foliate
```
:::

## Установка с помощью Flatpak

При наличии пакета [Flatpak](/flatpak), можно установить **Foliate** одной командой:

```shell
flatpak install flathub com.github.johnfactotum.Foliate
```
<!--@include: ./parts/install/software-flatpak.md-->

0 comments on commit 96d2b6d

Please sign in to comment.