mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
update sitemap and descriptions
This commit is contained in:
parent
8aaba187af
commit
b2c0b488d2
@ -1,5 +1,5 @@
|
|||||||
Title: Page not found | offen
|
Title: Page not found | offen
|
||||||
description: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
description: This link isn’t working.
|
||||||
save_as: 404.html
|
save_as: 404.html
|
||||||
href: /404.html
|
href: /404.html
|
||||||
no_stats: true
|
no_stats: true
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Title: About | offen
|
Title: About | offen
|
||||||
description: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
description: Who we are, who supports us and how you can can get in touch.
|
||||||
save_as: about/index.html
|
save_as: about/index.html
|
||||||
href: /about/
|
href: /about/
|
||||||
|
|
||||||
@ -24,4 +24,4 @@ We are happy to work with [NLnet Foundation][nlnet-foundation]{: target="_blank"
|
|||||||
|
|
||||||
*Feel free to contact us with any kind of feedback.* From criticism and praise to contributions or support, everything is welcome. Get in touch.
|
*Feel free to contact us with any kind of feedback.* From criticism and praise to contributions or support, everything is welcome. Get in touch.
|
||||||
|
|
||||||
[hioffen@posteo.de](mailto:hioffen@posteo.de) [[GPG Key]](/theme/74B041E23DB29D552644CEB1B18C633D6967FE3F.asc){: target="_blank"}
|
[hioffen@posteo.de](mailto:hioffen@posteo.de) [[GPG Key]](/theme/74B041E23DB29D552644CEB1B18C633D6967FE3F.asc){: target="_blank"}
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
Title: Deep dive | offen
|
Title: Deep dive | offen
|
||||||
description: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
description: What do users know about their data? How can they access it? Do operators benefit from a careful handling of user data? Does offen work in accordance with GDPR?
|
||||||
save_as: deep-dive/index.html
|
save_as: deep-dive/index.html
|
||||||
href: /deep-dive/
|
href: /deep-dive/
|
||||||
|
sitemap_priority: 0.7
|
||||||
|
|
||||||
## Deep dive
|
## Deep dive
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
Title: Transparent web analytics for everyone | offen
|
Title: Transparent web analytics for everyone | offen
|
||||||
description: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
description: offen is a free and open source analytics software for websites and web applications. Users can access their data while the operators treat it with respect.
|
||||||
save_as: index.html
|
save_as: index.html
|
||||||
href: /
|
href: /
|
||||||
template: index
|
template: index
|
||||||
|
sitemap_priority: 1.0
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
Title: Legal Notice | offen
|
Title: Legal Notice | offen
|
||||||
description: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
description: Information in accordance with Section 5 TMG
|
||||||
save_as: legal-notice/index.html
|
save_as: legal-notice/index.html
|
||||||
href: /legal-notice/
|
href: /legal-notice/
|
||||||
|
exclude_from_sitemap: true
|
||||||
|
|
||||||
## Legal Notice
|
## Legal Notice
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Title: Opt-out | offen
|
Title: Opt-out | offen
|
||||||
description: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
description: Prevent offen from aggregating the actions you have taken on participating websites.
|
||||||
save_as: opt-out/index.html
|
save_as: opt-out/index.html
|
||||||
exclude_from_sitemap: true
|
exclude_from_sitemap: true
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
Title: Status | offen
|
Title: Project status | offen
|
||||||
description: offen is a free and open source analytics software for websites and web applications that allows respectful handling of data.
|
description: How much headway has been made on individual tasks leading up to a stable version.
|
||||||
save_as: status/index.html
|
save_as: status/index.html
|
||||||
href: /status/
|
href: /status/
|
||||||
|
|
||||||
|
|
||||||
## Project status
|
## Project status
|
||||||
|
|
||||||
### September 2019
|
### September 2019
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
{% if not page.exclude_from_sitemap %}
|
{% if not page.exclude_from_sitemap %}
|
||||||
<url>
|
<url>
|
||||||
<loc>{{ SITEURL }}{{ page.href }}</loc>
|
<loc>{{ SITEURL }}{{ page.href }}</loc>
|
||||||
<priority>{{ page.sitemap_priority or 1.0 }}</priority>
|
<priority>{{ page.sitemap_priority or 0.5 }}</priority>
|
||||||
</url>
|
</url>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user