mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-02 06:04:44 -04:00
added really simple privacy policy and install proccedure
This commit is contained in:
+21
@@ -38,5 +38,26 @@
|
||||
echo "<h2>" . _("Contact") . "</h2>";
|
||||
echo "##name## <br>";
|
||||
echo "##email## <br>";
|
||||
echo '<h2>' . _("Privacy Policy") . '</h2>';
|
||||
echo '<h3>' . _("General") . "</h3>";
|
||||
echo _("General
|
||||
Based on article 13 of the Swiss Federal Constitution and the and the data protection provisions of the Swiss Confederation
|
||||
(Federal Act on Data Protection, FADP), every person has the right to be protected against the misuse of their personal
|
||||
data and privacy. We stick to this law. Personal information is kept strictly confidential and will not passed or sold to third parties.
|
||||
") . "<br><br>";
|
||||
echo _("In collaboration with our hosting provider we try our best to protect our
|
||||
databases against access from third parties, losses, misuse or forgery.
|
||||
") . "<br><br>";
|
||||
echo _("If you access our websites, the following informations will be saved: IP-address, Date, Time, Browser queries,
|
||||
General informations about your browser, operating system and all search queries on the sites.
|
||||
This user data will be used for anonym user statistics to recognize trends and improve our content.
|
||||
") . "<br><br>";
|
||||
echo "<h3>" . _("Cookies") . "</h3>";
|
||||
echo _("This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience.
|
||||
In general, cookies are used to retain user preferences, store information for things like shopping carts,
|
||||
and provide anonymised tracking data to third party applications like Google Analytics.
|
||||
As a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others.
|
||||
The most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser
|
||||
or taking a look at the About Cookies website which offers guidance for all modern browsers");
|
||||
|
||||
Template::render_footer();
|
||||
|
||||
Reference in New Issue
Block a user