mirror of
https://github.com/offen/website.git
synced 2024-11-25 02:10:26 +01:00
Updates website
This commit is contained in:
parent
3c6e58bc8e
commit
3765c1bdbc
@ -1,6 +1,6 @@
|
||||
title: Reach maturity
|
||||
description: An outline of how we intend to proceed with the individual Offen components.
|
||||
date: 2024-05-29
|
||||
date: 2024-07-03
|
||||
slug: reach-maturity
|
||||
url: /blog/reach-maturity/
|
||||
sitemap_priority: 0.6
|
||||
@ -31,7 +31,7 @@ Offen Fair Web Analytics has always been intended as a fair, self-hosted alterna
|
||||
|
||||
In 2019, we started working on the core analytics tool and have added more tools like the Offen Protocol and Offen Consent Tool over the years. We were generously supported in this project by [NLNet Foundation](https://nlnet.nl/) as part of its [Next Generation Internet](https://nlnet.nl/NGI/) initiative. Among other things, they really helped us to refine and further develop our ideas.
|
||||
|
||||
Now, in the summer of 2024, all Offen tools have reached maturity. This is good news because we are more convinced than ever they make the web a better place. Here is an outline of how we intend to proceed with the individual components.
|
||||
Now, in summer of 2024, all Offen tools have reached maturity. This is good news because we are more convinced than ever they make the web a better place. Here is an outline of how we intend to proceed with the individual components.
|
||||
|
||||
#### *[Offen Fair Web Analytics](https://www.offen.dev/#bg-explainer)*
|
||||
|
||||
@ -73,7 +73,7 @@ And as we will continue to maintain OFWA we definitely need your continued suppo
|
||||
|
||||
### offen.software
|
||||
|
||||
Now some may be wondering what comes after Offen for us.
|
||||
Now some may be wondering what comes after Offen Fair Web Analytics for us.
|
||||
|
||||
In a nutshell, we want to continue to support change-makers by providing them with independent, fair and customized software that meets the highest standards of transparency, integrity and data protection.
|
||||
|
||||
|
@ -6,7 +6,7 @@ sitemap_priority: 0.3
|
||||
|
||||
# About
|
||||
|
||||
Hi, we are [Frederik Ring](https://www.frederikring.com/) and [Hendrik Niefeld.](http://niefeld.com/) We want to make the web a better place. Here are a few tools we have developed that may help with this.
|
||||
Hi, we are [Frederik Ring](https://www.frederikring.com/) and [Hendrik Niefeld.](https://niefeld.com/) We want to make the web a better place. Here are a few tools we have developed that may help with this.
|
||||
|
||||
#### *[Offen Fair Web Analytics](/#bg-explainer)*
|
||||
|
||||
@ -31,8 +31,6 @@ A lightweight solution for managing user consent on websites. [Learn more](/blog
|
||||
|
||||
It has a ring, gives a slight spine-chilling sensation and generates a whole lot of clicks: consumer magazines like German "Computer Bild" caution about ["Google espionage"](https://www.computerbild.de/artikel/cb-Ratgeber-Kurse-Wissen-Was-weiss-Google-ueber-Sie-2799009.html) just like the internet has countless tutorials on turning off numerous ["data leeches"](https://praxistipps.chip.de/datenkrake-windows-10-so-schalten-sie-auffaellige-funktionen-ab_99652). Interestingly, diving into these realms will have you accidentally catching the next toolbar, malware infection or [even worse](https://blog.malwarebytes.com/cybercrime/2012/10/pick-a-download-any-download/).
|
||||
|
||||
Yet, many internet users still do not know what really is happening to their data. Public relation activities trying to calm the public - as recently undertaken by Facebook [for example](https://www.zeit.de/digital/datenschutz/2019-01/social-media-facebook-mark-zuckerberg-ads-privacy-business-model-transparency) - end up being rather disturbing instead of creating transparency or adding any value to the public debate. Denelle Dixon, COO of Mozilla, just publicly [warned the European Commission](https://blog.mozilla.org/blog/2019/01/31/mozilla-raises-concerns-over-facebooks-lack-of-transparency/) about the dangerous effects an opaque apparatus such as Facebook can have on society. Updated Terms and Conditions only parenthetically mention that newly created Google accounts will now hand over real names to third parties for [advertising purposes](https://www.propublica.org/article/google-has-quietly-dropped-ban-on-personally-identifiable-web-tracking).
|
||||
|
||||
<div class="flex justify-end pb5">
|
||||
<img class="smaller-image" alt="Detour" src="/theme/images/gfx-deepdive-A.png"/>
|
||||
</div>
|
||||
@ -91,3 +89,16 @@ We are happy to work with [NLnet Foundation,](https://nlnet.nl/) which actively
|
||||
|
||||
[hioffen@posteo.de](mailto:hioffen@posteo.de)
|
||||
[PGP Key](/theme/74B041E23DB29D552644CEB1B18C633D6967FE3F.asc)
|
||||
|
||||
|
||||
---
|
||||
|
||||
### offen.software
|
||||
|
||||
From summer 2024, all Offen tools have reached maturity. Now some may wonder what lies ahead of us next.
|
||||
|
||||
In a nutshell, we want to continue to support change-makers by providing them with independent, fair and customized software that meets the highest standards of transparency, integrity and data protection.
|
||||
|
||||
That is why we have a [new presence as a development outfit.](https://www.offen.software/)
|
||||
|
||||
Based in Berlin, we're a small, reliable and well-rehearsed team of seniors that can take care of your software project from initial brainstorming to going live. Working fully open source, we value simple, resilient and accessible tools that are effortless to run and everyone can use, reuse and benefit from. 🙂 [Book a call.](https://cal.com/offen-software/30min?user=offen-software)
|
||||
|
@ -92,11 +92,9 @@ DECORATE_CONTENT = {
|
||||
}
|
||||
|
||||
GITHUB_REPO = 'https://github.com/offen/offen'
|
||||
ROADMAP = 'https://github.com/offen/offen/projects/1'
|
||||
CONTACT_EMAIL = 'hioffen@posteo.de'
|
||||
PGP_KEY_FILE = '74B041E23DB29D552644CEB1B18C633D6967FE3F.asc'
|
||||
PATREON_URL = 'https://www.patreon.com/offen'
|
||||
LINKEDIN_URL = 'https://www.linkedin.com/company/hioffen'
|
||||
MASTODON_URL = 'https://fosstodon.org/@offen'
|
||||
RELEASE_DIRECT_URL = 'https://get.offen.dev'
|
||||
DOCKER_DIRECT_URL = 'https://hub.docker.com/r/offen/offen'
|
||||
|
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% set title = 'Fair Analytics Blog | Offen' %}
|
||||
{% set description = 'We are Frederik and Hendrik. Here we post about how we are building a fair and open web analytics tool and what we discovered along the way.' %}
|
||||
{% set description = 'We are Frederik and Hendrik. Here we posted about how we set up a fair and open web analytics tool and what we discovered along the way.' %}
|
||||
{% set href = 'blog/' %}
|
||||
{% set no_stats = False %}
|
||||
{% set template = 'archives' %}
|
||||
@ -15,7 +15,7 @@
|
||||
</h1>
|
||||
<div class="w-75-l">
|
||||
<p class="ma0 mb5">
|
||||
Hi there. We are Frederik and Hendrik. Here we post about how we are building a fair and open web analytics tool and what we discovered along the way.
|
||||
Hi there. We are Frederik and Hendrik. Here we posted about how we set up a fair and open web analytics tool and what we discovered along the way.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -66,9 +66,6 @@
|
||||
<li>
|
||||
<a class="b link dim cclr-fnt-black-mid" href="/blog/">Blog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="b link dim cclr-fnt-black-mid" href="{{ ROADMAP }}" rel="noopener" target="_blank">Roadmap</a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="b link dim cclr-fnt-black-mid" href="/about/">About</a>
|
||||
</li>
|
||||
@ -362,9 +359,6 @@
|
||||
<p class="ma0">
|
||||
<a class="link b dim gray" href="{{ PATREON_URL }}" rel="noopener" target="_blank">Patreon</a>
|
||||
</p>
|
||||
<p class="ma0">
|
||||
<a class="link b dim gray" href="{{ LINKEDIN_URL }}" rel="noopener" target="_blank">LinkedIn</a>
|
||||
</p>
|
||||
<p class="ma0">
|
||||
<a class="link b dim gray" href="{{ MASTODON_URL }}" rel="noopener" target="_blank">Mastodon</a>
|
||||
</p>
|
||||
|
@ -112,14 +112,18 @@
|
||||
<a class="link dim" href="https://nlnet.nl/" target="_blank" rel="noopener"><img src="/theme/images/nlnet-logo-gray.svg" alt="NLnet logo gray" width="132" height="49"></a>
|
||||
</div>
|
||||
</div>
|
||||
<p class="f5 tl-l w-100 w-70-l ma0">
|
||||
We are happy to work with <a class="b link dim cclr-fnt-black-mid" href="https://nlnet.nl/" target="_blank" rel="noopener">NLnet Foundation,</a> which actively supports our efforts as part of its <a class="b link dim cclr-fnt-black-mid" href="https://nlnet.nl/NGI/" target="_blank" rel="noopener">Next Generation Internet</a> initiative.
|
||||
<div class="flex flex-column w-100 w-70-l">
|
||||
<p class="f5 tl-l ma0 mb2">
|
||||
In 2019, we started working on the core analytics tool and have added more tools like the <a class="b link dim cclr-fnt-black-mid" href="/blog/offen-protocol/">Offen Protocol</a> and <a class="b link dim cclr-fnt-black-mid" href="/blog/consent-tool/">Offen Consent Tool</a> over the years.
|
||||
<p class="f5 tl-l ma0">
|
||||
We were generously supported in this project by <a class="b link dim cclr-fnt-black-mid" href="https://nlnet.nl/" target="_blank" rel="noopener">NLnet Foundation</a> as part of its <a class="b link dim cclr-fnt-black-mid" href="https://nlnet.nl/NGI/" target="_blank" rel="noopener">Next Generation Internet</a> initiative. Now, in summer of 2024, all Offen tools have reached maturity.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- INSIGHTS -->
|
||||
<div class="w-100 dib bg-white">
|
||||
|
Loading…
Reference in New Issue
Block a user