docs: point at the published privacy policy
The policy is an Astro page in the website repo, not a file here — same shape as Calendula's, which keeps no copy in its own tree at all. The docs file says so and links both the published URL and the Astro source, so nobody edits the wrong one; it stays the text of record only until that page ships, since it is currently the only copy there is. The README gains a Privacy section with the same link. It links the published page only — the website repo is on the self-hosted Gitea and readers of a public README cannot reach it. Corrects ece4167's message, which said this file stays the policy's source.
This commit is contained in:
@@ -75,6 +75,15 @@ No coding needed: register on the Weblate server, pick (or request) a language,
|
||||
and translate the strings in your browser. You can also reach this link in the
|
||||
app from the top of **Settings → App language**.
|
||||
|
||||
## Privacy
|
||||
|
||||
No servers, no account, no analytics, no advertising, no tracking, no
|
||||
third-party SDK. Your tasks stay on your device unless you add a CalDAV account
|
||||
yourself, and then they go only to the server you chose — never to the
|
||||
developer.
|
||||
|
||||
**→ [Privacy policy](https://jeanlucmakiola.de/agendula/privacy)**
|
||||
|
||||
## License
|
||||
|
||||
MIT — see [LICENSE](LICENSE).
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# Agendula — privacy policy
|
||||
|
||||
> **The published policy does not live in this repository.** It is
|
||||
> <https://jeanlucmakiola.de/agendula/privacy>, built from
|
||||
> `src/pages/agendula/privacy.astro` in the website repo
|
||||
> ([source](https://gitea.jeanlucmakiola.de/makiolaj/jeanlucmakiola.de/src/branch/main/src/pages/agendula/privacy.astro) —
|
||||
> self-hosted Gitea, same shape as Calendula's page). That URL is what the app's
|
||||
> **Settings → Privacy policy** row opens and what the Play Console field must
|
||||
> hold.
|
||||
>
|
||||
> This file is the text of record until that page ships, and then becomes a
|
||||
> pointer to it. Edit the Astro page, not this — or they will disagree, and the
|
||||
> one users read is the other one.
|
||||
|
||||
_Last updated: 2026-09-07._
|
||||
|
||||
Agendula is a task app for Android, published by Jean-Luc Makiola. This policy
|
||||
|
||||
Reference in New Issue
Block a user