aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/policies/privacy/index.php
blob: 99159edc96a9fc98525a75ca4beba6e7ce559e10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?php
define('HLANG', true);
define('ALIGNMENT', 'Center');
require '../../../../langs.php';

$dictionary = read_translation_file($locale, array('about/policies/privacy', 'common_footer'));
$rtl = is_locale_rtl($locale);

?><!DOCTYPE html>
<html <?php echo $rtl ? 'dir="rtl"' : 'dir="ltr"'?> lang="<?php echo $locale; ?>">
<head>
    <meta charset="utf-8">
    <title><?php _g('Privacy policy')?></title>
    <meta name="description" content="<?php _g('Privacy policy')?>">
    <?php include '../../../../analytics.php'; ?>
    <?php echo common_header(); ?>
</head>
<body class="about" <?php echo $rtl ? 'style="text-align: right;"' : ''?>>
    <?php echo $hsnav; ?>
    <h1 id="mgnavt"><?php _g('Policies')?></h1>
    <div id="doc" class="yui-t7">
        <div id="bd" role="main">
            <div class="yui-g">
                <div class="para donate">
                    <?php
_g('Privacy policy', null, 'h2');

echo '<p>';
_g("Collected data is needed to authenticate and use Mageia's online resources.", null, ' ');
_g("Mageia.Org has declared the collection of that data to an independent administrative authority %s (reference number 1749459 v 0).", array('<a href="https://www.cnil.fr/">CNIL</a>'), ' ');
echo '</p><p>';
_g("In compliance with %sArticles 39%s and following of the French Data Protection Act no. 78-17 of 6 January 1978, as amended by Act no. 2004-801 of 6 August 2004, you are entitled to access and modify your personal data.",
array('<a href="https://www.legifrance.gouv.fr/affichTexteArticle.do?cidTexte=JORFTEXT000000886460&idArticle=LEGIARTI000006528143&dateTexte=20160614&categorieLien=id#LEGIARTI000006528143">', '</a>'));
echo '</p><p>';
_g("You can review and modify the personal information you previously provided by logging in at %s and making any necessary changes.", array('<a href="https://identity.mageia.org">identity.mageia.org</a>'), ' ');
_g("All fields except the user ID can be altered.");
echo '</p>';
_g("If you wish to obtain or modify data not available through %s, or if you have any queries, please contact the Board of the Mageia.Org association at %s.", array('<a href="https://identity.mageia.org">identity.mageia.org</a>', '<a href="mailto:board@group.mageia.org">board@group.mageia.org</a>'), 'p');

_g('More details', null, 'h2');
_g('Some explanation and less formal informations about privacy policy are available in our <a href="%s">wiki</a>.',
_r('https://wiki.mageia.org/en/Privacy_policy'), 'p');
?>
                </div>
            </div>
        </div>
    </div>
<?php echo common_footer($locale); ?>
</body>
</html>