From 5a66bef36cd41ca1a6c23fb9a77dff5f199e9f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:13:37 +0100 Subject: [PATCH] Add dummies --- doc/ADMIN.md | 3 +++ doc/ADMIN_fr.md | 3 +++ doc/DESCRIPTION.md | 10 +--------- doc/DESCRIPTION_fr.md | 1 + doc/DISCLAIMER.md | 12 ------------ doc/notifications/POST_INSTALL.md | 7 +++++++ doc/notifications/POST_UPGRADE.md | 1 + doc/notifications/PRE_INSTALL.md | 1 + doc/notifications/PRE_INSTALL_fr.md | 1 + doc/notifications/PRE_UPGRADE.md | 1 + manifest.toml | 2 +- 11 files changed, 20 insertions(+), 22 deletions(-) create mode 100644 doc/ADMIN.md create mode 100644 doc/ADMIN_fr.md create mode 100644 doc/DESCRIPTION_fr.md delete mode 100644 doc/DISCLAIMER.md create mode 100644 doc/notifications/POST_INSTALL.md create mode 100644 doc/notifications/POST_UPGRADE.md create mode 100644 doc/notifications/PRE_INSTALL.md create mode 100644 doc/notifications/PRE_INSTALL_fr.md create mode 100644 doc/notifications/PRE_UPGRADE.md diff --git a/doc/ADMIN.md b/doc/ADMIN.md new file mode 100644 index 0000000..0fd9c1e --- /dev/null +++ b/doc/ADMIN.md @@ -0,0 +1,3 @@ +This is a dummy admin doc for this app + +The app install dir is __INSTALL_DIR__ diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md new file mode 100644 index 0000000..fc1701f --- /dev/null +++ b/doc/ADMIN_fr.md @@ -0,0 +1,3 @@ +Ceci est une fausse doc d'admin pour cette app + +Le dossier d'install de l'app est __INSTALL_DIR__ diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 0685205..3f2e57a 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1,9 +1 @@ -Some long and extensive description of what the app is and does, lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. - -### Features - -- Ut enim ad minim veniam, quis nostrud exercitation ullamco ; -- Laboris nisi ut aliquip ex ea commodo consequat ; -- Duis aute irure dolor in reprehenderit in voluptate ; -- Velit esse cillum dolore eu fugiat nulla pariatur ; -- Excepteur sint occaecat cupidatat non proident, sunt in culpa." +This is a dummy description of this app features diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..13f4b64 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +Ceci est une fausse description des fonctionalités de l'app diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md deleted file mode 100644 index aded581..0000000 --- a/doc/DISCLAIMER.md +++ /dev/null @@ -1,12 +0,0 @@ -* Any known limitations, constrains or stuff not working, such as (but not limited to): - * requiring a full dedicated domain ? - * architectures not supported ? - * not-working single-sign on or LDAP integration ? - * the app requires an important amount of RAM / disk / .. to install or to work properly - * etc... - -* Other infos that people should be aware of, such as: - * any specific step to perform after installing (such as manually finishing the install, specific admin credentials, ...) - * how to configure / administrate the application if it ain't obvious - * upgrade process / specificities / things to be aware of ? - * security considerations ? diff --git a/doc/notifications/POST_INSTALL.md b/doc/notifications/POST_INSTALL.md new file mode 100644 index 0000000..ba7212e --- /dev/null +++ b/doc/notifications/POST_INSTALL.md @@ -0,0 +1,7 @@ +This is a dummy disclaimer to display after the install + +The app url is __DOMAIN____PATH__ + +The app install dir is __INSTALL_DIR__ + +The app id is __ID__ diff --git a/doc/notifications/POST_UPGRADE.md b/doc/notifications/POST_UPGRADE.md new file mode 100644 index 0000000..a58e2ae --- /dev/null +++ b/doc/notifications/POST_UPGRADE.md @@ -0,0 +1 @@ +This is a dummy disclaimer to display after upgrades diff --git a/doc/notifications/PRE_INSTALL.md b/doc/notifications/PRE_INSTALL.md new file mode 100644 index 0000000..eb3ab3a --- /dev/null +++ b/doc/notifications/PRE_INSTALL.md @@ -0,0 +1 @@ +This is a dummy disclaimer to display prior to the install diff --git a/doc/notifications/PRE_INSTALL_fr.md b/doc/notifications/PRE_INSTALL_fr.md new file mode 100644 index 0000000..4a02cd5 --- /dev/null +++ b/doc/notifications/PRE_INSTALL_fr.md @@ -0,0 +1 @@ +Ceci est un faux disclaimer à présenter avant l'installation diff --git a/doc/notifications/PRE_UPGRADE.md b/doc/notifications/PRE_UPGRADE.md new file mode 100644 index 0000000..780fc15 --- /dev/null +++ b/doc/notifications/PRE_UPGRADE.md @@ -0,0 +1 @@ +This is a dummy disclaimer to display prior to any upgrade diff --git a/manifest.toml b/manifest.toml index 310b1c3..7146a92 100644 --- a/manifest.toml +++ b/manifest.toml @@ -23,7 +23,7 @@ cpe = "???" fund = "???" [integration] -yunohost = ">= 11.0.0" +yunohost = ">= 11.1.0" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"] architectures = "all" multi_instance = true