diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 13:11:27 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-07-27 13:11:27 +0200 |
| commit | 93f7d1fe99c6590c3d9fb48326aef9a294ca31da (patch) | |
| tree | 09db10c06cdbaa94e20cb21f1533dbd5cdb934bb /internal/config/config.ini | |
| parent | 2c95641734efd88269a883616db832931b4f3452 (diff) | |
| download | lectio-93f7d1fe99c6590c3d9fb48326aef9a294ca31da.tar.gz lectio-93f7d1fe99c6590c3d9fb48326aef9a294ca31da.zip | |
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.
Diffstat (limited to 'internal/config/config.ini')
| -rw-r--r-- | internal/config/config.ini | 26 |
1 files changed, 0 insertions, 26 deletions
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 |
