docs: shape the policy as the content entry the site renders
Frontmatter carries the title, description and date, the body starts at the first section rather than repeating the title as an h1, and the maintainer note is an HTML comment — a blockquote would have rendered "edit this in a PR" onto the published privacy page.
This commit is contained in:
+21
-11
@@ -1,15 +1,25 @@
|
|||||||
# Calendula — privacy policy
|
---
|
||||||
|
title: Privacy Policy — Calendula
|
||||||
|
description: What Calendula does with your data. It collects nothing, sends nothing, and has no internet permission at all.
|
||||||
|
updated: 2026-07-28
|
||||||
|
---
|
||||||
|
|
||||||
> **This file is the policy.** Edit it here, in a PR, reviewed like any other
|
<!--
|
||||||
> change — it is the source of truth.
|
THIS FILE IS THE POLICY. Edit it here, in a PR, reviewed like any other
|
||||||
>
|
change — it is the source of truth.
|
||||||
> It is *published* at <https://jeanlucmakiola.de/calendula/privacy>, which is
|
|
||||||
> what the app's **Settings → About → Privacy policy** row opens and what the
|
It is published at https://jeanlucmakiola.de/calendula/privacy, which is what
|
||||||
> Play Console field must hold. That page holds no copy of the prose: the
|
the app's Settings → About → Privacy policy row opens and what the Play
|
||||||
> website build checks this repository out beside itself and renders this file
|
Console field must hold. That page holds no copy of the prose: the website
|
||||||
> through an Astro content collection, so there is exactly one copy of the
|
build checks this repository out beside itself and renders this file through
|
||||||
> policy anywhere and the two cannot drift. An edit here reaches the live page
|
an Astro content collection, so there is exactly one copy of the policy
|
||||||
> on the site's next build.
|
anywhere and the two cannot drift. An edit here reaches the live page on the
|
||||||
|
site's next build.
|
||||||
|
|
||||||
|
The page supplies its own <h1> from the `title` above, so this body starts at
|
||||||
|
the first section — do not add one. This comment is HTML so that it cannot
|
||||||
|
render on the published page.
|
||||||
|
-->
|
||||||
|
|
||||||
**Last updated:** 28 July 2026
|
**Last updated:** 28 July 2026
|
||||||
Applies to the Android app **Calendula** (package `de.jeanlucmakiola.calendula`), all versions and all distribution channels.
|
Applies to the Android app **Calendula** (package `de.jeanlucmakiola.calendula`), all versions and all distribution channels.
|
||||||
|
|||||||
Reference in New Issue
Block a user