aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8ab70ed..82228f4 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ lectio --version | -v
lectio help | -h | lectio <cmd> -h
```
-Versions: `pl` (Polski, niedziela.pl), `wuj` (Wujek), `vul` (Wulgata),
+Versions: `bt` (Biblia Tysiąclecia, niedziela.pl), `wuj` (Wujek), `vul` (Wulgata),
`grb` (Grecki), `drb` (Douay-Rheims).
Global flags (any subcommand, any position):
@@ -88,7 +88,7 @@ lectio show wuj --date 2026-12-25
falls back to config `versions` if omitted):
```sh
-lectio compare pl,wuj,drb --date 2026-04-05
+lectio compare bt,wuj,drb --date 2026-04-05
```
`update [--days N] [--from D]` — harvest future dates' scripture
@@ -146,7 +146,7 @@ Page controls:
- **Date navigation** — a date picker plus `←`/`→` buttons
- **Lekcjonarz (lectionary)** — new vs traditional, same as `--lectionary`
-- **Version checkboxes** — pl/wuj/vul/grb/drb, independent of any one
+- **Version checkboxes** — bt/wuj/vul/grb/drb, independent of any one
visitor's config
- **Zakres (all-parts toggle)** — gospel-only vs every part, same as `--all`
- **Układ (display mode)** — horizontal / vertical / interlinear, see below
@@ -160,7 +160,7 @@ Page controls:
- **vertical** — the same per-version text laid out as side-by-side
columns, like the CLI's `compare`
- **interlinear** — every version interleaved verse-by-verse by
- chapter:verse. `pl` cannot participate (niedziela.pl prose carries no
+ chapter:verse. `bt` cannot participate (niedziela.pl prose carries no
verse numbers), so it is silently substituted with `wuj` (dropped
entirely if `wuj` is already selected)
@@ -174,8 +174,8 @@ set. An invalid file falls back to defaults with a warning on stderr.
schema_version = 1
lectionary = "new" # "new" (niedziela.pl) or "traditional" (missalemeum, 1962)
traditional_lang = "pl" # vernacular for traditional propers: "pl" or "en"
-versions = ["pl", "wuj", "vul", "grb", "drb"] # compare set + TUI cycle order
-default_version = "pl" # TUI start / `lectio show` default
+versions = ["bt", "wuj", "vul", "grb", "drb"] # compare set + TUI cycle order
+default_version = "bt" # TUI start / `lectio show` default
width = 0 # CLI wrap width; 0 = detect terminal
all = false # default to all parts (true) or just the gospel (false)
offline = false # true = never fetch; read only harvested sigla + cache
@@ -268,7 +268,7 @@ sigla TSV, stopping at niedziela.pl's unpublished horizon (or after
`--days N` days; `0`, the default, means "until unpublished"). Later,
with `offline = true` in config (or `--offline` on any command), reads
come only from the cache/sigla store, never the network — and since the
-sigla store holds no `pl` text, `pl` is transparently substituted with
+sigla store holds no `bt` text, `bt` is transparently substituted with
`wuj` wherever a version list would otherwise include it (CLI, TUI, and
`lectio-web`'s interlinear mode all apply this the same way).