From f94769b15f8e4574b55dc8b2169b57a3e381222a Mon Sep 17 00:00:00 2001 From: Sylvain Date: Thu, 28 Mar 2024 22:15:04 +0100 Subject: [PATCH] Update documentation --- doc/DESCRIPTION.md | 7 ++++++- doc/DESCRIPTION_fr.md | 6 ++++++ doc/PRE_INSTALL.md | 1 + doc/PRE_INSTALL_fr.md | 1 + 4 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 doc/DESCRIPTION_fr.md create mode 100644 doc/PRE_INSTALL.md create mode 100644 doc/PRE_INSTALL_fr.md diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 9f1112a..2ae5585 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -1 +1,6 @@ -Photo and video backup solution directly from your mobile phone \ No newline at end of file +Self-hosted photo and video management solution. + +### Features + +- Simple-to-use backup tool with a native mobile app that can view photos and videos efficiently ; +- Easy-to-use and friendly interface ; diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..c49faea --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1,6 @@ +Solution d'autohébergement pour a gestion de vos photos et vidéos. + +### Caractéristiques + +- Sauvegarde depuis l'applicaton mobile qui permet également de visualiser efficacement photos et vidéos ; +- Interface conviviale et egronomique ; diff --git a/doc/PRE_INSTALL.md b/doc/PRE_INSTALL.md new file mode 100644 index 0000000..29e9b5c --- /dev/null +++ b/doc/PRE_INSTALL.md @@ -0,0 +1 @@ +As the pyhton version shipped in Debian stable is not always supported, a recent version could be built during the installation process. It may take a while to achieve that (15 to 60 minutes). diff --git a/doc/PRE_INSTALL_fr.md b/doc/PRE_INSTALL_fr.md new file mode 100644 index 0000000..112cf44 --- /dev/null +++ b/doc/PRE_INSTALL_fr.md @@ -0,0 +1 @@ +Comme la version python livrée dans Debian stable n'est pas toujours prise en charge, une version récente pourrait être construite pendant le processus d'installation. Cela peut prendre un certain temps pour y parvenir (15 à 60 minutes).