LifePex/src/views/about.slim

42 lines
1.1 KiB
Plaintext

.container
h1
| About LifePex
p
| Lifepex is a free software under GPL-3 license, which means you are allowed to
read, modify, and redistribute the software only if you are doing it under the same
license.
br
| The source code is available on the  
a href="https://git.sceptique.eu/Sceptique/LifePex"
| sceptique git forge
|.
p
| This website is served by myself (Sceptique) for free.
I engage my honor to do never read or modify personnal data you may have put on
the server, and do my best to ensure its security.
You should look at the code source if you want to audit it.
h2
| GDPR
p
| In case you want to take a look at your data or want to delete it, I may in the futur
provide a feature for do it yourself.
Meanwhile you can still drop me an issue or a message on  
strong
| irc.sceptique.eu
|  
i
| #lifepex.
a.btn.btn-success(href="/api/user-pex/v1/export.csv")
| Export as CSV
h2
| Service version
p
| Code version: #{LifePex::CODE_VERSION}
p
| Last update: #{LifePex::CODE_DATE}