From ac7ba5a605fdcddec1701f41e4de456e1840c81e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 24 Apr 2025 00:22:37 +0200 Subject: [PATCH 1/2] Upgrade sources - `main` v3.4.25: https://github.com/timvisee/send/releases/tag/3.4.25 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index fdedfc0..5c39fed 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Send" description.en = "File sharing which allows to send encrypted files" description.fr = "Partage de fichiers qui permet d'envoyer des fichiers chiffrés" -version = "3.4.23~ynh6" +version = "3.4.25~ynh1" maintainers = [] @@ -42,8 +42,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/timvisee/send/archive/refs/tags/v3.4.23.tar.gz" - sha256 = "eed0e391050842413d300133a64cc76829e3ba1d69e113f6e5fdc3eda777fa2a" + url = "https://github.com/timvisee/send/archive/refs/tags/v3.4.25.tar.gz" + sha256 = "826224832ac8facdd368f9960d99afdef0a549d92b003af1d93bc271b6fa036a" autoupdate.strategy = "latest_github_tag" [resources.ports] From 933ec4da0fc4ba7db2d0981b7c8ca5e52ac275be Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 24 Apr 2025 00:22:38 +0200 Subject: [PATCH 2/2] Auto-update READMEs --- ALL_README.md | 12 --------- README.md | 63 +++++++++++++++++++---------------------------- README_es.md | 52 -------------------------------------- README_eu.md | 52 -------------------------------------- README_fr.md | 52 -------------------------------------- README_gl.md | 52 -------------------------------------- README_id.md | 52 -------------------------------------- README_it.md | 50 ------------------------------------- README_nl.md | 52 -------------------------------------- README_pl.md | 52 -------------------------------------- README_ru.md | 52 -------------------------------------- README_zh_Hans.md | 52 -------------------------------------- 12 files changed, 26 insertions(+), 567 deletions(-) delete mode 100644 ALL_README.md delete mode 100644 README_es.md delete mode 100644 README_eu.md delete mode 100644 README_fr.md delete mode 100644 README_gl.md delete mode 100644 README_id.md delete mode 100644 README_it.md delete mode 100644 README_nl.md delete mode 100644 README_pl.md delete mode 100644 README_ru.md delete mode 100644 README_zh_Hans.md diff --git a/ALL_README.md b/ALL_README.md deleted file mode 100644 index c93d620..0000000 --- a/ALL_README.md +++ /dev/null @@ -1,12 +0,0 @@ -# All available README files by language - -- [Read the README in English](README.md) -- [Lea el README en español](README_es.md) -- [Irakurri README euskaraz](README_eu.md) -- [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) -- [Lees de README in het Nederlands](README_nl.md) -- [Przeczytaj README w języku polski](README_pl.md) -- [Прочитать README на русский](README_ru.md) -- [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README.md b/README.md index caf679f..f8952fe 100644 --- a/README.md +++ b/README.md @@ -1,52 +1,41 @@ -# Send for YunoHost +

+ Logo of Send + Send, packaged for YunoHost +

