Move information to disclaimers
This commit is contained in:
parent
7d05d3ebab
commit
c907e86489
@ -22,6 +22,7 @@ Néanmoins, les désactiver (par le biais de votre butineur par exemple) n’alt
|
||||
La patte graphique du site est due au thème [pelican-clean-blog](https://github.com/gilsondev/pelican-clean-blog/) qui repose sur
|
||||
[bootstrap](https://getbootstrap.com/) (v.3.3.0), qui pourrait utiliser du javascript (qui est auto-hébergé).
|
||||
Les polices chargées depuis un site tiers ont été désactivées, et toutes les communications sont chiffrées via SSL (TLS 1.2) à l’aide de [Let’s Encrypt](https://letsencrypt.org/).
|
||||
Le site est généré par [pelican](https://blog.getpelican.com/), et les sources sont disponibles [ici](https://git.epheme.re/fmouhart/blog).
|
||||
|
||||
Les données personnelles récoltées (notamment les adresses IP) sont gérées par [matomo](https://matomo.org/) qui respecte le [règlement général sur la protection des données](https://matomo.org/blog/2017/09/gdpr-potential-consequences-matomo/).
|
||||
|
||||
|
@ -7,6 +7,7 @@ slug: disclaimers
|
||||
Lang: en
|
||||
---
|
||||
|
||||
|
||||
This is a **personal** blog edited by Fabrice Mouhartem.
|
||||
The opinions expressed here represent _my own and not those of my present or past employers_ and do not reflect my professional activities unless stated otherwise.
|
||||
Professional-related contents are in [fmouhart.epheme.re](https://epheme.re).
|
||||
@ -20,6 +21,7 @@ All inquiries should be sent by email at <img style="height:2em" src="/images/me
|
||||
This website uses tracking cookies for analytic purposes (on the same server). However, disabling them don't alter the functionality of the website.
|
||||
This website design is based on the [pelican-clean-blog](https://github.com/gilsondev/pelican-clean-blog/) which relies on the [bootstrap](https://getbootstrap.com/) framework (v.3.3.0), which may use some piece of javascript (that is self-hosted).
|
||||
Moreover, third-party fonts have been disabled, and all communications are encrypted using SSL (TLS 1.2) using [Let's Encrypt](https://letsencrypt.org/).
|
||||
This website is generated by [pelican](https://blog.getpelican.com/) and all sources are available [here](https://git.epheme.re/fmouhart/blog).
|
||||
|
||||
Personal data (namely IP address) is managed using [matomo](https://matomo.org) which respects the [General Data Protection Regulation](https://matomo.org/blog/2017/09/gdpr-potential-consequences-matomo/).
|
||||
|
||||
|
@ -1,7 +1,4 @@
|
||||
<p class="copyright"><a href="/fr/pages/disclaimers.html">Mentions légales et mises en garde</a>
|
||||
<p class="copyright"><a href="/fr/pages/disclaimers.html">mentions légales et informationss techniques</a></p>
|
||||
<p class="copyright text-muted">
|
||||
Ce blog est propulsé par <a href="http://getpelican.com">Pelican</a> avec une variante du thème <a href="https://github.com/gilsondev/pelican-clean-blog/">clean blog</a>,
|
||||
qui est codé en <a href="http://python.org">Python</a>. <br />
|
||||
Le code source est disponible <a href=https://git.epheme.re/fmouhart/blog>par là</a>, et le blog repose sur <a href="https://matomo.org/">matomo</a> pour des statistiques.<br/>
|
||||
Ce blog utilise <a href="https://matomo.org/">matomo</a> pour des statistiques.
|
||||
</p>
|
||||
|
||||
|
@ -1,6 +1,4 @@
|
||||
<p class="copyright"><a href="/pages/disclaimers.html">Disclaimers</a>
|
||||
<p class="copyright text-muted"><a href="/pages/disclaimers.html">disclaimers and technical information</a></p>
|
||||
<p class="copyright text-muted">
|
||||
Blog powered by <a href="http://getpelican.com">Pelican</a> with (a variant of) <a href="https://github.com/gilsondev/pelican-clean-blog/">clean blog</a> theme,
|
||||
which take great advantage of <a href="http://python.org">Python</a>. <br />
|
||||
The source code is available <a href=https://git.epheme.re/fmouhart/blog>here</a>, and the blog relies on <a href="https://matomo.org/">matomo</a> for analytics.<br/>
|
||||
This blog relies on <a href="https://matomo.org/">matomo</a> for analytics.
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user