mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
commit
830bd257b3
10 changed files with 59 additions and 10 deletions
|
@ -6,4 +6,5 @@
|
|||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
|
||||
- [Прочитать README на русский](README_ru.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
||||
|
||||
|
||||
**Shipped version:** 2024.08.08~ynh1
|
||||
**Shipped version:** 2024.08.26~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
||||
|
||||
|
||||
**Versión actual:** 2024.08.08~ynh1
|
||||
**Versión actual:** 2024.08.26~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 2024.08.08~ynh1
|
||||
**Paketatutako bertsioa:** 2024.08.26~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
Overleaf est un éditeur LaTeX collaboratif en ligne et en temps réel open source.
|
||||
|
||||
|
||||
**Version incluse :** 2024.08.08~ynh1
|
||||
**Version incluse :** 2024.08.26~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
||||
|
||||
|
||||
**Versión proporcionada:** 2024.08.08~ynh1
|
||||
**Versión proporcionada:** 2024.08.26~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Ini TIDAK boleh diedit dengan tangan.
|
|||
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
||||
|
||||
|
||||
**Versi terkirim:** 2024.08.08~ynh1
|
||||
**Versi terkirim:** 2024.08.26~ynh1
|
||||
|
||||
## Tangkapan Layar
|
||||
|
||||
|
|
48
README_ru.md
Normal file
48
README_ru.md
Normal file
|
@ -0,0 +1,48 @@
|
|||
<!--
|
||||
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
Он НЕ ДОЛЖЕН редактироваться вручную.
|
||||
-->
|
||||
|
||||
# Overleaf для YunoHost
|
||||
|
||||
[![Уровень интеграции](https://dash.yunohost.org/integration/overleaf.svg)](https://ci-apps.yunohost.org/ci/apps/overleaf/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/overleaf.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/overleaf.maintain.svg)
|
||||
|
||||
[![Установите Overleaf с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=overleaf)
|
||||
|
||||
*[Прочтите этот README на других языках.](./ALL_README.md)*
|
||||
|
||||
> *Этот пакет позволяет Вам установить Overleaf быстро и просто на YunoHost-сервер.*
|
||||
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
|
||||
|
||||
## Обзор
|
||||
|
||||
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
||||
|
||||
|
||||
**Поставляемая версия:** 2024.08.26~ynh1
|
||||
|
||||
## Снимки экрана
|
||||
|
||||
![Снимок экрана Overleaf](./doc/screenshots/screenshot.png)
|
||||
|
||||
## Документация и ресурсы
|
||||
|
||||
- Официальный веб-сайт приложения: <https://www.overleaf.com>
|
||||
- Официальная документация пользователя: <https://www.overleaf.com/learn>
|
||||
- Репозиторий кода главной ветки приложения: <https://github.com/overleaf/overleaf>
|
||||
- Магазин YunoHost: <https://apps.yunohost.org/app/overleaf>
|
||||
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/overleaf_ynh/issues>
|
||||
|
||||
## Информация для разработчиков
|
||||
|
||||
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing).
|
||||
|
||||
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing --debug
|
||||
или
|
||||
sudo yunohost app upgrade overleaf -u https://github.com/YunoHost-Apps/overleaf_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>
|
|
@ -19,7 +19,7 @@
|
|||
Overleaf is an open-source online real-time collaborative LaTeX editor.
|
||||
|
||||
|
||||
**分发版本:** 2024.08.08~ynh1
|
||||
**分发版本:** 2024.08.26~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Overleaf"
|
|||
description.en = "Online real-time collaborative LaTeX editor"
|
||||
description.fr = "Éditeur LaTeX collaboratif en ligne et en temps réel"
|
||||
|
||||
version = "2024.08.08~ynh1"
|
||||
version = "2024.08.26~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -51,8 +51,8 @@ ram.runtime = "3G"
|
|||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/overleaf/overleaf/archive/972fbb7c67e82347909c6aba0165cf517ec82c29.tar.gz"
|
||||
sha256 = "415c72c1c16610ba40a785f913fb3d4683b6ad3241b4f443239fcf1ab5333457"
|
||||
url = "https://github.com/overleaf/overleaf/archive/229da9ef5fceb5942507e73c0cc84486e33c5c17.tar.gz"
|
||||
sha256 = "cc5549cc615bab3c34802472f337ba66f25297683d1555e3dc78ebbc298c999c"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Reference in a new issue