mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
commit
b00dfe0000
@ -70,6 +70,11 @@ Offen is created by [Frederik Ring](https://www.frederikring.com/) and [Hendrik
|
|||||||
|
|
||||||
We are happy to work with [NLnet Foundation,](https://nlnet.nl/) which actively supports our efforts as part of its [Next Generation Internet](https://nlnet.nl/NGI/) initiative.
|
We are happy to work with [NLnet Foundation,](https://nlnet.nl/) which actively supports our efforts as part of its [Next Generation Internet](https://nlnet.nl/NGI/) initiative.
|
||||||
|
|
||||||
|
### Beyond Offen
|
||||||
|
|
||||||
|
Taking Offen as a reference point, we are proposing a standard named [analytics.txt](https://www.analyticstxt.org/) that allows websites and services to disclose information about their use of analytics software and user tracking.
|
||||||
|
|
||||||
|
Furthermore, we have outlined a new [protocol](https://offen.github.io/protocol/) that supports the discoverable exchange of data over a single HTTP endpoint.
|
||||||
|
|
||||||
### Contact
|
### Contact
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ For data to be collected you need to opt in first. [You can do this in the conse
|
|||||||
Only page views, sessions, referrer and visited URLs are collected. From this, other metrics such as the bounce rate are calculated.
|
Only page views, sessions, referrer and visited URLs are collected. From this, other metrics such as the bounce rate are calculated.
|
||||||
|
|
||||||
#### What data isn't collected?
|
#### What data isn't collected?
|
||||||
Location data, device information and engagement are not collected. There are also no fingerprinting technologies in use.
|
Device information and engagement are not collected. There are also no fingerprinting technologies in use.
|
||||||
|
|
||||||
#### How is my data handled?
|
#### How is my data handled?
|
||||||
Your usage data is encrypted end-to-end. It will be automatically deleted after 6 months. You can delete your usage data yourself at any time.
|
Your usage data is encrypted end-to-end. It will be automatically deleted after 6 months. You can delete your usage data yourself at any time.
|
||||||
|
@ -245,7 +245,7 @@ LAYOUT
|
|||||||
}
|
}
|
||||||
.stackbox-30 {
|
.stackbox-30 {
|
||||||
z-index : 140;
|
z-index : 140;
|
||||||
top: 36rem;
|
top: 37rem;
|
||||||
left: calc(100% - 27rem)
|
left: calc(100% - 27rem)
|
||||||
}
|
}
|
||||||
.stackbox-40 {
|
.stackbox-40 {
|
||||||
@ -255,7 +255,7 @@ LAYOUT
|
|||||||
}
|
}
|
||||||
.stackbox-50 {
|
.stackbox-50 {
|
||||||
z-index : 148;
|
z-index : 148;
|
||||||
top: 73.8rem;
|
top: 75rem;
|
||||||
left: calc(100% - 27rem)
|
left: calc(100% - 27rem)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -273,7 +273,7 @@ LAYOUT
|
|||||||
left: 29rem;
|
left: 29rem;
|
||||||
}
|
}
|
||||||
.stackbox-40 {
|
.stackbox-40 {
|
||||||
top: 55rem;
|
top: 50rem;
|
||||||
left: 6rem;
|
left: 6rem;
|
||||||
}
|
}
|
||||||
.stackbox-50 {
|
.stackbox-50 {
|
||||||
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 230 KiB After Width: | Height: | Size: 210 KiB |
@ -341,12 +341,12 @@
|
|||||||
<p class="ma0">
|
<p class="ma0">
|
||||||
<a class="link b dim gray" href="{{ TWITTER_URL }}" rel="noopener" target="_blank">Twitter</a>
|
<a class="link b dim gray" href="{{ TWITTER_URL }}" rel="noopener" target="_blank">Twitter</a>
|
||||||
</p>
|
</p>
|
||||||
<p class="ma0">
|
|
||||||
<a class="link b dim gray" href="{{ MASTODON_URL }}" rel="noopener" target="_blank">Mastodon</a>
|
|
||||||
</p>
|
|
||||||
<p class="ma0 mt2">
|
<p class="ma0 mt2">
|
||||||
<a class="link b dim gray" href="/legal-privacy/">Legal & Privacy</a>
|
<a class="link b dim gray" href="/legal-privacy/">Legal & Privacy</a>
|
||||||
</p>
|
</p>
|
||||||
|
<p class="ma0">
|
||||||
|
<a class="link b dim gray" href="{{ OFFEN_AUDITORIUM_URL }}" rel="noopener" target="_blank">Access your usage data</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-25-l mt3 tr-l">
|
<div class="w-25-l mt3 tr-l">
|
||||||
{{ BUILD_DATE | strftime('%B %Y') }}
|
{{ BUILD_DATE | strftime('%B %Y') }}
|
||||||
|
@ -166,7 +166,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="w-80 mt4">
|
<div class="w-80 mt4">
|
||||||
<p class="ma0 ml3">
|
<p class="ma0 ml3">
|
||||||
Self host <i>Offen in compliance with GDPR guidelines.</i>
|
Self host <i>Offen while protecting your users' data.</i>
|
||||||
</p>
|
</p>
|
||||||
<p class="ma0 ml3 mt4">
|
<p class="ma0 ml3 mt4">
|
||||||
<i>Integrate the</i> code snippet <i>into pages you want to track.</i>
|
<i>Integrate the</i> code snippet <i>into pages you want to track.</i>
|
||||||
|
Loading…
Reference in New Issue
Block a user