From 93f7d1fe99c6590c3d9fb48326aef9a294ca31da Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Mon, 27 Jul 2026 13:11:27 +0200 Subject: config: self-documenting default config.ini (reference header) as single source renderConfigINI now emits a top-of-file reference block listing each option's allowed values (full-line comments; ascension/corpus_christi note the 'following Sunday' transfer). seedIfMissing generates from renderConfigINI, so the seed, migrated configs, and web-settings saves all carry the same header; dropped the separate embedded config.ini. --- internal/config/config.ini | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 internal/config/config.ini (limited to 'internal/config/config.ini') diff --git a/internal/config/config.ini b/internal/config/config.ini deleted file mode 100644 index 1e5ed94..0000000 --- a/internal/config/config.ini +++ /dev/null @@ -1,26 +0,0 @@ -# lectio configuration (INI). -# Interface/behavior settings; the computed liturgical calendar reads the -# [calendar] section. Lists are comma-separated. Booleans are true/false. - -schema_version = 1 -lectionary = new -traditional_lang = pl -versions = bt, wuj, vul, grb, drb -default_version = bt -width = 0 -all = false -offline = false -ui_language = en -sigla_style = auto -web_theme = transfiguration -web_port = 0 -web_display = horizontal -web_mono = false -web_versions = -pager = - -# Computed-calendar national placement options (defaults = Universal Roman). -[calendar] -epiphany = fixed -ascension = thursday -corpus_christi = thursday -- cgit v1.3