diff options
Diffstat (limited to 'internal/config/config.ini')
| -rw-r--r-- | internal/config/config.ini | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/internal/config/config.ini b/internal/config/config.ini new file mode 100644 index 0000000..1e5ed94 --- /dev/null +++ b/internal/config/config.ini @@ -0,0 +1,26 @@ +# 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 |
