From f22cc700109a77d0d157661c4db7cc5014b9c9a0 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sat, 20 Nov 2021 18:17:35 +0100 Subject: first commit --- app/genealogy/.gitignore | 1 + app/genealogy/README.md | 8 +++++++ app/genealogy/index.php | 49 +++++++++++++++++++++++++++++++++++++++ icns/familine-camera-wrapper.png | Bin 0 -> 1598 bytes icns/familine-camera-wrapper.svg | 23 ++++++++++++++++++ icns/familine-camera.png | Bin 0 -> 906 bytes icns/familine-docs.png | Bin 0 -> 21215 bytes icns/familine-help.png | Bin 0 -> 24615 bytes icns/familine-money.png | Bin 0 -> 26639 bytes icns/familine-movies.png | Bin 0 -> 17297 bytes icns/familine-photos.png | Bin 0 -> 57920 bytes icns/familine-recall.png | Bin 0 -> 549 bytes icns/familine-recall.svg | 11 +++++++++ icns/familine-review.png | Bin 0 -> 447 bytes icns/familine-share.png | Bin 0 -> 22580 bytes icns/familine-you.png | Bin 0 -> 35746 bytes icns/familine.png | Bin 0 -> 47232 bytes 17 files changed, 92 insertions(+) create mode 100644 app/genealogy/.gitignore create mode 100644 app/genealogy/README.md create mode 100644 app/genealogy/index.php create mode 100644 icns/familine-camera-wrapper.png create mode 100644 icns/familine-camera-wrapper.svg create mode 100644 icns/familine-camera.png create mode 100644 icns/familine-docs.png create mode 100644 icns/familine-help.png create mode 100644 icns/familine-money.png create mode 100644 icns/familine-movies.png create mode 100644 icns/familine-photos.png create mode 100644 icns/familine-recall.png create mode 100644 icns/familine-recall.svg create mode 100644 icns/familine-review.png create mode 100644 icns/familine-share.png create mode 100644 icns/familine-you.png create mode 100644 icns/familine.png diff --git a/app/genealogy/.gitignore b/app/genealogy/.gitignore new file mode 100644 index 0000000..c8c6761 --- /dev/null +++ b/app/genealogy/.gitignore @@ -0,0 +1 @@ +private \ No newline at end of file diff --git a/app/genealogy/README.md b/app/genealogy/README.md new file mode 100644 index 0000000..ccb30fc --- /dev/null +++ b/app/genealogy/README.md @@ -0,0 +1,8 @@ +# Familine Recall + +* Chemin d'installation attendu : `/mnt/familine/app/genealogy` + +## Installation +1. Copiez les fichiers dans le dossier `/mnt/familine/app/genealogy` +3. Configurez votre serveur Web pour pointer le sous-domaine `genealogy.` vers Familine Recall +4. C'est prêt ! \ No newline at end of file diff --git a/app/genealogy/index.php b/app/genealogy/index.php new file mode 100644 index 0000000..f944d59 --- /dev/null +++ b/app/genealogy/index.php @@ -0,0 +1,49 @@ + + + + + + + + Familine Help + + + + + + + + + +
+

Centre d'aide de Familine

+

Obtenez de l'aide avec Familine, rapidement et simplement. Pour commencer, choisissez la catégorie correspondante à votre question.

+ +
+ + + \ No newline at end of file diff --git a/icns/familine-camera-wrapper.png b/icns/familine-camera-wrapper.png new file mode 100644 index 0000000..86e0c3f Binary files /dev/null and b/icns/familine-camera-wrapper.png differ diff --git a/icns/familine-camera-wrapper.svg b/icns/familine-camera-wrapper.svg new file mode 100644 index 0000000..7bcee6b --- /dev/null +++ b/icns/familine-camera-wrapper.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + diff --git a/icns/familine-camera.png b/icns/familine-camera.png new file mode 100644 index 0000000..85dd681 Binary files /dev/null and b/icns/familine-camera.png differ diff --git a/icns/familine-docs.png b/icns/familine-docs.png new file mode 100644 index 0000000..f038943 Binary files /dev/null and b/icns/familine-docs.png differ diff --git a/icns/familine-help.png b/icns/familine-help.png new file mode 100644 index 0000000..a376e97 Binary files /dev/null and b/icns/familine-help.png differ diff --git a/icns/familine-money.png b/icns/familine-money.png new file mode 100644 index 0000000..d89846e Binary files /dev/null and b/icns/familine-money.png differ diff --git a/icns/familine-movies.png b/icns/familine-movies.png new file mode 100644 index 0000000..4c71f0a Binary files /dev/null and b/icns/familine-movies.png differ diff --git a/icns/familine-photos.png b/icns/familine-photos.png new file mode 100644 index 0000000..9a9b8b1 Binary files /dev/null and b/icns/familine-photos.png differ diff --git a/icns/familine-recall.png b/icns/familine-recall.png new file mode 100644 index 0000000..9e55364 Binary files /dev/null and b/icns/familine-recall.png differ diff --git a/icns/familine-recall.svg b/icns/familine-recall.svg new file mode 100644 index 0000000..dd35ccd --- /dev/null +++ b/icns/familine-recall.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/icns/familine-review.png b/icns/familine-review.png new file mode 100644 index 0000000..af4940d Binary files /dev/null and b/icns/familine-review.png differ diff --git a/icns/familine-share.png b/icns/familine-share.png new file mode 100644 index 0000000..ddc3920 Binary files /dev/null and b/icns/familine-share.png differ diff --git a/icns/familine-you.png b/icns/familine-you.png new file mode 100644 index 0000000..8b17628 Binary files /dev/null and b/icns/familine-you.png differ diff --git a/icns/familine.png b/icns/familine.png new file mode 100644 index 0000000..86960a5 Binary files /dev/null and b/icns/familine.png differ -- cgit