From 4622ccde9cf34b8518dc9507382fcd2d7eafcb0c Mon Sep 17 00:00:00 2001 From: Minteck Date: Mon, 14 Feb 2022 14:22:19 +0100 Subject: Add license notice --- .idea/copyright/MIT.xml | 6 + .idea/copyright/profiles_settings.xml | 7 + .idea/inspectionProfiles/Project_Default.xml | 16 + .idea/workspace.xml | 95 +- app/galaxy/css/bootstrap-grid.css | 28 +- app/galaxy/css/bootstrap-reboot.css | 29 +- app/galaxy/css/bootstrap.css | 28 +- app/galaxy/css/theme.css | 25 + app/galaxy/js/bootstrap.bundle.js | 29 +- app/galaxy/js/bootstrap.js | 29 +- app/galaxy/private/header.php | 24 + app/genealogy/dllib/jquery.flexdatalist.css | 25 + app/genealogy/dllib/jquery.flexdatalist.js | 25 + app/genealogy/index.php | 28 +- app/genealogy/me/index.php | 24 + app/genealogy/person/index.php | 24 + app/genealogy/private/header.php | 24 + app/genealogy/search/birth/data.json/index.php | 24 + app/genealogy/search/birth/results/index.php | 24 + app/genealogy/search/city/data.json/index.php | 24 + app/genealogy/search/city/results/index.php | 24 + app/genealogy/search/death/data.json/index.php | 24 + app/genealogy/search/death/results/index.php | 24 + app/genealogy/search/dept/data.json/index.php | 24 + app/genealogy/search/dept/results/index.php | 24 + app/genealogy/search/lastname/data.json/index.php | 24 + app/genealogy/search/lastname/results/index.php | 24 + app/genealogy/search/marriage/data.json/index.php | 24 + app/genealogy/search/marriage/results/index.php | 24 + app/genealogy/search/name/data.json/index.php | 24 + app/genealogy/search/name/results/index.php | 24 + app/genealogy/search/state/data.json/index.php | 24 + app/genealogy/search/state/results/index.php | 24 + app/genealogy/style/tree_maker.css | 25 + app/genealogy/styles/common.css | 25 + app/genealogy/styles/dark.css | 25 + app/genealogy/tree/index.php | 24 + app/genealogy/tree/mktree.php | 24 + app/session.php | 72 +- dark.css | 29 + debug/index.php | 24 + favicon.svg | 25 + icns/familine-camera-wrapper.svg | 25 + icns/familine-camera.svg | 25 + icns/familine-console.svg | 25 + icns/familine-docs.svg | 25 + icns/familine-galaxy.svg | 25 + icns/familine-help.svg | 25 + icns/familine-money.svg | 25 + icns/familine-movies.svg | 25 + icns/familine-photos.svg | 25 + icns/familine-planning.svg | 25 + icns/familine-recall.svg | 25 + icns/familine-review.svg | 25 + icns/familine-share.svg | 25 + icns/familine-you.svg | 25 + icns/familine.svg | 25 + icns/opus.svg | 25 + index.php | 24 + js/home.js | 25 + js/iframe.js | 25 + js/loading.js | 25 + js/navigation.js | 25 + js/statusbar.js | 27 +- known/index.php | 79 +- loader.svg | 25 + login/index.php | 24 + me/index.php | 24 + native.css | 25 + oauth/index.php | 26 +- private/session-noconf.php | 63 + private/session.php | 70 +- radio.css | 25 + radio.embed.css | 25 + sample.html | 25 + statusbar.php | 70 + styles.css | 25 + test/cookie/index.php | 24 + test/index.html | 25 + test/value/index.php | 24 + test/value/no/index.html | 25 + test/value/yes/index.html | 25 + version.txt | 2 +- welcome/01-account-dark.svg | 3665 +++++++++++++++++++++ welcome/01-account-light.svg | 3665 +++++++++++++++++++++ welcome/02-privacy-dark.svg | 163 + welcome/02-privacy-light.svg | 163 + welcome/03-devices-dark.svg | 174 + welcome/03-devices-light.svg | 174 + welcome/04-app-docs-dark.jpg | Bin 0 -> 311667 bytes welcome/04-app-docs-light.jpg | Bin 0 -> 318667 bytes welcome/05-app-help-dark.jpg | Bin 0 -> 88888 bytes welcome/05-app-help-light.jpg | Bin 0 -> 88909 bytes welcome/06-app-movies-dark.jpg | Bin 0 -> 162717 bytes welcome/06-app-movies-light.jpg | Bin 0 -> 143939 bytes welcome/07-app-photos-dark.jpg | Bin 0 -> 183174 bytes welcome/07-app-photos-light.jpg | Bin 0 -> 186270 bytes welcome/08-app-planning-dark.jpg | Bin 0 -> 187332 bytes welcome/08-app-planning-light.jpg | Bin 0 -> 187259 bytes welcome/09-app-recall-dark.jpg | Bin 0 -> 133201 bytes welcome/09-app-recall-light.jpg | Bin 0 -> 145936 bytes welcome/10-app-share-dark.jpg | Bin 0 -> 162988 bytes welcome/10-app-share-light.jpg | Bin 0 -> 152190 bytes welcome/11-app-yikes-dark.jpg | Bin 0 -> 78352 bytes welcome/11-app-yikes-light.jpg | Bin 0 -> 78222 bytes welcome/confirm/index.php | 47 + welcome/index.php | 415 +++ yt.php | 24 + 108 files changed, 10652 insertions(+), 143 deletions(-) create mode 100644 .idea/copyright/MIT.xml create mode 100644 .idea/copyright/profiles_settings.xml create mode 100644 .idea/inspectionProfiles/Project_Default.xml create mode 100644 private/session-noconf.php create mode 100644 welcome/01-account-dark.svg create mode 100644 welcome/01-account-light.svg create mode 100644 welcome/02-privacy-dark.svg create mode 100644 welcome/02-privacy-light.svg create mode 100644 welcome/03-devices-dark.svg create mode 100644 welcome/03-devices-light.svg create mode 100644 welcome/04-app-docs-dark.jpg create mode 100644 welcome/04-app-docs-light.jpg create mode 100644 welcome/05-app-help-dark.jpg create mode 100644 welcome/05-app-help-light.jpg create mode 100644 welcome/06-app-movies-dark.jpg create mode 100644 welcome/06-app-movies-light.jpg create mode 100644 welcome/07-app-photos-dark.jpg create mode 100644 welcome/07-app-photos-light.jpg create mode 100644 welcome/08-app-planning-dark.jpg create mode 100644 welcome/08-app-planning-light.jpg create mode 100644 welcome/09-app-recall-dark.jpg create mode 100644 welcome/09-app-recall-light.jpg create mode 100644 welcome/10-app-share-dark.jpg create mode 100644 welcome/10-app-share-light.jpg create mode 100644 welcome/11-app-yikes-dark.jpg create mode 100644 welcome/11-app-yikes-light.jpg create mode 100644 welcome/confirm/index.php create mode 100644 welcome/index.php diff --git a/.idea/copyright/MIT.xml b/.idea/copyright/MIT.xml new file mode 100644 index 0000000..8993a3a --- /dev/null +++ b/.idea/copyright/MIT.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..c1e2ebc --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..66fb6aa --- /dev/null +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,16 @@ + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7973b26..1fc2242 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,49 +2,41 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + - - - - - - - - - + + + + + + + + + + + + + + @@ -98,7 +110,11 @@ - + + + + + @@ -116,4 +132,7 @@ + + \ No newline at end of file diff --git a/app/galaxy/css/bootstrap-grid.css b/app/galaxy/css/bootstrap-grid.css index bf2181b..3f84daf 100644 --- a/app/galaxy/css/bootstrap-grid.css +++ b/app/galaxy/css/bootstrap-grid.css @@ -1,8 +1,26 @@ -/*! - * Bootstrap Grid v4.6.1 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) +/* + * MIT License + * + * Copyright (c) 2022- Minteck + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * */ html { box-sizing: border-box; diff --git a/app/galaxy/css/bootstrap-reboot.css b/app/galaxy/css/bootstrap-reboot.css index d317435..3f08dea 100644 --- a/app/galaxy/css/bootstrap-reboot.css +++ b/app/galaxy/css/bootstrap-reboot.css @@ -1,9 +1,26 @@ -/*! - * Bootstrap Reboot v4.6.1 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md) +/* + * MIT License + * + * Copyright (c) 2022- Minteck + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * */ *, *::before, diff --git a/app/galaxy/css/bootstrap.css b/app/galaxy/css/bootstrap.css index 9a54320..76c463f 100644 --- a/app/galaxy/css/bootstrap.css +++ b/app/galaxy/css/bootstrap.css @@ -1,8 +1,26 @@ -/*! - * Bootstrap v4.6.1 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors - * Copyright 2011-2021 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) +/* + * MIT License + * + * Copyright (c) 2022- Minteck + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * */ :root { --blue: #007bff; diff --git a/app/galaxy/css/theme.css b/app/galaxy/css/theme.css index 5c525a8..6be0e47 100644 --- a/app/galaxy/css/theme.css +++ b/app/galaxy/css/theme.css @@ -1,3 +1,28 @@ +/* + * MIT License + * + * Copyright (c) 2022- Minteck + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ + :root { --primary-color: #a32178; --shadow-color: rgba(255, 0, 221, 0.25); diff --git a/app/galaxy/js/bootstrap.bundle.js b/app/galaxy/js/bootstrap.bundle.js index f2df15a..e39c50f 100644 --- a/app/galaxy/js/bootstrap.bundle.js +++ b/app/galaxy/js/bootstrap.bundle.js @@ -1,8 +1,27 @@ -/*! - * Bootstrap v4.6.1 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */ +/* + * MIT License + * + * Copyright (c) 2022- Minteck + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('jquery')) : typeof define === 'function' && define.amd ? define(['exports', 'jquery'], factory) : diff --git a/app/galaxy/js/bootstrap.js b/app/galaxy/js/bootstrap.js index 4eb9985..a440626 100644 --- a/app/galaxy/js/bootstrap.js +++ b/app/galaxy/js/bootstrap.js @@ -1,8 +1,27 @@ -/*! - * Bootstrap v4.6.1 (https://getbootstrap.com/) - * Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors) - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */ +/* + * MIT License + * + * Copyright (c) 2022- Minteck + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ (function (global, factory) { typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('jquery'), require('popper.js')) : typeof define === 'function' && define.amd ? define(['exports', 'jquery', 'popper.js'], factory) : diff --git a/app/galaxy/private/header.php b/app/galaxy/private/header.php index f6920ee..949767b 100644 --- a/app/galaxy/private/header.php +++ b/app/galaxy/private/header.php @@ -1,4 +1,28 @@ personnes
  • $person) { if (isset($person["sex"])) { diff --git a/app/genealogy/me/index.php b/app/genealogy/me/index.php index 0168181..b9a81a5 100644 --- a/app/genealogy/me/index.php +++ b/app/genealogy/me/index.php @@ -1,4 +1,28 @@ + + diff --git a/icns/familine-camera-wrapper.svg b/icns/familine-camera-wrapper.svg index 65dc3f1..60b7454 100644 --- a/icns/familine-camera-wrapper.svg +++ b/icns/familine-camera-wrapper.svg @@ -1,4 +1,29 @@ + + diff --git a/icns/familine-camera.svg b/icns/familine-camera.svg index 44ac995..6ce7f3c 100644 --- a/icns/familine-camera.svg +++ b/icns/familine-camera.svg @@ -1,4 +1,29 @@ + + diff --git a/icns/familine-console.svg b/icns/familine-console.svg index d5dfdcd..0e79575 100644 --- a/icns/familine-console.svg +++ b/icns/familine-console.svg @@ -1,4 +1,29 @@ + + diff --git a/icns/familine-docs.svg b/icns/familine-docs.svg index 434a0e4..2d7039c 100644 --- a/icns/familine-docs.svg +++ b/icns/familine-docs.svg @@ -1,4 +1,29 @@ + + diff --git a/icns/familine-galaxy.svg b/icns/familine-galaxy.svg index 821fb1d..2006324 100644 --- a/icns/familine-galaxy.svg +++ b/icns/familine-galaxy.svg @@ -1,4 +1,29 @@ + + + + diff --git a/icns/familine-money.svg b/icns/familine-money.svg index 18382bc..cd6dc06 100644 --- a/icns/familine-money.svg +++ b/icns/familine-money.svg @@ -1,4 +1,29 @@ + + diff --git a/icns/familine-movies.svg b/icns/familine-movies.svg index cdf031f..496edec 100644 --- a/icns/familine-movies.svg +++ b/icns/familine-movies.svg @@ -1,4 +1,29 @@ + + + + + + + + diff --git a/icns/familine-review.svg b/icns/familine-review.svg index ff4b1b1..239cc37 100644 --- a/icns/familine-review.svg +++ b/icns/familine-review.svg @@ -1,4 +1,29 @@ + + diff --git a/icns/familine-share.svg b/icns/familine-share.svg index 8571df0..b741d08 100644 --- a/icns/familine-share.svg +++ b/icns/familine-share.svg @@ -1,4 +1,29 @@ + + diff --git a/icns/familine-you.svg b/icns/familine-you.svg index 77e2cd9..3c42d83 100644 --- a/icns/familine-you.svg +++ b/icns/familine-you.svg @@ -1,4 +1,29 @@ + + diff --git a/icns/familine.svg b/icns/familine.svg index 485c463..41b3b01 100644 --- a/icns/familine.svg +++ b/icns/familine.svg @@ -1,4 +1,29 @@ + + diff --git a/icns/opus.svg b/icns/opus.svg index 7764b8b..2af84a2 100644 --- a/icns/opus.svg +++ b/icns/opus.svg @@ -1,4 +1,29 @@ + + diff --git a/index.php b/index.php index 0518f44..bdd2445 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,28 @@ { window.fetch("/app/radio/song.php").then((raw) => { raw.text().then((text) => { diff --git a/js/iframe.js b/js/iframe.js index a031872..cef322b 100644 --- a/js/iframe.js +++ b/js/iframe.js @@ -1,3 +1,28 @@ +/* + * MIT License + * + * Copyright (c) 2022- Minteck + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ + function iframeURLChange(iframe, callback) { var unloadHandler = function () { setTimeout(function () { diff --git a/js/loading.js b/js/loading.js index b3970de..8ec124e 100644 --- a/js/loading.js +++ b/js/loading.js @@ -1,3 +1,28 @@ +/* + * MIT License + * + * Copyright (c) 2022- Minteck + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ + document.onreadystatechange = function(e) { if (document.readyState == "interactive") { var all = document.getElementsByTagName("*"); diff --git a/js/navigation.js b/js/navigation.js index b4d1dbe..241f6fe 100644 --- a/js/navigation.js +++ b/js/navigation.js @@ -1,3 +1,28 @@ +/* + * MIT License + * + * Copyright (c) 2022- Minteck + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ + window.addEventListener('load', () => { document.getElementById('loading').style.display = "none"; }) diff --git a/js/statusbar.js b/js/statusbar.js index 7391a49..b13c4f0 100644 --- a/js/statusbar.js +++ b/js/statusbar.js @@ -1,4 +1,29 @@ +/* + * MIT License + * + * Copyright (c) 2022- Minteck + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in all + * copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + * SOFTWARE. + * + */ + window.addEventListener("load", () => { - window.fetch("/statusbar.php").then((a) => {a.text().then((b) => {document.body.innerHTML=document.body.innerHTML+b})}); + window.fetch("/statusbar.php").then((a) => {a.text().then((b) => {document.body.innerHTML=document.body.innerHTML+b;document.getElementById("statusbar").classList.add("desktop");})}); $(".progress").fadeOut("slow"); }) \ No newline at end of file diff --git a/known/index.php b/known/index.php index 04c49cc..fdb5e99 100644 --- a/known/index.php +++ b/known/index.php @@ -1,4 +1,28 @@

    Problèmes connus avec Familine

    Familine est une suite de logiciels intégrés les uns avec les autres de façon à former un uniforme parfait. Malheureusement, aucun logiciel n'est complet et fiable à 100%. Cette page liste les principaux problèmes connus avec les différentes applications de Familine.

    +

    Aucun problème connu n'est actuellement référencé. Si vous rencontrez un problème, vous pouvez contacter les administrateurs pour le signaler.

    + + + + + ' : "" ?> + $ = require(\'jquery\');jQuery = require(\'jquery\');' : '' ?> + + + + + +
    + +
    + +
    +

    +

    Bienvenue !

    +

    Vous y êtes enfin ! Bienvenue sur Familine !

    +
    +
    Familine, c'est une multitude de services qui vous attend
    + Pages + Aide + Films + Photos + Planning + Généalogie + Partage + Discussions +

    Pages · Aide · Films · Photos · Planning · Généalogie · Partage · Discussions

    +
    +
    + +
    +
    +
    +
    +

    Un compte... tout Familine

    +

    Avec seulement votre compte Familine, vous avez accès à une multitude de services tous interconnectés les uns avec les autres.

    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Une sécurité sur tous les points

    +

    Ce qui est dans la famille doit le rester. Aucune des données présentes sur Familine n'est accessible au public, l'utilisation d'un compte est obligatoire.

    +

    De plus, certaines données strictement personnelles sont accessibles par vous et seulement par vous.

    +
    +
    +
    +
    + +
    +
    +
    +
    +

    N'importe où, n'importe quand

    +

    Où que vous vous trouvez dans le monde, depuis n'importe quel appareil, et à n'importe quelle heure de la journée, Familine reste accessible pour vous et toute la famille.

    +

    (Familine n'est pas accessible en Chine)

    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    Ce n'est pas tout ...

    +
    Voici ce qui vous attend sur Familine
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Pages

    +

    En quelques clics, vous accédez à des centaines d'informations concernant les membres de notre famille, écrites par notre famille pour notre famille.

    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Aide

    +

    Vous obtenez de l'aide facilement et rapidement et pouvez même contacter un technicien au besoin ; vous ne serez jamais laissé à l'abandon.

    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Films

    +

    La famille produit des films depuis des années, et vous pouvez désormais les regarder en ligne, même sans le support original.

    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Photos

    +

    La photo est un moyen d'expression vivant et actif. Familine vous propose de consulter une énorme galerie de photos de grande qualité.

    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Planning

    +

    Organiser des événements et garder la trace des invités peut parfois être difficile. Familine rend ça plus facile, et vous permet aussi d'être à l'heure sur votre programme.

    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Généalogie

    +

    Un énorme travail de généalogie a été effectué par la famille, et Familine le met maintenant à disposition de toute la famille. Consultez facilement et rapidement des informations sur vos ancêtres.

    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    +
    +

    Partage

    +

    Partager des fichiers s'avère complexe, n'est-ce pas ? Familine rend ça facile, rapide et sécurisé, que vous vouliez partager avec des membres de la famille ou avec d'autres personnes.

    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Discussions

    +

    Discuter avec un membre de la famille dont nous n'avons aucun contact peut être compliqué. Familine vous propose de communiquer avec tous les utilisateurs dans un endroit centralisé.

    +
    +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +

    Alors ?

    +
    Prêt à commencer l'aventure ?
    + " type="button" class="btn btn-success">Continuer vers l'accueil de Familine +

    En continuant, vous certifiez avoir lu et accepté les conditions générales d'utilisation ainsi que la politique de confidentialité.

    +
    +
    + + + + + + + + + diff --git a/yt.php b/yt.php index ec5107e..9f560ad 100644 --- a/yt.php +++ b/yt.php @@ -1,4 +1,28 @@