summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-24 09:55:36 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-24 09:55:36 +0200
commita865374755480a4aef2a6156afccdf08a91422ea (patch)
tree74caa0e64574e491a5620300c3b5544948d0a412 /README.md
parent1faf9f1b03d7d257307f6ea0500063e4be939d17 (diff)
downloadlectio-a865374755480a4aef2a6156afccdf08a91422ea.tar.gz
lectio-a865374755480a4aef2a6156afccdf08a91422ea.zip
rename the pl scripture version to bt (Biblia Tysiąclecia); v0.4.0
The niedziela.pl scraped Polish paragraph text is the Biblia Tysiąclecia translation; rename its version code from "pl" to "bt" and its i18n label to "Biblia Tysiąclecia (niedziela.pl)" everywhere the scripture VERSION is meant, across config, i18n, render, web, tui, cli and both binaries' help text. Language-role "pl" (ui_language, traditional_lang, i18n.Get lang, --lang validation) is untouched. Behavior is identical -- bt is still dropped for offline/traditional and substituted with wuj.
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).