1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/archivebox_ynh.git synced 2024-09-03 18:15:54 +02:00

Merge pull request #9 from YunoHost-Apps/Add-French-to-manifest

Add french to manifest
This commit is contained in:
Max Fowler 2021-10-01 18:36:30 +02:00 committed by GitHub
commit 3e4945d651
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 11 deletions

View file

@ -15,7 +15,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview ## Overview
A self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline. Archiving solution to collect, save, and view sites you want to preserve offline
**Shipped version:** 0.6.2~ynh8 **Shipped version:** 0.6.2~ynh8

View file

@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
## Vue d'ensemble ## Vue d'ensemble
Solution d'archivage pour collecter, enregistrer et afficher les sites que vous souhaitez conserver hors ligne
**Version incluse :** 0.6.2~ynh8 **Version incluse :** 0.6.2~ynh8

View file

@ -3,8 +3,8 @@
"id": "archivebox", "id": "archivebox",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "A self-hosted internet archiving solution to collect, save, and view sites you want to preserve offline.", "en": "Archiving solution to collect, save, and view sites you want to preserve offline",
"fr": "" "fr": "Solution d'archivage pour collecter, enregistrer et afficher les sites que vous souhaitez conserver hors ligne"
}, },
"version": "0.6.2~ynh8", "version": "0.6.2~ynh8",
"url": "https://archivebox.io/", "url": "https://archivebox.io/",
@ -31,13 +31,11 @@
"install" : [ "install" : [
{ {
"name": "domain", "name": "domain",
"type": "domain", "type": "domain"
"example": "example.com"
}, },
{ {
"name": "admin", "name": "admin",
"type": "user", "type": "user"
"example": "johndoe"
}, },
{ {
"name": "is_public", "name": "is_public",
@ -61,7 +59,8 @@
"name": "password", "name": "password",
"type": "password", "type": "password",
"help": { "help": {
"en": "The password used to login as an admin for this app" "en": "The password used to login as an admin for this app",
"fr": "Le mot de passe utilisé pour se connecter en tant qu'administrateur pour cette application"
} }
} }
] ]

View file

@ -38,8 +38,6 @@ datadir=$(ynh_app_setting_get --app=$app --key=datadir)
#================================================= #=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=1 ynh_script_progression --message="Validating restoration parameters..." --weight=1
ynh_webpath_available --domain=$domain --path_url=$path_url \
|| ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d $final_path \ test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path " || ynh_die --message="There is already a directory: $final_path "