-[![Integration level](https://apps.yunohost.org/badge/integration/send)](https://ci-apps.yunohost.org/ci/apps/send/) -![Working status](https://apps.yunohost.org/badge/state/send) -![Maintenance status](https://apps.yunohost.org/badge/maintained/send) +File sharing which allows to send encrypted files -[![Install Send with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=send) +[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://send.vis.ee/) +[![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://send.vis.ee/) +[![Version: 3.4.25~ynh1](https://img.shields.io/badge/Version-3.4.25~ynh1-rgba(0,150,0,1)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/send/) -*[Read this README in other languages.](./ALL_README.md)* +
+ + +
-> *This package allows you to install Send quickly and simply on a YunoHost server.* -> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* +## 📦 Developer info -## Overview +[![Automatic tests level](https://apps.yunohost.org/badge/cilevel/send)](https://ci-apps.yunohost.org/ci/apps/send/) -A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -Send is a file sharing experiment which allows you to send encrypted files to other users. +🛠️ Upstream Send repository: +Pull request are welcome and should target the [`testing` branch](https://github.com/YunoHost-Apps/send_ynh/tree/testing). -**Shipped version:** 3.4.23~ynh6 +The `testing` branch can be tested using: +``` +# fresh install: +sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing -**Demo:** - -## Screenshots - -![Screenshot of Send](./doc/screenshots/screenshot.png) - -## Documentation and resources - -- Official app website: -- Upstream app code repository: -- YunoHost Store: -- Report a bug: - -## Developer info - -Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/send_ynh/tree/testing). - -To try the `testing` branch, please proceed like that: - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -or -sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug +# upgrade an existing install: +sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing ``` -**More info regarding app packaging:** +### 📚 App packaging documentation + +Please see for more information. \ No newline at end of file diff --git a/README_es.md b/README_es.md deleted file mode 100644 index 21d361c..0000000 --- a/README_es.md +++ /dev/null @@ -1,52 +0,0 @@ - - -# Send para Yunohost - -[![Nivel de integración](https://apps.yunohost.org/badge/integration/send)](https://ci-apps.yunohost.org/ci/apps/send/) -![Estado funcional](https://apps.yunohost.org/badge/state/send) -![Estado En Mantención](https://apps.yunohost.org/badge/maintained/send) - -[![Instalar Send con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=send) - -*[Leer este README en otros idiomas.](./ALL_README.md)* - -> *Este paquete le permite instalarSend rapidamente y simplement en un servidor YunoHost.* -> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* - -## Descripción general - -A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -Send is a file sharing experiment which allows you to send encrypted files to other users. - - -**Versión actual:** 3.4.23~ynh6 - -**Demo:** - -## Capturas - -![Captura de Send](./doc/screenshots/screenshot.png) - -## Documentaciones y recursos - -- Sitio web oficial: -- Repositorio del código fuente oficial de la aplicación : -- Catálogo YunoHost: -- Reportar un error: - -## Información para desarrolladores - -Por favor enviar sus correcciones a la [rama `testing`](https://github.com/YunoHost-Apps/send_ynh/tree/testing). - -Para probar la rama `testing`, sigue asÍ: - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -o -sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -``` - -**Mas informaciones sobre el empaquetado de aplicaciones:** diff --git a/README_eu.md b/README_eu.md deleted file mode 100644 index ee7217f..0000000 --- a/README_eu.md +++ /dev/null @@ -1,52 +0,0 @@ - - -# Send YunoHost-erako - -[![Integrazio maila](https://apps.yunohost.org/badge/integration/send)](https://ci-apps.yunohost.org/ci/apps/send/) -![Funtzionamendu egoera](https://apps.yunohost.org/badge/state/send) -![Mantentze egoera](https://apps.yunohost.org/badge/maintained/send) - -[![Instalatu Send YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=send) - -*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* - -> *Pakete honek Send YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* -> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* - -## Aurreikuspena - -A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -Send is a file sharing experiment which allows you to send encrypted files to other users. - - -**Paketatutako bertsioa:** 3.4.23~ynh6 - -**Demoa:** - -## Pantaila-argazkiak - -![Send(r)en pantaila-argazkia](./doc/screenshots/screenshot.png) - -## Dokumentazioa eta baliabideak - -- Aplikazioaren webgune ofiziala: -- Jatorrizko aplikazioaren kode-gordailua: -- YunoHost Denda: -- Eman errore baten berri: - -## Garatzaileentzako informazioa - -Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/send_ynh/tree/testing). - -`testing` abarra probatzeko, ondorengoa egin: - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -edo -sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -``` - -**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md deleted file mode 100644 index 284309a..0000000 --- a/README_fr.md +++ /dev/null @@ -1,52 +0,0 @@ - - -# Send pour YunoHost - -[![Niveau d’intégration](https://apps.yunohost.org/badge/integration/send)](https://ci-apps.yunohost.org/ci/apps/send/) -![Statut du fonctionnement](https://apps.yunohost.org/badge/state/send) -![Statut de maintenance](https://apps.yunohost.org/badge/maintained/send) - -[![Installer Send avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=send) - -*[Lire le README dans d'autres langues.](./ALL_README.md)* - -> *Ce package vous permet d’installer Send rapidement et simplement sur un serveur YunoHost.* -> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.* - -## Vue d’ensemble - -Un fork du Firefox Send de Mozilla. Mozilla a arrêté Send, et ce fork est un effort de la communauté pour maintenir le projet en vie. -Send est une expérience de partage de fichiers qui permet d'envoyer des fichiers chiffrés à d'autres utilisateurs. - - -**Version incluse :** 3.4.23~ynh6 - -**Démo :** - -## Captures d’écran - -![Capture d’écran de Send](./doc/screenshots/screenshot.png) - -## Documentations et ressources - -- Site officiel de l’app : -- Dépôt de code officiel de l’app : -- YunoHost Store : -- Signaler un bug : - -## Informations pour les développeurs - -Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/send_ynh/tree/testing). - -Pour essayer la branche `testing`, procédez comme suit : - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -ou -sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -``` - -**Plus d’infos sur le packaging d’applications :** diff --git a/README_gl.md b/README_gl.md deleted file mode 100644 index 60c7e85..0000000 --- a/README_gl.md +++ /dev/null @@ -1,52 +0,0 @@ - - -# Send para YunoHost - -[![Nivel de integración](https://apps.yunohost.org/badge/integration/send)](https://ci-apps.yunohost.org/ci/apps/send/) -![Estado de funcionamento](https://apps.yunohost.org/badge/state/send) -![Estado de mantemento](https://apps.yunohost.org/badge/maintained/send) - -[![Instalar Send con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=send) - -*[Le este README en outros idiomas.](./ALL_README.md)* - -> *Este paquete permíteche instalar Send de xeito rápido e doado nun servidor YunoHost.* -> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.* - -## Vista xeral - -A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -Send is a file sharing experiment which allows you to send encrypted files to other users. - - -**Versión proporcionada:** 3.4.23~ynh6 - -**Demo:** - -## Capturas de pantalla - -![Captura de pantalla de Send](./doc/screenshots/screenshot.png) - -## Documentación e recursos - -- Web oficial da app: -- Repositorio de orixe do código: -- Tenda YunoHost: -- Informar dun problema: - -## Info de desenvolvemento - -Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/send_ynh/tree/testing). - -Para probar a rama `testing`, procede deste xeito: - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -ou -sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -``` - -**Máis info sobre o empaquetado da app:** diff --git a/README_id.md b/README_id.md deleted file mode 100644 index 3f10cc1..0000000 --- a/README_id.md +++ /dev/null @@ -1,52 +0,0 @@ - - -# Send untuk YunoHost - -[![Tingkat integrasi](https://apps.yunohost.org/badge/integration/send)](https://ci-apps.yunohost.org/ci/apps/send/) -![Status kerja](https://apps.yunohost.org/badge/state/send) -![Status pemeliharaan](https://apps.yunohost.org/badge/maintained/send) - -[![Pasang Send dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=send) - -*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)* - -> *Paket ini memperbolehkan Anda untuk memasang Send secara cepat dan mudah pada server YunoHost.* -> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.* - -## Ringkasan - -A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -Send is a file sharing experiment which allows you to send encrypted files to other users. - - -**Versi terkirim:** 3.4.23~ynh6 - -**Demo:** - -## Tangkapan Layar - -![Tangkapan Layar pada Send](./doc/screenshots/screenshot.png) - -## Dokumentasi dan sumber daya - -- Website aplikasi resmi: -- Depot kode aplikasi hulu: -- Gudang YunoHost: -- Laporkan bug: - -## Info developer - -Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/send_ynh/tree/testing). - -Untuk mencoba branch `testing`, silakan dilanjutkan seperti: - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -atau -sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -``` - -**Info lebih lanjut mengenai pemaketan aplikasi:** diff --git a/README_it.md b/README_it.md deleted file mode 100644 index 4c988af..0000000 --- a/README_it.md +++ /dev/null @@ -1,50 +0,0 @@ - - -# Send per YunoHost - -[![Livello di integrazione](https://dash.yunohost.org/integration/send.svg)](https://dash.yunohost.org/appci/app/send) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/send.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/send.maintain.svg) - -[![Installa Send con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=send) - -*[Leggi questo README in altre lingue.](./ALL_README.md)* - -> *Questo pacchetto ti permette di installare Send su un server YunoHost in modo semplice e veloce.* -> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.* - -## Panoramica - -A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -Send is a file sharing experiment which allows you to send encrypted files to other users. - - -**Versione pubblicata:** 3.4.23~ynh3 - -**Prova:** - -## Screenshot - -![Screenshot di Send](./doc/screenshots/screenshot.png) - -## Documentazione e risorse - -- Sito web ufficiale dell’app: -- Repository upstream del codice dell’app: -- Store di YunoHost: -- Segnala un problema: - -## Informazioni per sviluppatori - -Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/send_ynh/tree/testing). - -Per provare la branch di `testing`, si prega di procedere in questo modo: - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -o -sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -``` - -**Maggiori informazioni riguardo il pacchetto di quest’app:** diff --git a/README_nl.md b/README_nl.md deleted file mode 100644 index c24a216..0000000 --- a/README_nl.md +++ /dev/null @@ -1,52 +0,0 @@ - - -# Send voor Yunohost - -[![Integratieniveau](https://apps.yunohost.org/badge/integration/send)](https://ci-apps.yunohost.org/ci/apps/send/) -![Mate van functioneren](https://apps.yunohost.org/badge/state/send) -![Onderhoudsstatus](https://apps.yunohost.org/badge/maintained/send) - -[![Send met Yunohost installeren](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=send) - -*[Deze README in een andere taal lezen.](./ALL_README.md)* - -> *Met dit pakket kun je Send snel en eenvoudig op een YunoHost-server installeren.* -> *Als je nog geen YunoHost hebt, lees dan [de installatiehandleiding](https://yunohost.org/install), om te zien hoe je 'm installeert.* - -## Overzicht - -A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -Send is a file sharing experiment which allows you to send encrypted files to other users. - - -**Geleverde versie:** 3.4.23~ynh6 - -**Demo:** - -## Schermafdrukken - -![Schermafdrukken van Send](./doc/screenshots/screenshot.png) - -## Documentatie en bronnen - -- Officiele website van de app: -- Upstream app codedepot: -- YunoHost-store: -- Meld een bug: - -## Ontwikkelaarsinformatie - -Stuur je pull request alsjeblieft naar de [`testing`-branch](https://github.com/YunoHost-Apps/send_ynh/tree/testing). - -Om de `testing`-branch uit te proberen, ga als volgt te werk: - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -of -sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -``` - -**Verdere informatie over app-packaging:** diff --git a/README_pl.md b/README_pl.md deleted file mode 100644 index 78624a7..0000000 --- a/README_pl.md +++ /dev/null @@ -1,52 +0,0 @@ - - -# Send dla YunoHost - -[![Poziom integracji](https://apps.yunohost.org/badge/integration/send)](https://ci-apps.yunohost.org/ci/apps/send/) -![Status działania](https://apps.yunohost.org/badge/state/send) -![Status utrzymania](https://apps.yunohost.org/badge/maintained/send) - -[![Zainstaluj Send z YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=send) - -*[Przeczytaj plik README w innym języku.](./ALL_README.md)* - -> *Ta aplikacja pozwala na szybką i prostą instalację Send na serwerze YunoHost.* -> *Jeżeli nie masz YunoHost zapoznaj się z [poradnikiem](https://yunohost.org/install) instalacji.* - -## Przegląd - -A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -Send is a file sharing experiment which allows you to send encrypted files to other users. - - -**Dostarczona wersja:** 3.4.23~ynh6 - -**Demo:** - -## Zrzuty ekranu - -![Zrzut ekranu z Send](./doc/screenshots/screenshot.png) - -## Dokumentacja i zasoby - -- Oficjalna strona aplikacji: -- Repozytorium z kodem źródłowym: -- Sklep YunoHost: -- Zgłaszanie błędów: - -## Informacje od twórców - -Wyślij swój pull request do [gałęzi `testing`](https://github.com/YunoHost-Apps/send_ynh/tree/testing). - -Aby wypróbować gałąź `testing` postępuj zgodnie z instrukcjami: - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -lub -sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -``` - -**Więcej informacji o tworzeniu paczek aplikacji:** diff --git a/README_ru.md b/README_ru.md deleted file mode 100644 index 2f81e76..0000000 --- a/README_ru.md +++ /dev/null @@ -1,52 +0,0 @@ - - -# Send для YunoHost - -[![Уровень интеграции](https://apps.yunohost.org/badge/integration/send)](https://ci-apps.yunohost.org/ci/apps/send/) -![Состояние работы](https://apps.yunohost.org/badge/state/send) -![Состояние сопровождения](https://apps.yunohost.org/badge/maintained/send) - -[![Установите Send с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=send) - -*[Прочтите этот README на других языках.](./ALL_README.md)* - -> *Этот пакет позволяет Вам установить Send быстро и просто на YunoHost-сервер.* -> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.* - -## Обзор - -A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -Send is a file sharing experiment which allows you to send encrypted files to other users. - - -**Поставляемая версия:** 3.4.23~ynh6 - -**Демо-версия:** - -## Снимки экрана - -![Снимок экрана Send](./doc/screenshots/screenshot.png) - -## Документация и ресурсы - -- Официальный веб-сайт приложения: -- Репозиторий кода главной ветки приложения: -- Магазин YunoHost: -- Сообщите об ошибке: - -## Информация для разработчиков - -Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/send_ynh/tree/testing). - -Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого: - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -или -sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -``` - -**Больше информации о пакетировании приложений:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md deleted file mode 100644 index 9e41bb4..0000000 --- a/README_zh_Hans.md +++ /dev/null @@ -1,52 +0,0 @@ - - -# YunoHost 上的 Send - -[![集成程度](https://apps.yunohost.org/badge/integration/send)](https://ci-apps.yunohost.org/ci/apps/send/) -![工作状态](https://apps.yunohost.org/badge/state/send) -![维护状态](https://apps.yunohost.org/badge/maintained/send) - -[![使用 YunoHost 安装 Send](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=send) - -*[阅读此 README 的其它语言版本。](./ALL_README.md)* - -> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Send。* -> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* - -## 概况 - -A fork of Mozilla's Firefox Send. Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive. -Send is a file sharing experiment which allows you to send encrypted files to other users. - - -**分发版本:** 3.4.23~ynh6 - -**演示:** - -## 截图 - -![Send 的截图](./doc/screenshots/screenshot.png) - -## 文档与资源 - -- 官方应用网站: -- 上游应用代码库: -- YunoHost 商店: -- 报告 bug: - -## 开发者信息 - -请向 [`testing` 分支](https://github.com/YunoHost-Apps/send_ynh/tree/testing) 发送拉取请求。 - -如要尝试 `testing` 分支,请这样操作: - -```bash -sudo yunohost app install https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -或 -sudo yunohost app upgrade send -u https://github.com/YunoHost-Apps/send_ynh/tree/testing --debug -``` - -**有关应用打包的更多信息:**