tane/site/config.toml
vjrj 1f3c7975eb
All checks were successful
ci / analyze (push) Successful in 1m3s
ci / test-commons-core (push) Successful in 36s
ci / test-app-seeds (push) Successful in 6m1s
site / deploy (push) Successful in 34s
feat(site,docs): Tane is in F-Droid — link it next to Play
The inclusion MR was merged on 2026-07-25 and the app page went live on
2026-07-28 (v0.1.16, no antifeatures), so the landing page can finally
offer both stores.

- site: publish the F-Droid link and give each store link a single-colour
  icon, so the two are told apart by shape (play triangle vs. the
  free-software robot) rather than by brand colour. The badge row is a
  flex row now: left-aligned in the hero, centred under "Get Tane".
- README: an Install section with both stores, and a Status that matches
  reality (Block 1 shipped, Block 2 under way) instead of "early design".
- release.md: record that the app is published, that further releases only
  need a versionCode bump in the fdroiddata recipe, and that publication
  lags the green build by a day or two.
- open-decisions.md: log what unblocked inclusion — reproducible
  developer-signed builds, a Google-free APK, and opt-in networking.
2026-07-28 11:55:54 +02:00

47 lines
1.8 KiB
TOML

baseURL = "https://tane.comunes.org/"
title = "Tane"
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = false
enableRobotsTXT = true
enableGitInfo = false
# Static, no-JS marketing site. Kept intentionally light: one page + a small
# legal section, English/Spanish. Screenshots come from the app's golden
# harness (apps/app_seeds/test/screenshots), copied in by collect_screenshots.sh.
[params]
email = "info@comunes.org"
publisher = "Asociación Comunes"
publisherURL = "https://comunes.org"
license = "AGPL-3.0"
# Links rendered only when set, so nothing broken shows before they exist:
playStoreURL = "https://play.google.com/store/apps/details?id=org.comunes.tane" # Google Play
fdroidURL = "https://f-droid.org/packages/org.comunes.tane/" # F-Droid, published 2026-07-28
sourceURL = "https://git.comunes.org/comunes/tane" # public source repository (AGPL)
weblateURL = "https://translate.comunes.org/projects/tane/" # translation platform
[languages]
[languages.en]
languageName = "English"
languageCode = "en"
weight = 1
[languages.en.params]
description = "A local-first, decentralized app for keeping and sharing traditional seeds. Offline, encrypted, no account."
[languages.es]
languageName = "Español"
languageCode = "es"
weight = 2
[languages.es.params]
description = "Una app local-first y descentralizada para guardar y compartir semillas tradicionales. Sin conexión, cifrada, sin cuenta."
[languages.pt]
languageName = "Português"
languageCode = "pt"
weight = 3
[languages.pt.params]
description = "Uma app local-first e descentralizada para guardar e partilhar sementes tradicionais. Sem ligação, cifrada, sem conta."
[markup.goldmark.renderer]
unsafe = false
[minify]
disableJSON = true