Skip to content

Commit

Permalink
docs:добавлена статья «Туба»
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegShchavelev committed Oct 15, 2024
1 parent 5620f9a commit 8b37760
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ export const sidebarDoc = (): DefaultTheme.SidebarItem[] => [
},
{
text: 'Software',
base: '/en/apps',
base: '/en/apps/',
items: [
{ text: 'Amberol', link: '/amberol/' },
{ text: 'Text Editor', link: '/text-editor/' },
{ text: 'Moonlight', link: '/moonlight/' }
{ text: 'Amberol', link: 'amberol/' },
{ text: 'Text Editor', link: 'text-editor/' },
{ text: 'Moonlight', link: 'moonlight/' },
{ text: 'Tuba', link: 'tuba/' }
],
collapsed: true
},
Expand Down
3 changes: 2 additions & 1 deletion .vitepress/config/ru.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ export const sidebarDoc = (): DefaultTheme.SidebarItem[] => [
items: [
{ text: 'Текстовый редактор', link: 'text-editor/' },
{ text: 'Amberol', link: 'amberol/' },
{ text: 'Moonlight', link: 'moonlight/' }
{ text: 'Moonlight', link: 'moonlight/' },
{ text: 'Туба', link: 'tuba/' }
],
collapsed: true
},
Expand Down
5 changes: 5 additions & 0 deletions .vitepress/theme/locales/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ meta:
caption: Developer
lists:
homepage: Project Website
contact: Contact
help: Help
translate: Contribute Translations
bugtracker: Report an Issue
vcs-browser: Browse the source code
contribute: Contribute to the App
actions:
sisyphus: Sisyphus
flatpak: Flapak
3 changes: 3 additions & 0 deletions .vitepress/theme/locales/ru.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@ meta:
caption: Разработчик
lists:
homepage: Сайт проекта
contact: Связь с нами
help: Справка
translate: Участие в переводах
bugtracker: Сообщить о проблеме
vcs-browser: Посмотреть исходный код
contribute: Внести вклад в развитие приложения
actions:
sisyphus: Сизиф
flatpak: Flapak
37 changes: 37 additions & 0 deletions docs/apps/tuba/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
aggregation:
flatpak: dev.geopjr.Tuba
sisyphus: dev.geopjr.Tuba
appstream:
id: dev.geopjr.Tuba
name: Туба
icon: https://raw.githubusercontent.com/GeopJr/Tuba/3646b3318098c1c440297418b78bee04ac7c5054/data/icons/color.svg
summary: Воспроизводит музыку и ничего больше
keywords:
- adaptive
- circle
- dontthemes
developer:
name: Evan Paterakis
nickname: GeopJr
avatar: https://avatars.githubusercontent.com/u/18014039?v=4
metadata_license:
name: GNU GPLv3
link: https://choosealicense.com/licenses/gpl-3.0/
url:
homepage: https://tuba.geopjr.dev/
contact: https://matrix.to/#/#tuba:gnome.org
translate: https://github.com/flathub/com.anydesk.Anydesk/issues
bugtracker: https://github.com/GeopJr/Tuba/issues
vcs-browser: https://github.com/GeopJr/Tuba/
contribute: https://github.com/GeopJr/Tuba#contributing
---

# Туба

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

Исследуйте федеративную социальную сеть с помощью Tuba для GNOME. Оставайтесь на связи со своими любимыми сообществами, семьей и друзьями благодаря поддержке популярных платформ Fediverse, таких как Mastodon, GoToSocial, Akkoma и других!

<!--@include: @apps/.parts/install/content-repo.md-->
<!--@include: @apps/.parts/install/content-flatpak.md-->
37 changes: 37 additions & 0 deletions docs/en/apps/tuba/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
aggregation:
flatpak: dev.geopjr.Tuba
sisyphus: dev.geopjr.Tuba
appstream:
id: dev.geopjr.Tuba
name: Tuba
icon: https://raw.githubusercontent.com/GeopJr/Tuba/3646b3318098c1c440297418b78bee04ac7c5054/data/icons/color.svg
summary: Browse the Fediverse
keywords:
- adaptive
- circle
- dontthemes
developer:
name: Evan Paterakis
nickname: GeopJr
avatar: https://avatars.githubusercontent.com/u/18014039?v=4
metadata_license:
name: GNU GPLv3
link: https://choosealicense.com/licenses/gpl-3.0/
url:
homepage: https://tuba.geopjr.dev/
contact: https://matrix.to/#/#tuba:gnome.org
translate: https://github.com/flathub/com.anydesk.Anydesk/issues
bugtracker: https://github.com/GeopJr/Tuba/issues
vcs-browser: https://github.com/GeopJr/Tuba/
contribute: https://github.com/GeopJr/Tuba#contributing
---

# Tuba

The Fediverse is a decentralized social network that consists of multiple interconnected platforms and communities, allowing users to communicate and share content across different networks and servers. It promotes user privacy and data ownership, and offers an alternative to centralized social media platforms.

Explore the federated social web with Tuba for GNOME. Stay connected to your favorite communities, family and friends with support for popular Fediverse platforms like Mastodon, GoToSocial, Akkoma & more!

<!--@include: @apps/.parts/install/content-repo.md-->
<!--@include: @apps/.parts/install/content-flatpak.md-->

0 comments on commit 8b37760

Please sign in to comment.