Skip to content

Commit

Permalink
Добавлено: Wike
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Mar 10, 2024
1 parent 43fb8cc commit dd26313
Show file tree
Hide file tree
Showing 4 changed files with 69 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 @@ -87,6 +87,7 @@ export const docs = [
{ text: 'VK Мессенджер', link: '/vk-messenger' },
{ text: 'Warehouse', link: '/warehouse' },
{ text: 'WhatsApp Desktop', link: '/whatsapp-desktop' },
{ text: 'Wike', link: '/wike' },
{ text: 'WPS Office', link: '/wps-office' },
{ text: 'Xeyes', link: '/xeyes' },
{ text: 'XLSCLIENTS', link: '/xlsclients' },
Expand Down
68 changes: 68 additions & 0 deletions docs/apps/wike.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
title: wike
appstreamFlatpak: com.github.hugolabe.Wike
metainfo:
thumb:
src: /wike/com.github.hugolabe.Wike.png
title: Wike
summary: Воспроизводит музыку и ничего больше
developer:
name: GNOME World
site:
url: https://hugolabe.github.io/Wike/
anchor: hugolabe.github.io
licence:
url: https://choosealicense.com/licenses/gpl-3.0/
anchor: GNU GPLv3
translate:
url: https://poeditor.com/join/project?hash=kNgJu4MAum
anchor: poeditor.com
issue:
url: https://github.com/hugolabe/Wike/issues
anchor: github.com
adaptive: true,
createTheme: true
gnomeCircle: true
---

# Wike

Wike - программа для чтения Википедии для рабочего окружения GNOME. Предоставляет доступ ко всему содержимому этой онлайн-энциклопедии в собственном приложении с более простым и не отвлекающим от просмотра статей интерфейса.

## Установка из репозитория

**Wike** можно установить любым привычным и удобным способом:

<!--@include: ./parts/install/software-repo.md-->

**Установка через терминал**
::: code-group

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

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

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

```shell
flatpak install flathub org.pipewire.Helvum
```

<!--@include: ./parts/install/software-flatpak.md-->

## Язык поиска статей Википедии

По умолчанию Wike ищет на английском языке, для переключения языка необходимо:

- В боковом баре нажмите кнопку «Поиск»
- В баре поиска нажмите на интерфейс выбора языков, добавьте русских язык и выберите его по умолчанию

![Выбор языка](/wike/wike-1.png)
Binary file added docs/public/wike/com.github.hugolabe.Wike.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/wike/wike-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd26313

Please sign in to comment.