From a865374755480a4aef2a6156afccdf08a91422ea Mon Sep 17 00:00:00 2001 From: Lukasz Kasprzak Date: Fri, 24 Jul 2026 09:55:36 +0200 Subject: rename the pl scripture version to bt (Biblia Tysiąclecia); v0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.md') 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 -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). -- cgit v1.3